Skip to content

Commit 3695f4e

Browse files
vikrampraveenVikram Praveen Kumar
andauthored
Fix the acronym casing for ACSSMS (#10988)
Co-authored-by: Vikram Praveen Kumar <[email protected]>
1 parent c1c4517 commit 3695f4e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@
174174
}
175175
}
176176
},
177-
"ACSSMSDeliveryReportReceivedEventData": {
177+
"AcsSmsDeliveryReportReceivedEventData": {
178178
"description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.SMSDeliveryReportReceived event.",
179179
"allOf": [
180180
{
181-
"$ref": "#/definitions/ACSSMSEventBaseProperties"
181+
"$ref": "#/definitions/AcsSmsEventBaseProperties"
182182
}
183183
],
184184
"properties": {
@@ -194,7 +194,7 @@
194194
"description": "List of details of delivery attempts made",
195195
"type": "array",
196196
"items": {
197-
"$ref": "#/definitions/ACSSMSDeliveryAttemptProperties"
197+
"$ref": "#/definitions/AcsSmsDeliveryAttemptProperties"
198198
}
199199
},
200200
"receivedTimestamp": {
@@ -204,11 +204,11 @@
204204
}
205205
}
206206
},
207-
"ACSSMSReceivedEventData": {
207+
"AcsSmsReceivedEventData": {
208208
"description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.SMSReceived event.",
209209
"allOf": [
210210
{
211-
"$ref": "#/definitions/ACSSMSEventBaseProperties"
211+
"$ref": "#/definitions/AcsSmsEventBaseProperties"
212212
}
213213
],
214214
"properties": {
@@ -311,7 +311,7 @@
311311
}
312312
}
313313
},
314-
"ACSSMSEventBaseProperties": {
314+
"AcsSmsEventBaseProperties": {
315315
"description": "Schema of common properties of all SMS events",
316316
"type": "object",
317317
"properties": {
@@ -329,7 +329,7 @@
329329
}
330330
}
331331
},
332-
"ACSSMSDeliveryAttemptProperties": {
332+
"AcsSmsDeliveryAttemptProperties": {
333333
"description": "Schema for details of a delivery attempt",
334334
"type": "object",
335335
"properties": {

0 commit comments

Comments
 (0)