From 57ee388cc9d5b8fc3f3049409965cbad3a27f363 Mon Sep 17 00:00:00 2001 From: Jing-song Date: Mon, 11 Aug 2025 15:52:56 +0800 Subject: [PATCH 1/3] update --- src/acrcssc/HISTORY.rst | 4 ++++ src/acrcssc/azext_acrcssc/azext_metadata.json | 2 +- src/acrcssc/setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/acrcssc/HISTORY.rst b/src/acrcssc/HISTORY.rst index 5d285d45f71..33720f0f51f 100644 --- a/src/acrcssc/HISTORY.rst +++ b/src/acrcssc/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +1.0.0b4 ++++++++ +* Update minCliCoreVersion + 1.0.0b4 +++++++ * Fix resource SDK import error diff --git a/src/acrcssc/azext_acrcssc/azext_metadata.json b/src/acrcssc/azext_acrcssc/azext_metadata.json index baed5e324b5..de6b8395cba 100644 --- a/src/acrcssc/azext_acrcssc/azext_metadata.json +++ b/src/acrcssc/azext_acrcssc/azext_metadata.json @@ -1,4 +1,4 @@ { "azext.isPreview": true, - "azext.minCliCoreVersion": "2.76.0" + "azext.minCliCoreVersion": "2.73.0" } \ No newline at end of file diff --git a/src/acrcssc/setup.py b/src/acrcssc/setup.py index 72c8ee1d25c..d2289914a09 100644 --- a/src/acrcssc/setup.py +++ b/src/acrcssc/setup.py @@ -13,7 +13,7 @@ from distutils import log as logger logger.warn("Wheel is not available, disabling bdist_wheel hook") -VERSION = '1.0.0b4' +VERSION = '1.0.0b5' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers From b8998cfad573636831659ba7f0b838add719e2eb Mon Sep 17 00:00:00 2001 From: Jing-song <442586197@QQ.COM> Date: Tue, 12 Aug 2025 14:37:48 +0800 Subject: [PATCH 2/3] Update src/acrcssc/HISTORY.rst Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/acrcssc/HISTORY.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/acrcssc/HISTORY.rst b/src/acrcssc/HISTORY.rst index 33720f0f51f..db8c90aae56 100644 --- a/src/acrcssc/HISTORY.rst +++ b/src/acrcssc/HISTORY.rst @@ -4,7 +4,8 @@ Release History =============== 1.0.0b4 -+++++++ +1.0.0b5 +++++++++ * Update minCliCoreVersion 1.0.0b4 From f65471b018a72a6df298c812c890676132557661 Mon Sep 17 00:00:00 2001 From: Jing-song Date: Tue, 12 Aug 2025 14:41:13 +0800 Subject: [PATCH 3/3] update --- src/acrcssc/HISTORY.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/src/acrcssc/HISTORY.rst b/src/acrcssc/HISTORY.rst index db8c90aae56..e6b4506da9b 100644 --- a/src/acrcssc/HISTORY.rst +++ b/src/acrcssc/HISTORY.rst @@ -3,7 +3,6 @@ Release History =============== -1.0.0b4 1.0.0b5 ++++++++ * Update minCliCoreVersion