mirror of https://github.com/ansible/ansible.git
azure: fix creation of TXT dns record sets (#38368)
As per `azure.mgmt.dns.models.txt_record.TxtRecord`, expected value for a record is of type `[str]`. Fix TXT argspec to specify type as `list` instead of `str`. Fixes #37581 Reference: https://docs.microsoft.com/en-us/python/api/azure.mgmt.dns.models.txtrecord?view=azure-pythonpull/39878/head
parent
8c27ffdf90
commit
eb430b2e57
Loading…
Reference in New Issue