Microsoft.Azure.Functions.Worker.Sdk 1.18.0
·
232 commits
to main
since this release
What's Changed
Microsoft.Azure.Functions.Worker.Sdk 1.18.0
- Fix incorrect function version in build message (#2606)
- Fix inner build failures when central package management is enabled (#2689)
- Add support to publish a Function App (Flex Consumption) with
ZipDeploy(#2712)- Add
'UseBlobContainerDeploy'property to identify when to useOneDeploypublish API endpoint ("<publish_url>/api/publish") - Enhance
ZipDeploydeployment status logging by appending the'status_message'(when defined) to the output messages
- Add