-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Geo for Rate Limiting Feature for Application Gateway Firewall…
… Policy Settings (#23104) * new * new * Update ChangeLog.md * Update BreakingChangeIssues.csv * mistake * Update BreakingChangeIssues.csv * Update ChangeLog.md * Update ChangeLog.md * Update BreakingChangeIssues.csv --------- Co-authored-by: Yabo Hu <[email protected]>
- Loading branch information
1 parent
ff8af7b
commit 6e01438
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
tools/StaticAnalysis/Exceptions/Az.Network/BreakingChangeIssues.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
"Module","ClassName","Target","Severity","ProblemId","Description","Remediation" | ||
"Az.Network","Microsoft.Azure.Commands.Network.UpdateAzureRmRouteServer","Update-AzRouteServer","0","2020","The cmdlet 'Update-AzRouteServer' no longer supports the type 'System.Management.Automation.SwitchParameter' for parameter 'AllowBranchToBranchTraffic'.","Change the type for parameter 'AllowBranchToBranchTraffic' back to 'System.Management.Automation.SwitchParameter'." | ||
"Az.Network","Microsoft.Azure.Commands.Network.UpdateAzureRmRouteServer","Update-AzRouteServer","0","1050","The parameter set '__AllParameterSets' for cmdlet 'Update-AzRouteServer' has been removed.","Add parameter set '__AllParameterSets' back to cmdlet 'Update-AzRouteServer'." | ||
"Az.Network","Microsoft.Azure.Commands.Network.UpdateAzureRmRouteServer","Update-AzRouteServer","0","1050","The parameter set '__AllParameterSets' for cmdlet 'Update-AzRouteServer' has been removed.","Add parameter set '__AllParameterSets' back to cmdlet 'Update-AzRouteServer'." | ||
"Az.Network","Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayFirewallCustomRuleGroupByVariableCommand","New-AzApplicationGatewayFirewallCustomRuleGroupByVariable","0","2040","The validation set for parameter 'VariableName' for cmdlet 'New-AzApplicationGatewayFirewallCustomRuleGroupByVariable' no longer contains the value 'Geo'.","Add 'Geo' back to the validation set for 'VariableName'." |