Remove deprecated object ids from configs

This commit is contained in:
Wilken Rivera 2020-10-21 13:55:41 -04:00
parent 1621ab59d8
commit a2ba700ac0
1 changed files with 0 additions and 3 deletions

View File

@ -6,7 +6,6 @@ package arm
// * ARM_CLIENT_ID // * ARM_CLIENT_ID
// * ARM_CLIENT_SECRET // * ARM_CLIENT_SECRET
// * ARM_SUBSCRIPTION_ID // * ARM_SUBSCRIPTION_ID
// * ARM_OBJECT_ID
// * ARM_STORAGE_ACCOUNT // * ARM_STORAGE_ACCOUNT
// //
// The subscription in question should have a resource group // The subscription in question should have a resource group
@ -262,7 +261,6 @@ const testBuilderAccBlobWindows = `
"client_id": "{{env ` + "`ARM_CLIENT_ID`" + `}}", "client_id": "{{env ` + "`ARM_CLIENT_ID`" + `}}",
"client_secret": "{{env ` + "`ARM_CLIENT_SECRET`" + `}}", "client_secret": "{{env ` + "`ARM_CLIENT_SECRET`" + `}}",
"subscription_id": "{{env ` + "`ARM_SUBSCRIPTION_ID`" + `}}", "subscription_id": "{{env ` + "`ARM_SUBSCRIPTION_ID`" + `}}",
"object_id": "{{env ` + "`ARM_OBJECT_ID`" + `}}",
"storage_account": "{{env ` + "`ARM_STORAGE_ACCOUNT`" + `}}" "storage_account": "{{env ` + "`ARM_STORAGE_ACCOUNT`" + `}}"
}, },
"builders": [{ "builders": [{
@ -271,7 +269,6 @@ const testBuilderAccBlobWindows = `
"client_id": "{{user ` + "`client_id`" + `}}", "client_id": "{{user ` + "`client_id`" + `}}",
"client_secret": "{{user ` + "`client_secret`" + `}}", "client_secret": "{{user ` + "`client_secret`" + `}}",
"subscription_id": "{{user ` + "`subscription_id`" + `}}", "subscription_id": "{{user ` + "`subscription_id`" + `}}",
"object_id": "{{user ` + "`object_id`" + `}}",
"storage_account": "{{user ` + "`storage_account`" + `}}", "storage_account": "{{user ` + "`storage_account`" + `}}",
"resource_group_name": "packer-acceptance-test", "resource_group_name": "packer-acceptance-test",