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
JenGoldstrich
changed the title
Add Support for NonPersistantTMP Option
Add Support for NonPersistantTPM Confidential VM Encryption Option
Mar 25, 2024
that was the wrong API version actually oops, hashicorp/pandora#4032 new PR for Pandora here
JenGoldstrich
changed the title
Add Support for NonPersistantTPM Confidential VM Encryption Option
Add Support for NonPersistedTPM Confidential VM Encryption Option
Apr 2, 2024
So this feature is actually not in a stable API yet in the virtual machines API, so we have decided to hold off until it is published in a stable API and then we will add support for this feature.
Follow up to #373
Confidential VMs can't be published to multiple regions currently due to the absence of
NonPersistedTPM
option in current galleryimageversion APIThe following needs to be done to solve this issue
Submit a PR to Pandora Azure SDK generation tool to add 2024-03-01 API version which contains the above option.
Update code base to use new version of the SDK, this will require updating a few different clients.
Add logic to parse NonPersistantTPM option, and set it in Confidential VM Encryption type setting, ensuring that it allows multi-region deploys
The text was updated successfully, but these errors were encountered: