CHANGELOG.md
LICENSE
MANIFEST.in
README.md
migration_guide_authoring.md
pyproject.toml
azure/__init__.py
azure/ai/__init__.py
azure/ai/language/__init__.py
azure/ai/language/questionanswering/__init__.py
azure/ai/language/questionanswering/authoring/__init__.py
azure/ai/language/questionanswering/authoring/_client.py
azure/ai/language/questionanswering/authoring/_configuration.py
azure/ai/language/questionanswering/authoring/_patch.py
azure/ai/language/questionanswering/authoring/_validation.py
azure/ai/language/questionanswering/authoring/_version.py
azure/ai/language/questionanswering/authoring/py.typed
azure/ai/language/questionanswering/authoring/_operations/__init__.py
azure/ai/language/questionanswering/authoring/_operations/_operations.py
azure/ai/language/questionanswering/authoring/_operations/_patch.py
azure/ai/language/questionanswering/authoring/_utils/__init__.py
azure/ai/language/questionanswering/authoring/_utils/model_base.py
azure/ai/language/questionanswering/authoring/_utils/serialization.py
azure/ai/language/questionanswering/authoring/_utils/utils.py
azure/ai/language/questionanswering/authoring/aio/__init__.py
azure/ai/language/questionanswering/authoring/aio/_client.py
azure/ai/language/questionanswering/authoring/aio/_configuration.py
azure/ai/language/questionanswering/authoring/aio/_patch.py
azure/ai/language/questionanswering/authoring/aio/_operations/__init__.py
azure/ai/language/questionanswering/authoring/aio/_operations/_operations.py
azure/ai/language/questionanswering/authoring/aio/_operations/_patch.py
azure/ai/language/questionanswering/authoring/models/__init__.py
azure/ai/language/questionanswering/authoring/models/_enums.py
azure/ai/language/questionanswering/authoring/models/_models.py
azure/ai/language/questionanswering/authoring/models/_patch.py
azure_ai_language_questionanswering_authoring.egg-info/PKG-INFO
azure_ai_language_questionanswering_authoring.egg-info/SOURCES.txt
azure_ai_language_questionanswering_authoring.egg-info/dependency_links.txt
azure_ai_language_questionanswering_authoring.egg-info/requires.txt
azure_ai_language_questionanswering_authoring.egg-info/top_level.txt
samples/README.md
samples/sample_create_and_deploy_project.py
samples/sample_export_import_project.py
samples/sample_update_knowledge_sources.py
samples/async_samples/sample_create_and_deploy_project_async.py
samples/async_samples/sample_export_import_project_async.py
samples/async_samples/sample_update_knowledge_sources_async.py
tests/conftest.py
tests/helpers.py
tests/test_create_and_deploy_project.py
tests/test_create_and_deploy_project_async.py
tests/test_export_import_project.py
tests/test_export_import_project_async.py
tests/test_update_knowledge_sources.py
tests/test_update_knowledge_sources_async.py
tests/testcase.py