Fixed incorrect type formats in SQL database#1107
Conversation
|
Apologies for the Delay @jaredmoo, we lately had a surge of PRs, someone will get on this shortly |
|
Thanks Samer :) there might be some validation warnings I need to fix, will look into those soon |
|
Gotcha |
|
I ran the linter and semantic check tools and this change appears to be clean. I found no errors from the tools. Will sign off, after I do a manual review. Tasks:
|
|
okay my bad here. I forgot to pass in the composite swagger entry point to the tool and the tool happily returned no errors. If I do however pass in the compositeSwagger entry point, it throws a bunch of errors. I'll go through the list again. 👍 |
|
Status as of 4/13: emailed @jaredmoo about the list of linter errors and examples errors that we should consider addressing. |
balajikris
left a comment
There was a problem hiding this comment.
Emailed a set of linter errors and example errors that we need to address.
| "readOnly": true, | ||
| "type": "string", | ||
| "description": "The unique ID of the service objective." | ||
| "format": "uuid", |
There was a problem hiding this comment.
autorest linter tags this as
WARNING: Guid used at the #/Definitions/ServiceObjectiveCapability/.../id. Usage of Guid is not recommanded. If GUIDs are absolutely required in your service, please get sign off from the Azure API review board.
@ravbhatnagar : what's the recommended change here? I do not have enough context on why guids are bad and what's the right way to fix this. I'll appreciate it if you can fill me and Jared in here.
There was a problem hiding this comment.
Unfortunately no change is possible. This is what the service is returning, and changing it at this point would be a REST API breaking change. We will have to consider removing this guid from the next api version.
There was a problem hiding this comment.
Hmm. Thought as much. Thanks for confirming
|
Summary of errors we will track by bugs:
|
|
Thanks, let me just double check there are no more changes needed |
|
Reviewed again after the last commit. things are still good 👍 |
|
No modification for NodeJS |
…er-2020-01-01-preview Dev vnfmanager microsoft.vnf manager 2020 01 01 preview
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