ac61dc60aa
* Fix Azure _info modules which still returned ansible_facts.
* Adjust PR #.
* Fix wrong assignment.
* Reorganize code for clarity.
(cherry picked from commit e06dbe6e4f
)
7 lines
746 B
YAML
7 lines
746 B
YAML
bugfixes:
|
|
- "azure_rm_dnsrecordset_info - no longer returns empty ``azure_dnsrecordset`` facts when called as ``_info`` module."
|
|
- "azure_rm_resourcegroup_info - no longer returns ``azure_resourcegroups`` facts when called as ``_info`` module."
|
|
- "azure_rm_storageaccount_info - no longer returns empty ``azure_storageaccounts`` facts when called as ``_info`` module."
|
|
- "azure_rm_virtualmachineimage_info - no longer returns empty ``azure_vmimages`` facts when called as ``_info`` module."
|
|
- "azure_rm_virtualmachinescaleset_info - fix wrongly empty result, or ``ansible_facts`` result, when called as ``_info`` module."
|
|
- "azure_rm_virtualnetwork_info - no longer returns empty ``azure_virtualnetworks`` facts when called as ``_info`` module."
|