Change Azure region dropdown to use azurecore API (#11131)

* Change Azure region dropdown to use azurecore API for getting display name

* Fix compile errors

* Adding a few things to the vscodeignore

* and another
This commit is contained in:
Charles Gagnon
2020-06-29 12:44:04 -07:00
committed by GitHub
parent e540096e07
commit 064ada1d2f
13 changed files with 70 additions and 90 deletions

View File

@@ -23,7 +23,7 @@ export abstract class WizardPageBase<T> {
return this._wizard;
}
public onEnter(): void { }
public async onEnter(): Promise<void> { }
public onLeave(): void { }