Skip to content

Commit 382f71d

Browse files
azclibotkairu-msjiaslizhoxing-msevelyn-ys
authored
{Release} Upgrade to Azure CLI 2.73.0 (#31468)
Co-authored-by: kai ru <[email protected]> Co-authored-by: Jiashuo Li <[email protected]> Co-authored-by: Xing Zhou <[email protected]> Co-authored-by: Yishi Wang <[email protected]>
1 parent 5699d13 commit 382f71d

File tree

9 files changed

+123
-10
lines changed

9 files changed

+123
-10
lines changed

src/azure-cli-core/HISTORY.rst

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

6+
2.73.0
7+
++++++
8+
* [BREAKING CHANGE] Remove azure stack profiles `2020-09-01-hybrid`, `2019-03-01-hybrid`, `2018-03-01-hybrid` and `2017-03-09-profile` (#31307)
9+
* Use MSAL for managed identity authentication (#25959)
10+
611
2.72.0
712
++++++
813
* 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
@@ -4,7 +4,7 @@
44
# --------------------------------------------------------------------------------------------
55
# pylint: disable=line-too-long
66

7-
__version__ = "2.72.0"
7+
__version__ = "2.73.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.72.0"
11+
VERSION = "2.73.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: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,114 @@
33
Release History
44
===============
55

6+
2.73.0
7+
++++++
8+
9+
**ACR**
10+
11+
* `az acr connected-registry create/update`: Add new parameter `--gc-enabled` which enables or disables garbage collection on a connected registry (#30956)
12+
* `az acr connected-registry create/update`: Add new parameter `--gc-schedule` which uses cron expression to set a collection interval (#30956)
13+
* `az acr create/update`: Add a new optional parameter `--role-assignment-mode` to specify the role assignment mode for new or existing registries. This parameter allows customers to enable or disable Attribute-Based Access Control (ABAC) (#31065)
14+
* `az acr check-health`: Add a new optional parameter `--repository` to check read, write, and delete permissions for a specific repository (#31065)
15+
* `az acr task create/update`: Add a new optional parameter `--source-acr-auth-id` to specify the managed identity used for authentication with the source registry (#31069)
16+
* `az acr build`: Add a new optional parameter `--source-acr-auth-id` to specify the identity used for authentication with the source registry (#31069)
17+
* `az acr run`: Add a new optional parameter `--source-acr-auth-id` to specify the identity used for authentication with the source registry (#31069)
18+
* `az acr create`: Remove preview flag from `--allow-trusted-services` (#31372)
19+
20+
**AKS**
21+
22+
* [BREAKING CHANGE] `az aks create`: Change default value of option `--node-vm-size` to "" (#31424)
23+
* [BREAKING CHANGE] `az aks nodepool add`: Change default value of option `--node-vm-size` to "" (#31424)
24+
* `az aks create/update`: Add support for apiserver vnet integration feature (#31318)
25+
* `az aks create/approuting`: Add default NIC config for app routing (#31286)
26+
* Fix #31265: `az aks enable-addons`: Fix UnboundLocalError when setting specific dataCollectionSettings (#31400)
27+
28+
**App Service**
29+
30+
* [BREAKING CHANGE] `az appservcie ase create/update/delete`: Remove support for ASEv2 (#31373)
31+
* `az webapp list-runtimes`: Update API response filter logic (#31312)
32+
* `az functionapp plan update`: Add zone redundant update support for Flex (#31415)
33+
34+
**Backup**
35+
36+
* [BREAKING CHANGE] `az backup protection enable-for-vm`: Support for protecting TVM with standard policy (#31410)
37+
38+
**Cloud**
39+
40+
* [BREAKING CHANGE] `az cloud register/update`: No `gallery` endpoint returned if use endpoint discovery with `--endpoint-resource-manager` (#30682)
41+
* `az cloud register/update`: Support data plane endpoints auto discovery with `--endpoint-resource-manager` (#30682)
42+
43+
**Compute**
44+
45+
* [BREAKING CHANGE] `az sig image-definition list-community/list-shared`: Replace pagination parameters with new parameters `--max-items` and `--next-token` (#31317)
46+
* [BREAKING CHANGE] `az sig image-version list-community/list-shared`: Replace pagination parameters with new parameters `--max-items` and `--next-token` (#31317)
47+
* `az vm/vmss create`: Fix missing auxiliary tokens (#31287)
48+
* `az vmss create/update`: Add new parameter `--enable-automatic-zone-balancing` to support setting automatic zone rebalancing policy (#31377)
49+
* `az vmss create/update`: Add new parameter `--automatic-zone-balancing-strategy` to support setting automatic zone rebalancing policy (#31377)
50+
* `az vmss create/update`: Add new parameter `--automatic-zone-balancing-behavior` to support setting automatic zone rebalancing policy (#31377)
51+
* `az vmss create/update`: Add new parameter `--skuprofile-rank` to specify a list of ranks to use with VMSS instance mix SKU profile VM sizes (#31255)
52+
53+
**DMS**
54+
55+
* `az dms project task create`: Add ability to use a lockless option for ensuring data consistency (#31448)
56+
57+
**Key Vault**
58+
59+
* `az keyvault key get-attestation`: Support getting a MHSM key's attestation (#31427)
60+
61+
**Monitor**
62+
63+
* `az monitor log-analytics workspace failover/failback`: Add new commands for supporting activating and deactivating workspace failover (#31385)
64+
65+
**NetAppFiles**
66+
67+
* `az volume-group create`: Parameter `--proximity-placement-group` is no longer required (#31254)
68+
* `az netappfiles account create`: Add new parameter `--federated-client-id` for Cross Tennant CMK (#31254)
69+
* `az netappfiles account create`: Add new parameter `--nfs-v4-id-domain`. Domain for NFSv4 user ID mapping (#31254)
70+
* `az netappfiles account update`: Add new parameter `--federated-client-id` for Cross Tennant CMK (#31254)
71+
* `az netappfiles account update`: Add new parameter `--nfs-v4-id-domain`. Domain for NFSv4 user ID mapping (#31254)
72+
* `az netappfiles usage list`: Add new command to list current subscription usages (#31254)
73+
* `az netappfiles usage show`: Add new command to show current subscription usages (#31254)
74+
75+
**Network**
76+
77+
* Fix #31294: `az network vnet update`: Refine processing logic of `--address-prefixes` (#31365)
78+
79+
**Packaging**
80+
81+
* Bump Python to 3.12 on RHEL and CentOS Stream (#31264)
82+
* [BREAKING CHANGE] Drop Ubuntu 20.04 support (#31208)
83+
84+
**Profile**
85+
86+
* [BREAKING CHANGE] `az login`: `--username` no longer accepts user-assigned managed identity ID. Explicitly specify `--client-id`, `--object-id` or `--resource-id` instead (#31015)
87+
88+
**RDBMS**
89+
90+
* [BREAKING CHANGE] `az postgres flexible-server create`: Set the default value of parameter `--create-default-database` to Disabled (#31132)
91+
* [BREAKING CHANGE] `az postgres flexible-server create`: Set default PG version to 17 on create (#31143)
92+
* [BREAKING CHANGE] `az postgres flexible-server stop-replication`: Remove deprecated command, use `az postgres flexible-server replica promote` instead (#31355)
93+
* [BREAKING CHANGE] `az postgres flexible-server create/upgrade`: Remove support of PG12 which has officially ended (#31363)
94+
* [BREAKING CHANGE] `az postgres flexible-server create/update/ad-admin`: Rename deprecated references to Microsoft Entra (#31379)
95+
* [BREAKING CHANGE] `az postgres flexible-server create`: Set the default value of parameter `--create-default-database` to Disabled (#31399)
96+
* [BREAKING CHANGE] `az postgres flexible-server create`: Set default PG version to 17 on creation (#31399)
97+
* [BREAKING CHANGE] `az postgres flexible-server update`: Add user confirmation on certain update operations (#30731)
98+
* `az postgres flexible-server create`: BUG FIX, Set public access network to disabled if None argument is passed in (#31349)
99+
* `az postgres flexible-server create/db create`: Add validation for database name (#31392)
100+
* `az postgres flexible-server create`: Set default sku to be coming from location capability API (#31141)
101+
102+
**Role**
103+
104+
* `az role assignment list`: Drop `--include-classic-administrators` argument (#29470)
105+
106+
**Service Connector**
107+
108+
* `az webapp connection create mongodb-atlas`: Add `mongodb-atlas` target service support (#31308)
109+
110+
**Storage**
111+
112+
* [BREAKING CHANGE] `az storage account migration start`: Add confirmation for storage account migration between redundancy options (#31431)
113+
6114
2.72.0
7115
++++++
8116

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.72.0"
20+
__version__ = "2.73.0"
2121

2222

2323
logger = get_logger(__name__)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ argcomplete==3.5.2
44
asn1crypto==0.24.0
55
azure-appconfiguration==1.7.0
66
azure-batch==15.0.0b1
7-
azure-cli-core==2.72.0
7+
azure-cli-core==2.73.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.72.0
9+
azure-cli==2.73.0
1010
azure-common==1.1.22
1111
azure-core==1.31.0
1212
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,9 +4,9 @@ argcomplete==3.5.2
44
asn1crypto==0.24.0
55
azure-appconfiguration==1.7.0
66
azure-batch==15.0.0b1
7-
azure-cli-core==2.72.0
7+
azure-cli-core==2.73.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.72.0
9+
azure-cli==2.73.0
1010
azure-common==1.1.22
1111
azure-core==1.31.0
1212
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,9 +4,9 @@ argcomplete==3.5.2
44
asn1crypto==0.24.0
55
azure-appconfiguration==1.7.0
66
azure-batch==15.0.0b1
7-
azure-cli-core==2.72.0
7+
azure-cli-core==2.73.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.72.0
9+
azure-cli==2.73.0
1010
azure-common==1.1.22
1111
azure-core==1.31.0
1212
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
logging.warning("Wheel is not available, disabling bdist_wheel hook")
1818
cmdclass = {}
1919

20-
VERSION = "2.72.0"
20+
VERSION = "2.73.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)