Skip to content

Commit c0748d1

Browse files
author
Sean Wheeler
committed
adding description of Mode options
1 parent 05f335a commit c0748d1

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

src/ResourceManager/Resources/Commands.Resources/help/New-AzureRmResourceGroupDeployment.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ You can specify a different version than the default version.
117117
```yaml
118118
Type: String
119119
Parameter Sets: (All)
120-
Aliases:
120+
Aliases:
121121

122122
Required: False
123123
Position: Named
@@ -145,15 +145,15 @@ Accept wildcard characters: False
145145
Specifies a debug log level.
146146
The acceptable values for this parameter are:
147147
148-
- RequestContent
149-
- ResponseContent
150-
- All
148+
- RequestContent
149+
- ResponseContent
150+
- All
151151
- None
152152
153153
```yaml
154154
Type: String
155155
Parameter Sets: (All)
156-
Aliases:
156+
Aliases:
157157

158158
Required: False
159159
Position: Named
@@ -168,7 +168,7 @@ Forces the command to run without asking for user confirmation.
168168
```yaml
169169
Type: SwitchParameter
170170
Parameter Sets: (All)
171-
Aliases:
171+
Aliases:
172172

173173
Required: False
174174
Position: Named
@@ -180,13 +180,17 @@ Accept wildcard characters: False
180180
### -Mode
181181
Specifies the deployment mode. The acceptable values for this parameter are:
182182
183-
- Complete
183+
- Complete
184184
- Incremental
185185
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+
186190
```yaml
187191
Type: DeploymentMode
188192
Parameter Sets: (All)
189-
Aliases:
193+
Aliases:
190194

191195
Required: False
192196
Position: Named
@@ -216,7 +220,7 @@ Indicates that this cmdlet considers pre-release API versions when it automatica
216220
```yaml
217221
Type: SwitchParameter
218222
Parameter Sets: (All)
219-
Aliases:
223+
Aliases:
220224

221225
Required: False
222226
Position: Named
@@ -231,7 +235,7 @@ Specifies the name of the resource group to deploy.
231235
```yaml
232236
Type: String
233237
Parameter Sets: (All)
234-
Aliases:
238+
Aliases:
235239

236240
Required: True
237241
Position: Named
@@ -247,7 +251,7 @@ This can be a custom template or a gallery template that is saved as a JSON file
247251
```yaml
248252
Type: String
249253
Parameter Sets: ByTemplateFileWithNoParameters, ByTemplateFileAndParameterObject, ByTemplateFileAndParameterFile, ByTemplateFileAndParameterUri
250-
Aliases:
254+
Aliases:
251255

252256
Required: True
253257
Position: Named
@@ -266,7 +270,7 @@ To use the dynamic parameters, type a minus sign (-) to indicate a parameter nam
266270
```yaml
267271
Type: String
268272
Parameter Sets: ByTemplateFileAndParameterFile, ByTemplateUriAndParameterFile
269-
Aliases:
273+
Aliases:
270274

271275
Required: True
272276
Position: Named
@@ -284,7 +288,7 @@ Template parameters are dynamically added to the command when you specify a temp
284288
```yaml
285289
Type: Hashtable
286290
Parameter Sets: ByTemplateFileAndParameterObject, ByTemplateUriAndParameterObject
287-
Aliases:
291+
Aliases:
288292
289293
Required: True
290294
Position: Named
@@ -299,7 +303,7 @@ Specifies the URI of a template parameters file.
299303
```yaml
300304
Type: String
301305
Parameter Sets: ByTemplateFileAndParameterUri, ByTemplateUriAndParameterUri
302-
Aliases:
306+
Aliases:
303307
304308
Required: True
305309
Position: Named
@@ -315,7 +319,7 @@ This file can be a custom template or a gallery template that is saved as a JSON
315319
```yaml
316320
Type: String
317321
Parameter Sets: ByTemplateUriAndParameterObject, ByTemplateUriAndParameterFile, ByTemplateUriAndParameterUri, ByTemplateUriWithNoParameters
318-
Aliases:
322+
Aliases:
319323
320324
Required: True
321325
Position: Named

0 commit comments

Comments
 (0)