From 5fa3ad27f507128bfb8506b230c8f463153d7311 Mon Sep 17 00:00:00 2001 From: Sacha Narinx Date: Mon, 9 Dec 2024 15:32:31 +0400 Subject: [PATCH] . --- eslzArm/prerequisites/deployPrerequisites.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/eslzArm/prerequisites/deployPrerequisites.json b/eslzArm/prerequisites/deployPrerequisites.json index 1ec7fe4c9..61435ea80 100644 --- a/eslzArm/prerequisites/deployPrerequisites.json +++ b/eslzArm/prerequisites/deployPrerequisites.json @@ -85,22 +85,6 @@ "metadata": { "description": "This role assignment grants the user assigned identity the Contributor role on the resource group." } - }, - { - "type": "Microsoft.Authorization/roleAssignments", - "apiVersion": "2022-04-01", - "name": "[guid(resourceGroup().id, format('uai-prereq-{0}-mg', parameters('location')))]", - "properties": { - "roleDefinitionId": "/providers/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" - }, - "dependsOn": [ - "[resourceId('Microsoft.ManagedIdentity/userAssignedIdentities', format('uai-prereq-{0}', parameters('location')))]" - ], - "metadata": { - "description": "This role assignment grants the user assigned identity the Contributor role." - } } ], "outputs": {