Draft
Conversation
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
Contributor
There was a problem hiding this comment.
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
TargetSecurityTypeandTargetVMSecureBootEnabled. - 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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Migrate OOB Release
Checklist