mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 11:22:47 +00: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:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user