mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #24971 from rallytime/azure_min_ver
Add minimum Python Azure SDK version to azure docs.
This commit is contained in:
commit
a15f9f8b56
@ -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>`_
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user