Skip to content

Commit

Permalink
Merge pull request Azure#8949 from omkarkhair/master
Browse files Browse the repository at this point in the history
Update New-AzResourceGroupDeployment.md
  • Loading branch information
cormacpayne authored Apr 5, 2019
2 parents 8956893 + ea81b79 commit e979120
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 @@ -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
Expand Down

0 comments on commit e979120

Please sign in to comment.