1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Update comment

This commit is contained in:
Arunothia Marappan
2020-07-16 17:07:33 -07:00
parent b67dac5a55
commit 9b619c5ef2

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()