Azure / azure_preview_modules

Azure preview modules for Ansible
https://galaxy.ansible.com/azure/azure_preview_modules
43 stars 49 forks source link

Add file storage info to azure_rm_storageaccount_info #380

Open jnovick opened 4 years ago

jnovick commented 4 years ago

The primary and secondary endpoints return blob, queue, and table, but not file. It is easy for me to determine programatically since I can just swap one word in the url but it would be better if that was just reported.

Relevant section of the code: https://github.com/Azure/azure_preview_modules/blob/2413dafa6f979a2070843b073830901cc1b1d868/library/azure_rm_storageaccount_info.py#L482

jnovick commented 4 years ago

Made a PR to another repo since I see comments in all the other pull requests saying to use the new location: https://github.com/ansible-collections/azure/pull/102

Fred-sun commented 4 years ago

@jnovick Thank you very much for your interest in Ansible. This plugin is no longer maintained in this repository and has been migrated to https://github.com/ansible-collections/azure Please re-submit this Issue in the above repository and closed this. Thank you very much!