Skip to content

Commit 92beb46

Browse files
Update how-to-view-associated-resources-for-an-identity.md
Corrected code sample
1 parent 94c0bc2 commit 92beb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/managed-identities-azure-resources/how-to-view-associated-resources-for-an-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ https://management.azure.com/subscriptions/{resourceID of user-assigned identity
6464

6565
| Parameter | Example |Description |
6666
|---|---|---|
67-
| $filter | ```'type' eq 'microsoft.cognitiveservices/account' and contains(name, 'test')``` | An OData expression that allows you to filter any of the available fields: name, type, resourceGroup, subscriptionId, subscriptionDisplayName<br/><br/>The following operations are supported: ```and```, ```or```, ```eq``` and ```contains``` |
67+
| $filter | ```type eq 'microsoft.cognitiveservices/account' and contains(name, 'test')``` | An OData expression that allows you to filter any of the available fields: name, type, resourceGroup, subscriptionId, subscriptionDisplayName<br/><br/>The following operations are supported: ```and```, ```or```, ```eq``` and ```contains``` |
6868
| $orderby | ```name asc``` | An OData expression that allows you to order by any of the available fields |
6969
| $skip | 50 | The number of items you want to skip while paging through the results. |
7070
| $top | 10 | The number of resources to return. 0 will return only a count of the resources. |

0 commit comments

Comments
 (0)