Skip to content

Commit

Permalink
Fix All-in-one Template Bug (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss authored Dec 13, 2021
1 parent 4c33814 commit 0203bcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions docs/reference/dataManagementAnalytics.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@ resource dataLandingZoneDeployment 'Microsoft.Resources/deployments@2021-04-01'
module bastionHostDeployment 'bastionhost/main.bicep' = if (enableBastionHostDeployment) {
name: 'bastionHostDeployment-${deployment().location}'
scope: subscription(dataLandingZoneDetails[0].subscription)
dependsOn: [
dataLandingZoneDeployment
]
params: {
location: dataLandingZoneDetails[0].location
environment: environment
Expand Down
6 changes: 2 additions & 4 deletions docs/reference/dataManagementAnalytics.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.4.1008.15138",
"templateHash": "12110763976061491219"
"templateHash": "13247179156562340716"
}
},
"parameters": {
Expand Down Expand Up @@ -1158,9 +1158,7 @@
}
},
"dependsOn": [
"[subscriptionResourceId('Microsoft.Resources/deployments', format('dataLandingZoneDeployment-{0}-{1}', 0, deployment().location))]",
"[subscriptionResourceId('Microsoft.Resources/deployments', format('dataLandingZoneDeployment-{0}-{1}', 0, deployment().location))]",
"[subscriptionResourceId('Microsoft.Resources/deployments', format('dataLandingZoneDeployment-{0}-{1}', 0, deployment().location))]"
"dataLandingZoneDeployment"
]
},
{
Expand Down

0 comments on commit 0203bcb

Please sign in to comment.