Skip to content

Commit

Permalink
prettierfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamkh committed Feb 10, 2021
1 parent aae4fb0 commit 4d917ce
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,10 @@
"repeatabilityResult": {
"description": "The result of a repeatable request with one of the case-insensitive values accepted or rejected.",
"type": "string",
"enum": [ "accepted", "rejected" ]
"enum": [
"accepted",
"rejected"
]
},
"successful": {
"description": "Indicates if the message is processed successfully or not.",
Expand All @@ -189,8 +192,7 @@
}
}
},
"parameters": {
},
"parameters": {},
"x-ms-parameterized-host": {
"hostTemplate": "{endpoint}",
"useSchemePrefix": false,
Expand Down

0 comments on commit 4d917ce

Please sign in to comment.