Skip to content

Commit 71da574

Browse files
authored
Merge pull request #78939 from rolyon/rolyon-rbac-assignablescopes
[Azure RBAC] Update of AssignableScopes
2 parents cf7ab1b + 3f5432a commit 71da574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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: 02/09/2019
15+
ms.date: 06/06/2019
1616
ms.author: rolyon
1717
ms.reviewer: bagovind
1818
ms.custom:
@@ -211,7 +211,7 @@ The `NotDataActions` permission specifies the data operations that are excluded
211211
212212
## AssignableScopes
213213

214-
The `AssignableScopes` property specifies the scopes (subscriptions, resource groups, or resources) that the role is available for assignment. You can make the role available for assignment in only the subscriptions or resource groups that require it, and not the clutter user experience for the rest of the subscriptions or resource groups. You must use at least one subscription, resource group, or resource ID.
214+
The `AssignableScopes` property specifies the scopes (subscriptions, resource groups, or resources) that have this role definition available. You can make the role available for assignment in only the subscriptions or resource groups that require it, and not clutter the user experience for the rest of the subscriptions or resource groups. You must use at least one subscription, resource group, or resource ID.
215215

216216
Built-in roles have `AssignableScopes` set to the root scope (`"/"`). The root scope indicates that the role is available for assignment in all scopes. Examples of valid assignable scopes include:
217217

0 commit comments

Comments
 (0)