mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Merge pull request #16559 from chouseknecht/azure-rc5
Fix authentication via params and env variables.
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.0RC4 installed. The simplest way to install the
|
||||
installed on the host running Ansible. You will need to have == v2.0.0RC5 installed. The simplest way to install the
|
||||
SDK is via pip:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ pip install "azure>=2.0.0rc4"
|
||||
$ pip install "azure==2.0.0rc5"
|
||||
|
||||
|
||||
Authenticating with Azure
|
||||
|
||||
Reference in New Issue
Block a user