From 92f54f017972b1cd9b4f00c5017e772d1743c9ee Mon Sep 17 00:00:00 2001 From: Dany Contreras Date: Fri, 7 Feb 2025 11:03:28 -0600 Subject: [PATCH] updates --- workload/arm/brownfield/deployAddAvdAgents.json | 11 ++++------- .../brownfield/deployNewSessionHostsToHostPools.json | 4 ++-- workload/arm/deploy-baseline.json | 8 ++++---- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/workload/arm/brownfield/deployAddAvdAgents.json b/workload/arm/brownfield/deployAddAvdAgents.json index 5c89748af..d121c4ceb 100644 --- a/workload/arm/brownfield/deployAddAvdAgents.json +++ b/workload/arm/brownfield/deployAddAvdAgents.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.33.93.31351", - "templateHash": "5329968786039512480" + "templateHash": "5147644066952840608" } }, "parameters": { @@ -1708,7 +1708,7 @@ "_generator": { "name": "bicep", "version": "0.33.93.31351", - "templateHash": "909547921079816535" + "templateHash": "12732844867802063090" } }, "parameters": { @@ -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": [ { diff --git a/workload/arm/brownfield/deployNewSessionHostsToHostPools.json b/workload/arm/brownfield/deployNewSessionHostsToHostPools.json index 6a1faf9e6..6b60c7048 100644 --- a/workload/arm/brownfield/deployNewSessionHostsToHostPools.json +++ b/workload/arm/brownfield/deployNewSessionHostsToHostPools.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.33.93.31351", - "templateHash": "388757958303271059" + "templateHash": "9306833565688201881" } }, "parameters": { @@ -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": { diff --git a/workload/arm/deploy-baseline.json b/workload/arm/deploy-baseline.json index 6f49facb6..fef011b68 100644 --- a/workload/arm/deploy-baseline.json +++ b/workload/arm/deploy-baseline.json @@ -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", @@ -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": { @@ -32644,7 +32644,7 @@ "_generator": { "name": "bicep", "version": "0.33.93.31351", - "templateHash": "14895187347729194947" + "templateHash": "16593509271852742672" } }, "parameters": { @@ -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": {