Conversation
|
Can one of the admins verify this patch? |
|
This will unfortunately be breaking to cosmos..... when was it intended to be released? If not till GA that's fine, as I can update Cosmos accordingly. |
There was a problem hiding this comment.
Sorry, I'm still confused by this. If the config object is omitted, how is it also what will be used? I think this is what happens based on looking at the code:
:keyword Configuration config: If omitted, a Configuration object created from additional keyword arguments will used by the PipelineClient.
but please let me know if that's off base.
There was a problem hiding this comment.
You are absolutely right!
sdk/cosmos/azure-cosmos/azure/cosmos/_cosmos_client_connection.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
HttpTranpost -> HttpTranport
|
Typo noted, otherwise LGTM |
annatisch
left a comment
There was a problem hiding this comment.
Signing off for the cosmos changes :)
|
/azp run python - core - ci |
|
Azure Pipelines successfully started running 1 pipeline(s). |
* 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)
* 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
No description provided.