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
Enable Request Level Excluded Locations to Metadata API calls (#40905)
* Enable excluded locations to metadata API calls
* Added prefix partition key table to test config
* Fixed failed live tests
* Fixed emulator test failures
* Fixed live tests
* Fixed python style errors
* Update Python version for live tests
* Fix bug with is_endpoint_unavailable_internal
* Revert fix for is_endpoint_unavailable_internal
This was not a bug
* Added Metadata tests with reordering with excluded locations
* Added docstring to metadata APIs
* Added CHANGELOG
* Updated predicate_is_collection_operation to predicate_is_resource_type
* Fixed typo
* Enable excluded_locations to query plan workflow
* Remove docstring of excluded_location for READ API
* Updated emulator tests
* Clean up unnecessary mapping during QueryChangeFeed
* Fixed bug
* Cleanup codes
* Fixed bugs with test_change_feed_split
* Fixed mypy error
* Upgrade Python SDK version
* Cleanup excluded location conditions
* Removed unnecessary test
* Removed unused import
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
@@ -1,6 +1,7 @@
1
1
## Release History
2
2
3
3
### 4.12.0b2 (Unreleased)
4
+
* Added ability to use request level `excluded_locations` on metadata calls, such as getting container properties. See [PR 40905](https://github.com/Azure/azure-sdk-for-python/pull/40905)
0 commit comments