Skip to content

Commit cf9d9c4

Browse files
vikrampraveenVikram Praveen Kumar
andauthored
Fix event mapping and add a missing field (#13485)
Co-authored-by: Vikram Praveen Kumar <[email protected]>
1 parent 12a91b6 commit cf9d9c4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

specification/eventgrid/data-plane/Microsoft.Communication/stable/2018-01-01/AzureCommunicationServices.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
}
297297
},
298298
"AcsChatParticipantAddedToThreadEventData": {
299-
"description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatParticipantAddedToThread event.",
299+
"description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatThreadParticipantAdded event.",
300300
"allOf": [
301301
{
302302
"$ref": "#/definitions/AcsChatEventInThreadBaseProperties"
@@ -324,7 +324,7 @@
324324
}
325325
},
326326
"AcsChatParticipantRemovedFromThreadEventData": {
327-
"description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatParticipantRemovedFromThread event.",
327+
"description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatThreadParticipantRemoved event.",
328328
"allOf": [
329329
{
330330
"$ref": "#/definitions/AcsChatEventInThreadBaseProperties"
@@ -544,6 +544,10 @@
544544
"description": "Schema of common properties of all thread-level chat events",
545545
"type": "object",
546546
"properties": {
547+
"transactionId": {
548+
"description": "The transaction id will be used as co-relation vector",
549+
"type": "string"
550+
},
547551
"threadId": {
548552
"description": "The chat thread id",
549553
"type": "string"

0 commit comments

Comments
 (0)