Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Why did we disable this? Part of the point of running during SDK automation is to find API breaking changes.
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.
This ties to the work of making SDK automation required in swagger PR review.
Right now, .NET Track 2 SDK automation is failing mostly due to breaking changes.
We do not deal with the breaking changes until the SDK generation, so it seems no need to fail it during swagger PR review.
cc @ArthurMa1978
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.
Yes, we don't want to run the apicompat check at this job which blocks the swagger review process.
Next step is add an optional job for apicompat checking.
Uh oh!
There was an error while loading. Please reload this page.
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.
How does it block the swagger review process? Even if the check is red that is a break and should be handled but it shouldn't bock the swagger review. We should just approve the break fix it. I think this is a bad idea to remove this completely. If there are some specific libraries that we want to disable this for then we should do it in the project instead of disabling for everyone.
I will also add that some of the other languages also do breaking change detection in the SDK automation.
FYI @raych1