-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Fix the validation Check for apiId parameter in the productapis #3258
Conversation
Automation for azure-libraries-for-javaNothing to generate for azure-libraries-for-java |
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-rubyThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-nodeThe initial PR has been merged into your service PR: |
@sarangan12 can you take a look at this one. |
Automation for azure-sdk-for-javaNothing to generate for azure-sdk-for-java |
Fix for issue #3260
The ApiIdParameter and ApiIdRevParameter differ in the validation check only. The parameter to be used for
/products/{productId}/apis/{apiId}
should be the one with relaxed validation as that is what is implemented on the service side. This is a bug in the rest specs, which came in as a customer reported issue.PR information
api-version
in the path should match theapi-version
in the spec).Quality of Swagger