Skip to content

Commit

Permalink
Merge pull request #19 from arjenhuitema/portal-update
Browse files Browse the repository at this point in the history
Update deployment name and dependsOn
  • Loading branch information
arjenhuitema authored Sep 29, 2023
2 parents 95a518f + 6bb81d7 commit b91bcc6
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 b91bcc6

Please sign in to comment.