File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 12
12
RootModule = ' ./Az.Migrate.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.1.1 '
15
+ ModuleVersion = ' 0.2.0 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
107
107
# IconUri = ''
108
108
109
109
# 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
+
111
116
112
117
# Prerelease string of this module
113
118
# Prerelease = ''
Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
+ ## Version 0.2.0
21
22
* Bug fixed in update replication migration item to pass all properties (changed/unchanged) to service, and not just the changed ones.
22
23
* Bug fixed in enable migrate to pick correct run as account id for VMware Cbt provider.
23
24
* Added new parameter (MachineName) in get replication migration item, to get replication migration item by friendly name.
Original file line number Diff line number Diff line change 24
24
[ assembly: ComVisible ( false ) ]
25
25
[ assembly: CLSCompliant ( false ) ]
26
26
[ 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" ) ]
You can’t perform that action at this time.
0 commit comments