@@ -117,7 +117,7 @@ You can specify a different version than the default version.
117
117
``` yaml
118
118
Type : String
119
119
Parameter Sets : (All)
120
- Aliases :
120
+ Aliases :
121
121
122
122
Required : False
123
123
Position : Named
@@ -145,15 +145,15 @@ Accept wildcard characters: False
145
145
Specifies a debug log level.
146
146
The acceptable values for this parameter are:
147
147
148
- - RequestContent
149
- - ResponseContent
150
- - All
148
+ - RequestContent
149
+ - ResponseContent
150
+ - All
151
151
- None
152
152
153
153
` ` ` yaml
154
154
Type : String
155
155
Parameter Sets : (All)
156
- Aliases :
156
+ Aliases :
157
157
158
158
Required : False
159
159
Position : Named
@@ -168,7 +168,7 @@ Forces the command to run without asking for user confirmation.
168
168
` ` ` yaml
169
169
Type : SwitchParameter
170
170
Parameter Sets : (All)
171
- Aliases :
171
+ Aliases :
172
172
173
173
Required : False
174
174
Position : Named
@@ -180,13 +180,17 @@ Accept wildcard characters: False
180
180
### -Mode
181
181
Specifies the deployment mode. The acceptable values for this parameter are:
182
182
183
- - Complete
183
+ - Complete
184
184
- Incremental
185
185
186
+ In complete mode, Resource Manager deletes resources that exist in the resource group but are not
187
+ specified in the template. In incremental mode, Resource Manager leaves unchanged resources that
188
+ exist in the resource group but are not specified in the template.
189
+
186
190
` ` ` yaml
187
191
Type : DeploymentMode
188
192
Parameter Sets : (All)
189
- Aliases :
193
+ Aliases :
190
194
191
195
Required : False
192
196
Position : Named
@@ -216,7 +220,7 @@ Indicates that this cmdlet considers pre-release API versions when it automatica
216
220
` ` ` yaml
217
221
Type : SwitchParameter
218
222
Parameter Sets : (All)
219
- Aliases :
223
+ Aliases :
220
224
221
225
Required : False
222
226
Position : Named
@@ -231,7 +235,7 @@ Specifies the name of the resource group to deploy.
231
235
` ` ` yaml
232
236
Type : String
233
237
Parameter Sets : (All)
234
- Aliases :
238
+ Aliases :
235
239
236
240
Required : True
237
241
Position : Named
@@ -247,7 +251,7 @@ This can be a custom template or a gallery template that is saved as a JSON file
247
251
` ` ` yaml
248
252
Type : String
249
253
Parameter Sets : ByTemplateFileWithNoParameters, ByTemplateFileAndParameterObject, ByTemplateFileAndParameterFile, ByTemplateFileAndParameterUri
250
- Aliases :
254
+ Aliases :
251
255
252
256
Required : True
253
257
Position : Named
@@ -266,7 +270,7 @@ To use the dynamic parameters, type a minus sign (-) to indicate a parameter nam
266
270
` ` ` yaml
267
271
Type : String
268
272
Parameter Sets : ByTemplateFileAndParameterFile, ByTemplateUriAndParameterFile
269
- Aliases :
273
+ Aliases :
270
274
271
275
Required : True
272
276
Position : Named
@@ -284,7 +288,7 @@ Template parameters are dynamically added to the command when you specify a temp
284
288
` ` ` yaml
285
289
Type: Hashtable
286
290
Parameter Sets: ByTemplateFileAndParameterObject, ByTemplateUriAndParameterObject
287
- Aliases:
291
+ Aliases:
288
292
289
293
Required: True
290
294
Position: Named
@@ -299,7 +303,7 @@ Specifies the URI of a template parameters file.
299
303
` ` ` yaml
300
304
Type: String
301
305
Parameter Sets: ByTemplateFileAndParameterUri, ByTemplateUriAndParameterUri
302
- Aliases:
306
+ Aliases:
303
307
304
308
Required: True
305
309
Position: Named
@@ -315,7 +319,7 @@ This file can be a custom template or a gallery template that is saved as a JSON
315
319
` ` ` yaml
316
320
Type: String
317
321
Parameter Sets: ByTemplateUriAndParameterObject, ByTemplateUriAndParameterFile, ByTemplateUriAndParameterUri, ByTemplateUriWithNoParameters
318
- Aliases:
322
+ Aliases:
319
323
320
324
Required: True
321
325
Position: Named
0 commit comments