CHANGELOG.md
CLIENT_LIBRARY_DEVELOPER.md
MANIFEST.in
README.md
setup.cfg
setup.py
azure/__init__.py
azure/core/__init__.py
azure/core/_enum_meta.py
azure/core/_match_conditions.py
azure/core/_pipeline_client.py
azure/core/_pipeline_client_async.py
azure/core/_utils.py
azure/core/_version.py
azure/core/async_paging.py
azure/core/configuration.py
azure/core/credentials.py
azure/core/credentials_async.py
azure/core/exceptions.py
azure/core/messaging.py
azure/core/paging.py
azure/core/py.typed
azure/core/serialization.py
azure/core/settings.py
azure/core/pipeline/__init__.py
azure/core/pipeline/_base.py
azure/core/pipeline/_base_async.py
azure/core/pipeline/_tools.py
azure/core/pipeline/_tools_async.py
azure/core/pipeline/policies/__init__.py
azure/core/pipeline/policies/_authentication.py
azure/core/pipeline/policies/_authentication_async.py
azure/core/pipeline/policies/_base.py
azure/core/pipeline/policies/_base_async.py
azure/core/pipeline/policies/_custom_hook.py
azure/core/pipeline/policies/_distributed_tracing.py
azure/core/pipeline/policies/_redirect.py
azure/core/pipeline/policies/_redirect_async.py
azure/core/pipeline/policies/_retry.py
azure/core/pipeline/policies/_retry_async.py
azure/core/pipeline/policies/_universal.py
azure/core/pipeline/policies/_utils.py
azure/core/pipeline/transport/__init__.py
azure/core/pipeline/transport/_aiohttp.py
azure/core/pipeline/transport/_base.py
azure/core/pipeline/transport/_base_async.py
azure/core/pipeline/transport/_base_requests_async.py
azure/core/pipeline/transport/_bigger_block_size_http_adapters.py
azure/core/pipeline/transport/_requests_asyncio.py
azure/core/pipeline/transport/_requests_basic.py
azure/core/pipeline/transport/_requests_trio.py
azure/core/polling/__init__.py
azure/core/polling/_async_poller.py
azure/core/polling/_poller.py
azure/core/polling/async_base_polling.py
azure/core/polling/base_polling.py
azure/core/tracing/__init__.py
azure/core/tracing/_abstract_span.py
azure/core/tracing/common.py
azure/core/tracing/decorator.py
azure/core/tracing/decorator_async.py
azure/core/tracing/ext/__init__.py
azure/core/utils/__init__.py
azure/core/utils/_connection_string_parser.py
azure_core.egg-info/PKG-INFO
azure_core.egg-info/SOURCES.txt
azure_core.egg-info/dependency_links.txt
azure_core.egg-info/not-zip-safe
azure_core.egg-info/requires.txt
azure_core.egg-info/top_level.txt
doc/azure.core.pipeline.policies.rst
doc/azure.core.pipeline.rst
doc/azure.core.pipeline.transport.rst
doc/azure.core.polling.rst
doc/azure.core.rst
doc/azure.core.tracing.rst
doc/azure.rst
samples/README.md
samples/conftest.py
samples/test_example_async.py
samples/test_example_sansio.py
samples/test_example_sync.py
tests/conftest.py
tests/test_authentication.py
tests/test_base_polling.py
tests/test_basic_transport.py
tests/test_challenge_authentication.py
tests/test_connection_string_parsing.py
tests/test_custom_hook_policy.py
tests/test_enums.py
tests/test_error_map.py
tests/test_exceptions.py
tests/test_http_logging_policy.py
tests/test_messaging_cloud_event.py
tests/test_paging.py
tests/test_pipeline.py
tests/test_polling.py
tests/test_request_id_policy.py
tests/test_requests_universal.py
tests/test_retry_policy.py
tests/test_serialization.py
tests/test_settings.py
tests/test_stream_generator.py
tests/test_streaming.py
tests/test_tracing_decorator.py
tests/test_tracing_policy.py
tests/test_universal_pipeline.py
tests/test_user_agent_policy.py
tests/tracing_common.py
tests/async_tests/test_authentication_async.py
tests/async_tests/test_base_polling_async.py
tests/async_tests/test_basic_transport_async.py
tests/async_tests/test_challenge_authentication_async.py
tests/async_tests/test_http_logging_policy_async.py
tests/async_tests/test_paging_async.py
tests/async_tests/test_pipeline_async.py
tests/async_tests/test_polling_async.py
tests/async_tests/test_request_asyncio.py
tests/async_tests/test_request_trio.py
tests/async_tests/test_retry_policy_async.py
tests/async_tests/test_stream_generator_async.py
tests/async_tests/test_streaming_async.py
tests/async_tests/test_tracing_decorator_async.py
tests/async_tests/test_universal_http_async.py