mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
* Hide more info for assessment issues without help links * Add info box about blob container folders * WIP - reuse create DMS dialog for IR registration * Revert "Add info box about blob container folders" This reverts commit 30b8892ea7918841a6466b59058181062d367ba5. * Add help link to target platform selection page explaining Azure SQL offerings * Revert "WIP - reuse create DMS dialog for IR registration" This reverts commit 5fac6b5c7148b2520cc42ce9fad549cde28baba2. * Don't show storage account warning banner for DB scenario * Vbump extension and migration service * Test - fix http request format from chsuh/fixFormat * Add instructions for table mapping and schema migration * Revert "Test - fix http request format from chsuh/fixFormat" This reverts commit 4992603532e98dff3b7ba6f04ba9304d173fc5ad.
21 lines
634 B
JSON
21 lines
634 B
JSON
{
|
|
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/{#version#}/microsoft.sqltools.migration-{#fileName#}",
|
|
"useDefaultLinuxRuntime": true,
|
|
"version": "4.7.0.3",
|
|
"downloadFileNames": {
|
|
"Windows_86": "win-x86-net7.0.zip",
|
|
"Windows": "win-x64-net7.0.zip",
|
|
"OSX": "osx-x64-net7.0.tar.gz",
|
|
"Linux": "rhel-x64-net7.0.tar.gz"
|
|
},
|
|
"installDirectory": "./migrationService/{#platform#}/{#version#}",
|
|
"executableFiles": ["MicrosoftSqlToolsMigration", "MicrosoftSqlToolsMigration.exe"],
|
|
"retry": {
|
|
"retries": 3,
|
|
"factor": 2,
|
|
"minTimeout": 1000,
|
|
"maxTimeout": 300000,
|
|
"randomize": false
|
|
}
|
|
}
|