Fix linting & code generation

pull/9028/head
Vijay Rajah 6 years ago
parent 56bf8bd686
commit 1e66a1b355

@ -1,4 +1,4 @@
// Code generated by "mapstructure-to-hcl2 -type Config,SharedImageGallery,SharedImageGalleryDestination,PlanInformation -output config.hcl2spec.go"; DO NOT EDIT.
// Code generated by "mapstructure-to-hcl2 -type Config,SharedImageGallery,SharedImageGalleryDestination,PlanInformation"; DO NOT EDIT.
package arm
import (

@ -26,7 +26,6 @@ type TempName struct {
func NewTempName(p string) *TempName {
tempName := &TempName{}
if p == "" {
suffix := random.AlphaNumLower(10)
tempName.ComputeName = fmt.Sprintf("pkrvm%s", suffix)

@ -234,6 +234,8 @@
Providing `allowed_inbound_ip_addresses` in combination with
`virtual_network_name` is not allowed.
- `custom_resource_build_prefix` (string) - specify custom azure resource names
- `async_resourcegroup_delete` (bool) - If you want packer to delete the
temporary resource group asynchronously set this value. It's a boolean
value and defaults to false. Important Setting this true means that

Loading…
Cancel
Save