Skip to content

Microsoft.Azure.Functions.Worker.Sdk 1.18.0

Latest
Compare
Choose a tag to compare
@surgupta-msft surgupta-msft released this 25 Sep 23:00
· 1 commit to main since this release
24cd553

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 use OneDeploy publish API endpoint ("<publish_url>/api/publish")
    • Enhance ZipDeploy deployment status logging by appending the 'status_message' (when defined) to the output messages

Microsoft.Azure.Functions.Worker.Sdk.Generators