mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
Update to nuget with serializable error code strings (#1998)
https://github.com/microsoft/sqltoolsservice/pull/1998
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
<PackageReference Update="Microsoft.Azure.Kusto.Language" Version="9.0.4" />
|
<PackageReference Update="Microsoft.Azure.Kusto.Language" Version="9.0.4" />
|
||||||
<PackageReference Update="Microsoft.SqlServer.Assessment" Version="[1.1.17]" />
|
<PackageReference Update="Microsoft.SqlServer.Assessment" Version="[1.1.17]" />
|
||||||
<PackageReference Update="Microsoft.SqlServer.Migration.Assessment" Version="1.0.20230301.46" />
|
<PackageReference Update="Microsoft.SqlServer.Migration.Assessment" Version="1.0.20230301.46" />
|
||||||
<PackageReference Update="Microsoft.SqlServer.Migration.Logins" Version="1.0.20230321.50" />
|
<PackageReference Update="Microsoft.SqlServer.Migration.Logins" Version="1.0.20230407.56" />
|
||||||
<PackageReference Update="Microsoft.SqlServer.Management.SqlParser" Version="170.7.0" />
|
<PackageReference Update="Microsoft.SqlServer.Management.SqlParser" Version="170.7.0" />
|
||||||
<PackageReference Update="Microsoft.SqlServer.Migration.Tde" Version="1.0.20230403.55" />
|
<PackageReference Update="Microsoft.SqlServer.Migration.Tde" Version="1.0.20230403.55" />
|
||||||
<PackageReference Update="Microsoft.Azure.OperationalInsights" Version="1.0.0" />
|
<PackageReference Update="Microsoft.Azure.OperationalInsights" Version="1.0.0" />
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -79,7 +79,7 @@ namespace Microsoft.SqlTools.Migration.Contracts
|
|||||||
public class LoginMigrationResult
|
public class LoginMigrationResult
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Start time of the assessment
|
/// Exceptions per logins
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public IDictionary<string, IEnumerable<LoginMigrationException>> ExceptionMap { get; set; }
|
public IDictionary<string, IEnumerable<LoginMigrationException>> ExceptionMap { get; set; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user