Skip to content

Commit 1001d5a

Browse files
authored
Merge pull request #8245 from Azure/cormacpayne-patch-2
Fix typo in New-AzDeployment
2 parents 17c1ccd + fb597fe commit 1001d5a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Resources/Resources/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* Fix parameter set issue when providing `-ODataQuery` and `-ResourceId` parameters for `Get-AzResource`
2222
- More information here: https://github.com/Azure/azure-powershell/issues/7875
2323
* Fix handling of the -Custom parameter in New/Set-AzPolicyDefinition
24+
* Fix typo in New-AzDeployment documentation
2425

2526
## Version 1.0.0
2627
* General availability of `Az.Resources` module

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll-Help.xml
33
Module Name: Az.Resources
44
online version: https://docs.microsoft.com/en-us/powershell/module/az.resources/new-azdeployment
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# New-AzDeployment
99

1010
## SYNOPSIS
11-
Creat a deployment
11+
Create a deployment
1212

1313
## SYNTAX
1414

0 commit comments

Comments
 (0)