We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278be00 commit 6b4022aCopy full SHA for 6b4022a
sdk/eventhub/azure-eventhub/README.md
@@ -149,7 +149,7 @@ def send_event_data_batch(producer):
149
# Without specifying partition_id or partition_key
150
# the events will be distributed to available partitions via round-robin.
151
event_data_batch = producer.create_batch()
152
- event_data_batch.add(EventData('Single message'))
+ event_data_batch.add(EventData("Single message"))
153
producer.send_batch(event_data_batch)
154
```
155
0 commit comments