Update service map swagger spec to latest and fix validation errors#2231
Update service map swagger spec to latest and fix validation errors#2231lmazuel merged 8 commits intoAzure:masterfrom
Conversation
…istMachineGroupMembershipGet.json
| "$ref": "#/parameters/MachineNameParameter" | ||
| }, | ||
| { | ||
| "name": "startTime", |
There was a problem hiding this comment.
This does not correspond to the title of the PR, since this is not just fixing issues, but pushing new stuff. Could you rephrase your PR title if the scope change and this one is finally pushing new features?
Thanks,
There was a problem hiding this comment.
fixed the PR title...
There was a problem hiding this comment.
Thanks! It's just that sometimes people push stuff they don't want to push ;)
|
@JinFengMS Some of your new samples are not considered valid by the CI, could you take a look? Thanks! |
|
@lmazuel I've fixed critical error reported by the CI which may block the build, for those jobs that "allowed failure" can I address them later? |
|
@JinFengMS Job marked as "PR_ONLY=true" implies this is issue introduced by the PR itself. Example: { code: 'REQUEST_VALIDATION_ERROR',
id: 'OAV109',
message: 'Found errors in validating the request for x-ms-example "SMMachinesListByWorkspaceGet" in operation "Machines_ListByWorkspace".',This is an example added by this exact PR, so every example you introduce should at least be valid in the PR you introduce it. |
|
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: AutoRest Linter Guidelines | AutoRest Linter Issues | Send feedback Thanks for your co-operation. |
Automation for azure-sdk-for-goWas unable to create SDK azure-sdk-for-go PR for this closed PR. |
Automation for azure-sdk-for-pythonWas unable to create SDK azure-sdk-for-python PR for this closed PR. |
|
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: AutoRest Linter Guidelines | AutoRest Linter Issues | Send feedback Thanks for your co-operation. |
|
All the errors in examples are fixed. Now I we only have below errors with PR-ONLY=true from the build: |
| } | ||
| }, | ||
| "Ports": { | ||
| "ports": { |
There was a problem hiding this comment.
Could you confirm this is expected and the exact case used in the JSON? C# is not case-sensitive, but Python, Node, etc. are case-sensitive. I'm nervous when I see a case change :)
There was a problem hiding this comment.
yes, it is expected change.
| } | ||
| }, | ||
| "ClientGroups": { | ||
| "clientGroups": { |
There was a problem hiding this comment.
Could you confirm this is expected and the exact case used in the JSON?
|
All what you describe (10/12/14) are not required since you put your Swagger in a "preview" folder. Just look at the two comments I wrote and should be good :) |
|
Confirmed the two comments, we are good to go:) |
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