CHANGELOG.md
LICENSE
MANIFEST.in
README.md
migration_guide.md
setup.py
azure/__init__.py
azure/servicebus/__init__.py
azure/servicebus/_base_handler.py
azure/servicebus/_servicebus_client.py
azure/servicebus/_servicebus_receiver.py
azure/servicebus/_servicebus_sender.py
azure/servicebus/_servicebus_session.py
azure/servicebus/_version.py
azure/servicebus/exceptions.py
azure/servicebus/py.typed
azure/servicebus/_common/__init__.py
azure/servicebus/_common/_configuration.py
azure/servicebus/_common/_connection_string_parser.py
azure/servicebus/_common/auto_lock_renewer.py
azure/servicebus/_common/constants.py
azure/servicebus/_common/message.py
azure/servicebus/_common/mgmt_handlers.py
azure/servicebus/_common/receiver_mixins.py
azure/servicebus/_common/utils.py
azure/servicebus/aio/__init__.py
azure/servicebus/aio/_async_auto_lock_renewer.py
azure/servicebus/aio/_async_utils.py
azure/servicebus/aio/_base_handler_async.py
azure/servicebus/aio/_servicebus_client_async.py
azure/servicebus/aio/_servicebus_receiver_async.py
azure/servicebus/aio/_servicebus_sender_async.py
azure/servicebus/aio/_servicebus_session_async.py
azure/servicebus/aio/management/__init__.py
azure/servicebus/aio/management/_management_client_async.py
azure/servicebus/aio/management/_shared_key_policy_async.py
azure/servicebus/aio/management/_utils.py
azure/servicebus/amqp/__init__.py
azure/servicebus/amqp/_amqp_message.py
azure/servicebus/amqp/_constants.py
azure/servicebus/management/__init__.py
azure/servicebus/management/_api_version.py
azure/servicebus/management/_constants.py
azure/servicebus/management/_handle_response_error.py
azure/servicebus/management/_management_client.py
azure/servicebus/management/_model_workaround.py
azure/servicebus/management/_models.py
azure/servicebus/management/_shared_key_policy.py
azure/servicebus/management/_utils.py
azure/servicebus/management/_xml_workaround_policy.py
azure/servicebus/management/_generated/__init__.py
azure/servicebus/management/_generated/_configuration.py
azure/servicebus/management/_generated/_service_bus_management_client.py
azure/servicebus/management/_generated/_version.py
azure/servicebus/management/_generated/aio/__init__.py
azure/servicebus/management/_generated/aio/_configuration_async.py
azure/servicebus/management/_generated/aio/_service_bus_management_client_async.py
azure/servicebus/management/_generated/aio/operations_async/__init__.py
azure/servicebus/management/_generated/aio/operations_async/_entity_operations_async.py
azure/servicebus/management/_generated/aio/operations_async/_namespace_operations_async.py
azure/servicebus/management/_generated/aio/operations_async/_rule_operations_async.py
azure/servicebus/management/_generated/aio/operations_async/_service_bus_management_client_operations_async.py
azure/servicebus/management/_generated/aio/operations_async/_subscription_operations_async.py
azure/servicebus/management/_generated/models/__init__.py
azure/servicebus/management/_generated/models/_models.py
azure/servicebus/management/_generated/models/_models_py3.py
azure/servicebus/management/_generated/models/_service_bus_management_client_enums.py
azure/servicebus/management/_generated/operations/__init__.py
azure/servicebus/management/_generated/operations/_entity_operations.py
azure/servicebus/management/_generated/operations/_namespace_operations.py
azure/servicebus/management/_generated/operations/_rule_operations.py
azure/servicebus/management/_generated/operations/_service_bus_management_client_operations.py
azure/servicebus/management/_generated/operations/_subscription_operations.py
azure_servicebus.egg-info/PKG-INFO
azure_servicebus.egg-info/SOURCES.txt
azure_servicebus.egg-info/dependency_links.txt
azure_servicebus.egg-info/not-zip-safe
azure_servicebus.egg-info/requires.txt
azure_servicebus.egg-info/top_level.txt
samples/async_samples/authenticate_client_connstr_async.py
samples/async_samples/authenticate_using_azure_named_key_credential_async.py
samples/async_samples/authenticate_using_azure_sas_credential_async.py
samples/async_samples/auto_lock_renew_async.py
samples/async_samples/client_identity_authentication_async.py
samples/async_samples/connection_to_custom_endpoint_address_async.py
samples/async_samples/deadletter_messages_and_correct_async.py
samples/async_samples/mgmt_queue_async.py
samples/async_samples/mgmt_rule_async.py
samples/async_samples/mgmt_subscription_async.py
samples/async_samples/mgmt_topic_async.py
samples/async_samples/proxy_async.py
samples/async_samples/receive_deadlettered_messages_async.py
samples/async_samples/receive_deferred_message_queue_async.py
samples/async_samples/receive_iterator_queue_async.py
samples/async_samples/receive_peek_async.py
samples/async_samples/receive_queue_async.py
samples/async_samples/receive_subscription_async.py
samples/async_samples/sample_code_servicebus_async.py
samples/async_samples/schedule_messages_and_cancellation_async.py
samples/async_samples/schedule_topic_messages_and_cancellation_async.py
samples/async_samples/send_and_receive_amqp_annotated_message_async.py
samples/async_samples/send_queue_async.py
samples/async_samples/send_topic_async.py
samples/async_samples/session_pool_receive_async.py
samples/async_samples/session_send_receive_async.py
samples/async_samples/topic_subscription_with_rule_operations_async.py
samples/sync_samples/authenticate_client_connstr.py
samples/sync_samples/authenticate_using_azure_named_key_credential.py
samples/sync_samples/authenticate_using_azure_sas_credential.py
samples/sync_samples/auto_lock_renew.py
samples/sync_samples/client_identity_authentication.py
samples/sync_samples/connection_to_custom_endpoint_address.py
samples/sync_samples/deadletter_messages_and_correct.py
samples/sync_samples/failure_and_recovery.py
samples/sync_samples/generate_sas_token_and_authenticate_client.py
samples/sync_samples/mgmt_queue.py
samples/sync_samples/mgmt_rule.py
samples/sync_samples/mgmt_subscription.py
samples/sync_samples/mgmt_topic.py
samples/sync_samples/proxy.py
samples/sync_samples/receive_deadlettered_messages.py
samples/sync_samples/receive_deferred_message_queue.py
samples/sync_samples/receive_iterator_queue.py
samples/sync_samples/receive_peek.py
samples/sync_samples/receive_queue.py
samples/sync_samples/receive_subscription.py
samples/sync_samples/sample_code_servicebus.py
samples/sync_samples/schedule_messages_and_cancellation.py
samples/sync_samples/schedule_topic_messages_and_cancellation.py
samples/sync_samples/send_and_receive_amqp_annotated_message.py
samples/sync_samples/send_queue.py
samples/sync_samples/send_topic.py
samples/sync_samples/session_pool_receive.py
samples/sync_samples/session_send_receive.py
samples/sync_samples/topic_subscription_with_rule_operations.py
tests/mocks.py
tests/servicebus_preparer.py
tests/test_connection_string_parser.py
tests/test_message.py
tests/test_queues.py
tests/test_sb_client.py
tests/test_sessions.py
tests/test_subscriptions.py
tests/test_topic.py
tests/utilities.py
tests/async_tests/mocks_async.py
tests/async_tests/test_queues_async.py
tests/async_tests/test_sb_client_async.py
tests/async_tests/test_sessions_async.py
tests/async_tests/test_subscriptions_async.py
tests/async_tests/test_topic_async.py
tests/async_tests/mgmt_tests/mgmt_test_utilities_async.py
tests/async_tests/mgmt_tests/test_mgmt_namespaces_async.py
tests/async_tests/mgmt_tests/test_mgmt_queues_async.py
tests/async_tests/mgmt_tests/test_mgmt_rules_async.py
tests/async_tests/mgmt_tests/test_mgmt_subscriptions_async.py
tests/async_tests/mgmt_tests/test_mgmt_topics_async.py
tests/livetest/test_errors.py
tests/mgmt_tests/mgmt_test_utilities.py
tests/mgmt_tests/test_mgmt_namespaces.py
tests/mgmt_tests/test_mgmt_queues.py
tests/mgmt_tests/test_mgmt_rules.py
tests/mgmt_tests/test_mgmt_subscriptions.py
tests/mgmt_tests/test_mgmt_topics.py
tests/perf_tests/__init__.py
tests/perf_tests/_test_base.py
tests/perf_tests/receive_message_batch.py
tests/perf_tests/receive_message_stream.py
tests/perf_tests/send_message.py
tests/perf_tests/send_message_batch.py
tests/perf_tests/T1_legacy_tests/__init__.py
tests/perf_tests/T1_legacy_tests/_test_base.py
tests/perf_tests/T1_legacy_tests/receive_message_batch.py
tests/perf_tests/T1_legacy_tests/receive_message_stream.py
tests/perf_tests/T1_legacy_tests/send_message.py
tests/perf_tests/T1_legacy_tests/send_message_batch.py