Skip to content

Commit bd5dc6b

Browse files
authored
azure-cli upcoming breaking changes (#5594)
1 parent 2407f38 commit bd5dc6b

File tree

1 file changed

+89
-1
lines changed

1 file changed

+89
-1
lines changed

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

Lines changed: 89 additions & 1 deletion
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: 10/21/2025
4+
ms.date: 10/27/2025
55
ms.topic: concept-article
66
ms.service: azure-cli
77
ms.custom: devx-track-azurecli
@@ -220,5 +220,93 @@ The breaking changes listed in this section are planned for the next major relea
220220
- Migration documentation is available at
221221
- https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
222222

223+
## azext_connectedk8s
224+
225+
### `connectedk8s enable-features`
226+
227+
[Link to connectedk8s reference group](/cli/azure/connectedk8s)
228+
229+
- '--app-id' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
230+
- '--app-secret' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
231+
232+
## azext_dms
233+
234+
### `dms project create`
235+
236+
[Link to dms project reference group](/cli/azure/dms/project)
237+
238+
- 'location' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
239+
240+
## azext_managednetworkfabric
241+
242+
### `networkfabric device upgrade`
243+
244+
[Link to networkfabric device reference group](/cli/azure/networkfabric/device)
245+
246+
- The argument '--version' will become required in 9.0.x.
247+
248+
### `networkfabric l3domain create`
249+
250+
[Link to networkfabric l3domain reference group](/cli/azure/networkfabric/l3domain)
251+
252+
- '--route-prefix-limit' has been deprecated and will be removed in 9.0.x.
253+
254+
### `networkfabric l3domain update`
255+
256+
[Link to networkfabric l3domain reference group](/cli/azure/networkfabric/l3domain)
257+
258+
- '--route-prefix-limit' has been deprecated and will be removed in 9.0.x.
259+
260+
## azext_netappfiles_preview
261+
262+
### `netappfiles volume create`
263+
264+
[Link to netappfiles volume reference group](/cli/azure/netappfiles/volume)
265+
266+
- '--endpoint-type' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
267+
268+
### `netappfiles volume update`
269+
270+
[Link to netappfiles volume reference group](/cli/azure/netappfiles/volume)
271+
272+
- '--endpoint-type' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
273+
274+
## azext_redisenterprise
275+
276+
### `redisenterprise create`
277+
278+
[Link to redisenterprise reference group](/cli/azure/redisenterprise)
279+
280+
- The argument '--public-network-access' will become required in next breaking change release(2.79.0) scheduled for Nov 2025.
281+
- The default value of '--access-keys-auth' will be changed to 'Disabled' from 'Enabled' in next breaking change release(2.79.0) scheduled for Nov 2025.
282+
283+
## azext_spring
284+
285+
### `spring`
286+
287+
[Link to spring reference group](/cli/azure/spring)
288+
289+
- 'spring' has been deprecated and will be removed in Mar 2028.
290+
291+
## azext_ssh
292+
293+
### `ssh vm`
294+
295+
[Link to ssh reference group](/cli/azure/ssh)
296+
297+
- On May 21st 2025, any ssh commands connecting to ARC machines on versions <2.0.4 will no longer work. Please upgrade to az ssh version >=2.0.4
298+
299+
### `ssh config`
300+
301+
[Link to ssh reference group](/cli/azure/ssh)
302+
303+
- On May 21st 2025, any ssh commands connecting to ARC machines on versions <2.0.4 will no longer work. Please upgrade to az ssh version >=2.0.4
304+
305+
### `ssh arc`
306+
307+
[Link to ssh reference group](/cli/azure/ssh)
308+
309+
- On May 21st 2025, any ssh arc commands on versions <2.0.4 will no longer work. Please upgrade to az ssh version >=2.0.4
310+
223311
> [!NOTE]
224312
> This article provides information on upcoming breaking changes. For previously published breaking changes, see [Azure CLI release notes](./release-notes-azure-cli.md).

0 commit comments

Comments
 (0)