Merge pull request #24971 from rallytime/azure_min_ver

Add minimum Python Azure SDK version to azure docs.
This commit is contained in:
Nicole Thomas 2015-06-25 17:18:22 -06:00
commit a15f9f8b56
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,8 @@ More information about Azure is located at `http://www.windowsazure.com/
Dependencies Dependencies
============ ============
* The `Azure <https://pypi.python.org/pypi/azure>`_ Python SDK. * The `Azure <https://pypi.python.org/pypi/azure>`_ Python SDK >= 0.11.1.
* The python-requests library, for Python < 2.7.9.
* A Microsoft Azure account * A Microsoft Azure account
* OpenSSL (to generate the certificates) * OpenSSL (to generate the certificates)
* `Salt <https://github.com/saltstack/salt>`_ * `Salt <https://github.com/saltstack/salt>`_

View File

@ -6,7 +6,7 @@ Azure Cloud Module
The Azure cloud module is used to control access to Microsoft Azure The Azure cloud module is used to control access to Microsoft Azure
:depends: :depends:
* `Microsoft Azure SDK for Python <https://pypi.python.org/pypi/azure/0.9.0>`_ * `Microsoft Azure SDK for Python <https://pypi.python.org/pypi/azure/0.9.0>`_ >= 0.11.1
* python-requests, for Python < 2.7.9 * python-requests, for Python < 2.7.9
:configuration: :configuration:
Required provider parameters: Required provider parameters: