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
Removed **provisional** from computed_properties (Azure#39543)
* removed **provisional** from computed_properties
* updated changelog
* added computed_properties keyword argument to function def
* annotated computed_properties tests
* added replace computed_properties feature with tests
* added replace computed_properties feature with tests
* changed test class annotation to cosmosQuery, removed extra annotations
---------
Co-authored-by: Andrew Mathew <[email protected]>
Copy file name to clipboardExpand all lines: sdk/cosmos/azure-cosmos/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,14 @@
3
3
### 4.9.1b5 (Unreleased)
4
4
5
5
#### Features Added
6
+
* Added ability to replace `computed_properties` through `replace_container` method. See [PR 39543](https://github.com/Azure/azure-sdk-for-python/pull/39543)
6
7
7
8
#### Breaking Changes
8
9
9
10
#### Bugs Fixed
10
11
11
12
#### Other Changes
13
+
* Un-marked `computed_properties` keyword as **provisional**. See [PR 39543](https://github.com/Azure/azure-sdk-for-python/pull/39543)
0 commit comments