community.general/lib/ansible/modules/cloud/azure
Ozi Boms 16d23e96c5 Add reference to VNET resource group (#26052)
* Add reference to VNET resource group

When creating a new virtual machine, added new parameter to allow creation of VM in a resource group using virtual network from another resource group

* Fixed white space errors

Was getting compialtion errors with code and just went around and cleaned up extra white spaces and such.

* Re-fixed more white space issues

* Fixed Version Number for new parameter

* specified exceptions

Use clouderror instead of exceptions for finidng virtual network

* Simplified code lines

created a local variable to either use the VNET resource group or the VM resource group and then used whichever was available as a parameter

* fixed syntax issue with newline

...hopefully

* removed superfluous default/required from docs

* fix vm_size default
2017-07-31 15:29:51 -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 Update conventions in azure modules 2017-07-27 15:37:26 -07:00
azure_rm_deployment.py Update conventions in azure modules 2017-07-27 15:37:26 -07:00
azure_rm_networkinterface.py Update conventions in azure modules 2017-07-27 15:37:26 -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 Update conventions in azure modules 2017-07-27 15:37:26 -07:00
azure_rm_resourcegroup_facts.py Update conventions in azure modules 2017-07-27 15:37:26 -07:00
azure_rm_securitygroup.py Update conventions in azure modules 2017-07-27 15:37:26 -07:00
azure_rm_securitygroup_facts.py Update conventions in azure modules 2017-07-27 15:37:26 -07:00
azure_rm_storageaccount.py Update conventions in azure modules 2017-07-27 15:37:26 -07:00
azure_rm_storageaccount_facts.py Update conventions in azure modules 2017-07-27 15:37:26 -07:00
azure_rm_storageblob.py Update conventions in azure modules 2017-07-27 15:37:26 -07:00
azure_rm_subnet.py Update conventions in azure modules 2017-07-27 15:37:26 -07:00
azure_rm_virtualmachine.py Add reference to VNET resource group (#26052) 2017-07-31 15:29:51 -07:00
azure_rm_virtualmachineimage_facts.py Update conventions in azure modules 2017-07-27 15:37:26 -07:00
azure_rm_virtualnetwork.py Update conventions in azure modules 2017-07-27 15:37:26 -07:00
azure_rm_virtualnetwork_facts.py Update conventions in azure modules 2017-07-27 15:37:26 -07:00