Skip to content

Commit d5a7821

Browse files
authored
azure-cli upcoming breaking changes (#5597)
1 parent d0fbe6e commit d5a7821

File tree

1 file changed

+64
-36
lines changed

1 file changed

+64
-36
lines changed

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

Lines changed: 64 additions & 36 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: 10/27/2025
4+
ms.date: 10/28/2025
55
ms.topic: concept-article
66
ms.service: azure-cli
77
ms.custom: devx-track-azurecli
@@ -37,70 +37,98 @@ The breaking changes listed in this section are planned for the next major relea
3737

3838
[Link to aks reference group](/cli/azure/aks)
3939

40-
- Default SSH key behavior will change. When no SSH key parameters are provided, the command will behave as if '--no-ssh-key' was passed instead of failing in next breaking change release(2.79.0) scheduled for Nov 2025.
40+
- Default SSH key behavior will change. When no SSH key parameters are provided, the command will behave as if '--no-ssh-key' was passed instead of failing in next breaking change release(2.80.0) scheduled for Nov 2025.
4141

4242
## batch
4343

4444
### `batch pool create`
4545

4646
[Link to batch pool reference group](/cli/azure/batch/pool)
4747

48-
- '--target-communication' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
49-
- '--resource-tags' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
48+
- '--target-communication' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
49+
- '--resource-tags' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
5050

5151
### `batch pool list`
5252

5353
[Link to batch pool reference group](/cli/azure/batch/pool)
5454

55-
- The output will be changed in next breaking change release(2.79.0) scheduled for Nov 2025. Remove output fields `targetNodeCommunicationMode`, `currentNodeCommunicationMode`, and `resourceTags`.
55+
- The output will be changed in next breaking change release(2.80.0) scheduled for Nov 2025. Remove output fields `targetNodeCommunicationMode`, `currentNodeCommunicationMode`, and `resourceTags`.
5656

5757
### `batch pool show`
5858

5959
[Link to batch pool reference group](/cli/azure/batch/pool)
6060

61-
- The output will be changed in next breaking change release(2.79.0) scheduled for Nov 2025. Remove output fields `targetNodeCommunicationMode`, `currentNodeCommunicationMode`, and `resourceTags`.
61+
- The output will be changed in next breaking change release(2.80.0) scheduled for Nov 2025. Remove output fields `targetNodeCommunicationMode`, `currentNodeCommunicationMode`, and `resourceTags`.
6262

6363
### `batch pool set`
6464

6565
[Link to batch pool reference group](/cli/azure/batch/pool)
6666

67-
- '--target-communication' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
67+
- '--target-communication' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
6868

6969
### `batch pool reset`
7070

7171
[Link to batch pool reference group](/cli/azure/batch/pool)
7272

73-
- '--target-communication' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
73+
- '--target-communication' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
7474

7575
## compute_recommender
7676

7777
### `compute-recommender spot-placement-recommender`
7878

7979
[Link to compute-recommender reference group](/cli/azure/compute-recommender)
8080

81-
- 'compute-recommender spot-placement-recommender' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025. Use 'az compute-recommender spot-placement-score' instead.
81+
- 'compute-recommender spot-placement-recommender' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025. Use 'az compute-recommender spot-placement-score' instead.
8282

8383
## dms
8484

8585
### `dms project create`
8686

8787
[Link to dms project reference group](/cli/azure/dms/project)
8888

89-
- 'location' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
89+
- 'location' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
9090

9191
## netappfiles
9292

9393
### `netappfiles volume create`
9494

9595
[Link to netappfiles volume reference group](/cli/azure/netappfiles/volume)
9696

97-
- '--endpoint-type' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
97+
- '--endpoint-type' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
9898

9999
### `netappfiles volume update`
100100

101101
[Link to netappfiles volume reference group](/cli/azure/netappfiles/volume)
102102

103-
- '--endpoint-type' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
103+
- '--endpoint-type' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
104+
105+
## rdbms
106+
107+
### `postgres flexible-server create`
108+
109+
[Link to postgres flexible-server reference group](/cli/azure/postgres/flexible-server)
110+
111+
- Update default value of "--version" in next breaking change release(2.80.0) scheduled for Nov 2025. The default value will be changed from "17" to a supported version based on regional capabilities.
112+
- Please use command group "postgres flexible-server db" for database creation.
113+
- Please use command group "postgres flexible-server db" for database creation.
114+
115+
### `postgres server`
116+
117+
[Link to postgres server reference group](/cli/azure/postgres/server)
118+
119+
- Azure Database for PostgreSQL Single Server is deprecated. Please migrate to Flexible Server for new deployments.
120+
121+
### `postgres server-logs`
122+
123+
[Link to postgres server-logs reference group](/cli/azure/postgres/server-logs)
124+
125+
- Azure Database for PostgreSQL Single Server is deprecated. Please migrate to Flexible Server for new deployments.
126+
127+
### `postgres db`
128+
129+
[Link to postgres db reference group](/cli/azure/postgres/db)
130+
131+
- Azure Database for PostgreSQL Single Server is deprecated. Please migrate to Flexible Server for new deployments.
104132

105133
## resource
106134

@@ -159,31 +187,31 @@ The breaking changes listed in this section are planned for the next major relea
159187

160188
[Link to sf application reference group](/cli/azure/sf/application)
161189

162-
- '--service-type-policy' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
163-
- '--upgrade-replica-set-check-timeout' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
164-
- '--max-porcent-unhealthy-partitions' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
165-
- '--max-porcent-unhealthy-replicas' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
166-
- '--max-porcent-unhealthy-services' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
167-
- '--max-porcent-unhealthy-apps' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
190+
- '--service-type-policy' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
191+
- '--upgrade-replica-set-check-timeout' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
192+
- '--max-porcent-unhealthy-partitions' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
193+
- '--max-porcent-unhealthy-replicas' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
194+
- '--max-porcent-unhealthy-services' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
195+
- '--max-porcent-unhealthy-apps' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
168196

169197
### `sf managed-application-type version update`
170198

171199
[Link to sf managed-application-type version reference group](/cli/azure/sf/managed-application-type/version)
172200

173-
- The argument '--package-url' will become required in next breaking change release(2.79.0) scheduled for Nov 2025.
201+
- The argument '--package-url' will become required in next breaking change release(2.80.0) scheduled for Nov 2025.
174202

175203
### `sf managed-application update`
176204

177205
[Link to sf managed-application reference group](/cli/azure/sf/managed-application)
178206

179-
- '--service-type-policy' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
180-
- '--upgrade-replica-set-check-timeout' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
181-
- '--instance-close-duration' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
182-
- '--consider-warning-as-error' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
183-
- '--max-percent-unhealthy-partitions' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
184-
- '--max-percent-unhealthy-replicas' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
185-
- '--max-percent-unhealthy-services' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
186-
- '--max-percent-unhealthy-deployed-applications' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
207+
- '--service-type-policy' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
208+
- '--upgrade-replica-set-check-timeout' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
209+
- '--instance-close-duration' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
210+
- '--consider-warning-as-error' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
211+
- '--max-percent-unhealthy-partitions' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
212+
- '--max-percent-unhealthy-replicas' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
213+
- '--max-percent-unhealthy-services' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
214+
- '--max-percent-unhealthy-deployed-applications' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
187215

188216
## vm
189217

@@ -205,15 +233,15 @@ The breaking changes listed in this section are planned for the next major relea
205233

206234
[Link to aks reference group](/cli/azure/aks)
207235

208-
- Default SSH key behavior will change. When no SSH key parameters are provided, the command will behave as if '--no-ssh-key' was passed instead of failing in next breaking change release(2.79.0) scheduled for Nov 2025.
236+
- Default SSH key behavior will change. When no SSH key parameters are provided, the command will behave as if '--no-ssh-key' was passed instead of failing in next breaking change release(2.80.0) scheduled for Nov 2025.
209237

210238
## azext_blueprint
211239

212240
### `blueprint`
213241

214242
[Link to blueprint reference group](/cli/azure/blueprint)
215243

216-
- 'az blueprint' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
244+
- 'az blueprint' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
217245
- Blueprints and associated commands will be deprecated
218246
- as early as July 2026. Customers are encouraged to transition to
219247
- Template Specs and Deployments Stacks to support their scenarios beyond that date.
@@ -226,16 +254,16 @@ The breaking changes listed in this section are planned for the next major relea
226254

227255
[Link to connectedk8s reference group](/cli/azure/connectedk8s)
228256

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.
257+
- '--app-id' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
258+
- '--app-secret' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
231259

232260
## azext_dms
233261

234262
### `dms project create`
235263

236264
[Link to dms project reference group](/cli/azure/dms/project)
237265

238-
- 'location' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
266+
- 'location' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
239267

240268
## azext_managednetworkfabric
241269

@@ -263,22 +291,22 @@ The breaking changes listed in this section are planned for the next major relea
263291

264292
[Link to netappfiles volume reference group](/cli/azure/netappfiles/volume)
265293

266-
- '--endpoint-type' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
294+
- '--endpoint-type' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
267295

268296
### `netappfiles volume update`
269297

270298
[Link to netappfiles volume reference group](/cli/azure/netappfiles/volume)
271299

272-
- '--endpoint-type' has been deprecated and will be removed in next breaking change release(2.79.0) scheduled for Nov 2025.
300+
- '--endpoint-type' has been deprecated and will be removed in next breaking change release(2.80.0) scheduled for Nov 2025.
273301

274302
## azext_redisenterprise
275303

276304
### `redisenterprise create`
277305

278306
[Link to redisenterprise reference group](/cli/azure/redisenterprise)
279307

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.
308+
- The argument '--public-network-access' will become required in next breaking change release(2.80.0) scheduled for Nov 2025.
309+
- The default value of '--access-keys-auth' will be changed to 'Disabled' from 'Enabled' in next breaking change release(2.80.0) scheduled for Nov 2025.
282310

283311
## azext_spring
284312

0 commit comments

Comments
 (0)