Skip to content

Commit fe4c47c

Browse files
committed
Skip the role assignment for tonight
1 parent b29f8a0 commit fe4c47c

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

modules/azureServiceOperator.bicep

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@ module aso 'userAssignedIdentity.bicep' = {
3232
}
3333
}
3434

35-
36-
module iam_azure_owner 'resourceRoleAssignment.bicep' = {
37-
name: '${deploymentNamePrefix}_iam_aso_operator'
38-
params: {
39-
principalIds: [ aso.outputs.principalId ]
40-
resourceId: resourceGroup().id
41-
roleName: 'Contributor'
42-
}
43-
}
35+
// TODO: I need to patch the resourceGroup role assignment from AVM
36+
37+
// module iam_azure_owner 'resourceRoleAssignment.bicep' = {
38+
// name: '${deploymentNamePrefix}_iam_aso_operator'
39+
// params: {
40+
// principalIds: [ aso.outputs.principalId ]
41+
// resourceId: resourceGroup().id
42+
// roleName: 'Contributor'
43+
// }
44+
// }

0 commit comments

Comments
 (0)