Skip to content

Commit 23adb24

Browse files
authored
azure-cli upcoming breaking changes (#5933)
1 parent 10493ba commit 23adb24

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

docs-ref-conceptual/Latest-version/upcoming-breaking-changes.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure CLI upcoming breaking changes | Microsoft Docs
33
description: Learn about upcoming breaking changes to Azure CLI command groups, references, and parameters.
4-
ms.date: 04/22/2026
4+
ms.date: 04/23/2026
55
ms.topic: concept-article
66
ms.service: azure-cli
77
ms.custom: devx-track-azurecli
@@ -227,18 +227,23 @@ The breaking changes listed in this section are planned for the next major relea
227227

228228
## resource
229229

230-
### `policy assignment non-compliance-message create`
230+
### `policy definition delete`
231231

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

234-
- 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.
235-
- 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.
234+
- Behavior will change in a future release of the resource commands. Bypassing the confirmation prompt will require providing the -y switch.
236235

237-
### `policy assignment non-compliance-message delete`
236+
### `policy exemption create`
238237

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

241-
- 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.
240+
- 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.
241+
242+
### `policy exemption update`
243+
244+
[Link to policy exemption reference group](/cli/azure/policy/exemption)
245+
246+
- 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.
242247

243248
### `policy assignment identity assign`
244249

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

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

255-
### `policy definition delete`
256-
257-
[Link to policy definition reference group](/cli/azure/policy/definition)
258-
259-
- Behavior will change in a future release of the resource commands. Bypassing the confirmation prompt will require providing the -y switch.
260-
261-
### `policy set-definition delete`
260+
### `policy assignment non-compliance-message create`
262261

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

265-
- Behavior will change in a future release of the resource commands. Bypassing the confirmation prompt will require providing the -y switch.
264+
- 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.
265+
- 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.
266266

267-
### `policy exemption create`
267+
### `policy assignment non-compliance-message delete`
268268

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

271-
- 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.
271+
- 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.
272272

273-
### `policy exemption update`
273+
### `policy set-definition delete`
274274

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

277-
- 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.
277+
- Behavior will change in a future release of the resource commands. Bypassing the confirmation prompt will require providing the -y switch.
278278

279279
## servicefabric
280280

0 commit comments

Comments
 (0)