Skip to content

Migrate OOB Release#29270

Draft
azure-powershell-bot wants to merge 1 commit intomainfrom
oob/Migrate
Draft

Migrate OOB Release#29270
azure-powershell-bot wants to merge 1 commit intomainfrom
oob/Migrate

Conversation

@azure-powershell-bot
Copy link
Collaborator

Description

Migrate OOB Release

Checklist

  • SHOULD select appropriate branch. Cmdlets from Autorest.PowerShell should go to generation branch.
  • SHOULD make the title of PR clear and informative, and in the present imperative tense.
  • SHOULD update ChangeLog.md file(s) appropriately
    • For any service, the ChangeLog.md file can be found at 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. Add changelog in description section if PR goes into generation branch.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD have approved design review for the changes in this repository (Microsoft internal only) with following situations
    • Create new module from scratch
    • Create new resource types which are not easy to conform to Azure PowerShell Design Guidelines
    • Create new resource type which name doesn't use module name as prefix
    • Have design question before implementation
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT introduce breaking changes in Az minor release except preview version.
  • SHOULD NOT adjust version of module manually in pull request

Copilot AI review requested due to automatic review settings March 15, 2026 03:59
@azure-client-tools-bot-prd
Copy link

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

Copy link
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 updates the Azure PowerShell Az.Migrate module metadata and packaging artifacts to publish an out-of-band (OOB) release for version 2.12.0, including updated cmdlet serialization and distribution manifests.

Changes:

  • Bumped Az.Migrate version references from 2.11.0 to 2.12.0 across module manifests, assembly info, docs feed CSV, and tooling manifests.
  • Updated serialized cmdlet metadata to include TargetSecurityType and TargetVMSecureBootEnabled.
  • Added release notes/changelog content describing the new parameters.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
tools/Tools.Common/SerializedCmdlets/Az.Migrate.json Bumps module version and adds serialized parameter metadata for new cmdlet parameters.
tools/Docs/az-ps-latest-1.csv Updates docs release package reference to Az.Migrate 2.12.0.
tools/AzPreview/AzPreview.psd1 Updates AzPreview bundle dependency to Az.Migrate 2.12.0.
tools/Az/Az.psd1 Updates Az bundle dependency to Az.Migrate 2.12.0.
src/Migrate/Migrate/Properties/AssemblyInfo.cs Bumps assembly and file versions to 2.12.0.
src/Migrate/Migrate/ChangeLog.md Adds a 2.12.0 section documenting the parameter additions.
src/Migrate/Migrate/Az.Migrate.psd1 Updates ModuleVersion/dependency and refreshes ReleaseNotes for 2.12.0.

## Upcoming Release

## Version 2.12.0
* Added 'TargetSecurityType' and 'TargetVMSecureBootEnabled' parameters to 'New-AzMigrateServerReplication' to support Trusted Launch VM (TVM) security type during server replication
# ReleaseNotes of this module
ReleaseNotes = '* Updated DefaultCrashConsistentFrequencyInMinutes and DefaultAppConsistentFrequencyInMinutes to align with Azure Portal UX for Replication Policy
- ''New-AzMigrateLocalServerReplication'''
ReleaseNotes = '* Added ''TargetSecurityType'' and ''TargetVMSecureBootEnabled'' parameters to ''New-AzMigrateServerReplication'' to support Trusted Launch VM (TVM) security type during server replication'
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.

2 participants