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
88
88
$TestExePath = Test-Path - Path $ExePath ;
89
89
90
90
# Console app download address
91
- $ZipSource = " https://migrationapps.blob.core.windows.net/schemamigration/SqlSchemaMigration.zip " ;
91
+ $ZipSource = " https://aka.ms/sqlschemamigrationpackage " ;
92
92
$ZipDestination = Join-Path - Path $BaseFolder - ChildPath " SqlSchemaMigration.zip" ;
93
93
94
94
if (-Not $TestExePath )
@@ -108,7 +108,7 @@ function New-AzDataMigrationSqlServerSchema
108
108
109
109
# Get latest console app version
110
110
Write-Host " Checking whether there is newer version..." ;
111
- $VersionFileSource = " https://migrationapps.blob.core.windows.net/schemamigration/consoleappversion.json " ;
111
+ $VersionFileSource = " aka.ms/sqlschemamigrationversion " ;
112
112
$VersionFileDestination = Join-Path - Path $BaseFolder - ChildPath " consoleappversion.json" ;
113
113
Invoke-RestMethod - Uri $VersionFileSource - OutFile $VersionFileDestination ;
114
114
$jsonObj = Get-Content $VersionFileDestination | Out-String | ConvertFrom-Json ;
@@ -186,4 +186,4 @@ function New-AzDataMigrationSqlServerSchema
186
186
throw $_
187
187
}
188
188
}
189
- }
189
+ }
Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
+ * Updated Sql schema migration and version package to new url.
21
22
22
23
## Version 0.14.9
23
24
* Upgraded nuget package to signed package.
You can’t perform that action at this time.
0 commit comments