mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-10 10:12:39 -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
|
||||
|
||||
Reference in New Issue
Block a user