We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e083a88 commit 35a60b4Copy full SHA for 35a60b4
src/DataMigration/DataMigration.Autorest/custom/Cmdlets/New-AzDataMigrationLoginsMigration.ps1
@@ -94,7 +94,7 @@ function New-AzDataMigrationLoginsMigration
94
#Downloading and extracting LoginsMigration Zip file
95
if(-Not $TestExePath)
96
{
97
- $ZipSource = "https://sqlloginmigration.blob.core.windows.net/app/LoginsMigration.zip";
+ $ZipSource = "https://sqlassess.blob.core.windows.net/app/LoginsMigration.zip";
98
$ZipDestination = Join-Path -Path $BaseFolder -ChildPath "LoginsMigration.zip";
99
Invoke-RestMethod -Uri $ZipSource -OutFile $ZipDestination;
100
0 commit comments