Skip to content

Commit e979120

Browse files
authored
Merge pull request #8949 from omkarkhair/master
Update New-AzResourceGroupDeployment.md
2 parents 8956893 + ea81b79 commit e979120

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Resources/Resources/help/New-AzResourceGroupDeployment.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,9 @@ Accept wildcard characters: False
244244
245245
### -Mode
246246
Specifies the deployment mode. The acceptable values for this parameter are:
247-
- Complete
248-
- Incremental
249-
In complete mode, Resource Manager deletes resources that exist in the resource group but are not
250-
specified in the template. In incremental mode, Resource Manager leaves unchanged resources that
247+
- Complete: In complete mode, Resource Manager deletes resources that exist in the resource group but are not
248+
specified in the template.
249+
- Incremental: In incremental mode, Resource Manager leaves unchanged resources that
251250
exist in the resource group but are not specified in the template.
252251
253252
```yaml

0 commit comments

Comments
 (0)