-
Couldn't load subscription status.
- Fork 42
Source map #123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source map #123
Conversation
|
@sergey-shandar can you describe your changes a little please ? that would be of great help for the reviewers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments inline. Thanks!
openapi-diff/src/modeler/AutoRest.Swagger/Model/SwaggerParameter.cs
Outdated
Show resolved
Hide resolved
|
Updates look good to me, could you add a test to check on location updates you're making? thanks! |
|
@veronicagg I will add it as soon as I get confirmation about format of location from @sarangan12. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the ci failure before merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thx!
This PR has several major changes
ParsedJson, which hasNew output
{ "id": "1039", "code": "AddedOperation", "message": "The new version is adding an operation that was not found in the old version.", "jsonref-old": "old/added_path.json#/paths/~1api~1Operations/post", "jsonpath-old": null, "location-old": "", "jsonref-new": "new/added_path.json#/paths/~1api~1Operations/post", "jsonpath-new": "paths./api/Operations.post", "location-new": "new\\added_path.json:31:15", "type": "Info", "docurl": "https://github.com/Azure/openapi-diff/tree/master/docs/rules/1039.md", "mode": "Addition" }