Skip to content

Commit a26241d

Browse files
authored
Release Az.Migrate 2021-01-21 (#13995) (#14027)
1 parent 41def27 commit a26241d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

src/Migrate/Az.Migrate.psd1

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = './Az.Migrate.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.1'
15+
ModuleVersion = '0.2.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -107,7 +107,12 @@
107107
# IconUri = ''
108108

109109
# ReleaseNotes of this module
110-
ReleaseNotes = 'First preview release for module Az.Migrate'
110+
ReleaseNotes = '* Bug fixed in update replication migration item to pass all properties (changed/unchanged) to service, and not just the changed ones.
111+
* Bug fixed in enable migrate to pick correct run as account id for VMware Cbt provider.
112+
* Added new parameter (MachineName) in get replication migration item, to get replication migration item by friendly name.
113+
* 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.
114+
* Fix to in online URLs of existing code doc.'
115+
111116

112117
# Prerelease string of this module
113118
# Prerelease = ''

src/Migrate/Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
## Version 0.2.0
2122
* Bug fixed in update replication migration item to pass all properties (changed/unchanged) to service, and not just the changed ones.
2223
* Bug fixed in enable migrate to pick correct run as account id for VMware Cbt provider.
2324
* Added new parameter (MachineName) in get replication migration item, to get replication migration item by friendly name.

src/Migrate/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("49de559e-8965-4e80-ba75-d2f2266a0abd")]
27-
[assembly: AssemblyVersion("0.1.0")]
28-
[assembly: AssemblyFileVersion("0.1.0")]
27+
[assembly: AssemblyVersion("0.2.0")]
28+
[assembly: AssemblyFileVersion("0.2.0")]

0 commit comments

Comments
 (0)