Skip to content

Commit 5f94f43

Browse files
authored
Update vnet.yml
1 parent f5a8faf commit 5f94f43

File tree

1 file changed

+96
-24
lines changed

1 file changed

+96
-24
lines changed

AKS-Arc/vnet.yml

Lines changed: 96 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,30 @@ directCommands:
7373
- name: --vsphere-segment-name
7474
summary: |-
7575
Name of the VSphere segment for VMware infrastructure.
76+
globalParameters:
77+
- name: --debug
78+
summary: |-
79+
Increase logging verbosity to show all debug logs.
80+
- name: --help -h
81+
summary: |-
82+
Show this help message and exit.
83+
- name: --only-show-errors
84+
summary: |-
85+
Only show errors, suppressing warnings.
86+
- name: --output -o
87+
defaultValue: "json"
88+
acceptedValues: "json, jsonc, none, table, tsv, yaml, yamlc"
89+
summary: |-
90+
Output format.
91+
- name: --query
92+
summary: |-
93+
JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.
94+
- name: --subscription
95+
summary: |-
96+
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
97+
- name: --verbose
98+
summary: |-
99+
Increase logging verbosity. Use --debug for full debug logs.
76100
- uid: az_aksarc_vnet_delete
77101
name: az aksarc vnet delete
78102
summary: |-
@@ -108,6 +132,30 @@ directCommands:
108132
defaultValue: "False"
109133
summary: |-
110134
Do not prompt for confirmation.
135+
globalParameters:
136+
- name: --debug
137+
summary: |-
138+
Increase logging verbosity to show all debug logs.
139+
- name: --help -h
140+
summary: |-
141+
Show this help message and exit.
142+
- name: --only-show-errors
143+
summary: |-
144+
Only show errors, suppressing warnings.
145+
- name: --output -o
146+
defaultValue: "json"
147+
acceptedValues: "json, jsonc, none, table, tsv, yaml, yamlc"
148+
summary: |-
149+
Output format.
150+
- name: --query
151+
summary: |-
152+
JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.
153+
- name: --subscription
154+
summary: |-
155+
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
156+
- name: --verbose
157+
summary: |-
158+
Increase logging verbosity. Use --debug for full debug logs.
111159
- uid: az_aksarc_vnet_list
112160
name: az aksarc vnet list
113161
summary: |-
@@ -128,6 +176,30 @@ directCommands:
128176
- name: --resource-group -g
129177
summary: |-
130178
Name of the resource group. You can configure the default group using `az configure --defaults group=<name>`.
179+
globalParameters:
180+
- name: --debug
181+
summary: |-
182+
Increase logging verbosity to show all debug logs.
183+
- name: --help -h
184+
summary: |-
185+
Show this help message and exit.
186+
- name: --only-show-errors
187+
summary: |-
188+
Only show errors, suppressing warnings.
189+
- name: --output -o
190+
defaultValue: "json"
191+
acceptedValues: "json, jsonc, none, table, tsv, yaml, yamlc"
192+
summary: |-
193+
Output format.
194+
- name: --query
195+
summary: |-
196+
JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.
197+
- name: --subscription
198+
summary: |-
199+
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
200+
- name: --verbose
201+
summary: |-
202+
Increase logging verbosity. Use --debug for full debug logs.
131203
- uid: az_aksarc_vnet_show
132204
name: az aksarc vnet show
133205
summary: |-
@@ -152,34 +224,34 @@ directCommands:
152224
name: --resource-group -g
153225
summary: |-
154226
Name of the resource group. You can configure the default group using `az configure --defaults group=<name>`.
227+
globalParameters:
228+
- name: --debug
229+
summary: |-
230+
Increase logging verbosity to show all debug logs.
231+
- name: --help -h
232+
summary: |-
233+
Show this help message and exit.
234+
- name: --only-show-errors
235+
summary: |-
236+
Only show errors, suppressing warnings.
237+
- name: --output -o
238+
defaultValue: "json"
239+
acceptedValues: "json, jsonc, none, table, tsv, yaml, yamlc"
240+
summary: |-
241+
Output format.
242+
- name: --query
243+
summary: |-
244+
JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.
245+
- name: --subscription
246+
summary: |-
247+
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
248+
- name: --verbose
249+
summary: |-
250+
Increase logging verbosity. Use --debug for full debug logs.
155251
commands:
156252
- az_aksarc_vnet_create
157253
- az_aksarc_vnet_delete
158254
- az_aksarc_vnet_list
159255
- az_aksarc_vnet_show
160-
globalParameters:
161-
- name: --debug
162-
summary: |-
163-
Increase logging verbosity to show all debug logs.
164-
- name: --help -h
165-
summary: |-
166-
Show this help message and exit.
167-
- name: --only-show-errors
168-
summary: |-
169-
Only show errors, suppressing warnings.
170-
- name: --output -o
171-
defaultValue: "json"
172-
parameterValueGroup: "json, jsonc, none, table, tsv, yaml, yamlc"
173-
summary: |-
174-
Output format.
175-
- name: --query
176-
summary: |-
177-
JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.
178-
- name: --subscription
179-
summary: |-
180-
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
181-
- name: --verbose
182-
summary: |-
183-
Increase logging verbosity. Use --debug for full debug logs.
184256
metadata:
185257
description: Manage virtual networks for provisioned clusters.

0 commit comments

Comments
 (0)