From ea81b79a53992b131bceaf4a9491036225f1970c Mon Sep 17 00:00:00 2001 From: om Date: Fri, 5 Apr 2019 12:21:50 +0530 Subject: [PATCH] Update New-AzResourceGroupDeployment.md --- .../Resources/help/New-AzResourceGroupDeployment.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Resources/Resources/help/New-AzResourceGroupDeployment.md b/src/Resources/Resources/help/New-AzResourceGroupDeployment.md index cf2d5f058b3c..cc3f89cd4a43 100644 --- a/src/Resources/Resources/help/New-AzResourceGroupDeployment.md +++ b/src/Resources/Resources/help/New-AzResourceGroupDeployment.md @@ -235,10 +235,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