1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/modules/cloud/azure
Raja 171d903d04 Fix Python3 Errors in Azure Cloud Module
When using Python3, the exec_module function errors out with a
unsupported operand type(s) for +: 'dict_keys' and 'list'
error when adding the .keys() to a static list. Use the explicit
list function to make a list of keys and then add to the ['tags'] list.
2017-06-29 08:30:26 -07:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
azure.py Downgraded more modules from Curated to Community (#24751) 2017-05-18 08:28:41 -07:00
azure_rm_deployment.py Fix Python3 Errors in Azure Cloud Module 2017-06-29 08:30:26 -07:00
azure_rm_networkinterface.py Fix Python3 Errors in Azure Cloud Module 2017-06-29 08:30:26 -07:00
azure_rm_networkinterface_facts.py Fix errors reported by pylint. (#23282) 2017-04-06 16:58:16 -07:00
azure_rm_publicipaddress.py Fix Python3 Errors in Azure Cloud Module 2017-06-29 08:30:26 -07:00
azure_rm_publicipaddress_facts.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
azure_rm_resourcegroup.py Fix Python3 Errors in Azure Cloud Module 2017-06-29 08:30:26 -07:00
azure_rm_resourcegroup_facts.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
azure_rm_securitygroup.py Fix Python3 Errors in Azure Cloud Module 2017-06-29 08:30:26 -07:00
azure_rm_securitygroup_facts.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
azure_rm_storageaccount.py Fix Python3 Errors in Azure Cloud Module 2017-06-29 08:30:26 -07:00
azure_rm_storageaccount_facts.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
azure_rm_storageblob.py Fix Python3 Errors in Azure Cloud Module 2017-06-29 08:30:26 -07:00
azure_rm_subnet.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
azure_rm_virtualmachine.py Fix Python3 Errors in Azure Cloud Module 2017-06-29 08:30:26 -07:00
azure_rm_virtualmachineimage_facts.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
azure_rm_virtualnetwork.py Fix Python3 Errors in Azure Cloud Module 2017-06-29 08:30:26 -07:00
azure_rm_virtualnetwork_facts.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00