From 7d041e3a4f12b5f56b5e4b68b14cbafb28bd4d5b Mon Sep 17 00:00:00 2001 From: Xinhe Li Date: Tue, 5 Jul 2022 09:50:04 +0800 Subject: [PATCH] [AKS] `az aks check-acr`: Bump canipull to v0.1.0 to add 5s wait to avoid attach race condition (#23087) --- src/azure-cli/azure/cli/command_modules/acs/_consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure-cli/azure/cli/command_modules/acs/_consts.py b/src/azure-cli/azure/cli/command_modules/acs/_consts.py index 2b6d4a825ab..ec7ad51beff 100644 --- a/src/azure-cli/azure/cli/command_modules/acs/_consts.py +++ b/src/azure-cli/azure/cli/command_modules/acs/_consts.py @@ -127,7 +127,7 @@ } # consts for check-acr command -CONST_CANIPULL_IMAGE = "mcr.microsoft.com/aks/canipull:0.0.4-alpha" +CONST_CANIPULL_IMAGE = "mcr.microsoft.com/aks/canipull:v0.1.0" CONST_ACR_DOMAIN_NAME = ".azurecr.io"