From bb40a71166603ca98be75df9279883a3bb765a6b Mon Sep 17 00:00:00 2001 From: AkshayMata Date: Fri, 3 Mar 2023 08:35:57 -0800 Subject: [PATCH] Update migration service (#22135) This PR bumps up the Migration Service version to 4.5.0.38. This version includes login migration nuget changes to expose error codes to the user. --- extensions/sql-migration/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/sql-migration/config.json b/extensions/sql-migration/config.json index 19bfc195f8..4404cb7c8b 100644 --- a/extensions/sql-migration/config.json +++ b/extensions/sql-migration/config.json @@ -1,7 +1,7 @@ { "downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/{#version#}/microsoft.sqltools.migration-{#fileName#}", "useDefaultLinuxRuntime": true, - "version": "4.5.0.37", + "version": "4.5.0.38", "downloadFileNames": { "Windows_86": "win-x86-net7.0.zip", "Windows": "win-x64-net7.0.zip",