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() {