Skip to content
Merged
Changes from all 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
46 changes: 23 additions & 23 deletions docs-ref-conceptual/Latest-version/upcoming-breaking-changes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Azure CLI upcoming breaking changes | Microsoft Docs
description: Learn about upcoming breaking changes to Azure CLI command groups, references, and parameters.
ms.date: 04/22/2026
ms.date: 04/23/2026
ms.topic: concept-article
ms.service: azure-cli
ms.custom: devx-track-azurecli
Expand Down Expand Up @@ -227,18 +227,23 @@ The breaking changes listed in this section are planned for the next major relea

## resource

### `policy assignment non-compliance-message create`
### `policy definition delete`

[Link to policy assignment non-compliance-message reference group](/cli/azure/policy/assignment/non-compliance-message)
[Link to policy definition reference group](/cli/azure/policy/definition)

- The return value will change in a future release of the resource commands. It will be the single created message object rather than the full array of message objects.
- The return value will change in a future release of the resource commands. It will be the single created message object rather than the full array of message objects.
- Behavior will change in a future release of the resource commands. Bypassing the confirmation prompt will require providing the -y switch.

### `policy assignment non-compliance-message delete`
### `policy exemption create`

[Link to policy assignment non-compliance-message reference group](/cli/azure/policy/assignment/non-compliance-message)
[Link to policy exemption reference group](/cli/azure/policy/exemption)

- The return value will change in a future release of the resource commands. It will be empty rather than the full array of remaining message objects.
- Date format will change slightly in a future release of the resource commands. New format is ISO-8601, e.g. 2025-08-05T00:45:13Z instead of 2025-08-05T00:45:13+00:00.

### `policy exemption update`

[Link to policy exemption reference group](/cli/azure/policy/exemption)

- Date format will change slightly in a future release of the resource commands. New format is ISO-8601, e.g. 2025-08-05T00:45:13Z instead of 2025-08-05T00:45:13+00:00.

### `policy assignment identity assign`

Expand All @@ -252,29 +257,24 @@ The breaking changes listed in this section are planned for the next major relea

- Removing a user assigned identity will change in a future release of the resource commands. It will require providing the --mi-user-assigned switch.

### `policy definition delete`

[Link to policy definition reference group](/cli/azure/policy/definition)

- Behavior will change in a future release of the resource commands. Bypassing the confirmation prompt will require providing the -y switch.

### `policy set-definition delete`
### `policy assignment non-compliance-message create`

[Link to policy set-definition reference group](/cli/azure/policy/set-definition)
[Link to policy assignment non-compliance-message reference group](/cli/azure/policy/assignment/non-compliance-message)

- Behavior will change in a future release of the resource commands. Bypassing the confirmation prompt will require providing the -y switch.
- The return value will change in a future release of the resource commands. It will be the single created message object rather than the full array of message objects.
- The return value will change in a future release of the resource commands. It will be the single created message object rather than the full array of message objects.

### `policy exemption create`
### `policy assignment non-compliance-message delete`

[Link to policy exemption reference group](/cli/azure/policy/exemption)
[Link to policy assignment non-compliance-message reference group](/cli/azure/policy/assignment/non-compliance-message)

- Date format will change slightly in a future release of the resource commands. New format is ISO-8601, e.g. 2025-08-05T00:45:13Z instead of 2025-08-05T00:45:13+00:00.
- The return value will change in a future release of the resource commands. It will be empty rather than the full array of remaining message objects.

### `policy exemption update`
### `policy set-definition delete`

[Link to policy exemption reference group](/cli/azure/policy/exemption)
[Link to policy set-definition reference group](/cli/azure/policy/set-definition)

- Date format will change slightly in a future release of the resource commands. New format is ISO-8601, e.g. 2025-08-05T00:45:13Z instead of 2025-08-05T00:45:13+00:00.
- Behavior will change in a future release of the resource commands. Bypassing the confirmation prompt will require providing the -y switch.

## servicefabric

Expand Down