[BUG] Azure data table client listEntities API return string instead of binary data (breaking change & bug) #40385
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
issue-addressed
Workflow: The Azure SDK team believes it to be addressed and ready to close.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Tables
Milestone
Describe the bug
Azure data table client listEntities API started to have a different behavior with getEntity API. And the change start from 12.4.0. It is same result in 12.3.19.
To Reproduce
Steps to reproduce the behavior:
This is my data in azure data table
When I upgarde to 12.4.0. The ListEntityes API start to return binary data as String type, and break all my service.
Expected behavior
List entities API should correct return binary data as binary.
Setup (please complete the following information):
The text was updated successfully, but these errors were encountered: