Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
nzthiago opened this issue Sep 22, 2022 · 3 comments · Fixed by #3382
Closed
Assignees
Milestone

Comments

@nzthiago
Copy link
Member

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.

@nturinski
Copy link
Member

Related to #3348

@motm32
Copy link
Contributor

motm32 commented Oct 19, 2022

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?

@nzthiago
Copy link
Member Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants