From 142c09baefea1b515d3c2d993104a3fc20ea9bce Mon Sep 17 00:00:00 2001 From: Paymaun Date: Mon, 5 Aug 2024 12:00:07 -0700 Subject: [PATCH] chore: Increment default AKV CSI driver extension version to 1.5.6 (#295) --- 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"