Skip to content

fix network changelog #13464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions src/Network/Network/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,7 @@
--->

## Upcoming Release

## Version 4.1.0
* [Breaking Change] Removed parameter `HostedSubnet` and added `Subnet` instead
* Added new cmdlets for Virtual Router Peer Routes
- `Get-AzVirtualRouterPeerLearnedRoute`
- `Get-AzVirtualRouterPeerAdvertisedRoute`
* Updated New-AzFirewall cmdlet:
- Added parameter `-SkuTier`
- Added parameter `-SkuName` and made Sku as Alias for this
- Removed parameter `-Sku`
* [Breaking Change] Made `Connectionlink` argument mandatory in `Start-AzVpnConnectionPacketCapture` and `Stop-AzVpnConnectionPacketCapture`
* [Breaking Change] Updated `New-AzNetworkWatcherConnectionMonitorEndPointObject` to remove parameter `-Filter`
* [Breaking Change] Replaced `New-AzNetworkWatcherConnectionMonitorEndpointFilterItemObject` cmdlet with `New-AzNetworkWatcherConnectionMonitorEndpointScopeItemObject`
* Updated `New-AzNetworkWatcherConnectionMonitorEndPointObject` cmdlet:
- Added parameter `-Type`
- Added parameter `-CoverageLevel`
- Added parameter `-Scope`
* Updated `New-AzNetworkWatcherConnectionMonitorProtocolConfigurationObject` cmdlet with new parameter `-DestinationPortBehavior`
* Made arguments `-MinScaleUnits` and `-MaxScaleUnits` optional in `Set-AzExpressRouteGateway`
* Made arguments `-MinScaleUnits` and `-MaxScaleUnits` optional in `Set-AzExpressRouteGateway`
* Added new cmdlets to support Mutual Authentication and SSL Profiles on Application Gateway
- `Get-AzApplicationGatewayClientAuthConfiguration`
- `New-AzApplicationGatewayClientAuthConfiguration`
Expand All @@ -56,6 +38,24 @@
- `Get-AzApplicationGatewaySslProfilePolicy`
- `Remove-AzApplicationGatewaySslProfilePolicy`
- `Set-AzApplicationGatewaySslProfilePolicy`

## Version 4.1.0
* [Breaking Change] Removed parameter `HostedSubnet` and added `Subnet` instead
* Added new cmdlets for Virtual Router Peer Routes
- `Get-AzVirtualRouterPeerLearnedRoute`
- `Get-AzVirtualRouterPeerAdvertisedRoute`
* Updated New-AzFirewall cmdlet:
- Added parameter `-SkuTier`
- Added parameter `-SkuName` and made Sku as Alias for this
- Removed parameter `-Sku`
* [Breaking Change] Made `Connectionlink` argument mandatory in `Start-AzVpnConnectionPacketCapture` and `Stop-AzVpnConnectionPacketCapture`
* [Breaking Change] Updated `New-AzNetworkWatcherConnectionMonitorEndPointObject` to remove parameter `-Filter`
* [Breaking Change] Replaced `New-AzNetworkWatcherConnectionMonitorEndpointFilterItemObject` cmdlet with `New-AzNetworkWatcherConnectionMonitorEndpointScopeItemObject`
* Updated `New-AzNetworkWatcherConnectionMonitorEndPointObject` cmdlet:
- Added parameter `-Type`
- Added parameter `-CoverageLevel`
- Added parameter `-Scope`
* Updated `New-AzNetworkWatcherConnectionMonitorProtocolConfigurationObject` cmdlet with new parameter `-DestinationPortBehavior`

## Version 3.5.0
* Added Office365 Policy to VPNSite Resource
Expand Down