stbeldarborge
3 months ago
No known key found for this signature in database
GPG Key ID: 6BD73EF41DDF328B
1 changed files with
1 additions and
3 deletions
-
dnsapi/dns_azure.sh
|
|
@ -51,7 +51,6 @@ dns_azure_add() { |
|
|
|
AZUREDNS_CLIENTSECRET="${AZUREDNS_CLIENTSECRET:-$(_readaccountconf_mutable AZUREDNS_CLIENTSECRET)}" |
|
|
|
AZUREDNS_BEARERTOKEN="${AZUREDNS_BEARERTOKEN:-$(_readaccountconf_mutable AZUREDNS_BEARERTOKEN)}" |
|
|
|
if [ -z "$AZUREDNS_BEARERTOKEN" ]; then |
|
|
|
_debug "Contents of bearertoken: $AZUREDNS_BEARERTOKEN" |
|
|
|
if [ -z "$AZUREDNS_TENANTID" ]; then |
|
|
|
AZUREDNS_SUBSCRIPTIONID="" |
|
|
|
AZUREDNS_TENANTID="" |
|
|
@ -170,7 +169,6 @@ dns_azure_rm() { |
|
|
|
AZUREDNS_CLIENTSECRET="${AZUREDNS_CLIENTSECRET:-$(_readaccountconf_mutable AZUREDNS_CLIENTSECRET)}" |
|
|
|
AZUREDNS_BEARERTOKEN="${AZUREDNS_BEARERTOKEN:-$(_readaccountconf_mutable AZUREDNS_BEARERTOKEN)}" |
|
|
|
if [ -z "$AZUREDNS_BEARERTOKEN" ]; then |
|
|
|
_debug "Contents of bearertoken second time: $AZUREDNS_BEARERTOKEN" |
|
|
|
if [ -z "$AZUREDNS_TENANTID" ]; then |
|
|
|
AZUREDNS_SUBSCRIPTIONID="" |
|
|
|
AZUREDNS_TENANTID="" |
|
|
@ -404,4 +402,4 @@ _get_root() { |
|
|
|
i=$(_math "$i" + 1) |
|
|
|
done |
|
|
|
return 1 |
|
|
|
} |
|
|
|
} |