From bc6288fa3451d8ccb79004a0007dfedf83de078c Mon Sep 17 00:00:00 2001 From: xinhl Date: Wed, 29 Jun 2022 07:15:59 +0000 Subject: [PATCH] fix --- 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..86f2d1f7c41 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:0.0.5-alpha" CONST_ACR_DOMAIN_NAME = ".azurecr.io"