-
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
[DataLake]: Update Swagger objects to have proper inheritance #928
Comments
This is due to github issue: Azure#928
@amarzavery can you assign this to me, I can't modify assignees. |
* fix for validation error in ADLA Remove minimum and add an explanation. * Initial example for feedback Please look at this and let me know if this is the right approach * move firewallallowazureIps to the end This avoids a param reordering breaking change. * fix example. * Unlink example This is due to github issue: #928
@begoldsm - Could you provide an update on this issue? Is it fixed? |
@kirthick this is not yet fixed. This is a nice to have clean up task that will result in a lot of breaking changes to subsequent releases of the sdk. This is requirement is only to make our strict swagger validation tests work so that an object that is returned doesn't have missing "required" properties. I will sync with PM to prioritize this and reply back here with an eta |
@veronicagg and @kirthik this should be resolved by PR #1429 can you confirm and close this if so? |
Need explicit inheritance for (flow is each lower object is "AllOf" the one above it, in the nested lists)
JobInformation
Account (adla and adls)
The text was updated successfully, but these errors were encountered: