Skip to content

Commit 31fcd86

Browse files
Merge pull request #216049 from rolyon/rolyon-rbac-role-assignments-powershell-prerequisites
[Azure RBAC] Assign roles PowerShell prerequisites update
2 parents 12371d1 + 3b048a3 commit 31fcd86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/role-based-access-control/role-assignments-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: amycolannino
77
ms.service: role-based-access-control
88
ms.topic: how-to
99
ms.workload: identity
10-
ms.date: 12/06/2021
10+
ms.date: 10/26/2022
1111
ms.author: rolyon
1212
ms.custom: devx-track-azurepowershell
1313
---
@@ -24,7 +24,7 @@ To assign roles, you must have:
2424

2525
- `Microsoft.Authorization/roleAssignments/write` permissions, such as [User Access Administrator](built-in-roles.md#user-access-administrator) or [Owner](built-in-roles.md#owner)
2626
- [PowerShell in Azure Cloud Shell](../cloud-shell/overview.md) or [Azure PowerShell](/powershell/azure/install-az-ps)
27-
- The account you use to run the PowerShell command must have the Azure Active Directory Graph `Directory.Read.All` and Microsoft Graph `Directory.Read.All` permissions.
27+
- The account you use to run the PowerShell command must have the Microsoft Graph `Directory.Read.All` permission.
2828

2929
## Steps to assign an Azure role
3030

0 commit comments

Comments
 (0)