Skip to content

Commit b8a77e8

Browse files
authored
add backcompat methods to __all__ (#41850)
1 parent fa6cddc commit b8a77e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/core/azure-core/azure/core/serialization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from datetime import timezone
1212

1313

14-
__all__ = ["NULL", "AzureJSONEncoder"]
14+
__all__ = ["NULL", "AzureJSONEncoder", "is_generated_model", "as_attribute_dict", "attribute_list"]
1515
TZ_UTC = timezone.utc
1616

1717

0 commit comments

Comments
 (0)