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.results['changed']:
|
||||||
if self.state == 'present':
|
if self.state == 'present':
|
||||||
record_set_args = dict(
|
record_set_args = dict(
|
||||||
type=self.record_type,
|
|
||||||
ttl=self.time_to_live
|
ttl=self.time_to_live
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue