Skip to content

Commit 9981c42

Browse files
authored
Merge pull request Azure#10200 from isjwuk/patch-2
Update New-AzApplicationGatewaySku.md
2 parents 672c9fd + e65e8e1 commit 9981c42

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

src/Network/Network/ChangeLog.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
--->
2020

2121
## Upcoming Release
22+
* Fix incorrect parameter description in `New-AzApplicationGatewaySku` reference documentation
2223

2324
## Version 1.15.0
2425
* Add new cmdlet Get-AzAvailableServiceAlias which can be called to get the aliases that can be used for Service Endpoint Policies.
@@ -39,7 +40,7 @@
3940
- Introduce new high throughput SKUs for VirtualNetworkGateways.
4041

4142
## Version 1.14.0
42-
* Fix incorrect example in `New-AzApplicationGateway` reference documentation
43+
* Fix incorrect example in `New-AzApplicationGateway` reference documentation
4344
* Add note in `Get-AzNetworkWatcherPacketCapture` reference documentation about retrieving all properties for a packet capture
4445
* Fixed example in `Test-AzNetworkWatcherIPFlow` reference documentation to correctly enumerate NICs
4546
* Improved cloud exception parsing to display additional details if they are present
@@ -112,11 +113,11 @@
112113
- New cmdlets
113114
- Get-AzVirtualNetworkGatewayVpnClientConnectionHealth
114115
* Add AvailablePrivateEndpointType
115-
- New cmdlets
116+
- New cmdlets
116117
- Get-AzAvailablePrivateEndpointType
117118
* Add PrivatePrivateLinkService
118-
- New cmdlets
119-
- Get-AzPrivateLinkService
119+
- New cmdlets
120+
- Get-AzPrivateLinkService
120121
- New-AzPrivateLinkService
121122
- Remove-AzPrivateLinkService
122123
- New-AzPrivateLinkServiceIpConfig
@@ -145,8 +146,8 @@
145146
- Added parameter -PublicIpAddress which accepts one or more Public IP Address objects
146147
- Added parameter -VirtualNetwork which accepts a Virtual Network object
147148
- Added methods AddPublicIpAddress and RemovePublicIpAddress on firewall object - these accept a Public IP Address object as input
148-
- Deprecated parameters -PublicIpName and -VirtualNetworkName
149-
* Updated below commands for feature: Set VpnClient AAD authentication options to Virtual network gateway resource.
149+
- Deprecated parameters -PublicIpName and -VirtualNetworkName
150+
* Updated below commands for feature: Set VpnClient AAD authentication options to Virtual network gateway resource.
150151
- Updated New-AzVirtualNetworkGateway: Added optional parameters AadTenantUri,AadAudienceId,AadIssuerUri to set VpnClient AAD authentication options on Gateway.
151152
- Updated Set-AzVirtualNetworkGateway: Added optional parameter AadTenantUri,AadAudienceId,AadIssuerUri to set VpnClient AAD authentication options on Gateway.
152153
- Updated Set-AzVirtualNetworkGateway: Added optional switch parameter RemoveAadAuthentication to remove VpnClient AAD authentication options from Gateway.
@@ -188,7 +189,7 @@
188189
- New-AzApplicationGatewayRewriteRuleCondition
189190
- Cmdlets updated with optional parameter - RuleSequence and Condition
190191
- New-AzApplicationGatewayRewriteRule
191-
192+
192193
## Version 1.5.0
193194
* Add Threat Intelligence support for Azure Firewall
194195
* Add Application Gateway Firewall Policy top level resource and Custom Rules

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ The acceptable values for this parameter are:
7070
- Standard_Large
7171
- WAF_Medium
7272
- WAF_Large
73+
- Standard_v2
74+
- WAF_v2
7375
7476
```yaml
7577
Type: System.String
@@ -89,6 +91,8 @@ Specifies the tier of the SKU.
8991
The acceptable values for this parameter are:
9092
- Standard
9193
- WAF
94+
- Standard_v2
95+
- WAF_v2
9296
9397
```yaml
9498
Type: System.String

0 commit comments

Comments
 (0)