Skip to content
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

[Core] Updates to multipart support #10487

Closed
wants to merge 4 commits into from

Conversation

annatisch
Copy link
Member

@annatisch annatisch commented Mar 25, 2020

Includes fixes for #10484 and #10485
Also contributes to #9534

@adxsdk6
Copy link

adxsdk6 commented Mar 25, 2020

Can one of the admins verify this patch?

@annatisch annatisch requested review from lmazuel and xiangyan99 March 25, 2020 17:35
@annatisch annatisch marked this pull request as ready for review March 25, 2020 17:35
@annatisch annatisch requested a review from bryevdv as a code owner March 25, 2020 17:35
@annatisch
Copy link
Member Author

FYI @pakrym

@@ -194,7 +194,8 @@ def run(self, request, **kwargs):
:return: The PipelineResponse object
:rtype: ~azure.core.pipeline.PipelineResponse
"""
self._prepare_multipart_mixed_request(request)
multipart_options = kwargs.pop("multipart_options", None) or {}
Copy link
Member

@lmazuel lmazuel Apr 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want this parameter to be hidden?

@annatisch
Copy link
Member Author

Separated first part out into separate PR to be merged first:
#10616

@Petermarcu
Copy link
Member

Is this one done or still needed? I saw it referenced in another bug that sounded completed.

@annatisch
Copy link
Member Author

Thanks @Petermarcu - this is still needed (though part of it was moved out into another PR and merged). I will get this one updated and ready for review.

@annatisch annatisch closed this Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants