Merge pull request #5285 from kmcquade/patch-1

Update windows_custom_image.json
This commit is contained in:
Christopher Boumenot 2017-08-27 14:39:43 -07:00 committed by GitHub
commit 8fe7e1a1b0
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,8 @@
"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`}}",
"object_id": "{{env `ARM_OJBECT_ID`}}"
},
"builders": [
{
@ -15,6 +16,7 @@
"resource_group_name": "{{user `resource_group`}}",
"storage_account": "{{user `storage_account`}}",
"subscription_id": "{{user `subscription_id`}}",
"object_id": "{{user `object_id`}}",
"capture_container_name": "images",
"capture_name_prefix": "packer",