Skip to content

Commit

Permalink
removed superfluous type field from RecordSet constructor (ansible#…
Browse files Browse the repository at this point in the history
…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)
  • Loading branch information
nitzmahone authored Nov 21, 2017
1 parent 96b4f8b commit e8910e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ansible/modules/cloud/azure/azure_rm_dnsrecordset.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ def exec_module(self, **kwargs):
if self.results['changed']:
if self.state == 'present':
record_set_args = dict(
type=self.record_type,
ttl=self.time_to_live
)

Expand Down

0 comments on commit e8910e4

Please sign in to comment.