1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
# Microsoft Azure SDK for Python
This is the Microsoft Azure {{package_pprint_name}} Client Library.
This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
# Usage
{% if is_arm %}
To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt)
{% endif %}
{% if is_arm %}
For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/{{package_doc_id}})
Code samples for this package can be found at [{{package_pprint_name}}](https://docs.microsoft.com/samples/azure-samples/azure-samples-python-management/{{package_doc_id}}) on docs.microsoft.com.
Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
{% else %}
For code examples, see [{{package_pprint_name}}](https://docs.microsoft.com/python/api/overview/azure/{{package_doc_id}}) on docs.microsoft.com.
{% endif %}
# Provide Feedback
If you encounter any bugs or have suggestions, please file an issue in the
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
section of the project.

|