Skip to content

Commit b9c7031

Browse files
authored
Merge pull request #79090 from rolyon/rolyon-rbac-assignablescopes-2
[Azure RBAC] Updates to AssignableScopes for root scope
2 parents 357a92b + 6e9490e commit b9c7031

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/role-based-access-control/custom-roles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.devlang: na
1212
ms.topic: conceptual
1313
ms.tgt_pltfrm: na
1414
ms.workload: identity
15-
ms.date: 05/13/2019
15+
ms.date: 06/07/2019
1616
ms.author: rolyon
1717
ms.reviewer: bagovind
1818
ms.custom: H1Hack27Feb2017
@@ -96,7 +96,7 @@ A custom role has the following properties.
9696
| `NotActions` | No | String[] | An array of strings that specifies the management operations that are excluded from the allowed `Actions`. For more information, see [NotActions](role-definitions.md#notactions). |
9797
| `DataActions` | No | String[] | An array of strings that specifies the data operations that the role allows to be performed to your data within that object. For more information, see [DataActions (Preview)](role-definitions.md#dataactions-preview). |
9898
| `NotDataActions` | No | String[] | An array of strings that specifies the data operations that are excluded from the allowed `DataActions`. For more information, see [NotDataActions (Preview)](role-definitions.md#notdataactions-preview). |
99-
| `AssignableScopes` | Yes | String[] | An array of strings that specifies the scopes that the custom role is available for assignment. Currently cannot be set to the root scope (`"/"`) or a management group scope. For more information, see [AssignableScopes](role-definitions.md#assignablescopes) and [Organize your resources with Azure management groups](../governance/management-groups/index.md#custom-rbac-role-definition-and-assignment). |
99+
| `AssignableScopes` | Yes | String[] | An array of strings that specifies the scopes that the custom role is available for assignment. For custom roles, you currently cannot set `AssignableScopes` to the root scope (`"/"`) or a management group scope. For more information, see [AssignableScopes](role-definitions.md#assignablescopes) and [Organize your resources with Azure management groups](../governance/management-groups/index.md#custom-rbac-role-definition-and-assignment). |
100100

101101
## Who can create, delete, update, or view a custom role
102102

articles/role-based-access-control/role-definitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.devlang: na
1212
ms.topic: conceptual
1313
ms.tgt_pltfrm: na
1414
ms.workload: identity
15-
ms.date: 06/06/2019
15+
ms.date: 06/07/2019
1616
ms.author: rolyon
1717
ms.reviewer: bagovind
1818
ms.custom:
@@ -220,7 +220,7 @@ Built-in roles have `AssignableScopes` set to the root scope (`"/"`). The root s
220220
| Role is available for assignment in a single subscription | `"/subscriptions/c276fc76-9cd4-44c9-99a7-4fd71546436e"` |
221221
| Role is available for assignment in two subscriptions | `"/subscriptions/c276fc76-9cd4-44c9-99a7-4fd71546436e", "/subscriptions/e91d47c4-76f3-4271-a796-21b4ecfe3624"` |
222222
| Role is available for assignment only in the Network resource group | `"/subscriptions/c276fc76-9cd4-44c9-99a7-4fd71546436e/resourceGroups/Network"` |
223-
| Role is available for assignment in all scopes | `"/"` |
223+
| Role is available for assignment in all scopes (applies only to built-in roles) | `"/"` |
224224

225225
For information about `AssignableScopes` for custom roles, see [Custom roles for Azure resources](custom-roles.md).
226226

0 commit comments

Comments
 (0)