Skip to content

Commit 35a60b4

Browse files
authored
change storage account link (#20851)
1 parent e083a88 commit 35a60b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataMigration/DataMigration.Autorest/custom/Cmdlets/New-AzDataMigrationLoginsMigration.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function New-AzDataMigrationLoginsMigration
9494
#Downloading and extracting LoginsMigration Zip file
9595
if(-Not $TestExePath)
9696
{
97-
$ZipSource = "https://sqlloginmigration.blob.core.windows.net/app/LoginsMigration.zip";
97+
$ZipSource = "https://sqlassess.blob.core.windows.net/app/LoginsMigration.zip";
9898
$ZipDestination = Join-Path -Path $BaseFolder -ChildPath "LoginsMigration.zip";
9999
Invoke-RestMethod -Uri $ZipSource -OutFile $ZipDestination;
100100

0 commit comments

Comments
 (0)