Skip to content

Commit

Permalink
Update deployment name and dependsOn
Browse files Browse the repository at this point in the history
  • Loading branch information
arjenhuitema committed Sep 28, 2023
1 parent 232f0b0 commit 6bb81d7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions patterns/alz/alzArm.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
// One of Azure's untold stories.....
"type": "Microsoft.Resources/deployments",
"apiVersion": "2020-10-01",
"name": "[concat('preparingToLaunch', copyIndex())]",
"name": "[concat('ambaPreparingToLaunch', copyIndex())]",
"location": "[deployment().location]",
"scope": "[concat('Microsoft.Management/managementGroups/', parameters('enterpriseScaleCompanyPrefix'))]",
"dependsOn": [
Expand All @@ -225,7 +225,7 @@
"batchSize": 1,
"count": "[parameters('delayCount')]",
"mode": "Serial",
"name": "policyCompletion"
"name": "ambaPolicyCompletion"
},
"properties": {
"mode": "Incremental",
Expand All @@ -247,7 +247,7 @@
"scope": "[concat('Microsoft.Management/managementGroups/', parameters('connectivityManagementGroup'))]",
"location": "[deployment().location]",
"dependsOn": [
"policyCompletion"
"ambaPolicyCompletion"
],
"properties": {
"mode": "Incremental",
Expand All @@ -274,7 +274,7 @@
"scope": "[concat('Microsoft.Management/managementGroups/', parameters('identityManagementGroup'))]",
"location": "[deployment().location]",
"dependsOn": [
"policyCompletion"
"ambaPolicyCompletion"
],
"properties": {
"mode": "Incremental",
Expand All @@ -301,7 +301,7 @@
"scope": "[concat('Microsoft.Management/managementGroups/', parameters('LandingZoneManagementGroup'))]",
"location": "[deployment().location]",
"dependsOn": [
"policyCompletion"
"ambaPolicyCompletion"
],
"properties": {
"mode": "Incremental",
Expand All @@ -328,7 +328,7 @@
"scope": "[concat('Microsoft.Management/managementGroups/', parameters('managementManagementGroup'))]",
"location": "[deployment().location]",
"dependsOn": [
"policyCompletion"
"ambaPolicyCompletion"
],
"properties": {
"mode": "Incremental",
Expand All @@ -355,7 +355,7 @@
"scope": "[concat('Microsoft.Management/managementGroups/', parameters('enterpriseScaleCompanyPrefix'))]",
"location": "[deployment().location]",
"dependsOn": [
"policyCompletion"
"ambaPolicyCompletion"
],
"properties": {
"mode": "Incremental",
Expand Down

0 comments on commit 6bb81d7

Please sign in to comment.