mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-02 01:25:42 -05:00
[SQL Migration] Enable saving assessment/recommendation reports (#1613)
* Implement save assessment report * Implement save recommendation report * Remove unnecessary content files after updating NuGet version
This commit is contained in:
@@ -88,6 +88,11 @@ namespace Microsoft.SqlTools.ServiceLayer.Migration.Contracts
|
||||
/// SQL instance requirements, representing an aggregated view of the performance requirements of the source instance
|
||||
/// </summary>
|
||||
public SqlInstanceRequirements InstanceRequirements { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// File paths where the recommendation reports were saved
|
||||
/// </summary>
|
||||
public List<string> SkuRecommendationReportPaths { get; set; }
|
||||
}
|
||||
|
||||
public class GetSkuRecommendationsRequest
|
||||
|
||||
@@ -36,6 +36,10 @@ namespace Microsoft.SqlTools.ServiceLayer.Migration.Contracts
|
||||
/// Contains the raw assessment response
|
||||
/// </summary>
|
||||
public ISqlMigrationAssessmentModel RawAssessmentResult { get; set; }
|
||||
/// <summary>
|
||||
/// File path where the assessment report was saved
|
||||
/// </summary>
|
||||
public string AssessmentReportPath { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user