Browse Source

Update comment

pull/587/head
Arunothia Marappan 5 years ago
parent
commit
9b619c5ef2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/provider/azuredns.py

+ 1
- 1
octodns/provider/azuredns.py View File

@ -497,7 +497,7 @@ class AzureProvider(BaseProvider):
azure_zone_name = desired.name[:len(desired.name) - 1]
self._check_zone(azure_zone_name, create=True)
# Force the operation order to be Update() -> Delete() -> Create()
# Force the operation order to be Delete() before Create()
# Helps avoid problems in updating a CNAME record into an A record.
changes.reverse()


Loading…
Cancel
Save