updates for Azure SDK 2.0.0rc4

This commit is contained in:
nitzmahone
2016-06-04 15:03:20 -07:00
parent 77e82adf61
commit d1b611a730
2 changed files with 17 additions and 29 deletions

View File

@@ -8,12 +8,12 @@ Requirements
------------
Using the Azure Resource Manager modules requires having `Azure Python SDK <https://github.com/Azure/azure-sdk-for-python>`_
installed on the host running Ansible. You will need to have >= v2.0.0RC2 installed. The simplest way to install the
installed on the host running Ansible. You will need to have >= v2.0.0RC4 installed. The simplest way to install the
SDK is via pip:
.. code-block:: bash
$ pip install azure==2.0.0rc2
$ pip install azure>=2.0.0rc4
Authenticating with Azure