Skip to content

Commit 728e207

Browse files
author
docsreference@microsoft.com
committed
1 parent 65d25e0 commit 728e207

22 files changed

Lines changed: 152 additions & 133 deletions

File tree

docs-ref-autogen/Latest-version/latest/acat/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ directCommands:
5252
Report collection trigger time's time zone, the available list can be obtained by executing "Get-TimeZone -ListAvailable" in PowerShell. An example of valid timezone id is "Pacific Standard Time".
5353
groupName: Properties Arguments
5454
- name: --trigger-time
55-
defaultValue: 2026-03-20 12:00:00
55+
defaultValue: 2026-03-23 12:00:00
5656
summary: |-
5757
Report collection trigger time.
5858
groupName: Properties Arguments

docs-ref-autogen/Latest-version/latest/acr/config/content-trust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ directCommands:
6767
status: GA
6868
isBreakingChange: true
6969
breakingChangeInfo: >-
70-
Remove content-trust enabled configuration in next breaking change release(2.86.0) scheduled for May 2026. The `--status enabled` parameter will no longer be accepted and will result in an error due to Docker Content Trust deprecation. To know more about the Breaking Change, please visit https://aka.ms/acr/dctdeprecation.
71-
7270
This command is implicitly deprecated because command group 'acr config content-trust' is deprecated and will be removed in a future release.
71+
72+
Remove content-trust enabled configuration in next breaking change release(2.86.0) scheduled for May 2026. The `--status enabled` parameter will no longer be accepted and will result in an error due to Docker Content Trust deprecation. To know more about the Breaking Change, please visit https://aka.ms/acr/dctdeprecation.
7373
sourceType: Core
7474
editLink: https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/azure/cli/command_modules/acr/_help.py
7575
syntax: >-

docs-ref-autogen/Latest-version/latest/ams/asset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ directCommands:
215215
The name of the Azure Media Services account.
216216
groupName: Resource Id Arguments
217217
- name: --expiry
218-
defaultValue: 2026-03-21 10:12:02.359415
218+
defaultValue: 2026-03-24 10:14:28.977006
219219
summary: |-
220220
Specifies the UTC datetime (Y-m-d'T'H:M:S'Z') at which the SAS becomes invalid. This must be less than 24 hours from the current time.
221221
- name: --ids

docs-ref-autogen/Latest-version/latest/appnet/member.yml

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ directCommands:
2222
syntax: >-
2323
az appnet member join [--appnet-name]
2424
[--cluster-type {AKS}]
25+
[--east-west-gateway {External, Internal}]
2526
[--ids]
2627
[--member-location]
2728
[--member-name]
2829
[--member-resource-id]
2930
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
30-
[--release-channel]
31+
[--private-connect-subnet]
32+
[--release-channel {Rapid, Stable}]
3133
[--resource-group]
3234
[--subscription]
3335
[--tags]
@@ -51,6 +53,12 @@ directCommands:
5153
summary: |-
5254
Cluster type.
5355
groupName: Properties Arguments
56+
- name: --east-west-gateway
57+
defaultValue: Internal
58+
acceptedValues: External, Internal
59+
summary: |-
60+
East-West gateway visibility.
61+
groupName: Connectivity Arguments
5462
- name: --ids
5563
summary: |-
5664
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
@@ -71,10 +79,15 @@ directCommands:
7179
acceptedValues: 0, 1, f, false, n, no, t, true, y, yes
7280
summary: |-
7381
Do not wait for the long-running operation to finish.
82+
- name: --private-connect-subnet
83+
summary: |-
84+
Delegated Subnet to AppLink.
85+
groupName: Connectivity Arguments
7486
- name: --release-channel
87+
acceptedValues: Rapid, Stable
7588
summary: |-
76-
Release channel Allowed values: Rapid, Stable.
77-
groupName: FullyManagedUpgradeProfile Arguments
89+
Release channel.
90+
groupName: Upgrade Arguments
7891
- name: --resource-group -g
7992
summary: |-
8093
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
@@ -92,11 +105,11 @@ directCommands:
92105
acceptedValues: FullyManaged, SelfManaged
93106
summary: |-
94107
Upgrade mode.
95-
groupName: Properties Arguments
108+
groupName: Upgrade Arguments
96109
- name: --version
97110
summary: |-
98-
Application Network version.
99-
groupName: SelfManagedUpgradeProfile Arguments
111+
Istio version.
112+
groupName: Upgrade Arguments
100113
globalParameters:
101114
- name: --debug
102115
defaultValue: "False"
@@ -329,6 +342,7 @@ directCommands:
329342
sourceType: Extension
330343
syntax: >-
331344
az appnet member update [--appnet-name]
345+
[--east-west-gateway {External, Internal}]
332346
[--ids]
333347
[--member-name]
334348
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
@@ -349,6 +363,11 @@ directCommands:
349363
summary: |-
350364
The name of the Application Network.
351365
groupName: Resource Id Arguments
366+
- name: --east-west-gateway
367+
acceptedValues: External, Internal
368+
summary: |-
369+
East-West gateway visibility.
370+
groupName: Connectivity Arguments
352371
- name: --ids
353372
summary: |-
354373
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
@@ -365,7 +384,7 @@ directCommands:
365384
acceptedValues: Rapid, Stable
366385
summary: |-
367386
Release channel.
368-
groupName: FullyManagedUpgradeProfile Arguments
387+
groupName: Upgrade Arguments
369388
- name: --resource-group -g
370389
summary: |-
371390
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
@@ -380,8 +399,8 @@ directCommands:
380399
groupName: Properties Arguments
381400
- name: --version
382401
summary: |-
383-
Application Network version.
384-
groupName: SelfManagedUpgradeProfile Arguments
402+
Istio version.
403+
groupName: Upgrade Arguments
385404
globalParameters:
386405
- name: --debug
387406
defaultValue: "False"

