Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc update
  • Loading branch information
l0lawrence committed May 22, 2023
commit 29a532d591120d4b90914e3ceb041f7fb1e823cd
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def publish_cloud_events(

:param topic_name: Topic Name. Required.
:type topic_name: str
:param events: Array of Cloud Events being published. Required.
:type events: list[~azure.core.messaging.CloudEvent]
:param body: Array of Cloud Events being published. Required.
:type body: list[~azure.core.messaging.CloudEvent]
:keyword content_type: content type. Default value is "application/cloudevents-batch+json;
charset=utf-8".
:paramtype content_type: str
Expand Down Expand Up @@ -88,8 +88,8 @@ def publish_cloud_events(

:param topic_name: Topic Name. Required.
:type topic_name: str
:param event: Single Cloud Event being published. Required.
:type event: ~azure.core.messaging.CloudEvent
:param body: Single Cloud Event being published. Required.
:type body: ~azure.core.messaging.CloudEvent
:keyword content_type: content type. Default value is "application/cloudevents+json;
charset=utf-8".
:paramtype content_type: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ async def publish_cloud_events(

:param topic_name: Topic Name. Required.
:type topic_name: str
:param events: Array of Cloud Events being published. Required.
:type events: list[~azure.core.messaging.CloudEvent]
:param body: Array of Cloud Events being published. Required.
:type body: list[~azure.core.messaging.CloudEvent]
:keyword content_type: content type. Default value is "application/cloudevents-batch+json;
charset=utf-8".
:paramtype content_type: str
Expand Down Expand Up @@ -60,8 +60,8 @@ async def publish_cloud_events(

:param topic_name: Topic Name. Required.
:type topic_name: str
:param event: Single Cloud Event being published. Required.
:type event: ~azure.core.messaging.CloudEvent
:param body: Single Cloud Event being published. Required.
:type body: ~azure.core.messaging.CloudEvent
:keyword content_type: content type. Default value is "application/cloudevents+json;
charset=utf-8".
:paramtype content_type: str
Expand Down