Skip to content

Conversation

grizzlytheodore
Copy link
Contributor

@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
Contributor

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.

# Setup
$rgname = Get-ComputeTestResourceName;
$loc = Get-ComputeVMLocation;
$loc = "westus2";
Copy link
Contributor

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
Contributor

@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
Contributor 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