mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
[SQL Migration] Add buttons to allow saving assessment/recommendation reports (#20212)
* Implement save assessment report * Implement save recommendation report
This commit is contained in:
2
extensions/mssql/src/mssql.d.ts
vendored
2
extensions/mssql/src/mssql.d.ts
vendored
@@ -541,6 +541,7 @@ declare module 'mssql' {
|
||||
sqlMiRecommendationResults: PaaSSkuRecommendationResultItem[];
|
||||
sqlVmRecommendationResults: IaaSSkuRecommendationResultItem[];
|
||||
instanceRequirements: SqlInstanceRequirements;
|
||||
skuRecommendationReportPaths: string[];
|
||||
}
|
||||
|
||||
// SKU recommendation enums, mirrored from Microsoft.SqlServer.Migration.SkuRecommendation
|
||||
@@ -785,6 +786,7 @@ declare module 'mssql' {
|
||||
assessmentResult: ServerAssessmentProperties;
|
||||
rawAssessmentResult: any;
|
||||
errors: ErrorModel[];
|
||||
assessmentReportPath: string;
|
||||
}
|
||||
|
||||
export interface ISqlMigrationService {
|
||||
|
||||
Reference in New Issue
Block a user