Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Dany Contreras committed Feb 7, 2025
1 parent 226ccf4 commit 92f54f0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
11 changes: 4 additions & 7 deletions workload/arm/brownfield/deployAddAvdAgents.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.33.93.31351",
"templateHash": "5329968786039512480"
"templateHash": "5147644066952840608"
}
},
"parameters": {
Expand Down Expand Up @@ -1708,7 +1708,7 @@
"_generator": {
"name": "bicep",
"version": "0.33.93.31351",
"templateHash": "909547921079816535"
"templateHash": "12732844867802063090"
}
},
"parameters": {
Expand Down Expand Up @@ -1741,14 +1741,11 @@
"metadata": {
"description": "AVD Host Pool registration token"
}
},
"IdentityServiceProvider": {
"type": "string",
"defaultValue": "ADDS"
}
},
"variables": {
"varScriptArguments": "[format('-AmdVmSize $false -IdentityServiceProvider {0} -Fslogix $false -HostPoolRegistrationToken {1} -NvidiaVmSize $false -verbose', parameters('IdentityServiceProvider'), parameters('hostPoolToken'))]"
"varIdentityServiceProvider": "null",
"varScriptArguments": "[format('-AmdVmSize $false -IdentityServiceProvider {0} -Fslogix $false -HostPoolRegistrationToken {1} -NvidiaVmSize $false -verbose', variables('varIdentityServiceProvider'), parameters('hostPoolToken'))]"
},
"resources": [
{
Expand Down
4 changes: 2 additions & 2 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.33.93.31351",
"templateHash": "388757958303271059"
"templateHash": "9306833565688201881"
}
},
"parameters": {
Expand Down Expand Up @@ -239,7 +239,7 @@
"type": "bool",
"defaultValue": true,
"metadata": {
"description": "Creates an availability zone and adds the VMs to it. Cannot be used in combination with availability set nor scale set. (Default: true)"
"description": "When true VMs are distributed across availability zones, when set to false, VMs will be deployed at regional level. (Default: true)"
}
},
"identityServiceProvider": {
Expand Down
8 changes: 4 additions & 4 deletions workload/arm/deploy-baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.33.93.31351",
"templateHash": "11439113684403922975"
"templateHash": "3282208684113992366"
},
"name": "AVD Accelerator - Baseline Deployment",
"description": "AVD Accelerator - Deployment Baseline",
Expand Down Expand Up @@ -460,7 +460,7 @@
"type": "bool",
"defaultValue": true,
"metadata": {
"description": "When true VMs are distributed across availability zones, when set to false, VMs will be members of a new availability set. (Default: true)"
"description": "When true VMs are distributed across availability zones, when set to false, VMs will be deployed at regional level. (Default: true)"
}
},
"zoneRedundantStorage": {
Expand Down Expand Up @@ -32644,7 +32644,7 @@
"_generator": {
"name": "bicep",
"version": "0.33.93.31351",
"templateHash": "14895187347729194947"
"templateHash": "16593509271852742672"
}
},
"parameters": {
Expand Down Expand Up @@ -32717,7 +32717,7 @@
"useAvailabilityZones": {
"type": "bool",
"metadata": {
"description": "Creates an availability zone and adds the VMs to it. Cannot be used in combination with availability set nor scale set."
"description": "When true VMs are distributed across availability zones, when set to false, VMs will be deployed at regional level. (Default: true)."
}
},
"identityServiceProvider": {
Expand Down

0 comments on commit 92f54f0

Please sign in to comment.