We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8956893 + ea81b79 commit e979120Copy full SHA for e979120
src/Resources/Resources/help/New-AzResourceGroupDeployment.md
@@ -244,10 +244,9 @@ Accept wildcard characters: False
244
245
### -Mode
246
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
+- Complete: In complete mode, Resource Manager deletes resources that exist in the resource group but are not
+specified in the template.
+- Incremental: In incremental mode, Resource Manager leaves unchanged resources that
251
exist in the resource group but are not specified in the template.
252
253
```yaml
0 commit comments