-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
azurerm_image
: add option to set the hyper_v_generation for the image
The new clients require this information see [properties.hyperVGeneration][1] and it supports 2 values `V1` and `V2` [2] the default is `V1` in azure cli `--hyper-v-generation` [3], so it should be safe to keep that as default. [1]: https://docs.microsoft.com/en-us/rest/api/compute/images/createorupdate#image [2]: https://docs.microsoft.com/en-us/rest/api/compute/images/createorupdate#hypervgenerationtypes [3]: https://docs.microsoft.com/en-us/cli/azure/image?view=azure-cli-latest#optional-parameters
- Loading branch information
1 parent
b803a22
commit 33cb166
Showing
2 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters