Skip to content

Commit 0c43ce6

Browse files
Apply suggestions from code review
Co-authored-by: Steve Mutungi <[email protected]>
1 parent ca2fb0d commit 0c43ce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

microsoftgraph/docs-conceptual/how-to-assign-microsoft-entra-roles-in-pim.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Assign Microsoft Entra roles in Privileged Identity Management using Mic
33
description: "Learn how to create eligible and active role assignments in Microsoft Entra Privileged Identity Management using Microsoft Graph PowerShell"
44

55
ms.topic: how-to
6-
ms.date: 01/20/2025
6+
ms.date: 01/28/2025
77
author: msewaweru
88
manager: CelesteDG
99
ms.author: eunicewaweru
@@ -26,7 +26,7 @@ To successfully complete this guide, make sure you have the required prerequisit
2626
1. To use the Microsoft Entra Privileged Identity Management, you must have one of the following licenses:
2727
- Microsoft Entra ID P2
2828
- Enterprise Mobility + Security (EMS) E5 license
29-
1. Microsoft Graph PowerShell using a Privileged Role Administrator role and the appropriate permissions. For this guide, the `RoleManagement.ReadWrite.Directory` delegated permission is required. To set the permissions in Microsoft Graph PowerShell, run;
29+
1. Microsoft Graph PowerShell using a [Privileged Role Administrator](/entra/identity/role-based-access-control/permissions-reference#privileged-role-administrator) role and the appropriate permissions. For this guide, the `RoleManagement.ReadWrite.Directory` delegated permission is required. To set the permissions in Microsoft Graph PowerShell, run;
3030

3131
```powershell
3232
Connect-MgGraph -Scopes "RoleManagement.ReadWrite.Directory"

0 commit comments

Comments
 (0)