Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Springstone committed Nov 26, 2024
1 parent 7aaf59b commit f5319dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eslzArm/prerequisites/deployPrerequisites.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
"parameters": {
"location": {
"type": "string"
},
"eslzRootName": {
"type": "string"
}
},
"variables": {},
Expand All @@ -69,7 +72,7 @@
"apiVersion": "2022-04-01",
"name": "[guid(resourceGroup().id, format('uai-prereq-{0}', parameters('location')))]",
"properties": {
"roleDefinitionId": "[tenantResourceId('Microsoft.Authorization/roleDefinitions', 'b24988ac-6180-42a0-ab88-20f7382dd24c')]",
"roleDefinitionId": "[managementGroupResourceId(parameters('eslzRootName'), 'Microsoft.Authorization/roleDefinitions', 'b24988ac-6180-42a0-ab88-20f7382dd24c')]",
"principalId": "[reference(resourceId('Microsoft.ManagedIdentity/userAssignedIdentities', format('uai-prereq-{0}', parameters('location'))), '2022-01-31-preview').principalId]",
"principalType": "ServicePrincipal"
},
Expand Down

0 comments on commit f5319dd

Please sign in to comment.