Skip to content

Commit dc2314b

Browse files
authored
Removed -TemplateVersion from Example 1.
The Example 1 has a `-TemplateVersion` parameter, however none of the parameter-sets for this cmdlet have a TemplateVersion parameter.
1 parent 4189da9 commit dc2314b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ResourceManager/Resources/Commands.Resources/help/New-AzureRmResourceGroupDeployment.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,11 @@ Template parameter values that you enter at the command prompt take precedence o
9898

9999
### Example 1: Use a custom template and parameter file to create a deployment
100100
```
101-
PS C:\>New-AzureRmResourceGroupDeployment -ResourceGroupName "ContosoEngineering" -TemplateFile "D:\Azure\Templates\EngineeringSite.json" -TemplateParameterFile "D:\Azure\Templates\EngSiteParms.json" -TemplateVersion "2.1"
101+
PS C:\>New-AzureRmResourceGroupDeployment -ResourceGroupName "ContosoEngineering" -TemplateFile "D:\Azure\Templates\EngineeringSite.json" -TemplateParameterFile "D:\Azure\Templates\EngSiteParms.json"
102102
```
103103

104104
This command creates a new deployment by using a custom template and a template file on disk.
105105
The command uses the *TemplateFile* parameter to specify the template and the *TemplateParameterFile* parameter to specify a file that contains parameters and parameter values.
106-
It uses the *TemplateVersion* parameter to specify the version of the template.
107106

108107
## PARAMETERS
109108

0 commit comments

Comments
 (0)