Skip to content

add breaking change pre-announcements for StackHCIVM SecureString par…#29332

Open
shraddhasun wants to merge 1 commit intoAzure:mainfrom
shraddhasun:users/shraddha/stackhcivm-bc-securestring
Open

add breaking change pre-announcements for StackHCIVM SecureString par…#29332
shraddhasun wants to merge 1 commit intoAzure:mainfrom
shraddhasun:users/shraddha/stackhcivm-bc-securestring

Conversation

@shraddhasun
Copy link
Copy Markdown
Member

@shraddhasun shraddhasun commented Mar 27, 2026

…ameter type changes

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • 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.
    • 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

Copilot AI review requested due to automatic review settings March 27, 2026 19:39
@azure-client-tools-bot-prd
Copy link
Copy Markdown

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

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds breaking-change pre-announcements for the StackHCIVM module ahead of planned parameter type changes (String → SecureString), so users get advance notice before the API surface changes.

Changes:

  • Added an ## Upcoming Release changelog entry describing the upcoming SecureString parameter type changes.
  • Added ParameterBreakingChangeAttribute annotations to the custom cmdlet parameters (ImagePath, AdminPassword).
  • Added AutoRest README directives to emit breaking-change announcements for the same parameter type changes.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
src/StackHCIVM/StackHCIVM/ChangeLog.md Adds an upcoming-release note to inform users about the planned breaking changes.
src/StackHCIVM/StackHCIVM.Autorest/custom/New-AzStackHCIVMVirtualMachine_New.ps1 Adds a breaking change attribute for the AdminPassword parameter type change announcement.
src/StackHCIVM/StackHCIVM.Autorest/custom/New-AzStackHCIVMImage.ps1 Adds a breaking change attribute for the ImagePath parameter type change announcement.
src/StackHCIVM/StackHCIVM.Autorest/README.md Adds AutoRest directives to generate breaking change announcements for the parameter type changes.

@NoriZC
Copy link
Copy Markdown
Contributor

NoriZC commented Mar 27, 2026

/azp run

@azure-pipelines
Copy link
Copy Markdown
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants