Skip to content

Commit 688cfd3

Browse files
authored
[Hub Generated] Publish private branch 'rolyon-permissions-extension-test-v1' (#18942)
* Permissions for elevate access * Repositioned permissions section * Extension name change * Deleted extra spaces * Changed rolesWithThesePermissions to an array
1 parent 261f2cd commit 688cfd3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

specification/authorization/resource-manager/Microsoft.Authorization/stable/2015-07-01/authorization-ElevateAccessCalls.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@
5757
}
5858
}
5959
},
60+
"x-ms-azure-rbac-permissions-required": {
61+
"actions": "Microsoft.Authorization/elevateAccess/action",
62+
"dataActions": "",
63+
"rolesWithThesePermissions": [
64+
"Owner"
65+
],
66+
"moreInfoLink": "[Elevate access to manage all Azure subscriptions and management groups](https://docs.microsoft.com/azure/role-based-access-control/elevate-access-global-admin)"
67+
},
6068
"x-ms-examples": {
6169
"Elevate access global administrator": {
6270
"$ref": "./examples/ElevateAccess.json"

0 commit comments

Comments
 (0)