Skip to content

Commit bf8dcea

Browse files
authored
release note for azure cli 2.79.0 (#5600)
1 parent 5f1d374 commit bf8dcea

File tree

2 files changed

+67
-2
lines changed

2 files changed

+67
-2
lines changed

docs-ref-conceptual/Latest-version/includes/current-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ ms.topic: include
33
ms.custom: devx-track-azurecli
44
---
55

6-
The current version of the Azure CLI is __2.78.0__. For information about the latest release, see the [release notes](../release-notes-azure-cli.md). To find your installed version and see if you need to update, run [az version](/cli/azure/reference-index#az_version).
6+
The current version of the Azure CLI is __2.79.0__. For information about the latest release, see the [release notes](../release-notes-azure-cli.md). To find your installed version and see if you need to update, run [az version](/cli/azure/reference-index#az_version).

docs-ref-conceptual/Latest-version/release-notes-azure-cli.md

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,79 @@
11
---
22
title: Release notes & updates – Azure CLI | Microsoft Docs
33
description: Learn about the latest Azure Command-Line Interface (CLI) release notes and updates for both the current and beta versions of the CLI
4-
ms.date: 10/14/2025
4+
ms.date: 11/04/2025
55
ms.service: azure-cli
66
ms.custom: devx-track-azurecli
77
keywords: azure cli updates, azure cli notes, azure cli versions
88
---
99

1010
# Azure CLI release notes
1111

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

1479
Version 2.78.0

0 commit comments

Comments
 (0)