Skip to content

Commit

Permalink
Fix Swagger Linting issues reported (#11462)
Browse files Browse the repository at this point in the history
* Fixing linting issues according to report (task 8554751)

* Adding a default response to operations
  • Loading branch information
riserrad authored Nov 16, 2020
1 parent c3c87ff commit 33fc25f
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@
"schema": {
"$ref": "#/definitions/OperationListResult"
}
},
"default": {
"description": "HTTP 404 (Not Found): The list of operations could not be found.",
"schema": {
"$ref": "#/definitions/CloudError"
}
}
},
"x-ms-pageable": {
Expand Down Expand Up @@ -1342,7 +1348,7 @@
"Gen2"
],
"x-ms-enum": {
"name": "Kind",
"name": "EnvironmentKind",
"modelAsString": true
}
},
Expand Down Expand Up @@ -1838,7 +1844,7 @@
"Microsoft.IoTHub"
],
"x-ms-enum": {
"name": "Kind",
"name": "EventSourceKind",
"modelAsString": true
}
},
Expand Down

0 comments on commit 33fc25f

Please sign in to comment.