mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
Target Page Changes (#14421)
* target page changes * remove SourceConfigurationPage * fix build errors * fixed build errors * passing selected Dbs on to migration state model * code cleanup * fix build errors
This commit is contained in:
@@ -85,6 +85,7 @@ export class MigrationStateModel implements Model, vscode.Disposable {
|
||||
public _targetManagedInstance!: SqlManagedInstance;
|
||||
|
||||
public _databaseBackup!: DatabaseBackupModel;
|
||||
public _migrationDbs!: string[];
|
||||
public _storageAccounts!: StorageAccount[];
|
||||
public _fileShares!: azureResource.FileShare[];
|
||||
public _blobContainers!: azureResource.BlobContainer[];
|
||||
|
||||
Reference in New Issue
Block a user