Skip to content

Commit 9047214

Browse files
committed
Review Comments
1 parent 7326f23 commit 9047214

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

ChangeLog.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@
6868
* Fixed validation logic for Ipv6 IP Prefix to check for correct IPv6 prefix length
6969
* Added parameter set to get by subnet resource id to **Get-AzVirtualNetworkSubnetConfig**
7070
* Updated description of **Location** parameter for **AzNetworkServiceTag**
71-
* New Generations and SKUs for VirtualNetworkGateways
72-
- Introduce new Generations for VirtualNetworkGateways.
73-
- Introduce new high throughput SKUs for VirtualNetworkGateways.
7471

7572
#### Az.OperationalInsights
7673
* Updated documentation for **New-AzOperationalInsightsLinuxSyslogDataSource**:

src/Network/Network/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
- New-VpnConnection
4141
- Update-VpnConnection
4242
* Fixed documents for some PowerShell examples to use Az cmdlets instead of AzureRM cmdlets
43+
* New Generations and SKUs for VirtualNetworkGateways
44+
- Introduce new Generations for VirtualNetworkGateways.
45+
- Introduce new high throughput SKUs for VirtualNetworkGateways.
4346

4447
## Version 1.13.0
4548
* Updated New-AzPrivateLinkServiceIpConfig

src/Network/Network/VirtualNetworkGateway/NewAzureVirtualNetworkGatewayCommand.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,10 @@ public class NewAzureVirtualNetworkGatewayCommand : VirtualNetworkGatewayBaseCmd
267267
[Parameter(
268268
Mandatory = false,
269269
HelpMessage = "The generation for this VirtualNetwork VPN gateway. Must be None if GatewayType is not VPN.")]
270-
[ValidateSet(
270+
[PSArgumentCompleter(
271271
MNM.VpnGatewayGeneration.None,
272272
MNM.VpnGatewayGeneration.Generation1,
273273
MNM.VpnGatewayGeneration.Generation2)]
274-
[PSArgumentCompleter]
275274
[ValidateNotNullOrEmpty]
276275
public string VpnGatewayGeneration { get; set; }
277276

0 commit comments

Comments
 (0)