-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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: network model validation errors #6750
fix: network model validation errors #6750
Conversation
nschonni
commented
Jul 28, 2019
•
edited
Loading
edited
- Add "body" for RESPONSE_BODY_NOT_IN_EXAMPLE errors
- Remove responses for 202s with no schema defined for RESPONSE_SCHEMA_NOT_IN_SPEC errors
- The OBJECT_ADDITIONAL_PROPERTIES are not addressed
- "Thumbprint" -> "thumbprint"
SDK Automation [Logs] (Generated from 1741558, Iteration 3)Python: Azure/azure-sdk-for-python [Logs] [Diff]
Java: Azure/azure-sdk-for-java [Logs] [Diff]
Go: test-repo-billy/azure-sdk-for-go [Logs] [Diff]
JavaScript: Azure/azure-sdk-for-js [Logs] [Diff]
Ruby: Azure/azure-sdk-for-ruby [Logs] [Diff]
|
Automation for azure-sdk-for-goUnable to detect any generation context from this PR. |
Automation for azure-sdk-for-pythonUnable to detect any generation context from this PR. |
Can one of the admins verify this patch? |
@number213 @MikhailTryakhov I PR'd this to master since it's mostly related to older specs. I can try and rebase to the network release branch if you want |
@nschonni @MikhailTryakhov I think the latest API version should be fixed in release branch but the older ones – in master. That way release PR into master would have less changes that could stall it. Also, in release branch we run our validation scritps only for the latest API version. |
@sergey-shandar agree with Anton (previous comment) related to the changes in older APIs... Please confirm and review PR |
OK, so I should move the one change to 2019-06-01 or also the 2019-04-01 changes too? |
@nschonni in this case, 2019-04-01 and earlier should be merged into |
- Add "body" for RESPONSE_BODY_NOT_IN_EXAMPLE errors - Remove responses for 202s with no schema defined for RESPONSE_SCHEMA_NOT_IN_SPEC errrors - The OBJECT_ADDITIONAL_PROPERTIES are not addressed - "Thumbprint" -> "thumbprint"
23948dd
to
1741558
Compare
OK, pulled out the 2019-06-01 change and created #6790 |