Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danycontre committed Oct 8, 2024
1 parent 1c70f6b commit 9d09201
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions workload/arm/brownfield/deployNewSessionHostsToHostPools.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.30.23.60470",
"templateHash": "14713858361202530562"
"templateHash": "2465926344295153346"
}
},
"parameters": {
Expand Down Expand Up @@ -1611,9 +1611,7 @@
"encryptionAtHost": {
"value": "[parameters('diskZeroTrust')]"
},
"virtualMachineScaleSetResourceId": {
"value": "[parameters('virtualMachineScaleSetResourceId')]"
},
"virtualMachineScaleSetResourceId": "[if(not(empty(parameters('virtualMachineScaleSetResourceId'))), createObject('value', parameters('virtualMachineScaleSetResourceId')), createObject('value', ''))]",
"osType": {
"value": "Windows"
},
Expand Down

0 comments on commit 9d09201

Please sign in to comment.