You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the parameter `encryption` to `target_regions` of the
`azure_rm_galleryimageversion` module, making it possible to create
encrypted images.
Fixesansible-collections#1290
ephracis
added a commit
to ephracis/azure
that referenced
this issue
Oct 31, 2023
Add the parameter `encryption` to `target_regions` of the
`azure_rm_galleryimageversion` module, making it possible to create
encrypted images.
Fixesansible-collections#1290
Add the parameter `encryption` to `target_regions` of the
`azure_rm_galleryimageversion` module, making it possible to create
encrypted images.
Fixesansible-collections#1290
* Add encryption to azure_rm_galleryimageversion
Add the parameter `encryption` to `target_regions` of the
`azure_rm_galleryimageversion` module, making it possible to create
encrypted images.
Fixes#1290
* Fix documentation
* Add disk encryption to gallery image version tests
Add the usage of disk encryption to all regions in the tests of the
module azure_rm_galleryimageversion.
This required a fix, moving the deprecated managed_image to
storage_profile.source_image instead.
SUMMARY
Add the ability to encrypt Gallery Image Version with customer provided keys.
This is done by specifying
--target-region-encryption
in the CLI.ISSUE TYPE
COMPONENT NAME
azure_rm_galleryimageversion
ADDITIONAL INFORMATION
This is how it is done using the CLI:
Source: https://learn.microsoft.com/en-us/azure/virtual-machines/image-version-encryption
The text was updated successfully, but these errors were encountered: