-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Trusted Launch for VM/VMSS #27260
Trusted Launch for VM/VMSS #27260
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
src/Compute/Compute/Strategies/ComputeRp/VirtualMachineScaleSetStrategy.cs
Show resolved
Hide resolved
…re/azure-powershell into feature/cplat-TLBugMarch2025
Start-AzVmss -ResourceGroupName $rgname -Name $vmssName2 | ||
$updated_vmss = Get-AzVmss -ResourceGroupName $rgname -Name $vmssName2; | ||
|
||
Assert-Null $updated_vmss.VirtualMAchineProfile.SecurityProfile.SecurityType; |
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.
nitpick, A shouldnt be capitalized.
@@ -5283,7 +5295,7 @@ function Test-VirtualMachineScaleSetDefaultImgWhenStandard | |||
{ | |||
# Setup | |||
$rgname = Get-ComputeTestResourceName; | |||
$loc = Get-ComputeVMLocation; | |||
$loc = "westus2"; |
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.
future improvement, is there an API to call to see if there is availability in a region then select that region? I think the sku vm list api can do this.
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.
no blocking comments, approving.
can you review/merge @notyashhh |
Description
addressing: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/1477
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.