-
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: applicationinsights delete examples #6636
fix: applicationinsights delete examples #6636
Conversation
Empty schema object was passing the empty string body in examples.
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-goA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
Can one of the admins verify this patch? |
Automation for azure-sdk-for-javaA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
Not sure if this is OK because it does change the SDK generation |
it's better we can get it validated via Swagger to SDK automation v2 |
@yungezz sorry, I don't understand. Is that an internal MS tool that you want to run or you're saying this is better because it validates now? I just got the error from OAV when I was playing around. |
what OAV error you met? Yes I'm talking some internal tool which will run SDK autogeneration. |
Ah, sorry, in this case I think I searched for the empty
I'll go file something to see if OAV should also be flagging the empty schema object |
from the above error seems OAV complaining about no schema. I don't think this PR should be accepted |
No problem, maybe the oav/avocado folks can weigh in because I could be wrong (a few similar PRs are merged) @sergey-shandar @raych1 @ruowan |
@yungezz , recently OAV has a change to flag on mismatch issue between swagger response body and example response body. |
got it. thansk @raych1 for clarification. Is this PR ok to merge from OAV perspective then? |
@yungezz , yes it's ok to merge from OAV perspective. |
Empty schema object was passing the empty string body in examples.