Skip to content

Commit fc4b953

Browse files
committed
Help file generation
1 parent d2a8afc commit fc4b953

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

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

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Creates a virtual network.
1515

1616
```
1717
New-AzVirtualNetwork -Name <String> -ResourceGroupName <String> -Location <String> -AddressPrefix <String[]>
18-
[-DnsServer <String[]>] [-Subnet <PSSubnet[]>] [-Tag <Hashtable>] [-EnableDdosProtection]
19-
[-DdosProtectionPlanId <String>] [-Force] [-AsJob] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
20-
[-Confirm] [<CommonParameters>]
18+
[-DnsServer <String[]>] [-Subnet <PSSubnet[]>] [-BgpCommunity <String>] [-Tag <Hashtable>]
19+
[-EnableDdosProtection] [-DdosProtectionPlanId <String>] [-Force] [-AsJob]
20+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2121
```
2222

2323
## DESCRIPTION
@@ -103,6 +103,21 @@ Accept pipeline input: False
103103
Accept wildcard characters: False
104104
```
105105
106+
### -BgpCommunity
107+
The BGP Community advertised over ExpressRoute.
108+
109+
```yaml
110+
Type: System.String
111+
Parameter Sets: (All)
112+
Aliases:
113+
114+
Required: False
115+
Position: Named
116+
Default value: None
117+
Accept pipeline input: True (ByPropertyName)
118+
Accept wildcard characters: False
119+
```
120+
106121
### -DdosProtectionPlanId
107122
Reference to the DDoS protection plan resource associated with the virtual network.
108123
@@ -286,7 +301,7 @@ Accept wildcard characters: False
286301
```
287302
288303
### CommonParameters
289-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
304+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
290305
291306
## INPUTS
292307

0 commit comments

Comments
 (0)