From 6e21d1433473cb4e316d5795947e0bf78e536b1e Mon Sep 17 00:00:00 2001 From: Cameron Baird Date: Wed, 30 Apr 2025 20:45:46 +0000 Subject: [PATCH] Revert "temp: ci: Fix AKS cluster creation" This reverts commit 1de466fe848c04a8d3a71465e2318f964c3fb9d2. The latest release of the az aks extension fixes the issue https://github.com/Azure/azure-cli-extensions/blob/main/src/aks-preview/HISTORY.rst#1400b5 Signed-off-by: Cameron Baird --- tests/gha-run-k8s-common.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/gha-run-k8s-common.sh b/tests/gha-run-k8s-common.sh index e461e74e1b..43e9dd00e6 100644 --- a/tests/gha-run-k8s-common.sh +++ b/tests/gha-run-k8s-common.sh @@ -91,10 +91,7 @@ function enable_cluster_approuting() { function install_azure_cli() { curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash - - # TODO: Remove the version spec when this bug is fixed: - # https://github.com/Azure/azure-cli/issues/31345 - az extension add --name aks-preview --version 14.0.0b3 + az extension add --name aks-preview } function login_azure() {