Skip to content

Commit f50c865

Browse files
skip AddedMethodOverload for mgmt plane (Azure#38047)
Co-authored-by: Catalina Peralta <[email protected]>
1 parent 0e400d0 commit f50c865

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/breaking_changes_checker/breaking_changes_allowlist.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
IGNORE_BREAKING_CHANGES = {
1616
"azure-mgmt-": [
17+
# Rules that mgmt packages want to ignore
18+
("AddedMethodOverload", "*"),
1719
# Changes due to latest dpg design + need to support overloads in this tool
1820
("ChangedParameterOrdering", "*", "*", "__init__"),
1921
# Changes due to latest dpg design

0 commit comments

Comments
 (0)