Azure-cli: OData sample for filter

Created on 21 Aug 2019  Â·  1Comment  Â·  Source: Azure/azure-cli

I spent some time for learning OData. How to use it on az command. I recommend to add sample for az ad sp list --filter.


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Graph

Most helpful comment

This is more of an AAD service question. Please check https://docs.microsoft.com/en-us/previous-versions/azure/ad/graph/howto/azure-ad-graph-api-supported-queries-filters-and-paging-options#filter for example on Windows cmd:

az ad sp list --filter "startswith(displayName,'sp')"

>All comments

This is more of an AAD service question. Please check https://docs.microsoft.com/en-us/previous-versions/azure/ad/graph/howto/azure-ad-graph-api-supported-queries-filters-and-paging-options#filter for example on Windows cmd:

az ad sp list --filter "startswith(displayName,'sp')"
Was this page helpful?
0 / 5 - 0 ratings

Related issues

amarzavery picture amarzavery  Â·  3Comments

ambakshi picture ambakshi  Â·  3Comments

cicorias picture cicorias  Â·  3Comments

rlewkowicz picture rlewkowicz  Â·  3Comments

Kannaj picture Kannaj  Â·  3Comments