|
1 | 1 | --- |
2 | 2 | title: Release notes & updates – Azure CLI | Microsoft Docs |
3 | 3 | 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 |
5 | 5 | ms.service: azure-cli |
6 | 6 | ms.custom: devx-track-azurecli |
7 | 7 | keywords: azure cli updates, azure cli notes, azure cli versions |
8 | 8 | --- |
9 | 9 |
|
10 | 10 | # Azure CLI release notes |
11 | 11 |
|
| 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 | + |
12 | 77 | ## October 14, 2025 |
13 | 78 |
|
14 | 79 | Version 2.78.0 |
|
0 commit comments