Skip to content

Commit

Permalink
Update New-AzResourceGroupDeployment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarkhair authored Apr 5, 2019
1 parent 533771b commit ea81b79
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Resources/Resources/help/New-AzResourceGroupDeployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea81b79

Please sign in to comment.