Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
ms.date: 07/01/2025
ms.date: 08/05/2025
ms.topic: include
ms.custom: devx-track-azurecli
---

The current version of the Azure CLI is __2.75.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).
The current version of the Azure CLI is __2.76.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).
115 changes: 114 additions & 1 deletion docs-ref-conceptual/Latest-version/release-notes-azure-cli.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,127 @@
---
title: Release notes & updates – Azure CLI | Microsoft Docs
description: Learn about the latest Azure Command-Line Interface (CLI) release notes and updates for both the current and beta versions of the CLI
ms.date: 07/01/2025
ms.date: 08/05/2025
ms.service: azure-cli
ms.custom: devx-track-azurecli
keywords: azure cli updates, azure cli notes, azure cli versions
---

# Azure CLI release notes

## August 05, 2025

Version 2.76.0

### ACR

* Fix #31572: `az acr check-health`: Fix crashes when the registry is not found
* `az acr create`: Fix domain name label suffix validation

### AKS

* `az aks machine show/list`: Add zones to table output
* `az aks`: Support Virtual Machines node pools in AKS commands
* `az aks update`: Support VMAS to VMS agent pool migration in AKS commands
* `az aks create/update`: Add new parameter `--enable-ai-toolchain-operator` to enable Kaito addon
* `az aks create/update`: Add `--node-provisioning-mode` and `--node-provisioning-default-pools` parameters
* `az aks safeguards`: Add command group to manage deployment safeguards
* `az aks create`: Support the Azure Monitor metrics and logs addon functionality
* `az aks create`: Add new parameter `--disable-run-command` to disable run command feature for the cluster
* `az aks update`: Add new parameters `--disable-run-command` and `--enable-run-command` to toggle the run command feature on or off
* `az aks update`: Support updating load balancer sku from basic to standard

### App Config

* `az appconfig create/update`: Add support for setting key value revision retention period
* `az appconfig feature list/delete/set`: Support filtering by tags

### App Service

* `az webapp create`: Add `--domain-name-scope` parameter to support DNL scopes during site creation
* `az webapp sitecontainers convert`: Add a command to switch between sitecontainers and classic

### ARM

* `az group export`: Add `--export-format` to specify the format of the exported template
* Fix #31709: `az deployment`: Fix `the content for this response was already consumed` error when create resource
* `az deployment create/validate/what-if`: Expose `--validation-level` parameter at all scopes

### Backup

* `az backup restore restore-disks`: Add new parameter `--cvm-os-des-id` to specify the Disk Encryption Set ID to use for OS disk encryption

### Cloud

* Change `active_directory_graph_resource_id` endpoint of `AZURE_US_GOV_CLOUD` to `https://graph.microsoftazure.us/`

### Compute

* `az sig in-vm-access-control-profile`: Add command group to manage in VM access control profile
* `az sig in-vm-access-control-profile-version`: Add command group to manage in VM access control profile version
* `az vm disk attach`: Add new parameters `--source-snapshots-or-disks` `--source-disk-restore-point` to support implicit disk creation from snapshot and disk restore points
* `az vmss create`: Add new parameter `--enable-automatic-repairs` to support setting automatic repairs policy
* Fix #31685: `az vm/vmss update`: Fix error with `NoneType` object has no attribute `mode` when update wireserver profile
* `az vm disk attach`: Add support for setting disk size and sku of implicit disk creation from snapshot and disk restore points
* `az compute-recommender spot-placement-score`: Add new command to replace original command `az compute-recommender spot-placement-recommender`

### Container

* `az container create`: Remove default values for container group to support standby pool reuse scenario

### Core

* Resolve CVE-2024-47081

### Cosmos DB

* `az cosmosdb restore`: Remove restore validations which would cause timeouts for large restore and incorrect error messages

### DMS

* `az dms project create`: Add breaking change warning

### Eventhub

* `az eventhubs namespace`: Add `nsp-configuration show` and `nsp-configuration list`

### MySQL

* `az mysql flexible-server create/update`: Update `--storage-redundancy` parameter and add `--backup-interval`

### Network

* `az network application-gateway waf-policy`: Support `computedDisabledRules` read-only property
* `az network application-gateway waf-policy custom-rule create`: Support `GeoLocationXffHeader`, `ClientAddrXffHeader` for `groupByVariables`
* Fix #31727: `az network private-link-service create`: Support multiple IP configurations

### Packaging

* Support RHEL 10 and CentOS Stream 10

### Profile

* `az login`: Add `--claims-challenge` argument to support interactive authentication with claims challenge

### RDBMS

* `az postgres flexible-server replica create/promote`: Enable replica operations for elastic cluster operations
* `az postgresql flexible-server create`: Handle failed IP address check

### Service Fabric

* `az sf managed-cluster network-security-rule`: Add new parameter `--source-addr-prefix` to specify the CIDR or source IP range
* `az sf managed-cluster network-security-rule`: Add new parameter `--dest-addr-prefix` to specify the destination port or range
* `az sf managed-cluster network-security-rule`: Add new parameter `--source-port-range` to specify the CIDR or source IP range
* `az sf managed-cluster network-security-rule`: Add new parameter `--dest-port-range` to specify the destination address prefix
* `az sf cluster create`: Add more options for parameter `--vm-os`
* `az sf managed-node-type update`: Add parameters `--vm-size` and `--tags`

### SQL

* `az sql ltr-policy set`: Remove ltr backup policy unused parameter `--access-tier`
* `az sql failover-group create`: Add support for multiple partner failover groups

## July 01, 2025

Version 2.75.0
Expand Down