mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 01:25:36 -05:00
Updating assessment api response object in SQL Migration (#16334)
* Modifying the get assessments api to match the new specs * fixing property name * Updating sts version
This commit is contained in:
@@ -29,7 +29,7 @@ export class SqlMigrationService implements mssql.ISqlMigrationService {
|
||||
context.registerService(constants.SqlMigrationService, this);
|
||||
}
|
||||
|
||||
async getAssessments(ownerUri: string): Promise<mssql.SqlMigrationAssessmentResult | undefined> {
|
||||
async getAssessments(ownerUri: string): Promise<mssql.AssessmentResult | undefined> {
|
||||
let params: contracts.SqlMigrationAssessmentParams = { ownerUri: ownerUri };
|
||||
try {
|
||||
return this.client.sendRequest(contracts.GetSqlMigrationAssessmentItemsRequest.type, params);
|
||||
|
||||
Reference in New Issue
Block a user