mirror of https://github.com/ansible/ansible.git
Azure _info modules: fix returned ansible_facts when called as _info (#61805)
* Fix Azure _info modules which still returned ansible_facts. * Adjust PR #. * Fix wrong assignment. * Reorganize code for clarity.pull/61838/head
parent
2a932ad7cf
commit
e06dbe6e4f
@ -0,0 +1,7 @@
|
|||||||
|
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."
|
Loading…
Reference in New Issue