Azure / azure-functions-eventhubs-extension

Event Hubs extension for Azure Functions
MIT License
20 stars 26 forks source link

[Bug] "Partion" Typo should be "Partition" #87

Closed shervyna closed 2 years ago

shervyna commented 3 years ago

I found a typo in the EventHubTriggerInput.cs file. It should be "Partition" instead of "Partion".

This leads to a typo when it gets logged to App Insights as well: image

path: src/Microsoft.Azure.WebJobs.Extensions.EventHubs/Triggers/EventHubTriggerInput.cs