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
### Packages impacted by this PR
@azure/cosmos
### Issues associated with this PR
#32650
### Describe the problem that is addressed by this PR
This PR deprecates the older `changeFeed` iterator in favor of the newer
`getChangeFeedIterator` method.
### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?
### Are there test cases added in this PR? _(If not, why?)_
N/A
### Provide a list of related PRs _(if any)_
### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_
### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
Co-authored-by: Aman <[email protected]>
Deprecate the older changeFeed Iterator (
items.changeFeed()
) in favour of newitems.getChangeFeedIterator()
introduced in CosmosDB v4 SDK.The text was updated successfully, but these errors were encountered: