Skip to content

Commit ae9386a

Browse files
ignore removed addtl props (Azure#41389)
Co-authored-by: catalinaperalta <[email protected]>
1 parent b7a4247 commit ae9386a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/breaking_changes_checker/breaking_changes_allowlist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
# Changes due to latest dpg design + need to support overloads in this tool
2020
("ChangedParameterOrdering", "*", "*", "__init__"),
2121
# Changes due to latest dpg design
22+
("RemovedOrRenamedInstanceAttribute", "*", "*", "additional_properties"),
2223
("RemovedOrRenamedClass", "*", RegexSuppression(".*ListResult$")),
2324
("ChangedParameterKind", "*", "*", "*", "top"),
2425
("ChangedParameterKind", "*", "*", "*", "filter"),

0 commit comments

Comments
 (0)