summaryrefslogtreecommitdiff
path: root/docsite
diff options
context:
space:
mode:
authornitzmahone <mdavis@ansible.com>2016-06-04 15:03:20 -0700
committernitzmahone <mdavis@ansible.com>2016-06-04 15:08:52 -0700
commita538b222dc7a64ad8a2808f9f709284f13bfd410 (patch)
treed5eaf9c9c6a58ef41bb0e885e151913d50a18e20 /docsite
parent55d40b50e4fe330b568aef7f5bcb6d711ae3eb4c (diff)
downloadansible-a538b222dc7a64ad8a2808f9f709284f13bfd410.tar.gz
updates for Azure SDK 2.0.0rc4
Diffstat (limited to 'docsite')
-rw-r--r--docsite/rst/guide_azure.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docsite/rst/guide_azure.rst b/docsite/rst/guide_azure.rst
index c5c11a8830..23c0ccff2f 100644
--- a/docsite/rst/guide_azure.rst
+++ b/docsite/rst/guide_azure.rst
@@ -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