-
Notifications
You must be signed in to change notification settings - Fork 495
/
Copy pathsub.yml
423 lines (423 loc) · 17.7 KB
/
sub.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
### YamlMime:AzureCLIGroup
uid: az_deployment_sub
name: az deployment sub
summary: |-
Manage Azure Resource Manager template deployment at subscription scope.
status: GA
sourceType: Core
directCommands:
- uid: az_deployment_sub_cancel
name: az deployment sub cancel
summary: |-
Cancel a deployment at subscription scope.
status: GA
sourceType: Core
editLink: https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/azure/cli/command_modules/resource/_help.py
syntax: az deployment sub cancel --name
examples:
- summary: |-
Cancel a deployment at subscription scope.
syntax: az deployment sub cancel -n deployment01
requiredParameters:
- isRequired: true
name: --name -n
summary: |-
The deployment name.
- uid: az_deployment_sub_create
name: az deployment sub create
summary: |-
Start a deployment at subscription scope.
description: |-
Please specify only one of --template-file FILE | --template-uri URI | --template-spec to input the ARM template.
status: GA
sourceType: Core
editLink: https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/azure/cli/command_modules/resource/_help.py
syntax: >-
az deployment sub create --location
[--confirm-with-what-if]
[--handle-extended-json-format]
[--name]
[--no-prompt {false, true}]
[--no-wait]
[--parameters]
[--proceed-if-no-change]
[--query-string]
[--template-file]
[--template-spec]
[--template-uri]
[--what-if]
[--what-if-exclude-change-types {Create, Delete, Deploy, Ignore, Modify, NoChange, Unsupported}]
[--what-if-result-format {FullResourcePayloads, ResourceIdOnly}]
examples:
- summary: |-
Create a deployment at subscription scope from a remote template file, using parameters from a local JSON file.
syntax: az deployment sub create --location WestUS --template-uri https://myresource/azuredeploy.json --parameters @myparameters.json
- summary: |-
Create a deployment at subscription scope from a local template file, using parameters from a JSON string.
syntax: >-
az deployment sub create --location WestUS --template-file azuredeploy.json \
--parameters '{ \"policyName\": { \"value\": \"policy2\" } }'
- summary: |-
Create a deployment at subscription scope from a local template, using a parameter file, a remote parameter file, and selectively overriding key/value pairs.
syntax: >-
az deployment sub create --location WestUS --template-file azuredeploy.json \
--parameters @params.json --parameters https://mysite/params.json --parameters MyValue=This [email protected]
requiredParameters:
- isRequired: true
name: --location -l
summary: |-
The location to store the deployment metadata.
optionalParameters:
- name: --confirm-with-what-if -c
summary: |-
Instruct the command to run deployment What-If before executing the deployment. It then prompts you to acknowledge resource changes before it continues.
- name: --handle-extended-json-format -j
summary: |-
Support to handle extended template content including multiline and comments in deployment.
isDeprecated: true
deprecateInfo: Option '--handle-extended-json-format/-j' has been deprecated and will be removed in a future release.
- name: --name -n
summary: |-
The deployment name.
- name: --no-prompt
defaultValue: "False"
parameterValueGroup: "false, true"
summary: |-
The option to disable the prompt of missing parameters for ARM template. When the value is true, the prompt requiring users to provide missing parameter will be ignored. The default value is false.
- name: --no-wait
defaultValue: "False"
summary: |-
Do not wait for the long-running operation to finish.
- name: --parameters -p
summary: |-
Supply deployment parameter values.
description: |-
Parameters may be supplied from a file using the `@{path}` syntax, a JSON string, or as `<KEY=VALUE>` pairs. Parameters are evaluated in order, so when a value is assigned twice, the latter value will be used. It is recommended that you supply your parameters file first, and then override selectively using KEY=VALUE syntax.
- name: --proceed-if-no-change
summary: |-
Instruct the command to execute the deployment if the What-If result contains no resource changes. Applicable when --confirm-with-what-if is set.
- name: --query-string -q
summary: |-
The query string (a SAS token) to be used with the template-uri in the case of linked templates.
- name: --template-file -f
summary: |-
The path to the template file or Bicep file.
- name: --template-spec -s
summary: |-
The template spec resource id.
- name: --template-uri -u
summary: |-
The URI to the template file.
- name: --what-if -w
summary: |-
Instruct the command to run deployment What-If.
- name: --what-if-exclude-change-types -x
parameterValueGroup: "Create, Delete, Deploy, Ignore, Modify, NoChange, Unsupported"
summary: |-
Space-separated list of resource change types to be excluded from What-If results. Applicable when --confirm-with-what-if is set.
- name: --what-if-result-format -r
defaultValue: "FullResourcePayloads"
parameterValueGroup: "FullResourcePayloads, ResourceIdOnly"
summary: |-
The format of What-If results. Applicable when `--confirm-with-what-if` is set.
- uid: az_deployment_sub_delete
name: az deployment sub delete
summary: |-
Delete a deployment at subscription scope.
status: GA
sourceType: Core
editLink: https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/azure/cli/command_modules/resource/_help.py
syntax: >-
az deployment sub delete --name
[--no-wait]
examples:
- summary: |-
Delete a deployment at subscription scope.
syntax: az deployment sub delete -n deployment01
requiredParameters:
- isRequired: true
name: --name -n
summary: |-
The deployment name.
optionalParameters:
- name: --no-wait
defaultValue: "False"
summary: |-
Do not wait for the long-running operation to finish.
- uid: az_deployment_sub_export
name: az deployment sub export
summary: |-
Export the template used for a deployment.
status: GA
sourceType: Core
editLink: https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/azure/cli/command_modules/resource/_help.py
syntax: az deployment sub export --name
examples:
- summary: |-
Export the template used for a deployment at subscription scope.
syntax: az deployment sub export --name MyDeployment
requiredParameters:
- isRequired: true
name: --name -n
summary: |-
The deployment name.
- uid: az_deployment_sub_list
name: az deployment sub list
summary: |-
List deployments at subscription scope.
status: GA
sourceType: Core
editLink: https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/azure/cli/command_modules/resource/_help.py
syntax: az deployment sub list [--filter]
examples:
- summary: |-
List deployments at subscription scope.
syntax: az deployment sub list
optionalParameters:
- name: --filter
summary: |-
Filter expression using OData notation. You can use --filter "provisioningState eq '{state}'" to filter provisioningState. To get more information, please visit https://learn.microsoft.com/rest/api/resources/deployments/listatsubscriptionscope#uri-parameters.
isPreview: true
- uid: az_deployment_sub_show
name: az deployment sub show
summary: |-
Show a deployment at subscription scope.
status: GA
sourceType: Core
editLink: https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/azure/cli/command_modules/resource/_help.py
syntax: az deployment sub show --name
examples:
- summary: |-
Show a deployment at subscription scope.
syntax: az deployment sub show -n deployment01
requiredParameters:
- isRequired: true
name: --name -n
summary: |-
The deployment name.
- uid: az_deployment_sub_validate
name: az deployment sub validate
summary: |-
Validate whether a template is valid at subscription scope.
description: |-
Please specify only one of --template-file FILE | --template-uri URI | --template-spec to input the ARM template.
status: GA
sourceType: Core
editLink: https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/azure/cli/command_modules/resource/_help.py
syntax: >-
az deployment sub validate --location
[--handle-extended-json-format]
[--name]
[--no-prompt {false, true}]
[--parameters]
[--query-string]
[--template-file]
[--template-spec]
[--template-uri]
examples:
- summary: |-
Validate whether a template is valid at subscription scope.
syntax: az deployment sub validate --location westus2 --template-file {template-file}
- summary: |-
Validate whether a template is valid at subscription scope. (autogenerated)
syntax: az deployment sub validate --location westus2 --parameters MyValue=This [email protected] --template-file azuredeploy.json
requiredParameters:
- isRequired: true
name: --location -l
summary: |-
The location to store the deployment metadata.
optionalParameters:
- name: --handle-extended-json-format -j
summary: |-
Support to handle extended template content including multiline and comments in deployment.
isDeprecated: true
deprecateInfo: Option '--handle-extended-json-format/-j' has been deprecated and will be removed in a future release.
- name: --name -n
summary: |-
The deployment name.
- name: --no-prompt
defaultValue: "False"
parameterValueGroup: "false, true"
summary: |-
The option to disable the prompt of missing parameters for ARM template. When the value is true, the prompt requiring users to provide missing parameter will be ignored. The default value is false.
- name: --parameters -p
summary: |-
Supply deployment parameter values.
description: |-
Parameters may be supplied from a file using the `@{path}` syntax, a JSON string, or as `<KEY=VALUE>` pairs. Parameters are evaluated in order, so when a value is assigned twice, the latter value will be used. It is recommended that you supply your parameters file first, and then override selectively using KEY=VALUE syntax.
- name: --query-string -q
summary: |-
The query string (a SAS token) to be used with the template-uri in the case of linked templates.
- name: --template-file -f
summary: |-
The path to the template file or Bicep file.
- name: --template-spec -s
summary: |-
The template spec resource id.
- name: --template-uri -u
summary: |-
The URI to the template file.
- uid: az_deployment_sub_wait
name: az deployment sub wait
summary: |-
Place the CLI in a waiting state until a deployment condition is met.
status: GA
sourceType: Core
editLink: https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/azure/cli/command_modules/resource/_help.py
syntax: >-
az deployment sub wait --name
[--created]
[--custom]
[--deleted]
[--exists]
[--interval]
[--timeout]
[--updated]
examples:
- summary: |-
Place the CLI in a waiting state until a deployment condition is met. (autogenerated)
syntax: az deployment sub wait --created --name MyDeployment
requiredParameters:
- isRequired: true
name: --name -n
summary: |-
The deployment name.
optionalParameters:
- name: --created
defaultValue: "False"
summary: |-
Wait until created with 'provisioningState' at 'Succeeded'.
- name: --custom
summary: |-
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
- name: --deleted
defaultValue: "False"
summary: |-
Wait until deleted.
- name: --exists
defaultValue: "False"
summary: |-
Wait until the resource exists.
- name: --interval
defaultValue: "30"
summary: |-
Polling interval in seconds.
- name: --timeout
defaultValue: "3600"
summary: |-
Maximum wait in seconds.
- name: --updated
defaultValue: "False"
summary: |-
Wait until updated with provisioningState at 'Succeeded'.
- uid: az_deployment_sub_what-if
name: az deployment sub what-if
summary: |-
Execute a deployment What-If operation at subscription scope.
description: |-
Please specify only one of --template-file FILE | --template-uri URI | --template-spec to input the ARM template.
status: GA
sourceType: Core
editLink: https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/azure/cli/command_modules/resource/_help.py
syntax: >-
az deployment sub what-if --location
[--exclude-change-types {Create, Delete, Deploy, Ignore, Modify, NoChange, Unsupported}]
[--name]
[--no-pretty-print]
[--no-prompt {false, true}]
[--parameters]
[--query-string]
[--result-format {FullResourcePayloads, ResourceIdOnly}]
[--template-file]
[--template-spec]
[--template-uri]
examples:
- summary: |-
Execute a deployment What-If operation at a subscription.
syntax: az deployment sub what-if --location WestUS --template-uri https://myresource/azuredeploy.json --parameters @myparameters.json
- summary: |-
Execute a deployment What-If operation at a subscription with ResourceIdOnly format.
syntax: az deployment sub what-if --location WestUS --template-uri https://myresource/azuredeploy.json --parameters @myparameters.json --result-format ResourceIdOnly
- summary: |-
Execute a deployment What-If operation at a subscription without pretty-printing the result.
syntax: az deployment sub what-if --location WestUS --template-uri https://myresource/azuredeploy.json --parameters @myparameters.json --no-pretty-print
requiredParameters:
- isRequired: true
name: --location -l
summary: |-
The location to store the deployment What-If operation metadata.
optionalParameters:
- name: --exclude-change-types -x
parameterValueGroup: "Create, Delete, Deploy, Ignore, Modify, NoChange, Unsupported"
summary: |-
Space-separated list of resource change types to be excluded from What-If results.
- name: --name -n
summary: |-
The deployment name.
- name: --no-pretty-print
summary: |-
Disable pretty-print for What-If results. When set, the output format type will be used.
- name: --no-prompt
defaultValue: "False"
parameterValueGroup: "false, true"
summary: |-
The option to disable the prompt of missing parameters for ARM template. When the value is true, the prompt requiring users to provide missing parameter will be ignored. The default value is false.
- name: --parameters -p
summary: |-
Supply deployment parameter values.
description: |-
Parameters may be supplied from a file using the `@{path}` syntax, a JSON string, or as `<KEY=VALUE>` pairs. Parameters are evaluated in order, so when a value is assigned twice, the latter value will be used. It is recommended that you supply your parameters file first, and then override selectively using KEY=VALUE syntax.
- name: --query-string -q
summary: |-
The query string (a SAS token) to be used with the template-uri in the case of linked templates.
- name: --result-format -r
defaultValue: "FullResourcePayloads"
parameterValueGroup: "FullResourcePayloads, ResourceIdOnly"
summary: |-
The format of What-If results.
- name: --template-file -f
summary: |-
The path to the template file or Bicep file.
- name: --template-spec -s
summary: |-
The template spec resource id.
- name: --template-uri -u
summary: |-
The URI to the template file.
commands:
- az_deployment_sub_cancel
- az_deployment_sub_create
- az_deployment_sub_delete
- az_deployment_sub_export
- az_deployment_sub_list
- az_deployment_sub_show
- az_deployment_sub_validate
- az_deployment_sub_wait
- az_deployment_sub_what-if
globalParameters:
- name: --debug
summary: |-
Increase logging verbosity to show all debug logs.
- name: --help -h
summary: |-
Show this help message and exit.
- name: --only-show-errors
summary: |-
Only show errors, suppressing warnings.
- name: --output -o
defaultValue: "json"
parameterValueGroup: "json, jsonc, none, table, tsv, yaml, yamlc"
summary: |-
Output format.
- name: --query
summary: |-
JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.
- name: --subscription
summary: |-
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
- name: --verbose
summary: |-
Increase logging verbosity. Use --debug for full debug logs.
metadata:
ms.date: 01/06/2025
description: Manage Azure Resource Manager template deployment at subscription scope.