microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
290 stars 133 forks source link

There is no option "Select an OS" when creating an advanced PowerShell 7.4 (Preview) function app #4015

Open v-ruizh opened 8 months ago

v-ruizh commented 8 months ago

OS: All Build Version: 20240301.18 Regression: Not a Regression

Repro Steps:

  1. F1 -> Azure Functions: Create Function App in Azure...(Advanced) -> Configure the following options with PowerShell 7.4 (Preview) runtime selected.
  2. Check whether there is an option "Select an OS" in creation steps.

Expect: There is an option "Select an OS" when creating an advanced PowerShell 7.4 (Preview) function app. image

Actual: There is no option "Select an OS" when creating an advanced PowerShell 7.4 (Preview) function app.

More Info: This issue doesn't reproduce when creating an advanced PowerShell 7.2 function app.