Skip to content

Commit

Permalink
Adding description when deploying the role assignments (#514)
Browse files Browse the repository at this point in the history
* Update Deploy-RolesPlan.ps1

* Update Deploy-RolesPlan.ps1
  • Loading branch information
Dylan-Prins authored Mar 27, 2024
1 parent 861e090 commit a200884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Scripts/Deploy/Deploy-RolesPlan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ else {
RoleDefinitionId = $roleAssignment.roleDefinitionId
RoleDisplayName = $roleAssignment.roleDisplayName
AssignmentDisplayName = $assignmentInfo.displayName
Description = "Deployed by EPAC"
}
Set-AzRoleAssignmentRestMethod @splat -IgnoreDuplicateError
}
Expand Down

0 comments on commit a200884

Please sign in to comment.