Skip to content

Commit 2d77276

Browse files
authored
Merge pull request #109698 from ManojReddy-MSFT/patch-65
Updating the doc with permanent assignment steps
2 parents de41539 + 885a183 commit 2d77276

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/active-directory/privileged-identity-management/powershell-for-azure-ad-roles.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ The schedule, which defines the start and end time of the assignment, is an obje
9393
$schedule.Type = "Once"
9494
$schedule.StartDateTime = (Get-Date).ToUniversalTime().ToString("yyyy-MM-ddTHH:mm:ss.fffZ")
9595
$schedule.endDateTime = "2020-07-25T20:49:11.770Z"
96+
> [!Note]
97+
> If the value of endDateTime is set to null, it indicates a permanent assignment.
9698
9799
## Activate a role assignment
98100

0 commit comments

Comments
 (0)