ansible-collections / azure

Development area for Azure Collections
https://galaxy.ansible.com/azure/azcollection
GNU General Public License v3.0
245 stars 327 forks source link

[azure_rm_publicipaddress] Add support for setting reverse_fqdn on public IPv4 addresses #1655

Open tsmithCmdlnk opened 1 month ago

tsmithCmdlnk commented 1 month ago
SUMMARY

Microsoft supports setting the RDNS or Reverse DNS value for public IPv4 addresses, docs. Currently the return values for both azure_rm_publicipaddress and azure_rm_publicipaddress_info support getting the currently set reverse_dns value via the dns_settings object but there is no way to actually set that field without resorting to azure_rm_resource.

ISSUE TYPE
COMPONENT NAME

azure_rm_publicipaddress

Fred-sun commented 1 month ago

Add by #1655