This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
Describe the bug When attempting to pickle.dump() an array of Message objects a TypeError is raised.
To Reproduce Steps to reproduce the behavior:
Expected behavior The object is pickled correctly
Screenshots