File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
DataMigration.Autorest/custom/Cmdlets Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ function New-AzDataMigrationSqlServerSchema
8888 $TestExePath = Test-Path - Path $ExePath ;
8989
9090 # Console app download address
91- $ZipSource = " https://migrationapps.blob.core.windows.net/schemamigration/SqlSchemaMigration.zip " ;
91+ $ZipSource = " https://aka.ms/sqlschemamigrationpackage " ;
9292 $ZipDestination = Join-Path - Path $BaseFolder - ChildPath " SqlSchemaMigration.zip" ;
9393
9494 if (-Not $TestExePath )
@@ -108,7 +108,7 @@ function New-AzDataMigrationSqlServerSchema
108108
109109 # Get latest console app version
110110 Write-Host " Checking whether there is newer version..." ;
111- $VersionFileSource = " https://migrationapps.blob.core.windows.net/schemamigration/consoleappversion.json " ;
111+ $VersionFileSource = " aka.ms/sqlschemamigrationversion " ;
112112 $VersionFileDestination = Join-Path - Path $BaseFolder - ChildPath " consoleappversion.json" ;
113113 Invoke-RestMethod - Uri $VersionFileSource - OutFile $VersionFileDestination ;
114114 $jsonObj = Get-Content $VersionFileDestination | Out-String | ConvertFrom-Json ;
@@ -186,4 +186,4 @@ function New-AzDataMigrationSqlServerSchema
186186 throw $_
187187 }
188188 }
189- }
189+ }
Original file line number Diff line number Diff line change 1818 - Additional information about change #1
1919-->
2020## Upcoming Release
21+ * Updated Sql schema migration and version package to new url.
2122
2223## Version 0.14.9
2324* Upgraded nuget package to signed package.
You can’t perform that action at this time.
0 commit comments