@@ -73,6 +73,30 @@ directCommands:
73
73
- name : --vsphere-segment-name
74
74
summary : |-
75
75
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.
76
100
- uid : az_aksarc_vnet_delete
77
101
name : az aksarc vnet delete
78
102
summary : |-
@@ -108,6 +132,30 @@ directCommands:
108
132
defaultValue : " False"
109
133
summary : |-
110
134
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.
111
159
- uid : az_aksarc_vnet_list
112
160
name : az aksarc vnet list
113
161
summary : |-
@@ -128,6 +176,30 @@ directCommands:
128
176
- name : --resource-group -g
129
177
summary : |-
130
178
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.
131
203
- uid : az_aksarc_vnet_show
132
204
name : az aksarc vnet show
133
205
summary : |-
@@ -152,34 +224,34 @@ directCommands:
152
224
name : --resource-group -g
153
225
summary : |-
154
226
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.
155
251
commands :
156
252
- az_aksarc_vnet_create
157
253
- az_aksarc_vnet_delete
158
254
- az_aksarc_vnet_list
159
255
- 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.
184
256
metadata :
185
257
description : Manage virtual networks for provisioned clusters.
0 commit comments