Skip to content

Commit a3a2c90

Browse files
committed
Latest Network readme updates and regeneration.
1 parent 5a465e5 commit a3a2c90

10 files changed

+327
-315
lines changed

src/Network/docs/latest-2019-04-30/Get-AzNetworkWatcherPacketCapture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The name of the resource group.
125125
```yaml
126126
Type: System.String
127127
Parameter Sets: List, Get
128-
Aliases: Location, NetworkWatcher
128+
Aliases: Location, NetworkWatcher, AsJob
129129

130130
Required: True
131131
Position: Named

src/Network/docs/latest-2019-04-30/New-AzApplicationGateway.md

Lines changed: 78 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ New-AzApplicationGateway -Name <String> -ResourceGroupName <String> -Subscriptio
2323
```
2424
New-AzApplicationGateway -Name <String> -ResourceGroupName <String> -SubscriptionId <String>
2525
[-AuthenticationCertificate <IApplicationGatewayAuthenticationCertificate[]>]
26-
[-AutoscaleConfigurationMaxCapacity <Int32>] [-AutoscaleConfigurationMinCapacity <Int32>]
26+
[-AutoscaleMaximumCapacity <Int32>] [-AutoscaleMinimumCapacity <Int32>]
2727
[-BackendAddressPool <IApplicationGatewayBackendAddressPool[]>]
28-
[-BackendHttpSettingsCollection <IApplicationGatewayBackendHttpSettings[]>]
29-
[-CustomErrorConfiguration <IApplicationGatewayCustomError[]>] [-EnableFIPs] [-EnableHttp2] [-Etag <String>]
28+
[-BackendHttpSetting <IApplicationGatewayBackendHttpSettings[]>] [-CheckWafRequestBody]
29+
[-CustomError <IApplicationGatewayCustomError[]>] [-EnableFips] [-EnableHttp2] [-EnableWaf] [-Etag <String>]
3030
[-FirewallPolicyId <String>] [-FrontendIPConfiguration <IApplicationGatewayFrontendIPConfiguration[]>]
3131
[-FrontendPort <IApplicationGatewayFrontendPort[]>]
3232
[-GatewayIPConfiguration <IApplicationGatewayIPConfiguration[]>]
@@ -37,30 +37,27 @@ New-AzApplicationGateway -Name <String> -ResourceGroupName <String> -Subscriptio
3737
[-RewriteRuleSet <IApplicationGatewayRewriteRuleSet[]>] [-SkuCapacity <Int32>]
3838
[-SkuName <ApplicationGatewaySkuName>] [-SkuTier <ApplicationGatewayTier>]
3939
[-SslCertificate <IApplicationGatewaySslCertificate[]>]
40-
[-SslPolicyCIPherSuite <ApplicationGatewaySslCipherSuite[]>]
41-
[-SslPolicyDisabledSslProtocol <ApplicationGatewaySslProtocol[]>]
42-
[-SslPolicyMinProtocolVersion <ApplicationGatewaySslProtocol>]
40+
[-SslCipherSuite <ApplicationGatewaySslCipherSuite[]>]
41+
[-SslDisabledProtocol <ApplicationGatewaySslProtocol[]>]
42+
[-SslMinimumProtocolVersion <ApplicationGatewaySslProtocol>]
4343
[-SslPolicyName <ApplicationGatewaySslPolicyName>] [-SslPolicyType <ApplicationGatewaySslPolicyType>]
4444
[-Tag <Hashtable>] [-TrustedRootCertificate <IApplicationGatewayTrustedRootCertificate[]>]
4545
[-UrlPathMap <IApplicationGatewayUrlPathMap[]>] [-UserAssignedIdentity <Hashtable>]
46-
[-WafConfigurationDisabledRuleGroup <IApplicationGatewayFirewallDisabledRuleGroup[]>]
47-
[-WafConfigurationEnabled] [-WafConfigurationExclusion <IApplicationGatewayFirewallExclusion[]>]
48-
[-WafConfigurationFileUploadLimitInMb <Int32>]
49-
[-WafConfigurationFirewallMode <ApplicationGatewayFirewallMode>]
50-
[-WafConfigurationMaxRequestBodySize <Int32>] [-WafConfigurationMaxRequestBodySizeInKb <Int32>]
51-
[-WafConfigurationRequestBodyCheck] [-WafConfigurationRuleSetType <String>]
52-
[-WafConfigurationRuleSetVersion <String>] [-Zone <String[]>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
53-
[-Confirm] [-WhatIf] [<CommonParameters>]
46+
[-WafDisabledRuleGroup <IApplicationGatewayFirewallDisabledRuleGroup[]>]
47+
[-WafExclusion <IApplicationGatewayFirewallExclusion[]>] [-WafFileUploadLimitInMb <Int32>]
48+
[-WafFirewallMode <ApplicationGatewayFirewallMode>] [-WafMaximumRequestBodySize <Int32>]
49+
[-WafMaximumRequestBodySizeInKb <Int32>] [-WafRuleSetType <String>] [-WafRuleSetVersion <String>]
50+
[-Zone <String[]>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [<CommonParameters>]
5451
```
5552

5653
### CreateViaIdentityExpanded
5754
```
5855
New-AzApplicationGateway -InputObject <INetworkIdentity>
5956
[-AuthenticationCertificate <IApplicationGatewayAuthenticationCertificate[]>]
60-
[-AutoscaleConfigurationMaxCapacity <Int32>] [-AutoscaleConfigurationMinCapacity <Int32>]
57+
[-AutoscaleMaximumCapacity <Int32>] [-AutoscaleMinimumCapacity <Int32>]
6158
[-BackendAddressPool <IApplicationGatewayBackendAddressPool[]>]
62-
[-BackendHttpSettingsCollection <IApplicationGatewayBackendHttpSettings[]>]
63-
[-CustomErrorConfiguration <IApplicationGatewayCustomError[]>] [-EnableFIPs] [-EnableHttp2] [-Etag <String>]
59+
[-BackendHttpSetting <IApplicationGatewayBackendHttpSettings[]>] [-CheckWafRequestBody]
60+
[-CustomError <IApplicationGatewayCustomError[]>] [-EnableFips] [-EnableHttp2] [-EnableWaf] [-Etag <String>]
6461
[-FirewallPolicyId <String>] [-FrontendIPConfiguration <IApplicationGatewayFrontendIPConfiguration[]>]
6562
[-FrontendPort <IApplicationGatewayFrontendPort[]>]
6663
[-GatewayIPConfiguration <IApplicationGatewayIPConfiguration[]>]
@@ -71,20 +68,17 @@ New-AzApplicationGateway -InputObject <INetworkIdentity>
7168
[-RewriteRuleSet <IApplicationGatewayRewriteRuleSet[]>] [-SkuCapacity <Int32>]
7269
[-SkuName <ApplicationGatewaySkuName>] [-SkuTier <ApplicationGatewayTier>]
7370
[-SslCertificate <IApplicationGatewaySslCertificate[]>]
74-
[-SslPolicyCIPherSuite <ApplicationGatewaySslCipherSuite[]>]
75-
[-SslPolicyDisabledSslProtocol <ApplicationGatewaySslProtocol[]>]
76-
[-SslPolicyMinProtocolVersion <ApplicationGatewaySslProtocol>]
71+
[-SslCipherSuite <ApplicationGatewaySslCipherSuite[]>]
72+
[-SslDisabledProtocol <ApplicationGatewaySslProtocol[]>]
73+
[-SslMinimumProtocolVersion <ApplicationGatewaySslProtocol>]
7774
[-SslPolicyName <ApplicationGatewaySslPolicyName>] [-SslPolicyType <ApplicationGatewaySslPolicyType>]
7875
[-Tag <Hashtable>] [-TrustedRootCertificate <IApplicationGatewayTrustedRootCertificate[]>]
7976
[-UrlPathMap <IApplicationGatewayUrlPathMap[]>] [-UserAssignedIdentity <Hashtable>]
80-
[-WafConfigurationDisabledRuleGroup <IApplicationGatewayFirewallDisabledRuleGroup[]>]
81-
[-WafConfigurationEnabled] [-WafConfigurationExclusion <IApplicationGatewayFirewallExclusion[]>]
82-
[-WafConfigurationFileUploadLimitInMb <Int32>]
83-
[-WafConfigurationFirewallMode <ApplicationGatewayFirewallMode>]
84-
[-WafConfigurationMaxRequestBodySize <Int32>] [-WafConfigurationMaxRequestBodySizeInKb <Int32>]
85-
[-WafConfigurationRequestBodyCheck] [-WafConfigurationRuleSetType <String>]
86-
[-WafConfigurationRuleSetVersion <String>] [-Zone <String[]>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
87-
[-Confirm] [-WhatIf] [<CommonParameters>]
77+
[-WafDisabledRuleGroup <IApplicationGatewayFirewallDisabledRuleGroup[]>]
78+
[-WafExclusion <IApplicationGatewayFirewallExclusion[]>] [-WafFileUploadLimitInMb <Int32>]
79+
[-WafFirewallMode <ApplicationGatewayFirewallMode>] [-WafMaximumRequestBodySize <Int32>]
80+
[-WafMaximumRequestBodySizeInKb <Int32>] [-WafRuleSetType <String>] [-WafRuleSetVersion <String>]
81+
[-Zone <String[]>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [<CommonParameters>]
8882
```
8983

9084
### CreateViaIdentity
@@ -152,7 +146,7 @@ Accept wildcard characters: False
152146
Dynamic: False
153147
```
154148
155-
### -AutoscaleConfigurationMaxCapacity
149+
### -AutoscaleMaximumCapacity
156150
Upper bound on number of Application Gateway capacity
157151
158152
```yaml
@@ -168,7 +162,7 @@ Accept wildcard characters: False
168162
Dynamic: False
169163
```
170164
171-
### -AutoscaleConfigurationMinCapacity
165+
### -AutoscaleMinimumCapacity
172166
Lower bound on number of Application Gateway capacity
173167
174168
```yaml
@@ -202,10 +196,10 @@ Accept wildcard characters: False
202196
Dynamic: False
203197
```
204198
205-
### -BackendHttpSettingsCollection
199+
### -BackendHttpSetting
206200
Backend http settings of the application gateway resource.
207201
For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
208-
To construct, see NOTES section for BACKENDHTTPSETTINGSCOLLECTION properties and create a hash table.
202+
To construct, see NOTES section for BACKENDHTTPSETTING properties and create a hash table.
209203
210204
```yaml
211205
Type: Microsoft.Azure.PowerShell.Cmdlets.Network.Models.Api20190201.IApplicationGatewayBackendHttpSettings[]
@@ -220,9 +214,25 @@ Accept wildcard characters: False
220214
Dynamic: False
221215
```
222216
223-
### -CustomErrorConfiguration
217+
### -CheckWafRequestBody
218+
Whether allow WAF to check request Body.
219+
220+
```yaml
221+
Type: System.Management.Automation.SwitchParameter
222+
Parameter Sets: CreateExpanded, CreateViaIdentityExpanded
223+
Aliases:
224+
225+
Required: False
226+
Position: Named
227+
Default value: False
228+
Accept pipeline input: False
229+
Accept wildcard characters: False
230+
Dynamic: False
231+
```
232+
233+
### -CustomError
224234
Custom error configurations of the application gateway resource.
225-
To construct, see NOTES section for CUSTOMERRORCONFIGURATION properties and create a hash table.
235+
To construct, see NOTES section for CUSTOMERROR properties and create a hash table.
226236
227237
```yaml
228238
Type: Microsoft.Azure.PowerShell.Cmdlets.Network.Models.Api20190201.IApplicationGatewayCustomError[]
@@ -253,7 +263,7 @@ Accept wildcard characters: False
253263
Dynamic: False
254264
```
255265
256-
### -EnableFIPs
266+
### -EnableFips
257267
Whether FIPS is enabled on the application gateway resource.
258268
259269
```yaml
@@ -285,6 +295,22 @@ Accept wildcard characters: False
285295
Dynamic: False
286296
```
287297
298+
### -EnableWaf
299+
Whether the web application firewall is enabled or not.
300+
301+
```yaml
302+
Type: System.Management.Automation.SwitchParameter
303+
Parameter Sets: CreateExpanded, CreateViaIdentityExpanded
304+
Aliases:
305+
306+
Required: False
307+
Position: Named
308+
Default value: False
309+
Accept pipeline input: False
310+
Accept wildcard characters: False
311+
Dynamic: False
312+
```
313+
288314
### -Etag
289315
A unique read-only string that changes whenever the resource is updated.
290316
@@ -688,7 +714,7 @@ Accept wildcard characters: False
688714
Dynamic: False
689715
```
690716
691-
### -SslPolicyCIPherSuite
717+
### -SslCipherSuite
692718
Ssl cipher suites to be enabled in the specified order to application gateway.
693719
694720
```yaml
@@ -704,7 +730,7 @@ Accept wildcard characters: False
704730
Dynamic: False
705731
```
706732
707-
### -SslPolicyDisabledSslProtocol
733+
### -SslDisabledProtocol
708734
Ssl protocols to be disabled on application gateway.
709735
710736
```yaml
@@ -720,7 +746,7 @@ Accept wildcard characters: False
720746
Dynamic: False
721747
```
722748
723-
### -SslPolicyMinProtocolVersion
749+
### -SslMinimumProtocolVersion
724750
Minimum version of Ssl protocol to be supported on application gateway.
725751
726752
```yaml
@@ -854,9 +880,9 @@ Accept wildcard characters: False
854880
Dynamic: False
855881
```
856882
857-
### -WafConfigurationDisabledRuleGroup
883+
### -WafDisabledRuleGroup
858884
The disabled rule groups.
859-
To construct, see NOTES section for WAFCONFIGURATIONDISABLEDRULEGROUP properties and create a hash table.
885+
To construct, see NOTES section for WAFDISABLEDRULEGROUP properties and create a hash table.
860886
861887
```yaml
862888
Type: Microsoft.Azure.PowerShell.Cmdlets.Network.Models.Api20171001.IApplicationGatewayFirewallDisabledRuleGroup[]
@@ -871,25 +897,9 @@ Accept wildcard characters: False
871897
Dynamic: False
872898
```
873899
874-
### -WafConfigurationEnabled
875-
Whether the web application firewall is enabled or not.
876-
877-
```yaml
878-
Type: System.Management.Automation.SwitchParameter
879-
Parameter Sets: CreateExpanded, CreateViaIdentityExpanded
880-
Aliases:
881-
882-
Required: False
883-
Position: Named
884-
Default value: False
885-
Accept pipeline input: False
886-
Accept wildcard characters: False
887-
Dynamic: False
888-
```
889-
890-
### -WafConfigurationExclusion
900+
### -WafExclusion
891901
The exclusion list.
892-
To construct, see NOTES section for WAFCONFIGURATIONEXCLUSION properties and create a hash table.
902+
To construct, see NOTES section for WAFEXCLUSION properties and create a hash table.
893903
894904
```yaml
895905
Type: Microsoft.Azure.PowerShell.Cmdlets.Network.Models.Api20190201.IApplicationGatewayFirewallExclusion[]
@@ -904,7 +914,7 @@ Accept wildcard characters: False
904914
Dynamic: False
905915
```
906916
907-
### -WafConfigurationFileUploadLimitInMb
917+
### -WafFileUploadLimitInMb
908918
Maximum file upload size in Mb for WAF.
909919
910920
```yaml
@@ -920,7 +930,7 @@ Accept wildcard characters: False
920930
Dynamic: False
921931
```
922932
923-
### -WafConfigurationFirewallMode
933+
### -WafFirewallMode
924934
Web application firewall mode.
925935
926936
```yaml
@@ -936,7 +946,7 @@ Accept wildcard characters: False
936946
Dynamic: False
937947
```
938948
939-
### -WafConfigurationMaxRequestBodySize
949+
### -WafMaximumRequestBodySize
940950
Maximum request body size for WAF.
941951
942952
```yaml
@@ -952,7 +962,7 @@ Accept wildcard characters: False
952962
Dynamic: False
953963
```
954964
955-
### -WafConfigurationMaxRequestBodySizeInKb
965+
### -WafMaximumRequestBodySizeInKb
956966
Maximum request body size in Kb for WAF.
957967
958968
```yaml
@@ -968,23 +978,7 @@ Accept wildcard characters: False
968978
Dynamic: False
969979
```
970980
971-
### -WafConfigurationRequestBodyCheck
972-
Whether allow WAF to check request Body.
973-
974-
```yaml
975-
Type: System.Management.Automation.SwitchParameter
976-
Parameter Sets: CreateExpanded, CreateViaIdentityExpanded
977-
Aliases:
978-
979-
Required: False
980-
Position: Named
981-
Default value: False
982-
Accept pipeline input: False
983-
Accept wildcard characters: False
984-
Dynamic: False
985-
```
986-
987-
### -WafConfigurationRuleSetType
981+
### -WafRuleSetType
988982
The type of the web application firewall rule set.
989983
Possible values are: 'OWASP'.
990984
@@ -1001,7 +995,7 @@ Accept wildcard characters: False
1001995
Dynamic: False
1002996
```
1003997
1004-
### -WafConfigurationRuleSetVersion
998+
### -WafRuleSetVersion
1005999
The version of the rule set type.
10061000
10071001
```yaml
@@ -1265,7 +1259,7 @@ To create the parameters described below, construct a hash table containing the
12651259
- `[ProvisioningState <String>]`: Provisioning state of the backend address pool resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
12661260
- `[Type <String>]`: Type of the resource.
12671261

1268-
#### BACKENDHTTPSETTINGSCOLLECTION <IApplicationGatewayBackendHttpSettings[]>: Backend http settings of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
1262+
#### BACKENDHTTPSETTING <IApplicationGatewayBackendHttpSettings[]>: Backend http settings of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
12691263
- `ConnectionDrainingDrainTimeoutInSec <Int32>`: The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds.
12701264
- `ConnectionDrainingEnabled <Boolean>`: Whether connection draining is enabled or not.
12711265
- `[Id <String>]`: Resource ID.
@@ -1287,7 +1281,7 @@ To create the parameters described below, construct a hash table containing the
12871281
- `[TrustedRootCertificate <ISubResource[]>]`: Array of references to application gateway trusted root certificates.
12881282
- `[Type <String>]`: Type of the resource.
12891283

1290-
#### CUSTOMERRORCONFIGURATION <IApplicationGatewayCustomError[]>: Custom error configurations of the application gateway resource.
1284+
#### CUSTOMERROR <IApplicationGatewayCustomError[]>: Custom error configurations of the application gateway resource.
12911285
- `[CustomErrorPageUrl <String>]`: Error page URL of the application gateway customer error.
12921286
- `[StatusCode <ApplicationGatewayCustomErrorStatusCode?>]`: Status code of the application gateway customer error.
12931287

@@ -1811,11 +1805,11 @@ To create the parameters described below, construct a hash table containing the
18111805
- `[ProvisioningState <String>]`: Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
18121806
- `[Type <String>]`: Type of the resource.
18131807

1814-
#### WAFCONFIGURATIONDISABLEDRULEGROUP <IApplicationGatewayFirewallDisabledRuleGroup[]>: The disabled rule groups.
1808+
#### WAFDISABLEDRULEGROUP <IApplicationGatewayFirewallDisabledRuleGroup[]>: The disabled rule groups.
18151809
- `RuleGroupName <String>`: The name of the rule group that will be disabled.
18161810
- `[Rule <Int32[]>]`: The list of rules that will be disabled. If null, all rules of the rule group will be disabled.
18171811

1818-
#### WAFCONFIGURATIONEXCLUSION <IApplicationGatewayFirewallExclusion[]>: The exclusion list.
1812+
#### WAFEXCLUSION <IApplicationGatewayFirewallExclusion[]>: The exclusion list.
18191813
- `MatchVariable <String>`: The variable to be excluded.
18201814
- `Selector <String>`: When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.
18211815
- `SelectorMatchOperator <String>`: When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.

0 commit comments

Comments
 (0)