Azure / azure-functions-servicebus-extension

Service Bus extension for Azure Functions
MIT License
65 stars 35 forks source link

Introducing function level auto complete for single/batch and sessions #155

Closed apranaseth closed 3 years ago

sidkri commented 3 years ago

@apranaseth thanks for making this change. Could you please submit a PR to update the documentation to reflect these new attributes? An appropriate location in the docs may be: https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus-trigger?tabs=csharp#attributes-and-annotations

apranaseth commented 3 years ago

@sidkri there is already a PR for the doc change. https://github.com/MicrosoftDocs/azure-docs/pull/74010

sidkri commented 3 years ago

@apranaseth thanks, thats great, didn't see a link in the PR so didn't realize. We recently started including a PR checklist that helps authors and reviewers to ensure we have covered all needed angles. Here is an example: https://github.com/Azure/azure-functions-servicebus-extension/pull/143