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
* add keyword for computed properties
Adds the keyword for computed properties in container creation
* Add keyword text
Added keyword description for computed properties
* added support for computed properties in python
This adds support for computed properties in the python SDK.
* remove unecessary lines
removed code used for local testing
* update changelog
Updated changelog
* update changelog
* Broken Link fix
pipeline complained about link in changelog being broken, updated the link.
* update changelog
* update docstrings for computed properties keyword
Old docstrings descriptions were too long. Updated to better match the docstrings in java and provide a link to access further information about computed properties.
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
@@ -3,6 +3,7 @@
3
3
### 4.5.2b4 (Unreleased)
4
4
5
5
#### Features Added
6
+
* Added **preview** support for Computed Properties on Python SDK (Must be enabled on the account level before it can be used). See [PR 33626](https://github.com/Azure/azure-sdk-for-python/pull/33626).
0 commit comments