You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-ref-autogen/Latest-version/latest/acat/report.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ directCommands:
52
52
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".
Copy file name to clipboardExpand all lines: docs-ref-autogen/Latest-version/latest/acr/config/content-trust.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,9 +67,9 @@ directCommands:
67
67
status: GA
68
68
isBreakingChange: true
69
69
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
-
72
70
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.
Copy file name to clipboardExpand all lines: docs-ref-autogen/Latest-version/latest/appnet/member.yml
+28-9Lines changed: 28 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,14 @@ directCommands:
22
22
syntax: >-
23
23
az appnet member join [--appnet-name]
24
24
[--cluster-type {AKS}]
25
+
[--east-west-gateway {External, Internal}]
25
26
[--ids]
26
27
[--member-location]
27
28
[--member-name]
28
29
[--member-resource-id]
29
30
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
30
-
[--release-channel]
31
+
[--private-connect-subnet]
32
+
[--release-channel {Rapid, Stable}]
31
33
[--resource-group]
32
34
[--subscription]
33
35
[--tags]
@@ -51,6 +53,12 @@ directCommands:
51
53
summary: |-
52
54
Cluster type.
53
55
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
54
62
- name: --ids
55
63
summary: |-
56
64
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:
71
79
acceptedValues: 0, 1, f, false, n, no, t, true, y, yes
72
80
summary: |-
73
81
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
74
86
- name: --release-channel
87
+
acceptedValues: Rapid, Stable
75
88
summary: |-
76
-
Release channel Allowed values: Rapid, Stable.
77
-
groupName: FullyManagedUpgradeProfile Arguments
89
+
Release channel.
90
+
groupName: Upgrade Arguments
78
91
- name: --resource-group -g
79
92
summary: |-
80
93
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
@@ -92,11 +105,11 @@ directCommands:
92
105
acceptedValues: FullyManaged, SelfManaged
93
106
summary: |-
94
107
Upgrade mode.
95
-
groupName: Properties Arguments
108
+
groupName: Upgrade Arguments
96
109
- name: --version
97
110
summary: |-
98
-
Application Network version.
99
-
groupName: SelfManagedUpgradeProfile Arguments
111
+
Istio version.
112
+
groupName: Upgrade Arguments
100
113
globalParameters:
101
114
- name: --debug
102
115
defaultValue: "False"
@@ -329,6 +342,7 @@ directCommands:
329
342
sourceType: Extension
330
343
syntax: >-
331
344
az appnet member update [--appnet-name]
345
+
[--east-west-gateway {External, Internal}]
332
346
[--ids]
333
347
[--member-name]
334
348
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
@@ -349,6 +363,11 @@ directCommands:
349
363
summary: |-
350
364
The name of the Application Network.
351
365
groupName: Resource Id Arguments
366
+
- name: --east-west-gateway
367
+
acceptedValues: External, Internal
368
+
summary: |-
369
+
East-West gateway visibility.
370
+
groupName: Connectivity Arguments
352
371
- name: --ids
353
372
summary: |-
354
373
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:
365
384
acceptedValues: Rapid, Stable
366
385
summary: |-
367
386
Release channel.
368
-
groupName: FullyManagedUpgradeProfile Arguments
387
+
groupName: Upgrade Arguments
369
388
- name: --resource-group -g
370
389
summary: |-
371
390
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
0 commit comments