Skip to content

Commit 8525edd

Browse files
update roleDefinitionIdOrName GUIDs for Contributor role in main.bicep and main.json
1 parent f763ca5 commit 8525edd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:0.13.
10381038
roleAssignments: [
10391039
{
10401040
principalId: userAssignedIdentity.outputs.principalId
1041-
roleDefinitionIdOrName: 'b24988ac-6180-42a0-ab88-d2d7961dee9e' // Contributor
1041+
roleDefinitionIdOrName: 'b24988ac-6180-42a0-ab88-20f7382dd24c' // Contributor
10421042
principalType: 'ServicePrincipal'
10431043
}
10441044
]

infra/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.43.8.12551",
9-
"templateHash": "13132419284784288680"
9+
"templateHash": "9930092765515882543"
1010
}
1111
},
1212
"parameters": {
@@ -52398,7 +52398,7 @@
5239852398
"value": [
5239952399
{
5240052400
"principalId": "[reference('userAssignedIdentity').outputs.principalId.value]",
52401-
"roleDefinitionIdOrName": "b24988ac-6180-42a0-ab88-d2d7961dee9e",
52401+
"roleDefinitionIdOrName": "b24988ac-6180-42a0-ab88-20f7382dd24c",
5240252402
"principalType": "ServicePrincipal"
5240352403
}
5240452404
]

0 commit comments

Comments
 (0)