Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
DonKoning committed Apr 25, 2024
1 parent b2af092 commit 31e6f90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ param namePrefix string = '#_namePrefix_#'
// }

resource policySetAssignments 'Microsoft.Authorization/policyAssignments@2022-06-01' = {
name: '${uniqueString(deployment().name, resourceLocation)}-psa-mg'
name: 'dep-${namePrefix}-psa-${serviceShort}'
identity: {
type: 'SystemAssigned'
}
Expand Down

0 comments on commit 31e6f90

Please sign in to comment.