Skip to content

Commit c5a3d55

Browse files
authored
Add breaking change info for Az.Network -> Changelog.md (#12178)
* Add breaking change info for Az.Network -> Changelog.md * Update ChangeLog.md
1 parent a015700 commit c5a3d55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Network/Network/ChangeLog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@
4242
* Updated below things based on recent swagger change for Firewall Policy
4343
- Changes names for RuleGroup, RuleCollectionGroup and RuleType
4444
- Added support for Firewall Policy NAT Rule Collections to support multiple NAT Rule Collection
45-
* Added Support for IpGroups in AzureFirewallPolicy Application, Network, and NAT Rules.
45+
* [Breaking Change] Added mandatory parameter `SourceIpGroup` for `New-AzFirewallPolicyApplicationRule` and `New-AzFirewallPolicyNetworkRule`.
46+
* [Breaking Change] Fixed `New-AzFirewallPolicyApplicationRule`, parameter `SourceAddress` to be mandatory.
47+
* [Breaking Change] Fixed `New-AzFirewallPolicyApplicationRule`, parameter `SourceAddress` to be mandatory.
48+
* [Breaking Change] Removed mandatory parameters: `TranslatedAddress`, `TranslatedPort` for `New-AzFirewallPolicyNatRuleCollection`.
4649
* Added new cmdlets to support PrivateLink On Application Gateway
4750
- `New-AzApplicationGatewayPrivateLinkConfiguration`
4851
- `Get-AzApplicationGatewayPrivateLinkConfiguration`

0 commit comments

Comments
 (0)