File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 21
21
* Fix parameter set issue when providing ` -ODataQuery ` and ` -ResourceId ` parameters for ` Get-AzResource `
22
22
- More information here: https://github.com/Azure/azure-powershell/issues/7875
23
23
* Fix handling of the -Custom parameter in New/Set-AzPolicyDefinition
24
+ * Fix typo in New-AzDeployment documentation
24
25
25
26
## Version 1.0.0
26
27
* General availability of ` Az.Resources ` module
Original file line number Diff line number Diff line change 1
- ---
1
+ ---
2
2
external help file : Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll-Help.xml
3
3
Module Name : Az.Resources
4
4
online version : https://docs.microsoft.com/en-us/powershell/module/az.resources/new-azdeployment
@@ -8,7 +8,7 @@ schema: 2.0.0
8
8
# New-AzDeployment
9
9
10
10
## SYNOPSIS
11
- Creat a deployment
11
+ Create a deployment
12
12
13
13
## SYNTAX
14
14
You can’t perform that action at this time.
0 commit comments