CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
azure/__init__.py
azure/appconfiguration/__init__.py
azure/appconfiguration/provider/__init__.py
azure/appconfiguration/provider/_azureappconfigurationprovider.py
azure/appconfiguration/provider/_azureappconfigurationproviderbase.py
azure/appconfiguration/provider/_client_manager.py
azure/appconfiguration/provider/_client_manager_base.py
azure/appconfiguration/provider/_constants.py
azure/appconfiguration/provider/_discovery.py
azure/appconfiguration/provider/_json.py
azure/appconfiguration/provider/_load.py
azure/appconfiguration/provider/_models.py
azure/appconfiguration/provider/_refresh_timer.py
azure/appconfiguration/provider/_request_tracing_context.py
azure/appconfiguration/provider/_snapshot_reference_parser.py
azure/appconfiguration/provider/_user_agent.py
azure/appconfiguration/provider/_utils.py
azure/appconfiguration/provider/_version.py
azure/appconfiguration/provider/py.typed
azure/appconfiguration/provider/_key_vault/__init__.py
azure/appconfiguration/provider/_key_vault/_secret_provider.py
azure/appconfiguration/provider/_key_vault/_secret_provider_base.py
azure/appconfiguration/provider/aio/__init__.py
azure/appconfiguration/provider/aio/_async_client_manager.py
azure/appconfiguration/provider/aio/_async_discovery.py
azure/appconfiguration/provider/aio/_async_load.py
azure/appconfiguration/provider/aio/_azureappconfigurationproviderasync.py
azure/appconfiguration/provider/aio/_key_vault/__init__.py
azure/appconfiguration/provider/aio/_key_vault/_async_secret_provider.py
azure_appconfiguration_provider.egg-info/PKG-INFO
azure_appconfiguration_provider.egg-info/SOURCES.txt
azure_appconfiguration_provider.egg-info/dependency_links.txt
azure_appconfiguration_provider.egg-info/not-zip-safe
azure_appconfiguration_provider.egg-info/requires.txt
azure_appconfiguration_provider.egg-info/top_level.txt
samples/README.md
samples/async_connection_string_sample.py
samples/async_entra_id_sample.py
samples/async_key_vault_reference_provided_clients_sample.py
samples/async_key_vault_reference_sample.py
samples/async_snapshot_sample.py
samples/connection_string_sample.py
samples/entra_id_sample.py
samples/key_vault_reference_customized_clients_sample.py
samples/key_vault_reference_sample.py
samples/refresh_sample.py
samples/refresh_sample_feature_flags.py
samples/sample_utilities.py
samples/snapshot_sample.py
tests/asynctestcase.py
tests/conftest.py
tests/test_azureappconfigurationproviderbase.py
tests/test_configuration_client_manager.py
tests/test_configuration_client_manager_load_balance.py
tests/test_constants.py
tests/test_discovery.py
tests/test_json.py
tests/test_provider.py
tests/test_provider_backoff.py
tests/test_provider_feature_management.py
tests/test_provider_refresh.py
tests/test_provider_watch_all.py
tests/test_request_tracing_context.py
tests/test_setting_selector.py
tests/test_snapshot_references.py
tests/test_snapshot_references_integration.py
tests/test_snapshots.py
tests/test_startup_retry.py
tests/test_tag_filters.py
tests/test_utils.py
tests/testcase.py
tests/aio/__init__.py
tests/aio/test_async_discovery.py
tests/aio/test_async_provider.py
tests/aio/test_async_provider_feature_management.py
tests/aio/test_async_provider_refresh.py
tests/aio/test_async_provider_watch_all.py
tests/aio/test_async_snapshot_references.py
tests/aio/test_async_snapshot_references_integration.py
tests/aio/test_async_snapshots.py
tests/aio/test_configuration_async_client_manager.py
tests/aio/test_configuration_async_client_manager_load_balance.py
tests/aio/key_vault/__init__.py
tests/aio/key_vault/test_async_secret_provider.py
tests/aio/key_vault/test_async_secret_refresh.py
tests/key_vault/test_secret_provider.py
tests/key_vault/test_secret_refresh.py