[Cosmos] Add preview support for change feed previous images - #49063
Simon Moreno (simorenoh) wants to merge 4 commits into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6c56dbeb-5747-439d-80ff-e9e21e3eff34
|
Azure Pipelines: Successfully started running 3 pipeline(s). 7 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6c56dbeb-5747-439d-80ff-e9e21e3eff34
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6c56dbeb-5747-439d-80ff-e9e21e3eff34
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6c56dbeb-5747-439d-80ff-e9e21e3eff34
[Pilot] PR Pipeline Failure AnalysisWhat failedAzure Pipeline build 6846910 ("python - cosmos - ci") failed on
Related checks also reported as failing (same pipeline run family):
Relevant pipeline outputRoot causeThe failing test ( Recommended next steps
|
Description
Adds provisional support for consuming previous item images returned by
AllVersionsAndDeleteschange feed.previousresponse member for sync and async change feed APIs.No new SDK request option is introduced because previous-image enablement is service-side, consistent with the .NET implementation.
Closes #49054
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines
Targeted sync and async pass-through and live-account AVAD tests pass. Cosmos mypy checks also pass.