You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Priority Based Execution for Sync and Async Clients (#43917)
* Added priority level for clients
* added to changelog and docstring
* changed item to queried_item for pylint
* made suggested changes
* fixed sample bug
* Update sdk/cosmos/azure-cosmos/CHANGELOG.md
Co-authored-by: Simon Moreno <30335873+simorenoh@users.noreply.github.com>
* Changed test pipeline from West US to West Central US
* added changes to vector index policy tests
* bugfixes for vector policy tests
---------
Co-authored-by: Andrew Mathew <andrewmathew@microsoft.com>
Co-authored-by: Simon Moreno <30335873+simorenoh@users.noreply.github.com>
Copy file name to clipboardExpand all lines: sdk/cosmos/azure-cosmos/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
#### Features Added
6
6
* Added merge support. See [PR 42924](https://github.com/Azure/azure-sdk-for-python/pull/42924).
7
+
* Added support for priority-based throttling at the client level for sync and async clients. See [PR 43917](https://github.com/Azure/azure-sdk-for-python/pull/43917)
0 commit comments