File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 Release History
44===============
55
6+ 2.11.1
7+ ++++++
8+ * Minor fixes
9+
6102.11.0
711++++++
812* Minor improvement
Original file line number Diff line number Diff line change 66
77from __future__ import print_function
88
9- __version__ = "2.11.0 "
9+ __version__ = "2.11.1 "
1010
1111import os
1212import sys
Original file line number Diff line number Diff line change 99from codecs import open
1010from setuptools import setup
1111
12- VERSION = "2.11.0 "
12+ VERSION = "2.11.1 "
1313
1414# If we have source, validate that our version numbers match
1515# This should prevent uploading releases with mismatched versions.
Original file line number Diff line number Diff line change 33 Release History
44===============
55
6+ 2.11.1
7+ ++++++
8+
9+ **ACR **
10+
11+ * Add Isolated Tier to Agent Pool (#14952)
12+ * Add OCI Artifact Source Context (#14576)
13+
14+ **AKS **
15+
16+ * Fix aks cluster create issue (#14920)
17+
18+ **Cognitive Services **
19+
20+ * [BREAKING CHANGE] Show additional legal term for certain APIs (#14901)
21+
22+ **Network **
23+
24+ * [BREAKING CHANGE] Allow to create both public and private IP while creating an Application Gateway (#14874)
25+ * `az network list-service-tags `: add details on location parameter use to the help message (#14935)
26+
27+ **Storage **
28+
29+ * `az storage blob list `: Support OR properties with new api version (#14832)
30+
6312.11.0
732++++++
833
Original file line number Diff line number Diff line change 1717from knack .log import get_logger
1818
1919__author__ = "Microsoft Corporation <python@microsoft.com>"
20- __version__ = "2.11.0 "
20+ __version__ = "2.11.1 "
2121
2222
2323# A workaround for https://bugs.python.org/issue32502 (https://github.com/Azure/azure-cli/issues/5184)
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ applicationinsights==0.11.9
44argcomplete==1.11.1
55asn1crypto==0.24.0
66azure-batch==9.0.0
7- azure-cli==2.11.0
8- azure-cli-core==2.11.0
7+ azure-cli==2.11.1
8+ azure-cli-core==2.11.1
99azure-cli-telemetry==1.0.5
1010azure-common==1.1.22
1111azure-cosmos==3.2.0
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ applicationinsights==0.11.9
44argcomplete==1.11.1
55asn1crypto==0.24.0
66azure-batch==9.0.0
7- azure-cli==2.11.0
8- azure-cli-core==2.11.0
7+ azure-cli==2.11.1
8+ azure-cli-core==2.11.1
99azure-cli-telemetry==1.0.5
1010azure-common==1.1.22
1111azure-cosmos==3.2.0
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ applicationinsights==0.11.7
44argcomplete==1.11.1
55asn1crypto==0.24.0
66azure-batch==9.0.0
7- azure-cli==2.11.0
8- azure-cli-core==2.11.0
7+ azure-cli==2.11.1
8+ azure-cli-core==2.11.1
99azure-cli-telemetry==1.0.5
1010azure-common==1.1.22
1111azure-cosmos==3.2.0
Original file line number Diff line number Diff line change 1818 logger .warn ("Wheel is not available, disabling bdist_wheel hook" )
1919 cmdclass = {}
2020
21- VERSION = "2.11.0 "
21+ VERSION = "2.11.1 "
2222# If we have source, validate that our version numbers match
2323# This should prevent uploading releases with mismatched versions.
2424try :
You can’t perform that action at this time.
0 commit comments