diff --git a/src/Resources/Resources/help/New-AzResourceGroupDeployment.md b/src/Resources/Resources/help/New-AzResourceGroupDeployment.md index 27c3cba40650..bbc91463d304 100644 --- a/src/Resources/Resources/help/New-AzResourceGroupDeployment.md +++ b/src/Resources/Resources/help/New-AzResourceGroupDeployment.md @@ -244,10 +244,9 @@ Accept wildcard characters: False ### -Mode Specifies the deployment mode. The acceptable values for this parameter are: -- Complete -- Incremental -In complete mode, Resource Manager deletes resources that exist in the resource group but are not -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 exist in the resource group but are not specified in the template. ```yaml