Skip to content

Commit c920b80

Browse files
committed
added a note for the current version
1 parent 9428388 commit c920b80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/event-hubs/event-hubs-python-get-started-send.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ pip install azure-eventhub
4040

4141
## Send events
4242

43+
> [!NOTE]
44+
> This code in this section is for the current stable version (1.3.1) of Event Hubs SDK. If you are looking for the sample code that uses the preview version of the SDK, see [this page](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/eventhub/azure-eventhubs/examples).
45+
4346
### Create a Python script to send events
4447

4548
Next, create a Python application that sends events to an event hub:

0 commit comments

Comments
 (0)