packer-cn/vendor/github.com/Azure/go-autorest/autorest
Adrien Delorme ed091163be
HCL2 Parse packer.required_plugins block + packer init (#10304)
This adds the new `required_plugins` block to be nested under the packer block.

Example:
```hcl
packer {
  required_plugins {
    aws = {
      version = ">= 2.7.0"
      source = "azr/aws"
    }
    azure = ">= 2.7.0"
  }
}
```

For example on darwin_amd64 Packer will install those under :
* "${PACKER_HOME_DIR}/plugin/github.com/azr/amazon/packer-plugin-amazon_2.7.0_x5.0_darwin_amd64"
* "${PACKER_HOME_DIR}/plugin/github.com/hashicorp/azure/packer-plugin-azure_2.7.0_x5.0_darwin_amd64_x5"

+ docs
+ tests
2021-02-02 18:05:04 +01:00
..
adal Standardize compute SDK version 2020-04-07 22:49:24 +00:00
azure Standardize compute SDK version 2020-04-07 22:49:24 +00:00
date Standardize compute SDK version 2020-04-07 22:49:24 +00:00
to Standardize compute SDK version 2020-04-07 22:49:24 +00:00
validation HCL2 Parse packer.required_plugins block + packer init (#10304) 2021-02-02 18:05:04 +01:00
LICENSE Standardize compute SDK version 2020-04-07 22:49:24 +00:00
authorization.go Standardize compute SDK version 2020-04-07 22:49:24 +00:00
authorization_sas.go Standardize compute SDK version 2020-04-07 22:49:24 +00:00
authorization_storage.go Standardize compute SDK version 2020-04-07 22:49:24 +00:00
autorest.go azure: upgrade Azure/go-autorest to v10.12.0 2018-07-11 14:55:34 -07:00
client.go Standardize compute SDK version 2020-04-07 22:49:24 +00:00
error.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
go.mod Standardize compute SDK version 2020-04-07 22:49:24 +00:00
go.sum Standardize compute SDK version 2020-04-07 22:49:24 +00:00
preparer.go Standardize compute SDK version 2020-04-07 22:49:24 +00:00
responder.go Standardize compute SDK version 2020-04-07 22:49:24 +00:00
retriablerequest.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
retriablerequest_1.7.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
retriablerequest_1.8.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
sender.go Standardize compute SDK version 2020-04-07 22:49:24 +00:00
utility.go Standardize compute SDK version 2020-04-07 22:49:24 +00:00
version.go Standardize compute SDK version 2020-04-07 22:49:24 +00:00