File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 68
68
* Fixed validation logic for Ipv6 IP Prefix to check for correct IPv6 prefix length
69
69
* Added parameter set to get by subnet resource id to ** Get-AzVirtualNetworkSubnetConfig**
70
70
* 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.
74
71
75
72
#### Az.OperationalInsights
76
73
* Updated documentation for ** New-AzOperationalInsightsLinuxSyslogDataSource** :
Original file line number Diff line number Diff line change 40
40
- New-VpnConnection
41
41
- Update-VpnConnection
42
42
* 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.
43
46
44
47
## Version 1.13.0
45
48
* Updated New-AzPrivateLinkServiceIpConfig
Original file line number Diff line number Diff line change @@ -267,11 +267,10 @@ public class NewAzureVirtualNetworkGatewayCommand : VirtualNetworkGatewayBaseCmd
267
267
[ Parameter (
268
268
Mandatory = false ,
269
269
HelpMessage = "The generation for this VirtualNetwork VPN gateway. Must be None if GatewayType is not VPN." ) ]
270
- [ ValidateSet (
270
+ [ PSArgumentCompleter (
271
271
MNM . VpnGatewayGeneration . None ,
272
272
MNM . VpnGatewayGeneration . Generation1 ,
273
273
MNM . VpnGatewayGeneration . Generation2 ) ]
274
- [ PSArgumentCompleter ]
275
274
[ ValidateNotNullOrEmpty ]
276
275
public string VpnGatewayGeneration { get ; set ; }
277
276
You can’t perform that action at this time.
0 commit comments