mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 01:25:38 -05:00
improve migration context loading (#16696)
This commit is contained in:
@@ -30,6 +30,7 @@ export class MigrationCutoverDialogModel {
|
||||
this._migration.subscription,
|
||||
this._migration.migrationContext,
|
||||
this._migration.sessionId!,
|
||||
this._migration.asyncUrl
|
||||
));
|
||||
|
||||
sendSqlMigrationActionEvent(
|
||||
@@ -98,7 +99,7 @@ export class MigrationCutoverDialogModel {
|
||||
}
|
||||
|
||||
public isBlobMigration(): boolean {
|
||||
return this._migration.migrationContext.properties.backupConfiguration.sourceLocation?.azureBlob !== undefined;
|
||||
return this._migration.migrationContext.properties.backupConfiguration?.sourceLocation?.azureBlob !== undefined;
|
||||
}
|
||||
|
||||
public confirmCutoverStepsString(): string {
|
||||
|
||||
Reference in New Issue
Block a user