Skip to content

Commit f53891d

Browse files
author
Dany Contreras
committed
updates
1 parent cc8647e commit f53891d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

workload/arm/deploy-baseline.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.33.93.31351",
8-
"templateHash": "4667874415365759690"
8+
"templateHash": "7757439101299686233"
99
},
1010
"name": "AVD Accelerator - Baseline Deployment",
1111
"description": "AVD Accelerator - Deployment Baseline",
@@ -8681,7 +8681,7 @@
86818681
"_generator": {
86828682
"name": "bicep",
86838683
"version": "0.33.93.31351",
8684-
"templateHash": "15062162723401490058"
8684+
"templateHash": "13521638278532946523"
86858685
},
86868686
"name": "AVD LZA management plane",
86878687
"description": "This module deploys AVD workspace, host pool, application group scaling plan",
@@ -12677,8 +12677,6 @@
1267712677
}
1267812678
},
1267912679
"dependsOn": [
12680-
"applicationGroups",
12681-
"[extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', format('{0}', parameters('subscriptionId')), format('{0}', parameters('serviceObjectsRgName'))), 'Microsoft.Resources/deployments', format('HostPool-{0}', parameters('time')))]",
1268212680
"[extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', format('{0}', parameters('subscriptionId')), format('{0}', parameters('serviceObjectsRgName'))), 'Microsoft.Resources/deployments', format('Workspace-{0}', parameters('time')))]"
1268312681
]
1268412682
}

workload/bicep/modules/avdManagementPlane/deploy.bicep

+2-2
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ module scalingPlan '../../../../avm/1.0.0/res/desktop-virtualization/scaling-pla
352352
diagnosticSettings: varDiagnosticSettings
353353
}
354354
dependsOn: [
355-
hostPool
356-
applicationGroups
355+
// hostPool
356+
// applicationGroups
357357
workSpace
358358
]
359359
}

0 commit comments

Comments
 (0)