added azure_cloud parameter to Azure's cloud_config (#6321)

This commit is contained in:
Mike Dziedziela
2020-06-25 23:35:30 +02:00
committed by GitHub
parent 93cbcb61b8
commit 8ca2a9a7d5
5 changed files with 16 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
{
"cloud": "{{ azure_cloud }}"
"tenantId": "{{ azure_tenant_id }}",
"subscriptionId": "{{ azure_subscription_id }}",
"aadClientId": "{{ azure_aad_client_id }}",