Arun Babu Neelicattu
eb430b2e57
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-python
2018-05-07 22:32:39 -04:00
Matt Davis
6b5b465125
azure_rm_dnsrecordset rewrite ( #30449 )
...
As-merged, had several issues that prevented idempotent usage. Some args were defined at the wrong UI level. Dual-state args didn't match up with typical Ansible UI.
2017-09-15 18:12:46 -07:00
Matt Clay
55fb18b85c
Split cloud tests into two CI groups.
2017-09-01 17:33:54 -07:00
Harold Wong
5e7b2a1c06
Use variable for domain name ( #28807 )
2017-08-29 19:00:28 -07:00
Ozi Boms
ddbdf0fd5d
Record set module ( #28423 )
...
* Record set module
New module to manage DNS Record sets
* fix pylint issue
* fixed problem with commas
* fixed pep issue
2017-08-29 14:10:07 -04:00