We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5decb commit 768fb4cCopy full SHA for 768fb4c
src/zones/HISTORY.rst
@@ -3,6 +3,10 @@
3
Release History
4
===============
5
6
+1.0.0b5
7
+++++++
8
+* Pin `azext.minCliCoreVersion` to `2.72.0`
9
+
10
1.0.0b4
11
++++++
12
* Force resource group input to lowercase for comparison with ARG results
src/zones/azext_zones/azext_metadata.json
@@ -1,4 +1,4 @@
1
{
2
"azext.isPreview": true,
- "azext.minCliCoreVersion": "2.0.67"
+ "azext.minCliCoreVersion": "2.72.0"
}
src/zones/setup.py
@@ -14,7 +14,7 @@
14
from distutils import log as logger
15
logger.warn("Wheel is not available, disabling bdist_wheel hook")
16
17
-VERSION = '1.0.0b4'
+VERSION = '1.0.0b5'
18
19
# The full list of classifiers is available at
20
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments