Skip to content

Commit

Permalink
skip AddedMethodOverload for mgmt plane (Azure#38047)
Browse files Browse the repository at this point in the history
Co-authored-by: Catalina Peralta <[email protected]>
  • Loading branch information
catalinaperalta and cperaltah authored Oct 23, 2024
1 parent 0e400d0 commit f50c865
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

IGNORE_BREAKING_CHANGES = {
"azure-mgmt-": [
# Rules that mgmt packages want to ignore
("AddedMethodOverload", "*"),
# Changes due to latest dpg design + need to support overloads in this tool
("ChangedParameterOrdering", "*", "*", "__init__"),
# Changes due to latest dpg design
Expand Down

0 comments on commit f50c865

Please sign in to comment.