Skip to content

Commit 4d917ce

Browse files
committed
prettierfix
1 parent aae4fb0 commit 4d917ce

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

specification/communication/data-plane/Microsoft.CommunicationServicesSms/stable/2021-03-07/communicationservicessms.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,10 @@
176176
"repeatabilityResult": {
177177
"description": "The result of a repeatable request with one of the case-insensitive values accepted or rejected.",
178178
"type": "string",
179-
"enum": [ "accepted", "rejected" ]
179+
"enum": [
180+
"accepted",
181+
"rejected"
182+
]
180183
},
181184
"successful": {
182185
"description": "Indicates if the message is processed successfully or not.",
@@ -189,8 +192,7 @@
189192
}
190193
}
191194
},
192-
"parameters": {
193-
},
195+
"parameters": {},
194196
"x-ms-parameterized-host": {
195197
"hostTemplate": "{endpoint}",
196198
"useSchemePrefix": false,

0 commit comments

Comments
 (0)