From 5a015aee9d11ba5480bd9852268076ef4cee92cf Mon Sep 17 00:00:00 2001 From: msJinLei Date: Thu, 21 Jan 2021 13:33:45 +0800 Subject: [PATCH] Release Az.Migrate 2021-01-21 --- src/Migrate/Az.Migrate.psd1 | 9 +++++++-- src/Migrate/Changelog.md | 1 + src/Migrate/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/Migrate/Az.Migrate.psd1 b/src/Migrate/Az.Migrate.psd1 index cf6d959b2e25..cc3f12556d2f 100644 --- a/src/Migrate/Az.Migrate.psd1 +++ b/src/Migrate/Az.Migrate.psd1 @@ -12,7 +12,7 @@ RootModule = './Az.Migrate.psm1' # Version number of this module. - ModuleVersion = '0.1.1' + ModuleVersion = '0.2.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -107,7 +107,12 @@ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = 'First preview release for module Az.Migrate' + ReleaseNotes = '* Bug fixed in update replication migration item to pass all properties (changed/unchanged) to service, and not just the changed ones. +* Bug fixed in enable migrate to pick correct run as account id for VMware Cbt provider. +* Added new parameter (MachineName) in get replication migration item, to get replication migration item by friendly name. +* Bug fixed in enable migrate to stop passing Target Boot Diagnostic Storage Account if it is in a different subscription id than the target VM. +* Fix to in online URLs of existing code doc.' + # Prerelease string of this module # Prerelease = '' diff --git a/src/Migrate/Changelog.md b/src/Migrate/Changelog.md index 7bab8ca52eed..5c0f3f716f28 100644 --- a/src/Migrate/Changelog.md +++ b/src/Migrate/Changelog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +## Version 0.2.0 * Bug fixed in update replication migration item to pass all properties (changed/unchanged) to service, and not just the changed ones. * Bug fixed in enable migrate to pick correct run as account id for VMware Cbt provider. * Added new parameter (MachineName) in get replication migration item, to get replication migration item by friendly name. diff --git a/src/Migrate/Properties/AssemblyInfo.cs b/src/Migrate/Properties/AssemblyInfo.cs index 8d926137de46..cb5c46b479bc 100644 --- a/src/Migrate/Properties/AssemblyInfo.cs +++ b/src/Migrate/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("49de559e-8965-4e80-ba75-d2f2266a0abd")] -[assembly: AssemblyVersion("0.1.0")] -[assembly: AssemblyFileVersion("0.1.0")] +[assembly: AssemblyVersion("0.2.0")] +[assembly: AssemblyFileVersion("0.2.0")]