From ff7c0019c369b159ec413e4af6af2c3b6d6d13f4 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 16 Aug 2017 10:22:45 -0700 Subject: [PATCH] Fix Azure config template. --- .../cloud-config-azure.yml.template | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/test/integration/cloud-config-azure.yml.template b/test/integration/cloud-config-azure.yml.template index 14bb06e799..40439e5918 100644 --- a/test/integration/cloud-config-azure.yml.template +++ b/test/integration/cloud-config-azure.yml.template @@ -16,16 +16,16 @@ # Provide either Service Principal or Active Directory credentials below. # Service Principal -AZURE_CLIENT_ID= -AZURE_SECRET= -AZURE_SUBSCRIPTION_ID= -AZURE_TENANT= +AZURE_CLIENT_ID: +AZURE_SECRET: +AZURE_SUBSCRIPTION_ID: +AZURE_TENANT: # Active Directory -AZURE_AD_USER= -AZURE_PASSWORD= -AZURE_SUBSCRIPTION_ID= +AZURE_AD_USER: +AZURE_PASSWORD: +AZURE_SUBSCRIPTION_ID: # Resource Groups -RESOURCE_GROUP= -RESOURCE_GROUP_SECONDARY= +RESOURCE_GROUP: +RESOURCE_GROUP_SECONDARY: