We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6cddc commit b8a77e8Copy full SHA for b8a77e8
sdk/core/azure-core/azure/core/serialization.py
@@ -11,7 +11,7 @@
11
from datetime import timezone
12
13
14
-__all__ = ["NULL", "AzureJSONEncoder"]
+__all__ = ["NULL", "AzureJSONEncoder", "is_generated_model", "as_attribute_dict", "attribute_list"]
15
TZ_UTC = timezone.utc
16
17
0 commit comments