Return value not available anymore in azure_rm_networkinterface_info #1461
Labels
medium_priority
Medium priority
not a bug
Not a bug
work in
In trying to solve, or in working with contributors
Hi all,
I wanted to use subnet id from return value 'azure_networkinterfaces ' but it is not available anymore.
For me it seems it was part of predecessor 'azure_rm_networkinterface_facts', and is only added when called from that old module
azure/plugins/modules/azure_rm_networkinterface_info.py
Lines 342 to 347 in 9cfb377
Please check and add it back or remove from documentation.
https://github.com/ansible-collections/azure/blob/9cfb3777de2599066fbacda4881e28d2b2f6248e/plugins/modules/azure_rm_networkinterface_info.py#L66C1-L66C24
Btw. any recommendation how to get subnet id from this module only? I get it that it can be combined with 'azure_rm_subnet_info'
Thanks!
The text was updated successfully, but these errors were encountered: