mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Fix lint, requirements.txt, and all the tests but one.
This commit is contained in:
@@ -71,7 +71,8 @@ class _AzureRecord(object):
|
||||
'''Constructor for _AzureRecord.
|
||||
|
||||
Notes on Azure records: An Azure record set has the form
|
||||
RecordSet(name=<...>, type=<...>, a_records=[...], aaaa_records, ..)
|
||||
RecordSet(name=<...>, type=<...>, a_records=[...],
|
||||
aaaa_records=[...], ...)
|
||||
When constructing an azure record as done in self._apply_Create,
|
||||
the argument parameters for an A record would be
|
||||
parameters={'ttl': <int>, 'a_records': [ARecord(<str ip>),]}.
|
||||
|
Reference in New Issue
Block a user