azure-functions-powershell-worker
azure-functions-powershell-worker copied to clipboard
Make PowerShell 7.2 the default when creating a PowerShell function app
Make PowerShell 7.2 the default when creating a PowerShell function app.
This is the list of clients to be updated:
- Core Tools (update local.settings.json value to be
7.2) - Stacks API (this will update the UX, VSCode Extension, and Az CLI)
- Az.Functions cmdlets
Work on this after PowerShell 7.2 is GA.
The following clients have been updated:
- Core Tools (update local.settings.json value to be 7.2) --> https://github.com/Azure/azure-functions-core-tools/pull/3135
- Stacks API (this will update the UX, VSCode Extension, and Az CLI) --> https://github.com/Azure/azure-functions-ux/pull/6827
- Az.Functions cmdlets --> TBA
This work item has been completed.