Skip to content

Commit ea81b79

Browse files
authored
Update New-AzResourceGroupDeployment.md
1 parent 533771b commit ea81b79

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: src/Resources/Resources/help/New-AzResourceGroupDeployment.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,9 @@ Accept wildcard characters: False
235235
236236
### -Mode
237237
Specifies the deployment mode. The acceptable values for this parameter are:
238-
- Complete
239-
- Incremental
240-
In complete mode, Resource Manager deletes resources that exist in the resource group but are not
241-
specified in the template. In incremental mode, Resource Manager leaves unchanged resources that
238+
- Complete: In complete mode, Resource Manager deletes resources that exist in the resource group but are not
239+
specified in the template.
240+
- Incremental: In incremental mode, Resource Manager leaves unchanged resources that
242241
exist in the resource group but are not specified in the template.
243242
244243
```yaml

0 commit comments

Comments
 (0)