mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
_PROVIDER flag phase 1: generate warnings
This commit is contained in:
@@ -11,6 +11,7 @@ You can specify the API credentials in the credentials json file:
|
||||
```json
|
||||
{
|
||||
"azuredns_main":{
|
||||
"_PROVIDER": "AZURE_DNS",
|
||||
"SubscriptionID": "AZURE_SUBSCRIPTION_ID",
|
||||
"ResourceGroup": "AZURE_RESOURCE_GROUP",
|
||||
"TenantID": "AZURE_TENANT_ID",
|
||||
@@ -33,6 +34,7 @@ export AZURE_CLIENT_SECRET=BBBBBBBBB
|
||||
```json
|
||||
{
|
||||
"azuredns_main":{
|
||||
"_PROVIDER": "AZURE_DNS",
|
||||
"SubscriptionID": "$AZURE_SUBSCRIPTION_ID",
|
||||
"ResourceGroup": "$AZURE_RESOURCE_GROUP",
|
||||
"TenantID": "$AZURE_TENANT_ID",
|
||||
|
Reference in New Issue
Block a user