Skip to content
Merged
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
5 changes: 4 additions & 1 deletion src/Network/Network/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
* Updated below things based on recent swagger change for Firewall Policy
- Changes names for RuleGroup, RuleCollectionGroup and RuleType
- Added support for Firewall Policy NAT Rule Collections to support multiple NAT Rule Collection
* Added Support for IpGroups in AzureFirewallPolicy Application, Network, and NAT Rules.
* [Breaking Change] Added mandatory parameter `SourceIpGroup` for `New-AzFirewallPolicyApplicationRule` and `New-AzFirewallPolicyNetworkRule`.
* [Breaking Change] Fixed `New-AzFirewallPolicyApplicationRule`, parameter `SourceAddress` to be mandatory.
* [Breaking Change] Fixed `New-AzFirewallPolicyApplicationRule`, parameter `SourceAddress` to be mandatory.
* [Breaking Change] Removed mandatory parameters: `TranslatedAddress`, `TranslatedPort` for `New-AzFirewallPolicyNatRuleCollection`.
* Added new cmdlets to support PrivateLink On Application Gateway
- `New-AzApplicationGatewayPrivateLinkConfiguration`
- `Get-AzApplicationGatewayPrivateLinkConfiguration`
Expand Down