mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 01:25:37 -05:00
Resetting subscriptions after AD tenant is changed in migration wizard (#14656)
* Resetting subscriptions after AD tenant is changed * removing migration in progress info message at the end * printing migration started errors in console.
This commit is contained in:
@@ -118,6 +118,9 @@ export class AccountsSelectionPage extends MigrationWizardPage {
|
||||
*/
|
||||
if (value.selected) {
|
||||
this.migrationStateModel._azureAccount.properties.tenants = [this.migrationStateModel.getTenant(value.index)];
|
||||
this.migrationStateModel._subscriptions = undefined!;
|
||||
this.migrationStateModel._targetSubscription = undefined!;
|
||||
this.migrationStateModel._databaseBackup.subscription = undefined!;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user