Skip to content

Commit 5999083

Browse files
Merge pull request #115096 from edtorresco/patch-5
Update authorization-same-role-scope.md
2 parents b8c000c + a7dfe05 commit 5999083

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)