Skip to content

Commit 8f92bd6

Browse files
authored
Update New-AzVMwarePrivateCloud.md (#14996)
Corrected syntax in "Example 1: Create private cloud" to use "-Sku" rather than "-SkuName"
1 parent 3bfa86c commit 8f92bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VMware/help/New-AzVMwarePrivateCloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Create or update a private cloud
2626

2727
### Example 1: Create private cloud
2828
```powershell
29-
PS C:\> New-AzVMWarePrivateCloud -Name azps-test-cloud -ResourceGroupName azps-test-group -NetworkBlock 192.168.48.0/22 -SkuName av36 -ManagementClusterSize 3 -Location australiaeast
29+
PS C:\> New-AzVMWarePrivateCloud -Name azps-test-cloud -ResourceGroupName azps-test-group -NetworkBlock 192.168.48.0/22 -Sku av36 -ManagementClusterSize 3 -Location australiaeast
3030
3131
Location Name Type
3232
-------- ---- ----

0 commit comments

Comments
 (0)