Skip to content

Commit 8fb5a96

Browse files
authored
fix suppression (Azure#40601)
1 parent d231b7b commit 8fb5a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/breaking_changes_checker/breaking_changes_allowlist.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
("AddedClassMethodParameter", "*", "*", "args", "__init__"),
5656
("AddedClassMethodParameter", "*", "*", "exclude_readonly", "as_dict"),
5757
# Suppress breaking change check for multi-cloud support as it is not considered a breaking change
58-
("ChangedParameterDefaultValue", "*", "base_url", "str", "none"),
58+
("ChangedParameterDefaultValue", "*", "*", "*", "base_url"),
5959
]
6060
}

0 commit comments

Comments
 (0)