We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533771b commit ea81b79Copy full SHA for ea81b79
src/Resources/Resources/help/New-AzResourceGroupDeployment.md
@@ -235,10 +235,9 @@ Accept wildcard characters: False
235
236
### -Mode
237
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
+- 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
242
exist in the resource group but are not specified in the template.
243
244
```yaml
0 commit comments