bug - use new cancel/cutover api format (#19037)

* bug - use new cancel/cutover api format

* fix telemetry bug with unregistered ir
This commit is contained in:
brian-harris
2022-04-12 19:50:14 -07:00
committed by GitHub
parent b342a2df7e
commit fcd4c6e15b
3 changed files with 7 additions and 8 deletions

View File

@@ -1628,7 +1628,7 @@ export class MigrationStateModel implements Model, vscode.Disposable {
'targetDatabaseName': this._targetDatabaseNames[i],
'serverName': this._targetServerInstance.name,
'sqlMigrationServiceId': Buffer.from(this._sqlMigrationService?.id!).toString('base64'),
'irRegistered': (this._nodeNames.length > 0).toString(),
'irRegistered': (this._nodeNames?.length > 0).toString(),
'wizardEntryPoint': wizardEntryPoint,
},
{