Skip to content

Commit

Permalink
Merge pull request Azure#11620 from javiersoriano/patch-1
Browse files Browse the repository at this point in the history
Fix for issue Azure#11329
  • Loading branch information
v-atulyadav authored Jan 7, 2025
2 parents d3be8e3 + 3a08662 commit ca03324
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
{
"dependsOn": [
"[resourceId('Microsoft.ManagedIdentity/userAssignedIdentities', variables('identityName'))]"
"[resourceId('Microsoft.Authorization/roleAssignments', variables('roleGuidId'))]"
],
"type": "Microsoft.Resources/deploymentScripts",
"apiVersion": "2020-10-01",
Expand All @@ -122,4 +122,4 @@
}
],
"outputs": {}
}
}

0 comments on commit ca03324

Please sign in to comment.