Skip to content

Commit 9a57ac3

Browse files
authored
{Release} Upgrade to Azure CLI 2.79.0 (#32342)
1 parent fb962b6 commit 9a57ac3

File tree

9 files changed

+74
-10
lines changed

9 files changed

+74
-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.79.0
7+
++++++
8+
* Resolve CVE-2025-9230 (#32315)
9+
* Resolve CVE-2025-9232 (#32315)
10+
611
2.78.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.78.0"
7+
__version__ = "2.79.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.78.0"
11+
VERSION = "2.79.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: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,65 @@
33
Release History
44
===============
55

6+
2.79.0
7+
++++++
8+
9+
**ACR**
10+
11+
* `az acr create/update`: Remove preview flag for `--role-assignment-mode` (#32212)
12+
* `az acr check-health`: Remove preview flag for `--repository` (#32212)
13+
* `az acr task create/update`: Remove preview flag for `--source-acr-auth-id` (#32212)
14+
* `az acr build/run`: Remove preview flag for `--source-acr-auth-id` (#32212)
15+
* `az acr config content-trust`: Add deprecation notice (#32196)
16+
* `az acr config content-trust show/update`: Add deprecation notice (#32196)
17+
18+
**AKS**
19+
20+
* `az aks update`: Add support to remove existing certificates by setting the value of `--custom-ca-trust-certificates` to an empty file (#32201)
21+
* `az aks create/update`: Add `--acns-advanced-networkpolicies` parameter to support enabling advanced networking policies (`None`, `L7` or `FQDN`) (#32265)
22+
23+
**ARM**
24+
25+
* `az resource list`: Include `provisioningState` property in table output (#32156)
26+
27+
**Backup**
28+
29+
* `az backup vault deleted-vault`: Implementing List and Undelete for Deleted Backup Vaults (#32306)
30+
31+
**Compute**
32+
33+
* `az vm availability-set update`: Add new parameter `--enable-all-instance-down` to support setting scheduled events profile (#32285)
34+
* `az vm availability-set update`: Add new parameter `--scheduled-events-api-version` to support setting scheduled events profile (#32285)
35+
36+
**Container app**
37+
38+
* `az containerapp`: Update Api-version to 2025-07-01 (#32179)
39+
* `az containerapp env http-route-config`: Add command group to manage environment level http routing (#32240)
40+
* `az containerapp env premium-ingress`: Add command group to configure premium ingress settings for the environment (#32240)
41+
* Fix #32107: `az containerapp registry show`: Fix NoneType error when container app doesn't have any registry server (#32270)
42+
43+
**HDInsight**
44+
45+
* `az hdinsight create`: Support creating Entra-enabled clusters and creating clusters with WASB + MSI (#32273)
46+
* `az hdinsight credentials update`: Update cluster credentials (#32273)
47+
* `az hdinsight credentials show`: Show current cluster credentials (#32273)
48+
49+
**Network**
50+
51+
* `az network application-gateway create/update`: Add parameter `--enable-fips` (#32339)
52+
53+
**SQL**
54+
55+
* `az sql db update`: Prevent overwrite of SLO when updating from serverless to provisioned (#32292)
56+
* `az db ltr-backup/ltr-policy`: Remove preview tag for time-based immutability (#32297)
57+
58+
**Storage**
59+
60+
* `az storage account network-security-perimeter-configuration list/show/reconcile`: Add support for network-security-perimeter (#32294)
61+
* `az storage file list`: Fix file list for nfs shares, as `--include` is not supported (#32268)
62+
* `az storage account create/update`: Add `--enable-blob-geo-priority-replication` to support Geo SLA (#32331)
63+
* `az storage account or-policy create/update`: Add `--priority-replication` to support OR SLA (#32331)
64+
665
2.78.0
766
++++++
867

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.78.0"
20+
__version__ = "2.79.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.78.0
7+
azure-cli-core==2.79.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.78.0
9+
azure-cli==2.79.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.78.0
7+
azure-cli-core==2.79.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.78.0
9+
azure-cli==2.79.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.78.0
7+
azure-cli-core==2.79.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.78.0
9+
azure-cli==2.79.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.78.0"
20+
VERSION = "2.79.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)