Skip to content

Commit 768fb4c

Browse files
committed
pin min core version to 2.72.0 as the latest CLI version before this extension was released. Remove incompatibility with previous CLI core version.
1 parent cd5decb commit 768fb4c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/zones/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
1.0.0b5
7+
++++++
8+
* Pin `azext.minCliCoreVersion` to `2.72.0`
9+
610
1.0.0b4
711
++++++
812
* Force resource group input to lowercase for comparison with ARG results
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"azext.isPreview": true,
3-
"azext.minCliCoreVersion": "2.0.67"
3+
"azext.minCliCoreVersion": "2.72.0"
44
}

src/zones/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from distutils import log as logger
1515
logger.warn("Wheel is not available, disabling bdist_wheel hook")
1616

17-
VERSION = '1.0.0b4'
17+
VERSION = '1.0.0b5'
1818

1919
# The full list of classifiers is available at
2020
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)