Fix azure-cloud-config.j2 JSON syntax (#6364)

This commit is contained in:
Maxime Guyot 2020-07-03 08:38:47 +02:00 committed by GitHub
parent 060d25fc79
commit 57eefdd458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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