Skip to content

Fix requests asyncio if input data is async gen#7743

Merged
lmazuel merged 5 commits intomasterfrom
requests_asyncio_input_async_gen
Oct 10, 2019
Merged

Fix requests asyncio if input data is async gen#7743
lmazuel merged 5 commits intomasterfrom
requests_asyncio_input_async_gen

Conversation

@lmazuel
Copy link
Member

@lmazuel lmazuel commented Oct 9, 2019

Can be viewed with the autorest test "test_file_body_upload_generator" if we pass an async gen with requests on asyncio.

@AutorestCI
Copy link
Contributor

AutorestCI commented Oct 9, 2019

(message created by the CI based on PR content)

Installation instruction

Package azure-core

You can install the package azure-core of this PR using the following command:
pip install "git+https://github.com/Azure/azure-sdk-for-python@requests_asyncio_input_async_gen#egg=azure-core&subdirectory=azure-core"

You can build a wheel to distribute for test using the following command:
pip wheel --no-deps "git+https://github.com/Azure/azure-sdk-for-python@requests_asyncio_input_async_gen#egg=azure-core&subdirectory=azure-core"

If you have a local clone of this repository, you can also do:

  • git checkout requests_asyncio_input_async_gen
  • pip install -e ./azure-core

Or build a wheel file to distribute for testing:

  • git checkout requests_asyncio_input_async_gen
  • pip wheel --no-deps ./azure-core

Direct download

Your files can be directly downloaded here:

@lmazuel
Copy link
Member Author

lmazuel commented Oct 10, 2019

For some reason status got not updated to Github, but build green....

@lmazuel lmazuel merged commit 0a747a3 into master Oct 10, 2019
@lmazuel lmazuel deleted the requests_asyncio_input_async_gen branch October 10, 2019 05:07
xiangyan99 added a commit that referenced this pull request Oct 10, 2019
* increment key vault version (#7704)

* Update ep livetest according to storage-blob-b4 (#7725)

* Bug fix #6690 (#7738)

* Fix auto-headers for aiohttp (for real this time :)) (#7749)

* Fix auto-headers for aiohttp

* ChangeLog

* [AutoPR frontdoor/resource-manager] some fixes for frontdoor readme (#7714)

* Generated from e5fa469589e9cddf953d91122ebf61fc705ea8bb

renamed aggregation intervals

* Generated from 729f3420dad818c11e458aa67483039fd9b48778

Updated timeseriesType

* Generated from 9630e7a1f4c4c443797f8efa12d20bf1cf7a4dee

scorecard -> scoreboard

* Generated from 3a7dbc786a7789ef058736e2dfa8be0f7ab5f53d

network experiment resource state

* Packaging update of azure-mgmt-frontdoor

* changelog

* Fix requests asyncio if input data is async gen (#7743)

* Fix requests asyncio if input data is async gen

* ChangeLog

* Feedback

* Update HISTORY.md

* update user agent string (#7750)

* remove get_pending_certificate_signing_request (#7560)
xiangyan99 added a commit that referenced this pull request Oct 10, 2019
* move config into kwargs

* use pop to avoid dup values for kw arguement 'config'

* update doc

* fix cosmos client

* pylint fix

* remove config

* fix typo

* Get latest master (#7770)

* increment key vault version (#7704)

* Update ep livetest according to storage-blob-b4 (#7725)

* Bug fix #6690 (#7738)

* Fix auto-headers for aiohttp (for real this time :)) (#7749)

* Fix auto-headers for aiohttp

* ChangeLog

* [AutoPR frontdoor/resource-manager] some fixes for frontdoor readme (#7714)

* Generated from e5fa469589e9cddf953d91122ebf61fc705ea8bb

renamed aggregation intervals

* Generated from 729f3420dad818c11e458aa67483039fd9b48778

Updated timeseriesType

* Generated from 9630e7a1f4c4c443797f8efa12d20bf1cf7a4dee

scorecard -> scoreboard

* Generated from 3a7dbc786a7789ef058736e2dfa8be0f7ab5f53d

network experiment resource state

* Packaging update of azure-mgmt-frontdoor

* changelog

* Fix requests asyncio if input data is async gen (#7743)

* Fix requests asyncio if input data is async gen

* ChangeLog

* Feedback

* Update HISTORY.md

* update user agent string (#7750)

* remove get_pending_certificate_signing_request (#7560)

* pylint fix

* update history.md
fengzhou-msft pushed a commit that referenced this pull request Nov 5, 2019
* Fix requests asyncio if input data is async gen

* ChangeLog

* Feedback

* Update HISTORY.md
fengzhou-msft pushed a commit that referenced this pull request Nov 5, 2019
* move config into kwargs

* use pop to avoid dup values for kw arguement 'config'

* update doc

* fix cosmos client

* pylint fix

* remove config

* fix typo

* Get latest master (#7770)

* increment key vault version (#7704)

* Update ep livetest according to storage-blob-b4 (#7725)

* Bug fix #6690 (#7738)

* Fix auto-headers for aiohttp (for real this time :)) (#7749)

* Fix auto-headers for aiohttp

* ChangeLog

* [AutoPR frontdoor/resource-manager] some fixes for frontdoor readme (#7714)

* Generated from e5fa469589e9cddf953d91122ebf61fc705ea8bb

renamed aggregation intervals

* Generated from 729f3420dad818c11e458aa67483039fd9b48778

Updated timeseriesType

* Generated from 9630e7a1f4c4c443797f8efa12d20bf1cf7a4dee

scorecard -> scoreboard

* Generated from 3a7dbc786a7789ef058736e2dfa8be0f7ab5f53d

network experiment resource state

* Packaging update of azure-mgmt-frontdoor

* changelog

* Fix requests asyncio if input data is async gen (#7743)

* Fix requests asyncio if input data is async gen

* ChangeLog

* Feedback

* Update HISTORY.md

* update user agent string (#7750)

* remove get_pending_certificate_signing_request (#7560)

* pylint fix

* update history.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments