CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
azure/__init__.py
azure/health/__init__.py
azure/health/deidentification/__init__.py
azure/health/deidentification/_client.py
azure/health/deidentification/_configuration.py
azure/health/deidentification/_model_base.py
azure/health/deidentification/_patch.py
azure/health/deidentification/_serialization.py
azure/health/deidentification/_vendor.py
azure/health/deidentification/_version.py
azure/health/deidentification/py.typed
azure/health/deidentification/_operations/__init__.py
azure/health/deidentification/_operations/_operations.py
azure/health/deidentification/_operations/_patch.py
azure/health/deidentification/aio/__init__.py
azure/health/deidentification/aio/_client.py
azure/health/deidentification/aio/_configuration.py
azure/health/deidentification/aio/_patch.py
azure/health/deidentification/aio/_vendor.py
azure/health/deidentification/aio/_operations/__init__.py
azure/health/deidentification/aio/_operations/_operations.py
azure/health/deidentification/aio/_operations/_patch.py
azure/health/deidentification/models/__init__.py
azure/health/deidentification/models/_enums.py
azure/health/deidentification/models/_models.py
azure/health/deidentification/models/_patch.py
azure_health_deidentification.egg-info/PKG-INFO
azure_health_deidentification.egg-info/SOURCES.txt
azure_health_deidentification.egg-info/dependency_links.txt
azure_health_deidentification.egg-info/not-zip-safe
azure_health_deidentification.egg-info/requires.txt
azure_health_deidentification.egg-info/top_level.txt
samples/README.md
samples/deidentify_documents.py
samples/deidentify_text_redact.py
samples/deidentify_text_surrogate.py
samples/deidentify_text_tag.py
samples/examples.py
samples/list_job_documents.py
samples/list_jobs.py
samples/async_samples/deidentify_documents_async.py
samples/async_samples/deidentify_text_redact_async.py
samples/async_samples/deidentify_text_surrogate_async.py
samples/async_samples/deidentify_text_tag_async.py
samples/async_samples/list_job_documents_async.py
samples/async_samples/list_jobs_async.py
tests/conftest.py
tests/deid_base_test_case.py
tests/test_create_delete.py
tests/test_create_delete_async.py
tests/test_create_list.py
tests/test_create_list_async.py
tests/test_create_wait_finish.py
tests/test_create_wait_finish_async.py
tests/test_exception_throws.py
tests/test_exception_throws_async.py
tests/test_hello_world.py
tests/test_hello_world_async.py
tests/test_list_job_docs_pagination.py