You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Migrate/Az.Migrate.psd1
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
#
4
4
# Generated by: Microsoft Corporation
5
5
#
6
-
# Generated on: 2/19/2021
6
+
# Generated on: 3/23/2021
7
7
#
8
8
9
9
@{
@@ -12,7 +12,7 @@
12
12
RootModule='./Az.Migrate.psm1'
13
13
14
14
# Version number of this module.
15
-
ModuleVersion='1.0.0'
15
+
ModuleVersion='1.0.1'
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions='Core','Desktop'
@@ -124,10 +124,7 @@ PrivateData = @{
124
124
# IconUri = ''
125
125
126
126
# ReleaseNotes of this module
127
-
ReleaseNotes='* Az.Migrate GA
128
-
* Incorporated Initialize-AzMigrateReplicationInfrastructure as a cmdlet in the Az.Migrate module, from the external script that is run currently today.
129
-
* Made some parameters of New-AzMigrateServerReplication, New-AzMigrateDiskMapping case insensitive.
130
-
* Added support for scale appliance change, to handle new V3 keys.'
127
+
ReleaseNotes='* Nullref Bug fixed in get discovered server and initialize replication infrastructure commandlets.'
Copy file name to clipboardExpand all lines: src/Migrate/Changelog.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,9 @@
19
19
-->
20
20
## Upcoming Release
21
21
22
+
## Version 1.0.1
23
+
* Nullref Bug fixed in get discovered server and initialize replication infrastructure commandlets.
24
+
22
25
## Version 1.0.0
23
26
* Az.Migrate GA
24
27
* Incorporated Initialize-AzMigrateReplicationInfrastructure as a cmdlet in the Az.Migrate module, from the external script that is run currently today.
0 commit comments