Skip to content

Commit

Permalink
add depends on
Browse files Browse the repository at this point in the history
  • Loading branch information
Hangyu Xu committed Feb 19, 2025
1 parent 8ea7ffb commit 85397e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions avm/res/azure-stack-hci/logical-network/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.33.93.31351",
"templateHash": "4361475095422815253"
"version": "0.32.4.45862",
"templateHash": "12463758954640973407"
},
"name": "Azure Stack HCI Logical Network",
"description": "This module deploys an Azure Stack HCI Logical Network."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ module azlocal 'br/public:avm/res/azure-stack-hci/cluster:0.1.0' = {
resource customLocation 'Microsoft.ExtendedLocation/customLocations@2021-08-31-preview' existing = {
scope: resourceGroup
name: '${namePrefix}${serviceShort}-location'
dependsOn: [
azlocal
]
}

module testDeployment '../../../main.bicep' = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ module azlocal 'br/public:avm/res/azure-stack-hci/cluster:0.1.0' = {
resource customLocation 'Microsoft.ExtendedLocation/customLocations@2021-08-31-preview' existing = {
scope: resourceGroup
name: '${namePrefix}${serviceShort}-location'
dependsOn: [
azlocal
]
}

module testDeployment '../../../main.bicep' = {
Expand Down

0 comments on commit 85397e1

Please sign in to comment.