Skip to content

Commit b9b379c

Browse files
YanaXusinghabh27
andauthored
[Migrage] Error message update (#28299)
Co-authored-by: singhabh27 <[email protected]>
1 parent f7c0407 commit b9b379c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Migrate/Migrate.Autorest/custom/New-AzMigrateServerReplication.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ public static int hashForArtifact(String artifact)
721721
}
722722

723723
if (-not $HasTargetAVZone -and $disk.DiskType -eq "PremiumV2_LRS") {
724-
throw "Premium SSD V2 disk can only be attached to zonal VMs."
724+
throw "The Availability zone has not been provided for the Premium SSD V2 disk."
725725
}
726726

727727
$res = $uniqueDiskUuids.Add($disk.DiskId)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "d4fe748d-7894-48d5-b634-38de021616c3"
2+
"generate_Id": "4e55833b-f8ae-4cf1-9514-f2c589c80cae"
33
}

0 commit comments

Comments
 (0)