Skip to content

Commit 4d070f4

Browse files
authored
build: update eventhub to 1.0.0b1 (#110)
* Update README.md * Update CODEOWNERS
1 parent cb8a6e3 commit 4d070f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# AZURE FUNCTIONS TEAM
1010
# For all file changes, github would automatically
1111
# include the following people in the PRs.
12-
* @vrdmr @gavin-aguiar @hallvictoria
12+
* @vrdmr @gavin-aguiar @hallvictoria @EvanR-Dev

azurefunctions-extensions-bindings-eventhub/samples/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ urlFragment: extension-eventhub-samples
1515
These are code samples that show common scenario operations with the Azure Functions Extension EventHub library.
1616

1717
These samples relate to the Azure EventHub library being used as part of a Python Function App. For
18-
examples on how to use the Azure EventHub library, please see [Azure EventHub samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventhub/azure-eventhub/samples)
18+
examples on how to use the Azure EventHub library, please see [Azure EventHub samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventhub/azure-eventhub/samples).
1919

2020
* [eventhub_samples_eventdata](https://github.com/Azure/azure-functions-python-extensions/tree/dev/azurefunctions-extensions-bindings-eventhub/samples/eventhub_samples_eventdata) - Examples for using the EventData type:
2121
* From EventHubTrigger
@@ -55,4 +55,4 @@ func start
5555

5656
Visit the [SDK-type bindings in Python reference documentation](https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-python?tabs=get-started%2Casgi%2Capplication-level&pivots=python-mode-decorators#sdk-type-bindings-preview) to learn more about how to use SDK-type bindings in a Python Function App and the
5757
[API reference documentation](https://learn.microsoft.com/en-us/python/api/azure-eventhub/azure.eventhub?view=azure-python) to learn more about
58-
what you can do with the Azure EventHub library.
58+
what you can do with the Azure EventHub library.

0 commit comments

Comments
 (0)