Skip to content

Commit

Permalink
removed role assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
segraef committed Nov 21, 2023
1 parent c2748e2 commit 9a37084
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@ module testDeployment '../../../main.bicep' = [for iteration in [ 'init', 'idem'
privateDnsZoneResourceIds: [
nestedDependencies.outputs.privateDNSZoneResourceId
]
roleAssignments: [
{
roleDefinitionIdOrName: 'Reader'
principalId: nestedDependencies.outputs.managedIdentityPrincipalId
principalType: 'ServicePrincipal'
}
]
ipConfigurations: [
{
name: 'myIPconfig'
Expand Down

0 comments on commit 9a37084

Please sign in to comment.