remove logic now that we have fix in vscode-azurefunctions (#19353)

This commit is contained in:
Vasu Bhog
2022-05-12 15:48:59 -07:00
committed by GitHub
parent 63c6c0631e
commit f53f4fc522
3 changed files with 0 additions and 9 deletions

View File

@@ -44,7 +44,6 @@ export enum CreateAzureFunctionStep {
getConnectionString = 'getConnectionString',
getAzureFunctionName = 'getAzureFunctionName',
getTemplateId = 'getTemplateId',
setAzureWebJobsStorage = 'setAzureWebJobsStorage',
getConnectionStringSettingName = 'getConnectionStringSettingName',
promptForIncludePassword = 'promptForIncludePassword',
}