We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc4a1e commit 760b94bCopy full SHA for 760b94b
3 files changed
src/acrcssc/HISTORY.rst
@@ -3,6 +3,10 @@
3
Release History
4
===============
5
6
+1.0.0b5
7
+++++++++
8
+* Update minCliCoreVersion
9
+
10
1.0.0b4
11
+++++++
12
* Fix resource SDK import error
src/acrcssc/azext_acrcssc/azext_metadata.json
@@ -1,4 +1,4 @@
1
{
2
"azext.isPreview": true,
- "azext.minCliCoreVersion": "2.76.0"
+ "azext.minCliCoreVersion": "2.73.0"
}
src/acrcssc/setup.py
@@ -13,7 +13,7 @@
13
from distutils import log as logger
14
logger.warn("Wheel is not available, disabling bdist_wheel hook")
15
16
-VERSION = '1.0.0b4'
+VERSION = '1.0.0b5'
17
18
# The full list of classifiers is available at
19
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments