community.general/lib/ansible/modules/cloud/azure
Thomas Stringer e4cd899363 Add support for Azure 2.0.0 (#27920)
* Adapt azure_rm_resource_group to azure 2.0.0 + azure Cli support

* Fix exceptions in Azure ARM plugins

* update azure_rm_networkinterface documention to reflect required params

* change state param to not required for docs in azure_rm_subnet

* fix import to reflect azure==2.0.0 changes

* add aliases and fix docs for azure_rm_storageblob

* add resource_group_name alias to azure_rm_storageaccount_facts

* fix import bug due to change in azure==2.0.0

* fix args bug and enum modules issue

* update docs to reflect azure==2.0.0

* pin management clients to a specific api_version

* update docs to reflect the new azure-ansible-base python package

* add fallback for older api resource group listing

* rework azure dependencies installation

* refactor path joining to a cross-plat solution
2017-08-11 08:22:02 -07:00
..
__init__.py
azure.py Update conventions in azure modules 2017-07-27 15:37:26 -07:00
azure_rm_deployment.py Add support for Azure 2.0.0 (#27920) 2017-08-11 08:22:02 -07:00
azure_rm_networkinterface.py Add support for Azure 2.0.0 (#27920) 2017-08-11 08:22:02 -07:00
azure_rm_networkinterface_facts.py Update conventions in azure modules 2017-07-27 15:37:26 -07:00
azure_rm_publicipaddress.py Update conventions in azure modules 2017-07-27 15:37:26 -07:00
azure_rm_publicipaddress_facts.py Update conventions in azure modules 2017-07-27 15:37:26 -07:00
azure_rm_resourcegroup.py Add support for Azure 2.0.0 (#27920) 2017-08-11 08:22:02 -07:00
azure_rm_resourcegroup_facts.py Add support for Azure 2.0.0 (#27920) 2017-08-11 08:22:02 -07:00
azure_rm_securitygroup.py Add support for Azure 2.0.0 (#27920) 2017-08-11 08:22:02 -07:00
azure_rm_securitygroup_facts.py Add support for Azure 2.0.0 (#27920) 2017-08-11 08:22:02 -07:00
azure_rm_storageaccount.py Add support for Azure 2.0.0 (#27920) 2017-08-11 08:22:02 -07:00
azure_rm_storageaccount_facts.py Add support for Azure 2.0.0 (#27920) 2017-08-11 08:22:02 -07:00
azure_rm_storageblob.py Add support for Azure 2.0.0 (#27920) 2017-08-11 08:22:02 -07:00
azure_rm_subnet.py Add support for Azure 2.0.0 (#27920) 2017-08-11 08:22:02 -07:00
azure_rm_virtualmachine.py Add support for Azure 2.0.0 (#27920) 2017-08-11 08:22:02 -07:00
azure_rm_virtualmachineimage_facts.py Add support for Azure 2.0.0 (#27920) 2017-08-11 08:22:02 -07:00
azure_rm_virtualnetwork.py Update conventions in azure modules 2017-07-27 15:37:26 -07:00
azure_rm_virtualnetwork_facts.py Add support for Azure 2.0.0 (#27920) 2017-08-11 08:22:02 -07:00