Skip to content

Commit 2e95f1b

Browse files
committed
update help
1 parent 972fe38 commit 2e95f1b

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/ResourceManager/Network/Commands.Network/help/New-AzureRmApplicationGateway.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ New-AzureRmApplicationGateway -Name <String> -ResourceGroupName <String> -Locati
2929
-RequestRoutingRules <System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]>
3030
[-RedirectConfigurations <System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]>]
3131
[-WebApplicationFirewallConfiguration <PSApplicationGatewayWebApplicationFirewallConfiguration>]
32-
[-Tag <Hashtable>] [-Force] [-AsJob] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
32+
[-EnableHttp2] [-Tag <Hashtable>] [-Force] [-AsJob] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
3333
[<CommonParameters>]
3434
```
3535

@@ -174,6 +174,21 @@ Accept pipeline input: False
174174
Accept wildcard characters: False
175175
```
176176
177+
### -EnableHttp2
178+
Whether HTTP2 is enabled.
179+
180+
```yaml
181+
Type: SwitchParameter
182+
Parameter Sets: (All)
183+
Aliases:
184+
185+
Required: False
186+
Position: Named
187+
Default value: None
188+
Accept pipeline input: True (ByPropertyName)
189+
Accept wildcard characters: False
190+
```
191+
177192
### -Force
178193
Forces the command to run without asking for user confirmation.
179194

0 commit comments

Comments
 (0)