-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Compute] az vm update
: Add support of Gen1 VM to trusted launch upgrade
#29655
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
Compute |
os_disk_name=disk_name) | ||
# Set --enable-secure-boot False and --enable-vtpm True if not specified by end user. | ||
enable_secure_boot = enable_secure_boot if enable_secure_boot is not None else False | ||
# Set --enable-secure-boot True and --enable-vtpm True if not specified by end user. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Request from service team: We should update Gen2 to Trusted launch upgrade logic and set --enable-secure-boot to true by default (if not specific by user).
Gen1 and Gen2 use the same logic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does modifying the default values seem to cause a breaking change in the customer's automated scripts or workflow?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It'll not affect workflow or existing script.
Only potential risk is if they've unsigned drivers running on OS, they'll fail to load with OS boot. It is low % risk approved by Azure Security LT as acceptable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it, thanks~
Related command
az vm update
Description
Gen1 VM to Trusted launch upgrade support
close #29007
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a
: Make some customer-facing breaking change[Component Name 2]
az command b
: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.