Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
331 stars 100 forks source link

fix: Http V2 route params update #1491

Open YunchuWang opened 1 month ago

YunchuWang commented 1 month ago

Worker Changes to get route parameters of http invocation request from invocation request "route_params" attributes after host made update in https://github.com/Azure/azure-functions-host/pull/9997.

TODO: Update lc test after lc image released with host version containing the change. Task created https://github.com/Azure/azure-functions-pyfx-planning/issues/363

Description

Fixes #


PR information

Quality of Code and Contribution Guidelines