docs-ref-autogen/Latest-version/latest/blueprint.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ status: Deprecated
1010
isBreakingChange: true
1111
isDeprecated: true
1212
deprecateInfo: >-
13+
This command group has been deprecated and will be removed in next breaking change release(2.86.0) scheduled for May 2026.
14+
1315
Blueprints and associated commands will be deprecated
1416
1517
as early as July 2026. Customers are encouraged to transition to
@@ -19,8 +21,6 @@ deprecateInfo: >-
1921
Migration documentation is available at
2022
2123
https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
22-
23-
This command group has been deprecated and will be removed in next breaking change release(2.86.0) scheduled for May 2026.
2424
sourceType: Extension
2525
directCommands:
2626
- uid: az_blueprint_create
@@ -31,8 +31,6 @@ directCommands:
3131
isBreakingChange: true
3232
isPreview: true
3333
breakingChangeInfo: >-
34-
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
35-
3634
Blueprints and associated commands will be deprecated
3735
3836
as early as July 2026. Customers are encouraged to transition to
@@ -42,6 +40,8 @@ directCommands:
4240
Migration documentation is available at
4341
4442
https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
43+
44+
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
4545
previewOrExperimentalInfo: 'This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus'
4646
sourceType: Extension
4747
syntax: >-
@@ -123,8 +123,6 @@ directCommands:
123123
isBreakingChange: true
124124
isPreview: true
125125
breakingChangeInfo: >-
126-
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
127-
128126
Blueprints and associated commands will be deprecated
129127
130128
as early as July 2026. Customers are encouraged to transition to
@@ -134,6 +132,8 @@ directCommands:
134132
Migration documentation is available at
135133
136134
https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
135+
136+
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
137137
previewOrExperimentalInfo: 'This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus'
138138
sourceType: Extension
139139
syntax: >-
@@ -197,8 +197,6 @@ directCommands:
197197
status: GA
198198
isBreakingChange: true
199199
breakingChangeInfo: >-
200-
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
201-
202200
Blueprints and associated commands will be deprecated
203201
204202
as early as July 2026. Customers are encouraged to transition to
@@ -208,6 +206,8 @@ directCommands:
208206
Migration documentation is available at
209207
210208
https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
209+
210+
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
211211
sourceType: Extension
212212
syntax: >-
213213
az blueprint export --name
@@ -275,8 +275,6 @@ directCommands:
275275
status: GA
276276
isBreakingChange: true
277277
breakingChangeInfo: >-
278-
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
279-
280278
Blueprints and associated commands will be deprecated
281279
282280
as early as July 2026. Customers are encouraged to transition to
@@ -286,6 +284,8 @@ directCommands:
286284
Migration documentation is available at
287285
288286
https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
287+
288+
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
289289
sourceType: Extension
290290
syntax: >-
291291
az blueprint import --input-path
@@ -354,8 +354,6 @@ directCommands:
354354
isBreakingChange: true
355355
isPreview: true
356356
breakingChangeInfo: >-
357-
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
358-
359357
Blueprints and associated commands will be deprecated
360358
361359
as early as July 2026. Customers are encouraged to transition to
@@ -365,6 +363,8 @@ directCommands:
365363
Migration documentation is available at
366364
367365
https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
366+
367+
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
368368
previewOrExperimentalInfo: 'This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus'
369369
sourceType: Extension
370370
syntax: >-
@@ -428,8 +428,6 @@ directCommands:
428428
isBreakingChange: true
429429
isPreview: true
430430
breakingChangeInfo: >-
431-
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
432-
433431
Blueprints and associated commands will be deprecated
434432
435433
as early as July 2026. Customers are encouraged to transition to
@@ -439,6 +437,8 @@ directCommands:
439437
Migration documentation is available at
440438
441439
https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
440+
441+
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
442442
previewOrExperimentalInfo: 'This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus'
443443
sourceType: Extension
444444
syntax: >-
@@ -507,8 +507,6 @@ directCommands:
507507
isBreakingChange: true
508508
isPreview: true
509509
breakingChangeInfo: >-
510-
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
511-
512510
Blueprints and associated commands will be deprecated
513511
514512
as early as July 2026. Customers are encouraged to transition to
@@ -518,6 +516,8 @@ directCommands:
518516
Migration documentation is available at
519517
520518
https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
519+
520+
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
521521
previewOrExperimentalInfo: 'This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus'
522522
sourceType: Extension
523523
syntax: >-
@@ -577,8 +577,6 @@ directCommands:
577577
isBreakingChange: true
578578
isPreview: true
579579
breakingChangeInfo: >-
580-
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
581-
582580
Blueprints and associated commands will be deprecated
583581
584582
as early as July 2026. Customers are encouraged to transition to
@@ -588,6 +586,8 @@ directCommands:
588586
Migration documentation is available at
589587
590588
https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
589+
590+
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
591591
previewOrExperimentalInfo: 'This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus'
592592
sourceType: Extension
593593
syntax: >-

