From 770124207c71e8e92cf39b1402ec08281868074e Mon Sep 17 00:00:00 2001 From: Anders Huusom Date: Tue, 20 Apr 2021 15:51:16 +0200 Subject: [PATCH] added TempOSDiskName definition --- builder/azure/arm/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/azure/arm/config.go b/builder/azure/arm/config.go index c848455fa..f0c2a5ae7 100644 --- a/builder/azure/arm/config.go +++ b/builder/azure/arm/config.go @@ -402,7 +402,7 @@ type Config struct { // temporary name assigned to the OSDisk. If this // value is not set, a random value will be assigned. Being able to assign a custom // osDiskName could ease deployment if naming conventions are used.. - OsDiskName string `mapstructure:"os_disk_name" required:"false"` + TempOSDiskName string `mapstructure:"temp_os_disk_name" required:"false"` // Specify the size of the OS disk in GB // (gigabytes). Values of zero or less than zero are ignored. OSDiskSizeGB int32 `mapstructure:"os_disk_size_gb" required:"false"`