Merge pull request #3697 from arafato/patch-1

fixed typo that breaks validation
This commit is contained in:
Christopher Boumenot 2016-07-08 05:33:46 -07:00 committed by GitHub
commit 2e949bf43d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"client_secret": "{{env `ARM_CLIENT_SECRET`}}",
"resource_group": "{{env `ARM_RESOURCE_GROUP`}}",
"storage_account": "{{env `ARM_STORAGE_ACCOUNT`}}",
"subscription_id": "{{env `ARM_SUBSCRIPTION_ID`}}",
"subscription_id": "{{env `ARM_SUBSCRIPTION_ID`}}"
},
"builders": [{
"type": "azure-arm",