Closed janegilring closed 2 months ago
This pull request includes updates to the LogonScript.ps1 and azuredeploy.json files to enhance the deployment process for AKS Edge Essentials. The most important changes include updating version numbers and renaming variables for clarity.
LogonScript.ps1
azuredeploy.json
Version updates:
azure_arc_k8s_jumpstart/aks_hybrid/aks_edge_essentials_single/arm_template/artifacts/LogonScript.ps1
$AksEdgeRemoteDeployVersion
1.7.639.0
azure_arc_k8s_jumpstart/aks_hybrid/aks_edge_essentials_single/arm_template/azuredeploy.json
AKSEEPinnedSchemaVersion
1.9
Variable renaming for clarity:
$schemaVersion
$schemaVersionAksEdgeConfig
Fixes https://github.com/microsoft/azure_arc/issues/2688
This pull request includes updates to the
LogonScript.ps1
andazuredeploy.json
files to enhance the deployment process for AKS Edge Essentials. The most important changes include updating version numbers and renaming variables for clarity.Version updates:
azure_arc_k8s_jumpstart/aks_hybrid/aks_edge_essentials_single/arm_template/artifacts/LogonScript.ps1
: Updated$AksEdgeRemoteDeployVersion
to1.7.639.0
.azure_arc_k8s_jumpstart/aks_hybrid/aks_edge_essentials_single/arm_template/azuredeploy.json
: ChangedAKSEEPinnedSchemaVersion
default value to1.9
.Variable renaming for clarity:
azure_arc_k8s_jumpstart/aks_hybrid/aks_edge_essentials_single/arm_template/artifacts/LogonScript.ps1
: Renamed$schemaVersion
to$schemaVersionAksEdgeConfig
. [1] [2] [3]Fixes https://github.com/microsoft/azure_arc/issues/2688