Azure / Azure/azure-functions-powershell-worker
New Programming Model - override the new PM Module with managed dependency version
Open
- Dominant language
- C#
- Stars
- 215
- Forks
- 61
- Avg merge
- 21h 4m
- Merged PRs (30d)
- 6
Description
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 not loaded until the first function invocation. This module must be available before or during the ProcessFunctionMetadataRequest call.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.