Skip to content

Commit c086810

Browse files
Merge pull request #235301 from rolyon/rolyon-rbac-custom-roles-management-group-scope-ga-update
[Azure RBAC] Custom roles for management groups update
2 parents e5ce517 + 21acdb9 commit c086810

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

articles/governance/management-groups/overview.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Organize your resources with management groups - Azure Governance
33
description: Learn about the management groups, how their permissions work, and how to use them.
4-
ms.date: 01/24/2023
4+
ms.date: 04/20/2023
55
ms.topic: overview
66
author: tfitzmac
77
ms.author: tomfitz
@@ -139,11 +139,10 @@ details on moving items within the hierarchy.
139139

140140
## Azure custom role definition and assignment
141141

142-
Azure custom role support for management groups is currently in preview with some
143-
[limitations](#limitations). You can define the management group scope in the Role Definition's
144-
assignable scope. That Azure custom role will then be available for assignment on that management
145-
group and any management group, subscription, resource group, or resource under it. This custom role
146-
will inherit down the hierarchy like any built-in role.
142+
You can define a management group as an assignable scope in an Azure custom role definition.
143+
The Azure custom role will then be available for assignment on that management
144+
group and any management group, subscription, resource group, or resource under it. The custom role
145+
will inherit down the hierarchy like any built-in role. For information about the limitations with custom roles and management groups, see [Limitations](#limitations).
147146

148147
### Example definition
149148

@@ -232,13 +231,6 @@ There are limitations that exist when using custom roles on management groups.
232231
definition's assignable scope. If there's a typo or an incorrect management group ID listed, the
233232
role definition is still created.
234233

235-
> [!IMPORTANT]
236-
> Adding a management group to `AssignableScopes` is currently in preview. This preview version is
237-
> provided without a service-level agreement, and it's not recommended for production workloads.
238-
> Certain features might not be supported or might have constrained capabilities. For more
239-
> information, see
240-
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
241-
242234
## Moving management groups and subscriptions
243235

244236
To move a management group or subscription to be a child of another management group, three rules

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ manager: amycolannino
77
ms.service: role-based-access-control
88
ms.topic: conceptual
99
ms.workload: identity
10-
ms.date: 04/05/2023
10+
ms.date: 04/20/2023
1111
ms.author: rolyon
1212
---
1313

1414
# Azure custom roles
1515

16-
If the [Azure built-in roles](built-in-roles.md) don't meet the specific needs of your organization, you can create your own custom roles. Just like built-in roles, you can assign custom roles to users, groups, and service principals at management group (in preview only), subscription, and resource group scopes.
16+
If the [Azure built-in roles](built-in-roles.md) don't meet the specific needs of your organization, you can create your own custom roles. Just like built-in roles, you can assign custom roles to users, groups, and service principals at management group, subscription, and resource group scopes.
1717

1818
Custom roles can be shared between subscriptions that trust the same Azure AD tenant. There is a limit of **5,000** custom roles per tenant. (For Azure China 21Vianet, the limit is 2,000 custom roles.) Custom roles can be created using the Azure portal, Azure PowerShell, Azure CLI, or the REST API.
1919

0 commit comments

Comments
 (0)