Skip to content

Commit d231b7b

Browse files
msyycCopilot
andauthored
[SDK generation pipeline] add suppression (Azure#40598)
* add suppression * Update scripts/breaking_changes_checker/breaking_changes_allowlist.py Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent a947c80 commit d231b7b

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
@@ -54,5 +54,7 @@
5454
("AddedClassMethod", "*", "*", "values"),
5555
("AddedClassMethodParameter", "*", "*", "args", "__init__"),
5656
("AddedClassMethodParameter", "*", "*", "exclude_readonly", "as_dict"),
57+
# Suppress breaking change check for multi-cloud support as it is not considered a breaking change
58+
("ChangedParameterDefaultValue", "*", "base_url", "str", "none"),
5759
]
5860
}

0 commit comments

Comments
 (0)