We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f1e06 commit da77cbfCopy full SHA for da77cbf
1 file changed
appservice/src/createAppService/AppServicePlanListStep.ts
@@ -25,7 +25,7 @@ export class AppServicePlanListStep extends AzureWizardPromptStep<IAppServiceWiz
25
this._suppressCreate = suppressCreate;
26
27
// Start retrieving the appservice plans right away; tracks the concurrent list call in `context.plansTask`
28
- AppServicePlanListStep.getPlans(context);
+ void AppServicePlanListStep.getPlans(context);
29
}
30
31
public static async getPlans(context: IAppServiceWizardContext): Promise<AppServicePlan[]> {
0 commit comments