Azure / azure-powershell

Microsoft Azure PowerShell
Other
4.26k stars 3.87k forks source link

Write a warning when the user creates a function app with a version that will reach EOL within 12 months. #26631

Open Francisco-Gamino opened 2 weeks ago

Francisco-Gamino commented 2 weeks ago

Description

The New-AzFunctionApp cmdlet pulls the function app runtime definitions from the Stacks API. Currently, only runtimes that have not reached EOL are available for function app creation. This issue is to update this code path and display a warning when the runtime version is approaching EOL within 12 months.

Issue script & Debug output

N/A

Environment data

N/A

Module versions

N/A

Error output

N/A