mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
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:
@@ -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,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user