You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/role-based-access-control/built-in-roles.md
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,7 @@ The following table provides a brief description and the unique ID of each built
169
169
> |[Blueprint Operator](#blueprint-operator)| Can assign existing published blueprints, but cannot create new blueprints. Note that this only works if the assignment is done with a user-assigned managed identity. | 437d2ced-4a38-4302-8479-ed2bcb43d090 |
170
170
> |[Cost Management Contributor](#cost-management-contributor)| Can view costs and manage cost configuration (e.g. budgets, exports) | 434105ed-43f6-45c7-a02f-909b2ba83430 |
171
171
> |[Cost Management Reader](#cost-management-reader)| Can view cost data and configuration (e.g. budgets, exports) | 72fafb9e-0641-4937-9268-a91bfd8191a3 |
172
+
> |[Hierarchy Settings Administrator](#hierarchy-settings-administrator)| Allows users to edit and delete Hierarchy Settings | 350f8d15-c687-4448-8ae1-157740a3936d |
> |[Managed Application Operator Role](#managed-application-operator-role)| Lets you read and perform actions on Managed Application resources | c7393b34-138c-406f-901b-d8cf2b17e6ae |
174
175
> |[Managed Applications Reader](#managed-applications-reader)| Lets you read resources in a managed app and request JIT access. | b9331d33-8a36-4f8c-b097-4f54124fdb44 |
@@ -7013,6 +7014,48 @@ Can view cost data and configuration (e.g. budgets, exports)
7013
7014
}
7014
7015
```
7015
7016
7017
+
### Hierarchy Settings Administrator
7018
+
7019
+
Allows users to edit and delete Hierarchy Settings
7020
+
7021
+
> [!div class="mx-tableFixed"]
7022
+
> |||
7023
+
> | --- | --- |
7024
+
> |**Actions**||
7025
+
> | Microsoft.Management/managementGroups/settings/write | Creates or updates management group hierarchy settings. |
7026
+
> | Microsoft.Management/managementGroups/settings/delete | Deletes management group hierarchy settings. |
7027
+
> |**NotActions**||
7028
+
> |*none*||
7029
+
> |**DataActions**||
7030
+
> |*none*||
7031
+
> |**NotDataActions**||
7032
+
> |*none*||
7033
+
7034
+
```json
7035
+
{
7036
+
"assignableScopes": [
7037
+
"/"
7038
+
],
7039
+
"description": "Allows users to edit and delete Hierarchy Settings",
0 commit comments