Skip to content

Commit 70c3eb6

Browse files
azclibotnecusjzyanzhuddevelyn-yscalvinhzy
authored
{Release} Upgrade to Azure CLI 2.82.0 (#32607)
Co-authored-by: necusjz <[email protected]> Co-authored-by: Yan Zhu <[email protected]> Co-authored-by: Yishi Wang <[email protected]> Co-authored-by: Zhiyi Huang <[email protected]>
1 parent 0b8cfd6 commit 70c3eb6

File tree

9 files changed

+108
-10
lines changed

9 files changed

+108
-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.82.0
7+
++++++
8+
* Resolve CVE-2025-66418 (#32506)
9+
* Resolve CVE-2025-66471 (#32506)
10+
611
2.81.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.81.0"
7+
__version__ = "2.82.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.81.0"
11+
VERSION = "2.82.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: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,99 @@
33
Release History
44
===============
55

6+
2.82.0
7+
++++++
8+
9+
**ACR**
10+
11+
* `az acr login`: Enforce using acr audience in aad token acquisition (#31798)
12+
13+
**AKS**
14+
15+
* Fix #15932: `az aks install-cli`: Add `--gh-token` parameter to allow authentication when downloading kubelogin (#32536)
16+
* `az aks nodepool update`: Add GPU driver install options `install` and `none` for `--gpu-driver` parameter (#32531)
17+
* `az aks nodepool add/update`: Add option `Ubuntu2404` to `--os-sku` parameter (#32509)
18+
19+
**App Service**
20+
21+
* `az appservice list-locations`: Add `--managed-instance-enabled` parameter for managed instances (#32444)
22+
23+
**Cognitive Services**
24+
25+
* `az cognitiveservices agent create`: Add ability to create and deploy hosted agent in AI Foundry (#32430)
26+
27+
**Compute**
28+
29+
* `az vmss list-instances`: Add new argument `--resiliency-view` to show resiliency status of each instance (#32496)
30+
* `az vmss get-resiliency-view`: Add new command to show resiliency status of each instance (#32496)
31+
* `az sig image-version create/update`: Add warning message for Azure Compute Gallery resources from api-version `2026-03-03` (#32494)
32+
33+
**Container app**
34+
35+
* `az containerapp env create`: Add parameter `--infrastructure-resource-group` to support specifying name for resource group that will contain infrastructure resources (#32457)
36+
* Fix #32594: `az containerapp compose create`: Fix `TypeError` when docker-compose file include `env_file` without `environment` (#32601)
37+
38+
**Cosmos DB**
39+
40+
* `az cosmosdb fleet`: Add new fleet feature (#32390)
41+
* `az cosmosdb create/update`: Add support for `--disable-local-auth` (#32530)
42+
* `az cosmosdb restore`: Fix for cross region restore for cosmosdb (#32589)
43+
44+
**Identity**
45+
46+
* `az identity create`: Add new `--isolation-scope` parameter to support identity isolation scope (#31938)
47+
* `az identity update`: Add new command to support updating an identity (#31938)
48+
49+
**Key Vault**
50+
51+
* `az keyvault key create/import`: Add `--default-data-disk-policy` to support new default SKR policy (#32538)
52+
53+
**Monitor**
54+
55+
* `az monitor dashboard`: Support dashboard with Grafana (#32414)
56+
57+
**MySQL**
58+
59+
* `az mysql flexible-server backup delete`: Support deletion of on-demand backup (#32547)
60+
61+
**Network**
62+
63+
* `az network application-gateway settings`: Support `enableL4ClientIpPreservation` property via `--enable-l4-client-ip` (#32442)
64+
* `az network application-gateway probe`: Support `enableProbeProxyProtocolHeader` property via `--enable-proxy-header` (#32442)
65+
* `az network application-gateway waf-policy managed-rule rule-set`: Support disabled rules by default (#32488)
66+
* `az network virtual-appliance`: Add `--nva-interface-configurations` parameter (#32470)
67+
* `az network watcher flow-log`: Add `--record-types` parameter (#32490)
68+
* `az network private-endpoint-connection`: Add provider `Microsoft.Maps/accounts` (#32421)
69+
70+
**Packaging**
71+
72+
* Pin pywin32 to version 310 to resolve the MSI upgrade issue (#32557)
73+
74+
**RDBMS**
75+
76+
* `az postgres flexible-server update/fabric-mirroring`: Allow high availability enabled servers to start fabric mirroring if PG version 17+ (#32468)
77+
* `az postgres flexible-server create/update`: Show high availability feature with zonal resiliency argument (#32482)
78+
* `az postgres flexible-server create/update`: Enable support for High Availability on servers with PremiumV2_LRS storage type (#32542)
79+
* `az postgres flexible-server index-tuning`: Deprecate and redirect to `az postgres flexible-server autonomous-tuning` command group (#32546)
80+
* `az postgres flexible-server autonomous-tuning list-index-recommendations/list-table-recommendations`: Support listing index recommendations and table recommendations (#32546)
81+
* `az postgres flexible-server update`: Fix bug for using argument `--standby-zone` when enabling high availability (#32559)
82+
* `az postgres flexible-server upgrade`: Allow major version upgrade to PostgreSQL Version 18 (#32565)
83+
* `az postgres flexible-server create`: Add database name field for create with cluster (#32570)
84+
* `az postgres flexible-server backup/db/firewall-rule/identity/long-term-retention/microsoft-entra-admin/migration/parameter/replica list`: Allow `--ids` use for list commands (#32561)
85+
* `az postgres flexible-server create`: Change database name field to default to None (#32587)
86+
* `az postgres flexible-server replica create`: Add `--name` argument to specify read replica name (#32560)
87+
88+
**SQL**
89+
90+
* `az sql mi create/update`: Add memory size in gb parameter (#32466)
91+
92+
**Storage**
93+
94+
* `az storage blob/container/fs generate-sas`: Add `--user-delegation-oid` (#32508)
95+
* `az storage fs file generate-sas`: Add command and support `--user-delegation-oid` (#32508)
96+
* `az storage fs directory generate-sas`: Add `--user-delegation-oid` (#32508)
97+
* `az storage share/file/queue generate-sas`: Add `--as-user` and `--user-delegation-oid` (#32508)
98+
699
2.81.0
7100
++++++
8101

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.81.0"
20+
__version__ = "2.82.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.1
66
azure-batch==15.0.0b1
7-
azure-cli-core==2.81.0
7+
azure-cli-core==2.82.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.81.0
9+
azure-cli==2.82.0
1010
azure-common==1.1.22
1111
azure-core==1.37.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.1
66
azure-batch==15.0.0b1
7-
azure-cli-core==2.81.0
7+
azure-cli-core==2.82.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.81.0
9+
azure-cli==2.82.0
1010
azure-common==1.1.22
1111
azure-core==1.37.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.1
66
azure-batch==15.0.0b1
7-
azure-cli-core==2.81.0
7+
azure-cli-core==2.82.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.81.0
9+
azure-cli==2.82.0
1010
azure-common==1.1.22
1111
azure-core==1.37.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.81.0"
20+
VERSION = "2.82.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)