Azure / azure-functions-java-worker

Java runtime and core types for Microsoft Azure Functions
MIT License
89 stars 56 forks source link

Adding support for updated command line args #726

Closed shreyas-gopalakrishna closed 1 year ago

shreyas-gopalakrishna commented 1 year ago

handling new command line arguments with functions- prefix

resolves #724

Host issue https://github.com/Azure/azure-functions-host/issues/9504

Pull request checklist

kaibocai commented 1 year ago

Currently this will cause all the pipelines to fail, do we know when the latest host will be included in the pipeline core tools?

shreyas-gopalakrishna commented 1 year ago

All languages are updating the command line args and host team is doing a release once this is done. @kshyju can provide timelines

kshyju commented 1 year ago

All languages are updating the command line args and host team is doing a release once this is done. @kshyju can provide timelines

The plan is to release the host changes along with the worker update in the same release.