From 55a8bf619c8bc9b281d9ad08e705b79269bbb711 Mon Sep 17 00:00:00 2001 From: John Payne <89417863+jpayne3506@users.noreply.github.com> Date: Thu, 1 May 2025 10:41:20 -0700 Subject: [PATCH] Revert "ci: set aks preview to 14.0.0b3 (#3607)" This reverts commit 70a4fb5fc36776b738192717f64b4f7d6f6d5f6c. --- hack/aks/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hack/aks/Makefile b/hack/aks/Makefile index 8889151cf2..bb0f55a202 100644 --- a/hack/aks/Makefile +++ b/hack/aks/Makefile @@ -45,10 +45,8 @@ azlogin: ## Login and set account to $SUB @$(AZCLI) account set -s $(SUB) azcfg: ## Set the $AZCLI to use aks-preview -## Remove the extension if it exists so we can install the set version - @$(AZCLI) extension remove --name aks-preview || true - @$(AZCLI) extension add --name aks-preview --version 14.0.0b3 --yes -## @$(AZCLI) extension update --name aks-preview + @$(AZCLI) extension add --name aks-preview --yes + @$(AZCLI) extension update --name aks-preview ip: $(AZCLI) network public-ip create --name $(IP_PREFIX)-$(CLUSTER)-$(IPVERSION) \