CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
azure/__init__.py
azure/developer/__init__.py
azure/developer/devcenter/__init__.py
azure/developer/devcenter/_client.py
azure/developer/devcenter/_configuration.py
azure/developer/devcenter/_model_base.py
azure/developer/devcenter/_patch.py
azure/developer/devcenter/_serialization.py
azure/developer/devcenter/_vendor.py
azure/developer/devcenter/_version.py
azure/developer/devcenter/py.typed
azure/developer/devcenter/_operations/__init__.py
azure/developer/devcenter/_operations/_operations.py
azure/developer/devcenter/_operations/_patch.py
azure/developer/devcenter/aio/__init__.py
azure/developer/devcenter/aio/_client.py
azure/developer/devcenter/aio/_configuration.py
azure/developer/devcenter/aio/_patch.py
azure/developer/devcenter/aio/_vendor.py
azure/developer/devcenter/aio/_operations/__init__.py
azure/developer/devcenter/aio/_operations/_operations.py
azure/developer/devcenter/aio/_operations/_patch.py
azure/developer/devcenter/models/__init__.py
azure/developer/devcenter/models/_enums.py
azure/developer/devcenter/models/_models.py
azure/developer/devcenter/models/_patch.py
azure_developer_devcenter.egg-info/PKG-INFO
azure_developer_devcenter.egg-info/SOURCES.txt
azure_developer_devcenter.egg-info/dependency_links.txt
azure_developer_devcenter.egg-info/not-zip-safe
azure_developer_devcenter.egg-info/requires.txt
azure_developer_devcenter.egg-info/top_level.txt
samples/create_client_sample.py
samples/deployment_environments_sample.py
samples/dev_box_action_sample.py
samples/dev_box_create_sample.py
samples/dev_box_restart_sample.py
samples/async_samples/deployment_environments_async_sample.py
samples/async_samples/dev_box_action_async_sample.py
samples/async_samples/dev_box_create_async_sample.py
samples/async_samples/dev_box_restart_async_sample.py
tests/conftest.py
tests/test_devcenter_operations.py
tests/test_devcenter_operations_async.py
tests/testcase.py