From 6306be0f34b937dd13b7a9ba0e26eae72aeb2ede Mon Sep 17 00:00:00 2001 From: Paymaun Heidari Date: Mon, 5 Aug 2024 11:30:32 -0700 Subject: [PATCH] chore: Increment default AKV CSI driver extension version to 1.5.6 --- azext_edge/edge/providers/orchestration/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azext_edge/edge/providers/orchestration/common.py b/azext_edge/edge/providers/orchestration/common.py index f25451428..5d84d30cd 100644 --- a/azext_edge/edge/providers/orchestration/common.py +++ b/azext_edge/edge/providers/orchestration/common.py @@ -23,7 +23,7 @@ ARC_NAMESPACE = "azure-arc" # Key Vault KPIs -KEYVAULT_ARC_EXTENSION_VERSION = "1.5.5" +KEYVAULT_ARC_EXTENSION_VERSION = "1.5.6" KEYVAULT_DATAPLANE_API_VERSION = "7.4" KEYVAULT_CLOUD_API_VERSION = "2022-07-01"