File tree Expand file tree Collapse file tree
sdk/core/azure-core/azure/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class CloudEvent(object): # pylint:disable=too-many-instance-attributes
2828 All required parameters must be populated in order to send to Azure.
2929
3030 :param source: Required. Identifies the context in which an event happened. The combination of id and source must
31- be unique for each distinct event. If publishing to a domain topic, source must be the domain name.
31+ be unique for each distinct event. If publishing to a domain topic, source must be the domain topic name.
3232 :type source: str
3333 :param type: Required. Type of event related to the originating occurrence.
3434 :type type: str
@@ -53,7 +53,7 @@ class CloudEvent(object): # pylint:disable=too-many-instance-attributes
5353 and must not exceed the length of 20 characters.
5454 :type extensions: Optional[Dict]
5555 :ivar source: Identifies the context in which an event happened. The combination of id and source must
56- be unique for each distinct event. If publishing to a domain topic, source must be the domain name.
56+ be unique for each distinct event. If publishing to a domain topic, source must be the domain topic name.
5757 :vartype source: str
5858 :ivar data: Event data specific to the event type.
5959 :vartype data: object
You can’t perform that action at this time.
0 commit comments