CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
azure/__init__.py
azure/communication/__init__.py
azure/communication/chat/__init__.py
azure/communication/chat/_chat_client.py
azure/communication/chat/_chat_thread_client.py
azure/communication/chat/_communication_identifier_serializer.py
azure/communication/chat/_models.py
azure/communication/chat/_utils.py
azure/communication/chat/_version.py
azure/communication/chat/py.typed
azure/communication/chat/_common/__init__.py
azure/communication/chat/_generated/__init__.py
azure/communication/chat/_generated/_azure_communication_chat_service.py
azure/communication/chat/_generated/_configuration.py
azure/communication/chat/_generated/_patch.py
azure/communication/chat/_generated/_serialization.py
azure/communication/chat/_generated/_vendor.py
azure/communication/chat/_generated/py.typed
azure/communication/chat/_generated/aio/__init__.py
azure/communication/chat/_generated/aio/_azure_communication_chat_service.py
azure/communication/chat/_generated/aio/_configuration.py
azure/communication/chat/_generated/aio/_patch.py
azure/communication/chat/_generated/aio/operations/__init__.py
azure/communication/chat/_generated/aio/operations/_chat_operations.py
azure/communication/chat/_generated/aio/operations/_chat_thread_operations.py
azure/communication/chat/_generated/aio/operations/_patch.py
azure/communication/chat/_generated/models/__init__.py
azure/communication/chat/_generated/models/_azure_communication_chat_service_enums.py
azure/communication/chat/_generated/models/_models_py3.py
azure/communication/chat/_generated/models/_patch.py
azure/communication/chat/_generated/operations/__init__.py
azure/communication/chat/_generated/operations/_chat_operations.py
azure/communication/chat/_generated/operations/_chat_thread_operations.py
azure/communication/chat/_generated/operations/_patch.py
azure/communication/chat/_shared/__init__.py
azure/communication/chat/_shared/auth_policy_utils.py
azure/communication/chat/_shared/models.py
azure/communication/chat/_shared/policy.py
azure/communication/chat/_shared/user_credential.py
azure/communication/chat/_shared/user_credential_async.py
azure/communication/chat/_shared/utils.py
azure/communication/chat/_shared/utils_async.py
azure/communication/chat/aio/__init__.py
azure/communication/chat/aio/_chat_client_async.py
azure/communication/chat/aio/_chat_thread_client_async.py
azure_communication_chat.egg-info/PKG-INFO
azure_communication_chat.egg-info/SOURCES.txt
azure_communication_chat.egg-info/dependency_links.txt
azure_communication_chat.egg-info/not-zip-safe
azure_communication_chat.egg-info/requires.txt
azure_communication_chat.egg-info/top_level.txt
samples/chat_client_sample.py
samples/chat_client_sample_async.py
samples/chat_thread_client_sample.py
samples/chat_thread_client_sample_async.py
samples/user_credential_sample.py
samples/user_credential_sample_async.py
tests/chat_e2e_helper.py
tests/conftest.py
tests/test_chat_client.py
tests/test_chat_client_async.py
tests/test_chat_client_e2e.py
tests/test_chat_client_e2e_async.py
tests/test_chat_thread_client.py
tests/test_chat_thread_client_async.py
tests/test_chat_thread_client_e2e.py
tests/test_chat_thread_client_e2e_async.py
tests/test_communication_identifier_serializer.py
tests/unittest_helpers.py
tests/_shared/__init__.py
tests/_shared/async_fake_token_credential.py
tests/_shared/communication_service_preparer.py
tests/_shared/fake_token_credential.py
tests/_shared/helper.py
tests/_shared/utils.py