Skip to content

Commit bc65de1

Browse files
azclibotkairu-msnaga-nandyalayanzhuddevelyn-ys
authored
{Release} Upgrade to Azure CLI 2.80.0 (#32410)
Co-authored-by: kai ru <[email protected]> Co-authored-by: Naga Nandyala <[email protected]> Co-authored-by: Yan Zhu <[email protected]> Co-authored-by: Yishi Wang <[email protected]>
1 parent b69d9e8 commit bc65de1

File tree

9 files changed

+86
-10
lines changed

9 files changed

+86
-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.80.0
7+
++++++
8+
* Minor fixes
9+
610
2.79.0
711
++++++
812
* Resolve CVE-2025-9230 (#32315)

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

6+
2.80.0
7+
++++++
8+
9+
**AKS**
10+
11+
* [BREAKING CHANGE] `az aks create`: Make `--no-ssh-key` default behaviour (#32254)
12+
* `az aks namespace add/update/show/list/delete/get-credentials`: Add namespace command to support managed namespace feature (#32387)
13+
* `az aks create`: Add `KataVmIsolation` option for `--workload-runtime` parameter (#32020)
14+
* `az aks nodepool add`: Add `KataVmIsolation` option for `--workload-runtime` parameter (#32020)
15+
* `az aks mesh enable-egress-gateway/disable-egress-gateway`: Add commands to manage Azure Service Mesh egress gateway (#32386)
16+
* `az aks nodepool add/update`: Add parameter `--localdns-config` to config local dns profile for the nodepool (#32392)
17+
* `az aks upgrade`: Update user confirmation prompt of `--control-plane-only` parameter (#32404)
18+
19+
**App Service**
20+
21+
* `az appservice plan`: Add features for managed instance app service plans (#32344)
22+
* `az functionapp plan create`: Add elastic premium as supported SKU for zone redundency (#32319)
23+
24+
**Batch**
25+
26+
* [BREAKING CHANGE] `az batch pool create`: Remove deprecated argument `--target-communication` and `--resource-tags` (#32397)
27+
* [BREAKING CHANGE] `az batch pool reset/set`: Remove deprecated argument `--target-communication` (#32397)
28+
29+
**Cognitive Services**
30+
31+
* `az cognitiveservices account connection`: Add AI Foundry account connection management (#32336)
32+
* `az cognitiveservices account project`: Add AI Foundry account project management (#32336)
33+
* `az cognitiveservices account project connection`: Add AI Foundry account project connection management (#32336)
34+
* `az cognitiveservice agent`: Add command group (#32372)
35+
36+
**Compute**
37+
38+
* `az vm/vmss create/update`: Support `--add-proxy-agent-extension` parameter to specify whether to implicitly install the ProxyAgent Extension (#32298)
39+
40+
**Container app**
41+
42+
* `az containerapp env`: Remove `--min-replicas/max-replicas` from premium ingress (#32360)
43+
44+
**DMS**
45+
46+
* `az dms project create`: Change location parameter to be optional (#31465)
47+
48+
**NetAppFiles**
49+
50+
* [BREAKING CHANGE] `az netappfiles volume create/update`: Remove deprecated argument `--endpoint-type`, this property is readOnly (#32395)
51+
52+
**Network**
53+
54+
* `az network application-gateway http-settings`: Support dedicated backend connection and certificate validation (#32332)
55+
* `az network application-gateway waf-policy managed-rule`: Support `Microsoft_HTTPDDoSRuleSet` rule set (#32374)
56+
* `az network application-gateway waf-policy`: Remove option `None` for WAF rule sensitivity (#32374)
57+
* `az network private-endpoint-connection`: Add provider `Microsoft.Security/privateLinks` (#32396)
58+
59+
**Packaging**
60+
61+
* Drop Python 3.9 support (#32381)
62+
63+
**RDBMS**
64+
65+
* [BREAKING CHANGE] `az postgres server/db/server-logs`: Remove single server commands (#32388)
66+
* [BREAKING CHANGE] `az postgres flexible-server create`: Remove default value to `--version` and remove arguments `--create-default-database` and `--database-name` (#32398)
67+
68+
**Service Fabric**
69+
70+
* [BREAKING CHANGE] `az sf managed-application update`: Remove argument options `--service-type-policy`, `--upgrade-replica-set-check-timeout`, `--max-porcent-unhealthy-partitions`, `--max-porcent-unhealthy-replicas`, `--max-porcent-unhealthy-services`, `--max-porcent-unhealthy-apps` to fix `--help` formatting (#31814)
71+
* [BREAKING CHANGE] `az sf application update`: Remove argument options `--service-type-policy`, `--upgrade-replica-set-check-timeout`, `--instance-close-duration`, `--consider-warning-as-error`, `--max-percent-unhealthy-partitions`. `--max-percent-unhealthy-replicas`, `--max-percent-unhealthy-replicas`, `--max-percent-unhealthy-deployed-applications` to fix `--help` formatting (#31814)
72+
73+
**Storage**
74+
75+
* `az storage account failover`: Add `Unplanned` to `--failover-type` for Planned failover GA (#32384)
76+
* Fix #32399: `az storage file list`: Fix not showing additional info when listing files without set protocol (#32405)
77+
678
2.79.0
779
++++++
880

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.79.0"
20+
__version__ = "2.80.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.79.0
7+
azure-cli-core==2.80.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.79.0
9+
azure-cli==2.80.0
1010
azure-common==1.1.22
1111
azure-core==1.35.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.79.0
7+
azure-cli-core==2.80.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.79.0
9+
azure-cli==2.80.0
1010
azure-common==1.1.22
1111
azure-core==1.35.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.79.0
7+
azure-cli-core==2.80.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.79.0
9+
azure-cli==2.80.0
1010
azure-common==1.1.22
1111
azure-core==1.35.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.79.0"
20+
VERSION = "2.80.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)