Fix linting & code generation

This commit is contained in:
Vijay Rajah 2020-04-09 00:00:13 +05:30
parent 56bf8bd686
commit 1e66a1b355
3 changed files with 3 additions and 2 deletions

View File

@ -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 (

View File

@ -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)

View File

@ -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