mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
Add back common extension linting rules (#23271)
* Add back common extension linting rules * Fix lint issues
This commit is contained in:
@@ -1468,7 +1468,7 @@ export class DatabaseBackupPage extends MigrationWizardPage {
|
||||
|
||||
private async getSubscriptionValues(): Promise<void> {
|
||||
this._networkShareContainerSubscription.value = this.migrationStateModel._targetSubscription.name;
|
||||
this._networkShareContainerLocation.value = await this.migrationStateModel._location.displayName;
|
||||
this._networkShareContainerLocation.value = this.migrationStateModel._location.displayName;
|
||||
|
||||
this._blobContainerSubscription.value = this.migrationStateModel._targetSubscription.name;
|
||||
this._blobContainerLocation.value = this.migrationStateModel._location.displayName;
|
||||
|
||||
Reference in New Issue
Block a user