-
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
Update ADL catalog #346
Update ADL catalog #346
Conversation
These clients don't need a subscriptionId.
Will add extensions that make it optional in C# and zero it out to an empty stream.
Issue: Azure/autorest#884 is tracking support for this being an optional param properly and not resulting in a null reference. So I will keep this spec as is.
Makes this more obvious to end users and easier to understand.
This API version changes the format for dates and timespan objects to be ISO compliant.
We need a way to have template parameters not be required when they are in the host. I will work with Amar for this next week.
This reverts commit be8b7bf.
Switch over to MSLISTSTATUS which gives more flexibility for listing files/folders.
explicitly calling out our chunked transfer APIs until issue: Azure/autorest#903 is resolved.
In hyak, we could do this by simply excluding the parameter. That is not swagger compliant, so we need a separate entry.
this will be in the next snap.
This was missing during the port from Hyak.
Add a placeholder property at the root level which should get properly picked up.
Slight change to the stub property.
I thought I had removed this previously. removing it again, since it should no longer be used.
This API supports both a GET and a POST, with the POST planning on being deprecated before we GA, so we are switching the SDK now in preparation.
parentName createDate
latest generation tool automatically adds it.
Add distributionInfo to tables Add a new type called USqlTableType
should be tabletypes instead of tables
Note: I am trying to figure out how to get rid of all these extra commits, since these should have all been condensed a long time ago. I tried a --rebase, but it resulted in a lot of conflicts. I am open to suggestions for shrinking the commit list, though :) |
], | ||
"responses": { | ||
"200": { | ||
"description": "", |
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.
Try not to have empty descriptions
This change updates the ADL catalog to include a new API and some updates to the existing objects.