From a200884b9ba8a9a28eb3669f750682b04e94408f Mon Sep 17 00:00:00 2001 From: Dylan Prins <8777848+Dylan-Prins@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:42:43 +0100 Subject: [PATCH] Adding description when deploying the role assignments (#514) * Update Deploy-RolesPlan.ps1 * Update Deploy-RolesPlan.ps1 --- Scripts/Deploy/Deploy-RolesPlan.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/Deploy/Deploy-RolesPlan.ps1 b/Scripts/Deploy/Deploy-RolesPlan.ps1 index 4e0d8800..cc48c6f8 100644 --- a/Scripts/Deploy/Deploy-RolesPlan.ps1 +++ b/Scripts/Deploy/Deploy-RolesPlan.ps1 @@ -151,6 +151,7 @@ else { RoleDefinitionId = $roleAssignment.roleDefinitionId RoleDisplayName = $roleAssignment.roleDisplayName AssignmentDisplayName = $assignmentInfo.displayName + Description = "Deployed by EPAC" } Set-AzRoleAssignmentRestMethod @splat -IgnoreDuplicateError }