Skip to content

Commit a7dfe05

Browse files
authored
Update authorization-same-role-scope.md
case sensitive query
1 parent 86fc0e0 commit a7dfe05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/governance/includes/resource-graph/query/authorization-same-role-scope.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ ms.author: rolyon
77
---
88

99
```kusto
10-
AuthorizationResources
10+
authorizationresources
1111
| where type =~ "microsoft.authorization/roleassignments"
1212
| where id startswith "/subscriptions"
1313
| extend RoleId = tolower(tostring(properties.roleDefinitionId))
1414
| join kind = leftouter (
15-
AuthorizationResources
15+
authorizationresources
1616
| where type =~ "microsoft.authorization/roledefinitions"
1717
| extend RoleDefinitionName = tostring(properties.roleName)
1818
| extend RoleId = tolower(id)

0 commit comments

Comments
 (0)