From af9aa3be35a2b67c974d3ea9cccc507a93a3ca6d Mon Sep 17 00:00:00 2001 From: Anthony Shaw Date: Fri, 21 May 2021 15:50:50 +1000 Subject: [PATCH] Update azext_metadata.json --- azdev/mod_templates/azext_metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azdev/mod_templates/azext_metadata.json b/azdev/mod_templates/azext_metadata.json index 865ee74e..4912274a 100644 --- a/azdev/mod_templates/azext_metadata.json +++ b/azdev/mod_templates/azext_metadata.json @@ -1,5 +1,5 @@ { {% if is_preview %}"azext.isPreview": true,{% endif %} "azext.minCliCoreVersion": "2.0.67", - "azext.maxCliCoreVersion": "2.1.0" -} \ No newline at end of file + "azext.maxCliCoreVersion": "2.3.1" +}