Skip to content

Commit

Permalink
Fix the acronym casing for ACSSMS (#10988)
Browse files Browse the repository at this point in the history
Co-authored-by: Vikram Praveen Kumar <vipravee@microsoft.com>
  • Loading branch information
vikrampraveen and Vikram Praveen Kumar authored Sep 30, 2020
1 parent c1c4517 commit 3695f4e
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@
}
}
},
"ACSSMSDeliveryReportReceivedEventData": {
"AcsSmsDeliveryReportReceivedEventData": {
"description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.SMSDeliveryReportReceived event.",
"allOf": [
{
"$ref": "#/definitions/ACSSMSEventBaseProperties"
"$ref": "#/definitions/AcsSmsEventBaseProperties"
}
],
"properties": {
Expand All @@ -194,7 +194,7 @@
"description": "List of details of delivery attempts made",
"type": "array",
"items": {
"$ref": "#/definitions/ACSSMSDeliveryAttemptProperties"
"$ref": "#/definitions/AcsSmsDeliveryAttemptProperties"
}
},
"receivedTimestamp": {
Expand All @@ -204,11 +204,11 @@
}
}
},
"ACSSMSReceivedEventData": {
"AcsSmsReceivedEventData": {
"description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.SMSReceived event.",
"allOf": [
{
"$ref": "#/definitions/ACSSMSEventBaseProperties"
"$ref": "#/definitions/AcsSmsEventBaseProperties"
}
],
"properties": {
Expand Down Expand Up @@ -311,7 +311,7 @@
}
}
},
"ACSSMSEventBaseProperties": {
"AcsSmsEventBaseProperties": {
"description": "Schema of common properties of all SMS events",
"type": "object",
"properties": {
Expand All @@ -329,7 +329,7 @@
}
}
},
"ACSSMSDeliveryAttemptProperties": {
"AcsSmsDeliveryAttemptProperties": {
"description": "Schema for details of a delivery attempt",
"type": "object",
"properties": {
Expand Down

0 comments on commit 3695f4e

Please sign in to comment.