File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
src/ResourceManager/Network/Commands.Network/help Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ New-AzureRmApplicationGateway -Name <String> -ResourceGroupName <String> -Locati
29
29
-RequestRoutingRules <System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]>
30
30
[-RedirectConfigurations <System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]>]
31
31
[-WebApplicationFirewallConfiguration <PSApplicationGatewayWebApplicationFirewallConfiguration>]
32
- [-Tag <Hashtable>] [-Force] [-AsJob] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
32
+ [-EnableHttp2] [- Tag <Hashtable>] [-Force] [-AsJob] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
33
33
[<CommonParameters>]
34
34
```
35
35
@@ -174,6 +174,21 @@ Accept pipeline input: False
174
174
Accept wildcard characters : False
175
175
` ` `
176
176
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
+
177
192
### -Force
178
193
Forces the command to run without asking for user confirmation.
179
194
You can’t perform that action at this time.
0 commit comments