You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayFirewallPolicyWithRateLimitRuleGeoLocation.json
Copy file name to clipboardExpand all lines: src/Network/Network/ChangeLog.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@
22
22
* Added support for new Application Gateway SKU type, Basic SKU
23
23
* Onboarded `Microsoft.EventGrid/partnerNamespaces` to private link cmdlets
24
24
* Onboarded `Microsoft.EventGrid/namespaces` to private link cmdlets
25
+
* Fixed bug in `NewAzureApplicationGatewayFirewallCustomRuleGroupByVariable` to add "GeoLocation" as a valid input for VariableName
26
+
* Added breaking change message for parameter `VariableName` in `NewAzureApplicationGatewayFirewallCustomRuleGroupByVariable` to remove "Geo" as a valid input.
25
27
26
28
## Version 6.1.1
27
29
* Onboarded `Microsoft.ElasticSan/elasticSans` to private link cmdlets
Copy file name to clipboardExpand all lines: src/Network/Network/FirewallPolicy/FirewallCustomRule/GroupByUserSession/GroupByVariable/NewAzureApplicationGatewayFirewallCustomRuleGroupByVariableCommand.cs
[CmdletParameterBreakingChangeWithVersionAttribute("VariableName","11.0.0","7.0.0",ChangeDescription="Geo would be invalid for parameter VariableName")]
0 commit comments