From bc6288fa3451d8ccb79004a0007dfedf83de078c Mon Sep 17 00:00:00 2001 From: xinhl Date: Wed, 29 Jun 2022 07:15:59 +0000 Subject: [PATCH 1/5] 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" From f8bbf03f09beac7742159e5666780002162ad270 Mon Sep 17 00:00:00 2001 From: xinhl Date: Fri, 1 Jul 2022 05:53:24 +0000 Subject: [PATCH 2/5] fix --- src/azure-cli/azure/cli/command_modules/acs/_consts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 86f2d1f7c41..ee4946736f6 100644 --- a/src/azure-cli/azure/cli/command_modules/acs/_consts.py +++ b/src/azure-cli/azure/cli/command_modules/acs/_consts.py @@ -72,7 +72,7 @@ # network plugin CONST_NETWORK_PLUGIN_KUBENET = "kubenet" -CONST_NETWORK_PLUGIN_AZURE = "azure" +CONST_NETWORK_PLUGIN_AZURE = "azure"1 # consts for addons # http application routing @@ -127,7 +127,7 @@ } # consts for check-acr command -CONST_CANIPULL_IMAGE = "mcr.microsoft.com/aks/canipull:0.0.5-alpha" +CONST_CANIPULL_IMAGE = "mcr.microsoft.com/aks/canipull:0.0.5-alpha1" CONST_ACR_DOMAIN_NAME = ".azurecr.io" From 41ea8cad8bd25681701c53af9cbe30978a398b14 Mon Sep 17 00:00:00 2001 From: xinhl Date: Fri, 1 Jul 2022 05:53:29 +0000 Subject: [PATCH 3/5] 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 ee4946736f6..3895b3126ce 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.5-alpha1" +CONST_CANIPULL_IMAGE = "mcr.microsoft.com/aks/canipull:0.0.5-alpha" CONST_ACR_DOMAIN_NAME = ".azurecr.io" From 4e9d96071ef77239727d4ddd51064ab930dabcda Mon Sep 17 00:00:00 2001 From: xinhl Date: Fri, 1 Jul 2022 06:04:57 +0000 Subject: [PATCH 4/5] 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 3895b3126ce..86f2d1f7c41 100644 --- a/src/azure-cli/azure/cli/command_modules/acs/_consts.py +++ b/src/azure-cli/azure/cli/command_modules/acs/_consts.py @@ -72,7 +72,7 @@ # network plugin CONST_NETWORK_PLUGIN_KUBENET = "kubenet" -CONST_NETWORK_PLUGIN_AZURE = "azure"1 +CONST_NETWORK_PLUGIN_AZURE = "azure" # consts for addons # http application routing From 6a56a65882d86d066ffb75d008f8e8f78abb094c Mon Sep 17 00:00:00 2001 From: xinhl Date: Sat, 2 Jul 2022 16:22:42 +0000 Subject: [PATCH 5/5] 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 86f2d1f7c41..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.5-alpha" +CONST_CANIPULL_IMAGE = "mcr.microsoft.com/aks/canipull:v0.1.0" CONST_ACR_DOMAIN_NAME = ".azurecr.io"