Skip to content

Commit 83434f6

Browse files
committed
Camel casing fields
1 parent f4afb36 commit 83434f6

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

articles/event-grid/communication-services-telephony-sms-events.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Communication Services - SMS events
33
description: This article describes how to use Azure Communication Services as an Event Grid event source for SMS Events.
44
ms.topic: conceptual
5-
ms.date: 12/02/2022
5+
ms.date: 01/29/2025
66
author: VikramDhumal
77
ms.author: vikramdh
88
---
@@ -34,17 +34,17 @@ This section contains an example of what that data would look like for each even
3434
"topic": "/subscriptions/{subscription-id}/resourceGroups/{group-name}/providers/microsoft.communication/communicationservices/{communication-services-resource-name}",
3535
"subject": "/phonenumber/15555555555",
3636
"data": {
37-
"MessageId": "Outgoing_202009180022138813a09b-0cbf-4304-9b03-1546683bb910",
38-
"From": "15555555555",
39-
"To": "+15555555555",
40-
"DeliveryStatus": "Delivered",
41-
"DeliveryStatusDetails": "No error.",
42-
"ReceivedTimestamp": "2020-09-18T00:22:20.2855749Z",
43-
"DeliveryAttempts": [
37+
"messageId": "Outgoing_202009180022138813a09b-0cbf-4304-9b03-1546683bb910",
38+
"from": "15555555555",
39+
"to": "+15555555555",
40+
"deliveryStatus": "Delivered",
41+
"deliveryStatusDetails": "No error.",
42+
"receivedTimestamp": "2020-09-18T00:22:20.2855749Z",
43+
"deliveryAttempts": [
4444
{
45-
"Timestamp": "2020-09-18T00:22:14.9315918Z",
46-
"SegmentsSucceeded": 1,
47-
"SegmentsFailed": 0
45+
"timestamp": "2020-09-18T00:22:14.9315918Z",
46+
"segmentsSucceeded": 1,
47+
"segmentsFailed": 0
4848
}
4949
],
5050
"Tag": "Optional customer-tag set in the original message"
@@ -67,12 +67,12 @@ This section contains an example of what that data would look like for each even
6767
"topic": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/acse2e/providers/microsoft.communication/communicationservices/{communication-services-resource-name}",
6868
"subject": "/phonenumber/15555555555",
6969
"data": {
70-
"MessageId": "Incoming_20200918002745d29ebbea-3341-4466-9690-0a03af35228e",
71-
"From": "15555555555",
72-
"To": "15555555555",
73-
"Message": "Great to connect with Azure Communication Services events",
74-
"ReceivedTimestamp": "2020-09-18T00:27:45.32Z",
75-
"SegmentCount": 1
70+
"messageId": "Incoming_20200918002745d29ebbea-3341-4466-9690-0a03af35228e",
71+
"from": "15555555555",
72+
"to": "15555555555",
73+
"message": "Great to connect with Azure Communication Services events",
74+
"receivedTimestamp": "2020-09-18T00:27:45.32Z",
75+
"segmentCount": 1
7676
},
7777
"eventType": "Microsoft.Communication.SMSReceived",
7878
"dataVersion": "1.0",

0 commit comments

Comments
 (0)