Skip to content

Commit 692b407

Browse files
authored
{Release} Upgrade to Azure CLI 2.85.0 (#33106)
1 parent e6d6bc6 commit 692b407

11 files changed

Lines changed: 112 additions & 12 deletions

File tree

src/azure-cli-core/HISTORY.rst

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

6+
2.85.0
7+
++++++
8+
* Resolve CVE-2026-26007 (#32879)
9+
* `az *`: Make `--acquire-policy-token` and `--change-reference` global arguments available by default, removing the need for `core.enable_policy_token` configuration (#32883)
10+
* Resolve CVE-2026-27448 (#33035)
11+
* Resolve CVE-2026-27459 (#33035)
12+
* Resolve CVE-2026-32597 (#33034)
13+
* Resolve CVE-2026-25645 (#33081)
14+
* Resolve CVE-2026-34073 (#33099)
15+
616
2.84.0
717
++++++
818
* 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.84.0"
7+
__version__ = "2.85.0"
88

99
import os
1010
import sys

src/azure-cli-core/azure/cli/core/commandIndex.latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.84.0",
2+
"version": "2.85.0",
33
"cloudProfile": "latest",
44
"commandIndex": {
55
"account": [

src/azure-cli-core/azure/cli/core/helpIndex.latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.84.0",
2+
"version": "2.85.0",
33
"cloudProfile": "latest",
44
"helpIndex": {
55
"groups": {

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.84.0"
11+
VERSION = "2.85.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: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,96 @@
33
Release History
44
===============
55

6+
2.85.0
7+
++++++
8+
9+
**ACR**
10+
11+
* `az acr network-rule add`: Add example of adding a rule to allow access for a specific virtual network (#32829)
12+
* `az acr replication create/update`: Add `--global-endpoint-routing` parameter and redirect `--region-endpoint-enabled` to it to avoid confusion with registry-level `--regional-endpoints` (#32954)
13+
* `az acr cache create/update`: Add `--identity` parameter to support using user-assigned managed identity for cache rules (#33040)
14+
15+
**AKS**
16+
17+
* Fix #32957: `az aks get-credentials`: Surface user-friendly error instead of unexpected traceback (#32959)
18+
* `az aks create/update`: Add `--acns-transit-encryption-type` parameter to support configuring pod-to-pod transit encryption (`WireGuard` or `None`) (#32988)
19+
* `az aks create/update` Add support for ACNS performance (#33018)
20+
* `az aks namespace update`: Fix the location logic for managed namespace update operation (#33054)
21+
* `az aks update`: Add `--enable-high-log-scale-mode` parameter to enable/disable High Log Scale Mode for Container Logs (#33039)
22+
* `az aks enable-addons`: Fix monitoring addon key lookup to handle both `omsagent` and `omsAgent` API response variants (#33039)
23+
* `az aks disable-addons`: Add retry with exponential backoff for Log Analytics workspace creation conflicts (#33039)
24+
* `az aks update`: Add `--disable-http-proxy` and `--enable-http-proxy` parameters (#32996)
25+
26+
**API Management**
27+
28+
* `az apim backend`: Add new command group to support backend services (#32569)
29+
30+
**App Config**
31+
32+
* `az appconfig create/update`: Enable linking app insights resource to an app configuration store (#32831)
33+
* `az appconfig feature set`: Enable telemetry for a feature flag (#32831)
34+
35+
**App Service**
36+
37+
* `az webapp list-runtimes`: Pre-announce breaking changes (#32905)
38+
* `az logicapp create`: Add parameter `--domain-name-scope` to support specifying the scope of uniqueness for the default hostname during resource creation (#32812)
39+
* `az webapp update`: Add parameter `--platform-release-channel` to support setting the platform release channel for the web app (#32811)
40+
* `az appservice plan update`: Remove preview flag for `--elastic-scale` and `--max-elastic-worker-count` parameters (#32807)
41+
* `az webapp update`: Remove preview flag for `--minimum-elastic-instance-count` and `--prewarmed-instance-count` parameters (#32807)
42+
* `az webapp up`: Add parameter `--domain-name-scope` to support specifying the scope of uniqueness for the default hostname during resource creation (#32930)
43+
44+
**Cloud**
45+
46+
* Add Bleu to the Known Clouds list (#32856)
47+
48+
**Compute**
49+
50+
* `az vmss create`: Add `--zone-placement-policy` parameter to enable automatic zone selection (#32771)
51+
* `az vmss create`: Add `--include-zones` parameter to support specifying availability zones that must be considered for placement when `--zone-placement-policy` is set to `Auto` (#32771)
52+
* `az vmss create`: Add `--exclude-zones` parameter to support specifying availability zones that must be excluded from placement when `--zone-placement-policy` is set to `Auto` (#32771)
53+
* `az vmss create`: Add `--max-zone-count` parameter to support specifying the maximum number of availability zones to use when `--zone-placement-policy` is set to `Auto` (#32771)
54+
* `az vmss update`: Add `--max-zone-count` parameter to support specifying the maximum number of availability zones to use for this scale set (#32771)
55+
* `az vmss create/update`: Add `--value-max-instance-percent-per-zone` parameter to support specifying the maximum percentage of virtual machine instances that can be allocated to a single availability zone in the virtual machine scale set (#32771)
56+
* `az vmss create/update`: Add `--instance-percent-policy` parameter to support specifying whether maximum percentage of virtual machine instances per zone policy should be enabled on the virtual machine scale set (#32771)
57+
* `az vm run-command invoke`: Fix `--no-wait` not working (#32979)
58+
* `az restore-point collection create/update`: Add parameter `--instant-access` (#32953)
59+
* `az restore-point create`: Add parameter `--instant-access-duration` (#32953)
60+
61+
**Container app**
62+
63+
* `az containerapp env workload-profile add`: Simplify workload-profile creation with default profile name (#32713)
64+
65+
**Event Hubs**
66+
67+
* Fix #31108, #32073: `az eventhubs`: Regex updated for commands with `--namespace-name` arguments (#32472)
68+
69+
**NetAppFiles**
70+
71+
* `az netapfiles volume create/update`: Add paramter `--desired-ransomware-protection-state` to support advanced ransomware reports (#32828)
72+
* `az netapfiles volume ransomware-report`: Add command group to support advanced ransomware reports (#32828)
73+
* `az netapfiles volume list-quota-report`: Add command to list quota reports for volumes (#32828)
74+
75+
**Network**
76+
77+
* `az network private-endpoint-connection`: Add provider `Microsoft.DurableTask/schedulers` (#32866)
78+
* `az network private-endpoint create/update`: Add parameter `--ip-version-type` to support IPv6 (#32937)
79+
80+
**Packaging**
81+
82+
* Add new ways (preview) to install azure-cli on macOS (#32880)
83+
84+
**PostgreSQL**
85+
86+
* `az postgres flexible-server long-term-retention`: Add breaking change announcement for command group removal (#32916)
87+
88+
**Storage**
89+
90+
* Fix #32852: `az storage copy`: Fix Azcopy download link to be using github release links (#32868)
91+
92+
**Synapse**
93+
94+
* Upgrade azure-synapse-artifacts to 0.22.0 (#33012)
95+
696
2.84.0
797
++++++
898

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.84.0"
20+
__version__ = "2.85.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.2
66
azure-batch==15.0.0b1
7-
azure-cli-core==2.84.0
7+
azure-cli-core==2.85.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.84.0
9+
azure-cli==2.85.0
1010
azure-common==1.1.22
1111
azure-core==1.39.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.2
66
azure-batch==15.0.0b1
7-
azure-cli-core==2.84.0
7+
azure-cli-core==2.85.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.84.0
9+
azure-cli==2.85.0
1010
azure-common==1.1.22
1111
azure-core==1.39.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.2
66
azure-batch==15.0.0b1
7-
azure-cli-core==2.84.0
7+
azure-cli-core==2.85.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.84.0
9+
azure-cli==2.85.0
1010
azure-common==1.1.22
1111
azure-core==1.39.0
1212
azure-cosmos==3.2.0

0 commit comments

Comments
 (0)