Skip to content
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

Merged
merged 11 commits into from
Mar 24, 2025
Merged

Trusted Launch for VM/VMSS #27260

merged 11 commits into from
Mar 24, 2025

Conversation

grizzlytheodore
Copy link
Member

@grizzlytheodore grizzlytheodore commented Mar 3, 2025

Description

addressing: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/1477

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • For SDK-based development mode, update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • For autorest-based development mode, include the changelog in the PR description.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

@grizzlytheodore grizzlytheodore requested a review from Sandido March 17, 2025 18:12
Start-AzVmss -ResourceGroupName $rgname -Name $vmssName2
$updated_vmss = Get-AzVmss -ResourceGroupName $rgname -Name $vmssName2;

Assert-Null $updated_vmss.VirtualMAchineProfile.SecurityProfile.SecurityType;
Copy link
Member

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";
Copy link
Member

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.

Copy link
Member

@Sandido Sandido left a 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.

@grizzlytheodore
Copy link
Member Author

can you review/merge @notyashhh

@notyashhh notyashhh added this to the Az 13.4.0 (04/01/2025) milestone Mar 24, 2025
@notyashhh notyashhh merged commit 8b6fd9b into main Mar 24, 2025
12 checks passed
@grizzlytheodore grizzlytheodore deleted the feature/cplat-TLBugMarch2025 branch March 27, 2025 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants