azure-functions-powershell-worker
azure-functions-powershell-worker copied to clipboard
PowerShell language worker for Azure Functions.
### Issue describing the changes in this PR Adds support for worker indexing to the functions worker ### Pull request checklist * [ ] My changes **do not** require documentation...
Add more samples for different triggers (Ex: EventHub, Queue) to the examples folder for reference.
This is the list of docs that need to be updated: https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference-powershell?tabs=portal#powershell-versions
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`) -...
Upgrade PowerShell 7.0 to SDK 7.0.12 For more info, please see https://github.com/PowerShell/PowerShell/releases/tag/v7.0.12.
Upgrade PowerShell 7.2 to SDK 7.2.6 For more info, please see https://github.com/PowerShell/PowerShell/releases/tag/v7.2.6.
### Issue describing the changes in this PR resolves #issue_for_this_pr ### Pull request checklist * [ ] My changes **do not** require documentation changes * [ ] Otherwise: Documentation issue...
When customer specifies a version of AzureFunctions.PowerShell.SDK in requirements.psd1, it should override the version that was bundled with the worker for indexing. Currently, it will not, as managed dependencies are...
There is usage in the existing, experimental PowerShell worker on Azure Functions v1, and we should write a doc that helps with the transition onto v2.