Azure / azure-functions-powershell-library

MIT License
2 stars 3 forks source link

Generic binding/Addl binding parameters not supported #3

Closed andystaples closed 2 years ago

andystaples commented 2 years ago

Right now, only bindings that are explicitly coded and the parameters to those bindings that have been declared are supported. Consider adding a generic binding type or a way to inject additional parameters into a binding.