|
20 | 20 |
|
21 | 21 | ## Upcoming Release
|
22 | 22 | * Fix incorrect parameter description in `New-AzApplicationGatewaySku` reference documentation
|
| 23 | +* New cmdlets to support the azure firewall policy |
| 24 | +* Add support for child resource RouteTables of VirtualHub |
| 25 | + - New cmdlets added: |
| 26 | + - Add-AzVirtualHubRoute |
| 27 | + - Add-AzVirtualHubRouteTable |
| 28 | + - Get-AzVirtualHubRouteTable |
| 29 | + - Remove-AzVirtualHubRouteTable |
| 30 | + - Set-AzVirtualHub |
| 31 | +* Add support for new properties Sku of VirtualHub and VirtualWANType of VirtualWan |
| 32 | + - Cmdlets updated with optional parameters: |
| 33 | + - New-AzVirtualHub : added parameter Sku |
| 34 | + - Update-AzVirtualHub : added parameter Sku |
| 35 | + - New-AzVirtualWan : added parameter VirtualWANType |
| 36 | + - Update-AzVirtualWan : added parameter VirtualWANType |
| 37 | +* Add support for EnableInternetSecurity property for HubVnetConnection, VpnConnection and ExpressRouteConnection |
| 38 | + - New cmdlets added: |
| 39 | + - Update-AzureRmVirtualHubVnetConnection |
| 40 | + - Cmdlets updated with optional parameters: |
| 41 | + - New-AzureRmVirtualHubVnetConnection : added parameter EnableInternetSecurity |
| 42 | + - New-AzureRmVpnConnection : added parameter EnableInternetSecurity |
| 43 | + - Update-AzureRmVpnConnection : added parameter EnableInternetSecurity |
| 44 | + - New-AzureRmExpressRouteConnection : added parameter EnableInternetSecurity |
| 45 | + - Set-AzureRmExpressRouteConnection : added parameter EnableInternetSecurity |
23 | 46 |
|
24 | 47 | ## Version 1.15.0
|
25 | 48 | * Add new cmdlet Get-AzAvailableServiceAlias which can be called to get the aliases that can be used for Service Endpoint Policies.
|
|
38 | 61 | * New Generations and SKUs for VirtualNetworkGateways
|
39 | 62 | - Introduce new Generations for VirtualNetworkGateways.
|
40 | 63 | - Introduce new high throughput SKUs for VirtualNetworkGateways.
|
41 |
| -* New cmdlets to support the azure firewall policy |
42 |
| -* Add support for child resource RouteTables of VirtualHub |
43 |
| - - New cmdlets added: |
44 |
| - - Add-AzVirtualHubRoute |
45 |
| - - Add-AzVirtualHubRouteTable |
46 |
| - - Get-AzVirtualHubRouteTable |
47 |
| - - Remove-AzVirtualHubRouteTable |
48 |
| - - Set-AzVirtualHub |
49 |
| -* Add support for new properties Sku of VirtualHub and VirtualWANType of VirtualWan |
50 |
| - - Cmdlets updated with optional parameters: |
51 |
| - - New-AzVirtualHub : added parameter Sku |
52 |
| - - Update-AzVirtualHub : added parameter Sku |
53 |
| - - New-AzVirtualWan : added parameter VirtualWANType |
54 |
| - - Update-AzVirtualWan : added parameter VirtualWANType |
55 |
| -* Add support for EnableInternetSecurity property for HubVnetConnection, VpnConnection and ExpressRouteConnection |
56 |
| - - New cmdlets added: |
57 |
| - - Update-AzureRmVirtualHubVnetConnection |
58 |
| - - Cmdlets updated with optional parameters: |
59 |
| - - New-AzureRmVirtualHubVnetConnection : added parameter EnableInternetSecurity |
60 |
| - - New-AzureRmVpnConnection : added parameter EnableInternetSecurity |
61 |
| - - Update-AzureRmVpnConnection : added parameter EnableInternetSecurity |
62 |
| - - New-AzureRmExpressRouteConnection : added parameter EnableInternetSecurity |
63 |
| - - Set-AzureRmExpressRouteConnection : added parameter EnableInternetSecurity |
64 | 64 |
|
65 | 65 | ## Version 1.14.0
|
66 | 66 | * Fix incorrect example in `New-AzApplicationGateway` reference documentation
|
|
0 commit comments