Skip to content

Commit d1585e3

Browse files
Azure CLI Bothouk-ms
andauthored
{Release} Upgrade to Azure CLI 2.24.0 (#18164)
* update azure-cli version to 2.24.0 * Update HISTORY.rst Co-authored-by: Houk <[email protected]>
1 parent 4ecd48e commit d1585e3

File tree

9 files changed

+130
-10
lines changed

9 files changed

+130
-10
lines changed

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.24.0
7+
++++++
8+
* Fix issue #16798: Azure CLI output is corrupted! (#18065)
9+
610
2.23.0
711
++++++
812
* Display allowed values in error message when enum validation fails (#17621)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# --------------------------------------------------------------------------------------------
55
# pylint: disable=line-too-long
66

7-
__version__ = "2.23.0"
7+
__version__ = "2.24.0"
88

99
import os
1010
import sys

src/azure-cli-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from codecs import open
99
from setuptools import setup, find_packages
1010

11-
VERSION = "2.23.0"
11+
VERSION = "2.24.0"
1212

1313
# If we have source, validate that our version numbers match
1414
# This should prevent uploading releases with mismatched versions.

src/azure-cli/HISTORY.rst

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

6+
2.24.0
7+
++++++
8+
9+
**AKS**
10+
11+
* `az aks check-acr`: Add the nodeslector linux to avoid the "canipull" pod to be scheduled on the windows node (#17933)
12+
* Sdk update (#18031)
13+
* az aks create and update azure-rbac (#18026)
14+
* Add run-command cli (#18051)
15+
16+
**App Config**
17+
18+
* Allow importing key-values with unicode characters from file (#17990)
19+
20+
**App Service**
21+
22+
* [BREAKING CHANGE] `az webapp list-runtimes`: Add Dotnet6 support and update runtimes (#17967)
23+
* `webapp log tail`: Fix #17987: logging.warning call with invalid 'end' argument (#17988)
24+
* Fix #16838- az cli update app setting command always making slotsetting to true (#17895)
25+
* `az appservice`: Add function to retrieve users github personal access token (#17826)
26+
* az staticwebapp appsettings set issue #17792 (#18034)
27+
* Fix #18033: az staticwebapp appsettings set of missing positional param app_settings (#18043)
28+
* Fix issues with APIs signature that changed with Track2 update (#18082)
29+
* Fix get resource management client properly (#18142)
30+
* Add interactive way to get token for staticwebapp (#18083)
31+
* Fix an issue where assign and remove identities would fail with a call to NoneType (#18084)
32+
33+
**ARM**
34+
35+
* Migrate resource to track2 SDK (#17783)
36+
* `az ts`: Add UiFormDefinition file support to TemplateSpecs for GA (05/04) (#17869)
37+
38+
**ARO**
39+
40+
* Add cluster credential rotation (#17925)
41+
42+
**Compute**
43+
44+
* `az sshkey create`: Save private key to local file system (#18022)
45+
46+
**Cosmos DB**
47+
48+
* Create and manage Role Definitions and Role Assignments for enforcing data plane RBAC on Cosmos DB SQL accounts (#18091)
49+
50+
**DevTestLabs**
51+
52+
* `az labs create environment`: Fix error creating an environment from an ARM template (#17959)
53+
54+
**HDInsight**
55+
56+
* [BREAKING CHANGE] `az hdinsight create`: Use getting default sku api to set workernode and headnode size if customer does not provide. (#17552)
57+
58+
**IoT**
59+
60+
* `az iot hub create`: Support assigning identities and assigning roles to system-managed identity. (#18098)
61+
* `az iot hub update`: New parameter `--file-upload-storage-identity` to allow for managed-identity authenticated file upload. (#18098)
62+
* `az iot hub identity assign`: New command to assign user/system-assigned managed identities to an IoT Hub. (#18098)
63+
* `az iot hub identity show`: New command to show identity property of an IoT Hub. (#18098)
64+
* `az iot hub identity show`: New command to update identity type of an IoT Hub. (#18098)
65+
* `az iot hub identity remove`: New command to remove user/system-assigned managed identities from an IoT Hub. (#18098)
66+
* `az iot hub routing-endpoint create`: New `--identity` parameter allows choosing a user/system-assigned identity for routing endpoints. (#18098)
67+
* `az iot hub route create`: New routing source-type `DeviceConnectionStateEvents` (#18098)
68+
69+
**Kusto**
70+
71+
* Update command group long summary (#18107)
72+
73+
**Network**
74+
75+
* Bump api version from '2020-11-01' to '2021-02-01' (#18104)
76+
* New command group `az network lb address-pool tunnel-interface` (#18136)
77+
* `az network lb frontend-ip update`: New parameter `--gateway-lb` (#18136)
78+
* `az network nic ip-config update`: New parameter `--gateway-lb` (#18136)
79+
* `az network rule create/update`: New parameter `--backend-pools-name` (#18136)
80+
* `az network vnet-gateway create`: Add new paramter `--nat-rule` (#18045)
81+
* Add new cmd group `az network vnet-gateway nat-rule` (#18045)
82+
* `az network vpn-conncetion create`: Add new paramter `--ingress-nat-rule` and `--egress-nat-rule` (#18045)
83+
* `az network vnet create`: Add new parameter `--flowtimeout` (#18032)
84+
85+
**Packaging**
86+
87+
* Support Python 3.9 (#17368)
88+
89+
**RDBMS**
90+
91+
* Change IOPS logic for MySQL (#17974)
92+
* Prevent private DNS zone track2 migration breaking rdbms module (#18062)
93+
94+
**Service Fabric**
95+
96+
* [BREAKING CHANGE] `az sf cluster certificate`: Remove all commands under this group. Please follow the instructions here to add/remove cluster certificates: https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-security-update-certs-azure#add-a-secondary-certificate-using-azure-resource-manager. (#18056)
97+
* [BREAKING CHANGE] `az sf managed-service update`: Remove deprecated parameter --drop-source-replica-on-move. (#18056)
98+
* [BREAKING CHANGE] `az sf managed-service create`: Remove deprecated parameters --service-dns-name, --drop-source-replica-on-move and -instance-close-delay-duration. (#18056)
99+
* [BREAKING CHANGE] `az sf cluster`: Rename parameter --vault-resource-group to --vault-rg. (#18056)
100+
* `az sf managed-cluster and sf managed-node-type`: Set groups as not preview (#18056)
101+
* Update azure-mgmt-servicefabricmanagedclusters package to the latest version 1.0.0 that uses 2021-05-01 GA api version. (#18056)
102+
* `az sf managed-cluster create`: Add parameters --upgrade-mode, --upgrade-cadence and --code-version. (#18056)
103+
* `az sf managed-node-type`: Add parameters --data-disk-type, --is-stateless and --multiple-placement-groups. (#18056)
104+
105+
**SQL**
106+
107+
* `az sql server create`: Add a space to split the concatenated words in the help message of the argument --assign-identity. (#17966)
108+
* `az sql server update`: Add a space to split the concatenated words in the help message of the argument --assign_identity. (#17966)
109+
110+
**Storage**
111+
112+
* [BREAKING CHANGE] `az storage share-rm delete`: Raise error when there are snapshots for target file share and add `--include` to specify deleting target file share and its snapshots (#18088)
113+
* `az storage blob generate-sas`: Add spaces to split the concatenated words in the help message of the arguments --cache-control, --content-disposition, --content-encoding, --content-language and --content-type. (#17940)
114+
* `az storage blob url`: Add a space to split the concatenated words in the help message of the argument --snapshot. (#17940)
115+
* `az storage container generate-sas`: Add spaces to split the concatenated words in the help message of the arguments --cache-control, --content-disposition, --content-encoding, --content-language and --content-type. (#17940)
116+
* Upgrade storage API version to 2021-04-01 (#18064)
117+
* Support default share permission (#16462)
118+
* Support cross tenant object replication (#18063)
119+
* GA blob inventory (#18046)
120+
* `az storage share-rm list`: Support list with snapshots. (#18088)
121+
6122
2.23.0
7123
++++++
8124

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 <[email protected]>"
20-
__version__ = "2.23.0"
20+
__version__ = "2.24.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
@@ -5,9 +5,9 @@ argcomplete==1.11.1
55
asn1crypto==0.24.0
66
azure-appconfiguration==1.1.1
77
azure-batch==10.0.0
8-
azure-cli-core==2.23.0
8+
azure-cli-core==2.24.0
99
azure-cli-telemetry==1.0.6
10-
azure-cli==2.23.0
10+
azure-cli==2.24.0
1111
azure-common==1.1.22
1212
azure-core==1.13.0
1313
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
@@ -5,9 +5,9 @@ argcomplete==1.11.1
55
asn1crypto==0.24.0
66
azure-appconfiguration==1.1.1
77
azure-batch==10.0.0
8-
azure-cli-core==2.23.0
8+
azure-cli-core==2.24.0
99
azure-cli-telemetry==1.0.6
10-
azure-cli==2.23.0
10+
azure-cli==2.24.0
1111
azure-common==1.1.22
1212
azure-core==1.13.0
1313
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
@@ -5,9 +5,9 @@ argcomplete==1.11.1
55
asn1crypto==0.24.0
66
azure-appconfiguration==1.1.1
77
azure-batch==10.0.0
8-
azure-cli-core==2.23.0
8+
azure-cli-core==2.24.0
99
azure-cli-telemetry==1.0.6
10-
azure-cli==2.23.0
10+
azure-cli==2.24.0
1111
azure-common==1.1.22
1212
azure-core==1.13.0
1313
azure-cosmos==3.2.0

src/azure-cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
logger.warn("Wheel is not available, disabling bdist_wheel hook")
1818
cmdclass = {}
1919

20-
VERSION = "2.23.0"
20+
VERSION = "2.24.0"
2121
# If we have source, validate that our version numbers match
2222
# This should prevent uploading releases with mismatched versions.
2323
try:

0 commit comments

Comments
 (0)