community.general/lib/ansible/modules/cloud/azure
Yuwei Zhou 39ca41eb1b Fixes some NIC bugs (#39213)
* add loadbalancer

* dict check nullable

* add default vallue when get list

* create backend addr pool

* fix the set

* fix to dict

* fix ideponement

* use param security group name when create

* nic can has no nsg

* add test

* fix

* fix

* fix

* fix idemponet

* add document

* fix test

* add configuration

* fix

* fix

* remove all resources

* fix

* fix test

* add version added

* fix lint

* fix lint

* fix lint

* remove new feature and only submit bugfix

* remove useless test

* fix
2018-04-25 09:54:19 +08:00
..
__init__.py
_azure.py
azure_rm_acs.py
azure_rm_availabilityset.py
azure_rm_availabilityset_facts.py
azure_rm_containerinstance.py
azure_rm_containerregistry.py
azure_rm_deployment.py
azure_rm_dnsrecordset.py
azure_rm_dnsrecordset_facts.py
azure_rm_dnszone.py
azure_rm_dnszone_facts.py
azure_rm_functionapp.py
azure_rm_functionapp_facts.py
azure_rm_image.py fix typo (#38131) 2018-03-30 03:46:53 -04:00
azure_rm_keyvault.py
azure_rm_keyvaultkey.py
azure_rm_keyvaultsecret.py
azure_rm_loadbalancer.py Fixes new created lb doesn't return anything (#38560) 2018-04-11 13:22:27 -04:00
azure_rm_loadbalancer_facts.py
azure_rm_managed_disk.py
azure_rm_managed_disk_facts.py
azure_rm_mysqldatabase.py
azure_rm_mysqlserver.py
azure_rm_networkinterface.py Fixes some NIC bugs (#39213) 2018-04-25 09:54:19 +08:00
azure_rm_networkinterface_facts.py
azure_rm_postgresqldatabase.py
azure_rm_postgresqlserver.py
azure_rm_publicipaddress.py
azure_rm_publicipaddress_facts.py
azure_rm_resourcegroup.py
azure_rm_resourcegroup_facts.py
azure_rm_securitygroup.py
azure_rm_securitygroup_facts.py
azure_rm_sqldatabase.py
azure_rm_sqlserver.py
azure_rm_sqlserver_facts.py
azure_rm_storageaccount.py azure_rm_storageaccount: fix broken import 2018-04-23 09:04:03 -07:00
azure_rm_storageaccount_facts.py
azure_rm_storageblob.py
azure_rm_subnet.py
azure_rm_virtualmachine.py Updated text for azure_rm_virtualmachine around images that can be used (#37686) 2018-03-22 09:34:09 +10:00
azure_rm_virtualmachine_extension.py
azure_rm_virtualmachine_scaleset.py
azure_rm_virtualmachine_scaleset_facts.py
azure_rm_virtualmachineimage_facts.py
azure_rm_virtualnetwork.py
azure_rm_virtualnetwork_facts.py