Content moderator data plane swagger#1540
Content moderator data plane swagger#1540alvadb wants to merge 5 commits intoAzure:currentfrom alvadb:current1
Conversation
|
@alvadb, |
|
Hi There, I am the AutoRest Linter Azure bot. I am here to help. My task is to analyze the situation from the AutoRest linter perspective. Please review the below analysis result: File: File: AutoRest Linter Guidelines | AutoRest Linter Issues Send feedback and make AutoRest Linter Azure Bot smarter day by day! Thanks for your co-operation. |
| "$ref": "#/parameters/ocpApimSubscriptionKeyParameter" | ||
| }, | ||
| { | ||
| "$ref": "#/parameters/ocpApimSubscriptionKeyParameter" |
There was a problem hiding this comment.
CI seems to be failing due to the duplicate parameters.
https://travis-ci.org/Azure/azure-rest-api-specs/jobs/264921311#L3501
| "in": "body", | ||
| "required": true, | ||
| "schema": { | ||
| "type": "file" |
There was a problem hiding this comment.
This seems to be non-confimant to the swagger 2.0 schema. Please use
"schema" : {
"type": "object",
"format": "file"
}Reference: #1544
| "in": "body", | ||
| "required": true, | ||
| "schema": { | ||
| "type": "file" |
| "in": "body", | ||
| "required": true, | ||
| "schema": { | ||
| "type": "file" |
| "in": "body", | ||
| "required": true, | ||
| "schema": { | ||
| "type": "file" |
|
Hi There, I am the AutoRest Linter Azure bot. I am here to help. My task is to analyze the situation from the AutoRest linter perspective. Please review the below analysis result: File: File: AutoRest Linter Guidelines | AutoRest Linter Issues Send feedback and make AutoRest Linter Azure Bot smarter day by day! Thanks for your co-operation. |
vishrutshah
left a comment
There was a problem hiding this comment.
Please review the syntax failures on CI https://travis-ci.org/Azure/azure-rest-api-specs/jobs/267346600#L3521 Thanks!
|
@alvadb are there updates on this one? |
|
@alvab what are the next steps here on this PR? |
|
Closing this as service team is working on improvements in their fork. Once completed, they'll send a new PR for review. Thanks@ |
This checklist is used to make sure that common issues in a pull request are addressed. This will expedite the process of getting your pull request merged and avoid extra work on your part to fix issues discovered during the review process.
PR information
api-versionin the path should match theapi-versionin the spec).Quality of Swagger