docs-ref-autogen/Latest-version/latest/blueprint/artifact.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ directCommands:
3030
isBreakingChange: true
3131
isPreview: true
3232
breakingChangeInfo: >-
33-
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
34-
3533
Blueprints and associated commands will be deprecated
3634
3735
as early as July 2026. Customers are encouraged to transition to
@@ -41,6 +39,8 @@ directCommands:
4139
Migration documentation is available at
4240
4341
https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
42+
43+
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
4444
previewOrExperimentalInfo: 'This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus'
4545
sourceType: Extension
4646
syntax: >-
@@ -110,8 +110,6 @@ directCommands:
110110
isBreakingChange: true
111111
isPreview: true
112112
breakingChangeInfo: >-
113-
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
114-
115113
Blueprints and associated commands will be deprecated
116114
117115
as early as July 2026. Customers are encouraged to transition to
@@ -121,6 +119,8 @@ directCommands:
121119
Migration documentation is available at
122120
123121
https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
122+
123+
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
124124
previewOrExperimentalInfo: 'This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus'
125125
sourceType: Extension
126126
syntax: >-
@@ -190,8 +190,6 @@ directCommands:
190190
isBreakingChange: true
191191
isPreview: true
192192
breakingChangeInfo: >-
193-
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
194-
195193
Blueprints and associated commands will be deprecated
196194
197195
as early as July 2026. Customers are encouraged to transition to
@@ -201,6 +199,8 @@ directCommands:
201199
Migration documentation is available at
202200
203201
https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
202+
203+
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
204204
previewOrExperimentalInfo: 'This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus'
205205
sourceType: Extension
206206
syntax: >-

docs-ref-autogen/Latest-version/latest/blueprint/artifact/policy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ directCommands:
2929
status: GA
3030
isBreakingChange: true
3131
breakingChangeInfo: >-
32-
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
33-
3432
Blueprints and associated commands will be deprecated
3533
3634
as early as July 2026. Customers are encouraged to transition to
@@ -40,6 +38,8 @@ directCommands:
4038
Migration documentation is available at
4139
4240
https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
41+
42+
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
4343
sourceType: Extension
4444
syntax: >-
4545
az blueprint artifact policy create --artifact-name
@@ -131,8 +131,6 @@ directCommands:
131131
status: GA
132132
isBreakingChange: true
133133
breakingChangeInfo: >-
134-
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
135-
136134
Blueprints and associated commands will be deprecated
137135
138136
as early as July 2026. Customers are encouraged to transition to
@@ -142,6 +140,8 @@ directCommands:
142140
Migration documentation is available at
143141
144142
https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
143+
144+
This command is implicitly deprecated because command group 'az blueprint' is deprecated and will be removed in a future release.
145145
sourceType: Extension
146146
syntax: >-
147147
az blueprint artifact policy update --artifact-name

0 commit comments

Comments
 (0)