Closed as not planned
Description
- Package Name: @azure/cosmos
- Package Version: 3.16.2
- Operating system: Windows
- nodejs
- version:
- browser
- name/version:
- typescript
- version:
- Is the bug related to documentation in
- README.md
- source code documentation
- SDK API docs on https://docs.microsoft.com
Describe the bug
ActivityId property is always undefined in FeedResponse.
To Reproduce
Steps to reproduce the behavior:
- Log into ms.azure.portal.com
- Open any Cosmos DB account
- Navigate to data explorer
- Run any query on a container
- Notice that the activityId is undefined in the response but is available in the response header
Expected behavior
A clear and concise description of what you expected to happen.
The correct activityId should be included in the FeedResponse.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Doc reference for FeedResponse: https://learn.microsoft.com/en-us/javascript/api/@azure/cosmos/feedresponse?view=azure-node-latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Type
Projects
Status
In Progress