Skip to content

Commit 231cd8b

Browse files
authored
Merge pull request #97536 from rolyon/rolyon-rbac-role-assignments-refactor
[Azure RBAC] Role assignments refactor
2 parents 2c824f1 + bc64e62 commit 231cd8b

27 files changed

+898
-696
lines changed

articles/role-based-access-control/TOC.yml

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,31 @@
2828
href: tutorial-custom-role-cli.md
2929
- name: Concepts
3030
items:
31-
- name: Understand role definitions
32-
href: role-definitions.md
3331
- name: PIM for Azure resources
3432
href: pim-azure-resource.md
3533
- name: Conditional Access for Azure management
3634
href: conditional-access-azure-management.md
3735
- name: How-to guides
3836
items:
39-
- name: Manage access
37+
- name: List role definitions
38+
items:
39+
- name: Overview
40+
href: role-definitions.md
41+
- name: List role definitions
42+
href: role-definitions-list.md
43+
- name: Built-in roles
44+
href: built-in-roles.md
45+
- name: List role assignments
46+
items:
47+
- name: Portal
48+
href: role-assignments-list-portal.md
49+
- name: PowerShell
50+
href: role-assignments-list-powershell.md
51+
- name: CLI
52+
href: role-assignments-list-cli.md
53+
- name: REST API
54+
href: role-assignments-list-rest.md
55+
- name: Add or remove role assignments
4056
items:
4157
- name: Portal
4258
href: role-assignments-portal.md
@@ -50,17 +66,17 @@
5066
href: role-assignments-rest.md
5167
- name: Template
5268
href: role-assignments-template.md
53-
- name: Deny access
69+
- name: List deny assignments
5470
items:
55-
- name: Deny assignments
71+
- name: Overview
5672
href: deny-assignments.md
5773
- name: Portal
5874
href: deny-assignments-portal.md
5975
- name: PowerShell
6076
href: deny-assignments-powershell.md
6177
- name: REST API
6278
href: deny-assignments-rest.md
63-
- name: Custom roles
79+
- name: Create custom roles
6480
items:
6581
- name: Overview
6682
href: custom-roles.md
@@ -72,16 +88,14 @@
7288
href: custom-roles-rest.md
7389
- name: View activity logs
7490
href: change-history-report.md
75-
- name: Elevate access to manage all subscriptions
91+
- name: Elevate access
7692
href: elevate-access-global-admin.md
7793
- name: Classic administrators
7894
href: classic-administrators.md
7995
- name: Troubleshoot
8096
href: troubleshooting.md
8197
- name: Reference
8298
items:
83-
- name: Built-in roles
84-
href: built-in-roles.md
8599
- name: Resource provider operations
86100
href: resource-provider-operations.md
87101
- name: RBAC limits

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create custom roles for Azure resources using Azure CLI | Microsoft Docs
3-
description: Learn how to create custom roles with role-based access control (RBAC) for Azure resources using Azure CLI. This includes how to list, create, update, and delete custom roles.
2+
title: Create or update custom roles for Azure resources using Azure CLI | Microsoft Docs
3+
description: Learn how to list, create, update, or delete custom roles with role-based access control (RBAC) for Azure resources using Azure CLI.
44
services: active-directory
55
documentationcenter: ''
66
author: rolyon
@@ -16,9 +16,9 @@ ms.date: 02/20/2019
1616
ms.author: rolyon
1717
ms.reviewer: bagovind
1818
---
19-
# Create custom roles for Azure resources using Azure CLI
19+
# Create or update custom roles for Azure resources using Azure CLI
2020

21-
If the [built-in roles for Azure resources](built-in-roles.md) don't meet the specific needs of your organization, you can create your own custom roles. This article describes how to create and manage custom roles using Azure CLI.
21+
If the [built-in roles for Azure resources](built-in-roles.md) don't meet the specific needs of your organization, you can create your own custom roles. This article describes how to list, create, update, or delete custom roles using Azure CLI.
2222

2323
For a step-by-step tutorial on how to create a custom role, see [Tutorial: Create a custom role for Azure resources using Azure CLI](tutorial-custom-role-cli.md).
2424

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create custom roles for Azure resources using Azure PowerShell | Microsoft Docs
3-
description: Learn how to create custom roles with role-based access control (RBAC) for Azure resources using Azure PowerShell. This includes how to list, create, update, and delete custom roles.
2+
title: Create or update custom roles for Azure resources using Azure PowerShell | Microsoft Docs
3+
description: Learn how to list, create, update, or delete custom roles with role-based access control (RBAC) for Azure resources using Azure PowerShell.
44
services: active-directory
55
documentationcenter: ''
66
author: rolyon
@@ -16,9 +16,9 @@ ms.date: 02/20/2019
1616
ms.author: rolyon
1717
ms.reviewer: bagovind
1818
---
19-
# Create custom roles for Azure resources using Azure PowerShell
19+
# Create or update custom roles for Azure resources using Azure PowerShell
2020

21-
If the [built-in roles for Azure resources](built-in-roles.md) don't meet the specific needs of your organization, you can create your own custom roles. This article describes how to create and manage custom roles using Azure PowerShell.
21+
If the [built-in roles for Azure resources](built-in-roles.md) don't meet the specific needs of your organization, you can create your own custom roles. This article describes how to list, create, update, or delete custom roles using Azure PowerShell.
2222

2323
For a step-by-step tutorial on how to create a custom role, see [Tutorial: Create a custom role for Azure resources using Azure PowerShell](tutorial-custom-role-powershell.md).
2424

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create custom roles for Azure resources using the REST API - Azure | Microsoft Docs
3-
description: Learn how to create custom roles with role-based access control (RBAC) for Azure resources using the REST API. This includes how to list, create, update, and delete custom roles.
2+
title: Create custom or update roles for Azure resources using the REST API - Azure | Microsoft Docs
3+
description: Learn how to list, create, update, or delete custom roles with role-based access control (RBAC) for Azure resources using the REST API.
44
services: active-directory
55
documentationcenter: na
66
author: rolyon
@@ -18,9 +18,9 @@ ms.author: rolyon
1818
ms.reviewer: bagovind
1919

2020
---
21-
# Create custom roles for Azure resources using the REST API
21+
# Create or update custom roles for Azure resources using the REST API
2222

23-
If the [built-in roles for Azure resources](built-in-roles.md) don't meet the specific needs of your organization, you can create your own custom roles. This article describes how to create and manage custom roles using the REST API.
23+
If the [built-in roles for Azure resources](built-in-roles.md) don't meet the specific needs of your organization, you can create your own custom roles. This article describes how to list, create, update, or delete custom roles using the REST API.
2424

2525
## List custom roles
2626

100 KB
Loading

0 commit comments

Comments
 (0)