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

Add missing colon

This commit is contained in:
Robert Reichel
2021-02-02 12:34:44 -05:00
parent 5e78d07a97
commit 831d1cc30b

View File

@@ -342,7 +342,7 @@ class AzureProvider(BaseProvider):
self._azure_zones = set()
@property
def _dns_client(self)
def _dns_client(self):
if self._dns_client is None:
credentials = ServicePrincipalCredentials(
self._dns_client_client_id,