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:
@@ -342,7 +342,7 @@ class AzureProvider(BaseProvider):
|
|||||||
self._azure_zones = set()
|
self._azure_zones = set()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def _dns_client(self)
|
def _dns_client(self):
|
||||||
if self._dns_client is None:
|
if self._dns_client is None:
|
||||||
credentials = ServicePrincipalCredentials(
|
credentials = ServicePrincipalCredentials(
|
||||||
self._dns_client_client_id,
|
self._dns_client_client_id,
|
||||||
|
Reference in New Issue
Block a user