Skip to content

Commit b63a4aa

Browse files
Azure CLI Botfengzhou-msftzhoxing-msJuliehzlarrownj
authored
{Release} Upgrade to Azure CLI 2.11.0 (#14873)
* update azure-cli version to 2.11.0 * Update install * Update HISTORY.rst * Apply suggestions from code review Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com> Co-authored-by: Zunli Hu <zuh@microsoft.com> Co-authored-by: Xiaojian Xu <arrownj@126.com> Co-authored-by: Jiashuo Li <jiasli@microsoft.com> * Update src/azure-cli/HISTORY.rst * Update src/azure-cli-core/HISTORY.rst * Update src/azure-cli-core/HISTORY.rst Co-authored-by: Feng Zhou <55177366+fengzhou-msft@users.noreply.github.com> Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com> Co-authored-by: Zunli Hu <zuh@microsoft.com> Co-authored-by: Xiaojian Xu <arrownj@126.com> Co-authored-by: Jiashuo Li <jiasli@microsoft.com> Co-authored-by: Feiyue Yu <fey@microsoft.com> Co-authored-by: Bin Ma <bim@microsoft.com>
1 parent a54b7ce commit b63a4aa

10 files changed

Lines changed: 133 additions & 11 deletions

File tree

scripts/curl_install_pypi/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Bash script to install the Azure CLI
1010
#
1111
INSTALL_SCRIPT_URL="https://azurecliprod.blob.core.windows.net/install.py"
12-
INSTALL_SCRIPT_SHA256=8835ac5023e292b9c3afa44f7e9a2c0058c56789114891fb921ee85fbc9c2002
12+
INSTALL_SCRIPT_SHA256=1b2f3c77c9bc4b0027d930c5dd39abe9ef4a72eea198289bcdaa2f68e5650166
1313
_TTY=/dev/tty
1414

1515
install_script=$(mktemp -t azure_cli_install_tmp_XXXXXX) || exit

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.0
7+
++++++
8+
* Minor improvement
9+
610
2.10.1
711
++++++
812
* Minor fixes

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.10.1"
9+
__version__ = "2.11.0"
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.10.1"
12+
VERSION = "2.11.0"
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: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,124 @@
33
Release History
44
===============
55

6+
2.11.0
7+
++++++
8+
9+
**AKS**
10+
11+
* Remove preview tag from Virtual Node add-on (#14717)
12+
* Add AKS CMK argument in cluster creation (#14688)
13+
* Set network profile when using basic load balancer. (#14699)
14+
* Remove max pods validation from CLI and let preflight handle it (#14750)
15+
* Fixing add-ons available in the help message in `az aks create` (#14810)
16+
* Bring in support for cluster autoscaler profile in core CLI (#14779)
17+
18+
**AppService**
19+
20+
* `az webapp`: Add list-instances command (#13408)
21+
* `az webapp ssh`: Add --instance parameter to connect to a specific instance (#13408)
22+
* `az webapp create-remote-connection`: Add --instance parameter to connect to a specific instance (#13408)
23+
* Fix #14758: az webapp create errors when creating windows app with --runtime dotnetcore (#14764)
24+
* Fix #14701: Implement functionapp create --assign-identity (#14702)
25+
* Fix #11244: `az webapp auth update`: Add optional parameter to update client-secret-certificate-thumbprint (#14730)
26+
* `az functionapp keys`: Added commands that allow users to manage their function app keys (#14465)
27+
* `az functionapp function`: Added commands that allow users to manage their individual functions (#14465)
28+
* `az functionapp function keys`: Added commands that allow users to manage their function keys (#14465)
29+
* Fix #14788: az webapp create not getting correct webapp when names are substrings (#14829)
30+
* `az functionapp create`: Removed ability to create 2.x Functions in regions that don't support it (#14831)
31+
32+
**ARM**
33+
34+
* `az resource list`: Extend the return data of `createdTime`, `changedTime` and `provisioningState` (#14704)
35+
* `az resource`: Add parameter `--latest-include-preview` to support using the latest api-version whether this version is preview (#14589)
36+
37+
**ARO**
38+
39+
* CLI enhancements, including route table checking permissions (#14535)
40+
41+
**Cloud**
42+
43+
* `az cloud register`: Fix registering clouds with a config file (#14749)
44+
45+
**Compute**
46+
47+
* Update VM SKUs that support accelerated networking (#13045)
48+
* `az vm create`: Automatic in-guest patching (#14710)
49+
* `az image builder create`: Add --vm-size, --os-disk-size, --vnet, --subnet (#14685)
50+
* New command az vm assess-patches (#14808)
51+
52+
**Container**
53+
54+
* Fix #6235: Update help text for ports parameter in container create (#14825)
55+
56+
**Datalake Store**
57+
58+
* Fix issue #14545 for data lake join operation (#14689)
59+
60+
**EventHub**
61+
62+
* `az eventhubs eventhub create/update`: Change documentation of destination_name (#12747)
63+
64+
**Extension**
65+
66+
* Add `az extension list-versions` command to list all available versions of an extension (#14803)
67+
68+
**HDInsight**
69+
70+
* Support creating cluster with autoscale configuration and Support managing autoscale configuration (#14692)
71+
* Support creating cluster with encryption at host (#14824)
72+
73+
**IoTCentral**
74+
75+
* CLI documentation improvements (#14650)
76+
77+
**Monitor**
78+
79+
* `az monitor metrics alert create`: support RG and Sub as the scope values (#14703)
80+
81+
**NetAppFiles**
82+
83+
* [BREAKING CHANGE] az netappfiles snapshot create: Removed file-system-id from parameters (#14791)
84+
* [BREAKING CHANGE] az netappfiles snapshot show: Snapshot no longer has parameter file-system-id (#14791)
85+
* `az netappfiles account`: Model ActiveDirectory has a new parameter backup_operators (#14791)
86+
* `az netappfiles volume show`: Model dataProtection has a new parameter snapshot (#14791)
87+
* `az netappfiles volume show`: Model Volume has a new parameter snapshot_directory_visible (#14791)
88+
89+
**Network**
90+
91+
* `az network dns export`: export FQDN for MX, PTR, NS and SRV type instead of relative path (#14734)
92+
* Support private link for managed disks (#14707)
93+
* `az network application-gateway auth-cert show`: Add example to demonstrate certificate format (#14856)
94+
* `az network private-endpoint-connection`: support app configuration (#14860)
95+
96+
**RBAC**
97+
98+
* `az ad group create`: support specify description when creating a group (#14668)
99+
* `az role definition create`: print human readable message instead of exception when assignableScope is an empty array (#14663)
100+
* [BREAKING CHANGE] `az ad sp create-for-rbac`: change default permission of created certificate (#14640)
101+
102+
**SQL**
103+
104+
* `az sql server audit-policy`: Add sql server auditing support (#14726)
105+
106+
**Storage**
107+
108+
* `az storage blob copy start-batch`: Fix #6018 for --source-sas (#14709)
109+
* `az storage account or-policy`: Support storage account object replication policy (#14817)
110+
* Fix issue #14083 to upgrade azure-multiapi-storage package version for package issue and new api version support (#14785)
111+
* `az storage blob generate-sas`: add examples for --ip and refine error message (#14854)
112+
* `az storage blob list`: Fix next_marker issue (#14751)
113+
114+
**Synapse**
115+
116+
* Add workspace, sparkpool, sqlpool related cmdlets (#14755)
117+
* Add spark job releated commands based on track2 sdk (#14819)
118+
* Add accesscontrol feature related commands based on track2 sdk (#14834)
119+
120+
**Upgrade**
121+
122+
* Add `az upgrade` command to upgrade azure cli and extensions (#14803)
123+
6124
2.10.1
7125
++++++
8126

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.10.1"
20+
__version__ = "2.11.0"
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.10.1
8-
azure-cli-core==2.10.1
7+
azure-cli==2.11.0
8+
azure-cli-core==2.11.0
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.10.1
8-
azure-cli-core==2.10.1
7+
azure-cli==2.11.0
8+
azure-cli-core==2.11.0
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.10.1
8-
azure-cli-core==2.10.1
7+
azure-cli==2.11.0
8+
azure-cli-core==2.11.0
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.10.1"
21+
VERSION = "2.11.0"
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)