Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Springstone committed Dec 9, 2024
1 parent 752d2d2 commit b5f7d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslzArm/prerequisites/deployPrerequisites1.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
}
},
"dependsOn": [
"[subscriptionResourceId('Microsoft.Resources/resourceGroups', parameters('resourceGroupName'))]",
"[subscriptionResourceId(parameters('managementSubscriptionId'),'Microsoft.Resources/resourceGroups', parameters('resourceGroupName'))]",
"alz-prerequisites-createRG"
]
},
Expand Down Expand Up @@ -216,7 +216,7 @@
},
"dependsOn": [
"[extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', parameters('managementSubscriptionId'), parameters('resourceGroupName')), 'Microsoft.Resources/deployments', 'alz-prerequisites-uai')]",
"[subscriptionResourceId('Microsoft.Resources/resourceGroups', parameters('resourceGroupName'))]",
"[subscriptionResourceId(parameters('managementSubscriptionId'),'Microsoft.Resources/resourceGroups', parameters('resourceGroupName'))]",
"alz-prerequisites-createRG"
]
}
Expand Down

0 comments on commit b5f7d6e

Please sign in to comment.