vscode-azurefunctions icon indicating copy to clipboard operation
vscode-azurefunctions copied to clipboard

Show warning when a stack is selected that has an upcoming or is past its end of life (EOL)

Open nzthiago opened this issue 3 years ago • 1 comments

The Azure Functions Stacks API has been updated to include End of Life dates based on our Azure Functions language runtime support policy table.

We now would like to have the Azure Functions extension for VS Code to show warnings when a stack is selected and has an EOL date within 6 months (or if EOL already passed).

Verbiage for the warning can be based on the Important note on the Azure Functions runtime versions overview documentation: "After the deadline, function apps can be created and deployed, and existing apps continue to run. However, your apps won't be eligible for new features, security patches, performance optimizations, and support until you upgrade them".

This extension already uses the Stacks API.

nzthiago avatar Sep 22 '22 22:09 nzthiago

Related to https://github.com/microsoft/vscode-azurefunctions/issues/3348

nturinski avatar Sep 22 '22 23:09 nturinski

Hi @nzthiago I noticed in the Azure Functions Stacks API that Powershell 7.0 and 7.2 do not have an associated End of Life date. Is that something that will be added?

motm32 avatar Oct 19 '22 20:10 motm32

Hi @nzthiago I noticed in the Azure Functions Stacks API that Powershell 7.0 and 7.2 do not have an associated End of Life date. Is that something that will be added?

It looks like the dates were added by @Francisco-Gamino with this PR five days ago to address this. They should start showing up when a future deployment includes this PR.

nzthiago avatar Oct 19 '22 20:10 nzthiago