diff --git a/builder/azure/arm/config.go b/builder/azure/arm/config.go index f0c2a5ae7..6848aa10f 100644 --- a/builder/azure/arm/config.go +++ b/builder/azure/arm/config.go @@ -719,7 +719,6 @@ func setRuntimeValues(c *Config) { } c.tmpNicName = tempName.NicName c.tmpPublicIPAddressName = tempName.PublicIPAddressName - c.tmpOSDiskName = tempName.OSDiskName if c.TempOSDiskName == "" { c.tmpOSDiskName = tempName.OSDiskName } else {