File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -788,7 +788,7 @@ try {
788788 foreach ($nodePool in $nodePools ) {
789789 Write-Host " Upgrading node pool: $nodePool " - ForegroundColor Cyan
790790 Write-Host " Node pool $nodePool upgrade initiated." - ForegroundColor Green
791- az aks nodepool upgrade -- resource- group $deploymentResult.ResourceGroupName -- cluster- name $deploymentResult.AksName -- name $nodePool
791+ az aks nodepool upgrade -- resource- group $deploymentResult.ResourceGroupName -- cluster- name $deploymentResult.AksName -- name $nodePool -- yes
792792 }
793793 }
794794 catch {
Original file line number Diff line number Diff line change @@ -924,7 +924,7 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:0.10.
924924 location : solutionLocation
925925 tags : tags
926926 enableTelemetry : enableTelemetry
927- kubernetesVersion : '1.32.7 '
927+ kubernetesVersion : '1.34.2 '
928928 dnsPrefix : 'aks-${solutionSuffix }'
929929 enableRBAC : true
930930 disableLocalAccounts : false
You can’t perform that action at this time.
0 commit comments