Skip to content

Commit da13e8d

Browse files
Update New-AzPublicIpPrefix.md (#19692)
Location is a required parameter, fixing this Co-authored-by: Yunchi Wang <[email protected]>
1 parent 96fdca8 commit da13e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Network/Network/help/New-AzPublicIpPrefix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Creates a Public IP Prefix
1313
## SYNTAX
1414

1515
```
16-
New-AzPublicIpPrefix -Name <String> -ResourceGroupName <String> [-Location <String>] [-Sku <String>]
16+
New-AzPublicIpPrefix -Name <String> -ResourceGroupName <String> -Location <String> [-Sku <String>]
1717
[-Tier <String>] -PrefixLength <UInt16> [-IpAddressVersion <String>] [-IpTag <PSPublicIpPrefixTag[]>]
1818
[-Zone <String[]>] [-CustomIpPrefix <PSCustomIpPrefix>] [-EdgeZone <String>] [-Tag <Hashtable>] [-Force]
1919
[-AsJob] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]

0 commit comments

Comments
 (0)