Microsoft.Azure.Functions.Worker.Sdk 1.18.0
surgupta-msft
released this
25 Sep 23:00
·
117 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 useOneDeploy
publish API endpoint ("<publish_url>/api/publish"
) - Enhance
ZipDeploy
deployment status logging by appending the'status_message'
(when defined) to the output messages
- Add