mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
updates for Azure SDK 2.0.0rc4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user