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

Remove unused set_dns_client property

This commit is contained in:
Robert Reichel
2021-02-02 12:21:00 -05:00
parent 0b116a57b9
commit 6146be8ec3

View File

@@ -352,7 +352,7 @@ class AzureProvider(BaseProvider):
self._dns_client_key = key
self._dns_client_directory_id = directory_id
self._dns_client_subscription_id = sub_id
self._dns_client = property(_get_dns_client, _set_dns_client)
self._dns_client = property(_get_dns_client)
self._resource_group = resource_group
self._azure_zones = set()