Skip to content

Commit 0b77552

Browse files
authored
Merge pull request Azure#9512 from craig-martin/patch-1
removes reference to a missing cmdlet
2 parents a83ecb9 + 69181bf commit 0b77552

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Resources/Resources/ChangeLog.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
- Remove missing cmdlet referenced in `New-AzResourceGroupDeployment` documentation
2122

2223
## Version 1.6.0
23-
- Fix help text for Get-AzPolicyState -Top parameter
24-
- Add client-side paging support for Get-AzPolicyAlias
25-
- Add new parameters for Set-AzPolicyAssignment, -PolicyParameters and -PolicyParametersObject
26-
- Handful of doc and example updates for Policy cmdlets
24+
- Fix help text for Get-AzPolicyState -Top parameter
25+
- Add client-side paging support for Get-AzPolicyAlias
26+
- Add new parameters for Set-AzPolicyAssignment, -PolicyParameters and -PolicyParametersObject
27+
- Handful of doc and example updates for Policy cmdlets
2728

2829
## Version 1.5.0
2930
* Support for additional Template Export options

src/Resources/Resources/help/New-AzResourceGroupDeployment.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ To add a resource group deployment, specify the name of an existing resource gro
129129
A resource group template is a JSON string that represents a resource group for a complex cloud-based service, such as a web portal.
130130
The template includes parameter placeholders for required resources and configurable property values, such as names and sizes.
131131
You can find many templates in the Azure template gallery or you can create your own templates.
132-
You can use the **Get-AzResourceGroupGalleryTemplate** cmdlet to find a template in the gallery.
133132
To use a custom template to create a resource group, specify the *TemplateFile* parameter or *TemplateUri* parameter.
134133
Each template has parameters for configurable properties.
135134
To specify values for the template parameters, specify the *TemplateParameterFile* parameter or the *TemplateParameterObject* parameter.

0 commit comments

Comments
 (0)