Skip to content

Commit 16042f7

Browse files
authored
Merge pull request #199447 from FaithOmbongi/patch-1
Minor fix - roleAssignments API is not part of PIM
2 parents 2d5278a + 153b230 commit 16042f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/roles/manage-roles-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ If PIM is enabled, you have additional capabilities, such as making a user eligi
156156
$roleAssignmentEligible = Open-AzureADMSPrivilegedRoleAssignmentRequest -ProviderId 'aadRoles' -ResourceId $aadTenant.Id -RoleDefinitionId $roleDefinition.Id -SubjectId $user.objectId -Type 'AdminAdd' -AssignmentState 'Eligible' -schedule $schedule -reason "Review billing info"
157157
```
158158
159-
## Microsoft Graph PIM API
159+
## Microsoft Graph API
160160
161-
Follow these instructions to assign a role using the Microsoft Graph PIM API.
161+
Follow these instructions to assign a role using the Microsoft Graph API.
162162
163163
### Assign a role
164164

0 commit comments

Comments
 (0)