mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Updating lengthy comment
This commit is contained in:
@@ -488,8 +488,12 @@ 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 Delete() before all other operations.
|
||||
# Helps avoid problems in updating a CNAME record into an A record and vice-versa.
|
||||
'''
|
||||
Force the operation order to be Delete() before all other operations.
|
||||
Helps avoid problems in updating
|
||||
- a CNAME record into an A record.
|
||||
- an A record into a CNAME record.
|
||||
'''
|
||||
|
||||
for change in changes:
|
||||
class_name = change.__class__.__name__
|
||||
|
Reference in New Issue
Block a user