martgras
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
dnsapi/dns_azure.sh
|
|
@ -30,7 +30,7 @@ dns_azure_add() { |
|
|
|
AZUREDNS_TENANTID="" |
|
|
|
AZUREDNS_APPID="" |
|
|
|
AZUREDNS_CLIENTSECRET="" |
|
|
|
_err "You didn't specify then Azure Tenant ID " |
|
|
|
_err "You didn't specify the Azure Tenant ID " |
|
|
|
return 1 |
|
|
|
fi |
|
|
|
|
|
|
@ -125,7 +125,7 @@ dns_azure_rm() { |
|
|
|
AZUREDNS_TENANTID="" |
|
|
|
AZUREDNS_APPID="" |
|
|
|
AZUREDNS_CLIENTSECRET="" |
|
|
|
_err "You didn't specify Azure Client Secret" |
|
|
|
_err "You didn't specify the Azure Client Secret" |
|
|
|
return 1 |
|
|
|
fi |
|
|
|
|
|
|
|