diff --git a/src/commands/createFunction/FunctionListStep.ts b/src/commands/createFunction/FunctionListStep.ts index 898c57ce3..547edaee4 100644 --- a/src/commands/createFunction/FunctionListStep.ts +++ b/src/commands/createFunction/FunctionListStep.ts @@ -201,7 +201,15 @@ export class FunctionListStep extends AzureWizardPromptStepundefined, + onPicked: () => { /* do nothing */ } + }) + } else if (language === ProjectLanguage.CSharp || language === ProjectLanguage.Java || language === ProjectLanguage.Python || language === ProjectLanguage.TypeScript) { + // NOTE: Only show this if we actually found other templates picks.push({ label: localize('openAPI', 'HTTP trigger(s) from OpenAPI V2/V3 Specification (Preview)'), data: 'openAPI',