-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Support batch multiPart requests and responses #14275
Support batch multiPart requests and responses #14275
Conversation
How does this relate to the one we have for Storage at https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Blobs.Batch/src/Shared? Should we change Storage to use this? |
Yes we should take this dependency in storage- but to do it before the changes propagates to core was a bit messy with the nested package reference. Tracking in #14388 |
@@ -216,15 +216,18 @@ public static partial class Names | |||
{ | |||
public static string Accept { get { throw null; } } | |||
public static string Authorization { get { throw null; } } | |||
public static string ContentDisposition { get { throw null; } } |
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.
FYI @KrzysztofCwalina we are adding more header names.
/azp run net - core - ci |
/azp run net - tables - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - core - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
revert Tables api to version 2020-08 (Azure#14275) * revert Tables api to version 2020-08 * Update readme.md Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>
No description provided.