Skip to content

Commit 814598f

Browse files
author
Azure CLI Bot
authored
{Release} Upgrade to Azure CLI 2.11.1 (#14956)
1 parent d121af6 commit 814598f

9 files changed

Lines changed: 39 additions & 10 deletions

File tree

src/azure-cli-core/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+
2.11.1
7+
++++++
8+
* Minor fixes
9+
610
2.11.0
711
++++++
812
* Minor improvement

src/azure-cli-core/azure/cli/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from __future__ import print_function
88

9-
__version__ = "2.11.0"
9+
__version__ = "2.11.1"
1010

1111
import os
1212
import sys

src/azure-cli-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from codecs import open
1010
from 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.

src/azure-cli/HISTORY.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
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+
631
2.11.0
732
++++++
833

src/azure-cli/azure/cli/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from 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)

src/azure-cli/requirements.py3.Darwin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ applicationinsights==0.11.9
44
argcomplete==1.11.1
55
asn1crypto==0.24.0
66
azure-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
99
azure-cli-telemetry==1.0.5
1010
azure-common==1.1.22
1111
azure-cosmos==3.2.0

src/azure-cli/requirements.py3.Linux.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ applicationinsights==0.11.9
44
argcomplete==1.11.1
55
asn1crypto==0.24.0
66
azure-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
99
azure-cli-telemetry==1.0.5
1010
azure-common==1.1.22
1111
azure-cosmos==3.2.0

src/azure-cli/requirements.py3.windows.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ applicationinsights==0.11.7
44
argcomplete==1.11.1
55
asn1crypto==0.24.0
66
azure-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
99
azure-cli-telemetry==1.0.5
1010
azure-common==1.1.22
1111
azure-cosmos==3.2.0

src/azure-cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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.
2424
try:

0 commit comments

Comments
 (0)