mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
removed superfluous type
field from RecordSet constructor (#33165)
* fixes breaking change in Azure DNS Python SDK 1.2.0 * no apparent functional change (the arg appears to have been superfluous all along)
This commit is contained in:
parent
96b4f8b5c3
commit
e8910e4bc6
1 changed files with 0 additions and 1 deletions
|
@ -324,7 +324,6 @@ class AzureRMRecordSet(AzureRMModuleBase):
|
|||
if self.results['changed']:
|
||||
if self.state == 'present':
|
||||
record_set_args = dict(
|
||||
type=self.record_type,
|
||||
ttl=self.time_to_live
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue