mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/ddclient - minor cleanup in azure account type
This commit is contained in:
@@ -85,10 +85,7 @@ class Azure(BaseAccount):
|
||||
return Azure._services
|
||||
|
||||
def match(account):
|
||||
if account.get('service') in Azure._services:
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
return account.get('service') in Azure._services
|
||||
|
||||
def execute(self):
|
||||
""" Azure DNS update, uses an oauth2 sequence to login, the following requests are being performed:
|
||||
|
||||
Reference in New Issue
Block a user