Skip to content

Commit 6b05a20

Browse files
azclibotevelyn-yszhoxing-msAllyWnecusjz
authored
{Release} Upgrade to Azure CLI 2.74.0 (#31558)
Co-authored-by: Yishi Wang <[email protected]> Co-authored-by: Xing Zhou <[email protected]> Co-authored-by: AllyW <[email protected]> Co-authored-by: necusjz <[email protected]>
1 parent 6f01c5d commit 6b05a20

File tree

9 files changed

+86
-10
lines changed

9 files changed

+86
-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.74.0
7+
++++++
8+
* Resolve CVE-2024-13176 (#31503)
9+
* Resolve CVE-2024-9143 (#31503)
10+
611
2.73.0
712
++++++
813
* [BREAKING CHANGE] Remove azure stack profiles `2020-09-01-hybrid`, `2019-03-01-hybrid`, `2018-03-01-hybrid` and `2017-03-09-profile` (#31307)

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.73.0"
7+
__version__ = "2.74.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.73.0"
11+
VERSION = "2.74.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: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,77 @@
33
Release History
44
===============
55

6+
2.74.0
7+
++++++
8+
9+
**ACR**
10+
11+
* `az acr login`: Add `refreshToken` and `username` fields to the output after using `--expose-token` parameter (#31091)
12+
* `az acr create`: Fix logs for domain name label (#31423)
13+
* `az acr connected-registry`: Remove private preview message (#31475)
14+
15+
**AKS**
16+
17+
* `az aks nodepool add/update/upgrade`: Add new parameter `--undrainable-node-behavior` to specify whether nodes can be cordoned during upgrade (#31495)
18+
* `az aks create/enable-addons`: Remove preview flag for `--enable-high-log-scale-mode` parameter (#31531)
19+
* `az aks nodepool add/update/upgrade`: Add `--max-unavailable` to specify he maximum number or percentage of nodes that can be simultaneously unavailable during upgrade (#31510)
20+
21+
**App Config**
22+
23+
* Fix #30619: `az appconfig feature set`: Fix invalid value for `--requirement-type` (#31471)
24+
* Fix #30619: `az appconfig kv import`: Fix invalid value for `--requirement-type` (#31471)
25+
26+
**App Service**
27+
28+
* `az appservice plan create`: Update the description of `--zone-redundant` parameter (#31437)
29+
* `az webapp config set`: Remove number of workers validation (#31443)
30+
31+
**ARM**
32+
33+
* `az policy`: Add breaking change pre-announcement (#31458)
34+
35+
**Backup**
36+
37+
* `az backup container/item/policy/protection`: Add support for ASE backup operations (#31413)
38+
* `az backup`: Add support for HANA Snapshot (#27932)
39+
40+
**Compute**
41+
42+
* `az vm/vmss create`: Add warning log for changing the default value of VM size (#31409)
43+
44+
**Cosmos DB**
45+
46+
* `az cosmosdb sql container`: Add Full Text Policy support (#31425)
47+
48+
**Identity**
49+
50+
* `az identity federated-credential create/update`: Add support for claims matching expressions (#31436)
51+
52+
**Monitor**
53+
54+
* `az monitor action-group`: Support `--incident-receivers`, `--mi-user-assigned` and `--mi-system-assigned`(#31205)
55+
56+
**MySQL**
57+
58+
* `az mysql flexible-server create`: Change default storage redundancy for BC SKU to local redundancy (#31537)
59+
60+
**NetAppFiles**
61+
62+
* `az netappfiles volume-group create`: Add support for Oracle in ANF Volume Groups (#31528)
63+
64+
**Network**
65+
66+
* `az network vnet-gateway create`: Add `--enable-high-bandwith-vpn-gateway` parameter (#31100)
67+
* `az network vpn-connection show`: Support new properties output with virtual network gateway (#31100)
68+
* `az network vnet-gateway migration`: Support vpn gateway migration feature (#31429)
69+
* `az network private-endpoint-connection`: Add provider `Microsoft.FluidRelay/fluidRelayServers` (#31472)
70+
* `az network network-watcher packet-capture`: Support for packet capture includes a ring buffer (#30784)
71+
* `az network private-endpoint-connection`: Add provider `Microsoft.VideoIndexer/accounts` (#31549)
72+
73+
**RDBMS**
74+
75+
* `az postgres flexible-server create/db`: Fix for `--database-name` validation (#31542)
76+
677
2.73.0
778
++++++
879

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.73.0"
20+
__version__ = "2.74.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.73.0
7+
azure-cli-core==2.74.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.73.0
9+
azure-cli==2.74.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.73.0
7+
azure-cli-core==2.74.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.73.0
9+
azure-cli==2.74.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.73.0
7+
azure-cli-core==2.74.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.73.0
9+
azure-cli==2.74.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.73.0"
20+
VERSION = "2.74.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)