Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deserialization of entities #14551

Merged
merged 4 commits into from
Aug 31, 2020
Merged

Conversation

bsiegel
Copy link
Member

@bsiegel bsiegel commented Aug 28, 2020

  1. Enable the serializer to handle lists of entities
  2. Centralize the conversion from Map -> TableEntity in its constructor
  3. Begin implementing @odata.type annotation processing

Fixes: #13681

@bsiegel bsiegel force-pushed the fix-deserialization branch 2 times, most recently from 7319f7b to 8550887 Compare August 29, 2020 01:02
Brandon Siegel added 4 commits August 31, 2020 10:56
1. Enable the serializer to handle lists of entities
2. Centralize the conversion from Map -> TableEntity in its constructor
3. Begin implementing @odata.type annotation processing
When using a Select clause, the user can cause any properties to be
omitted, even ones that are service-specific like PartitionKey and
RowKey.
@bsiegel bsiegel merged commit 1d8ce6b into Azure:master Aug 31, 2020
@bsiegel bsiegel deleted the fix-deserialization branch August 31, 2020 19:36
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-java that referenced this pull request May 26, 2021
Recoveryservicesbackup t2 (Azure#14551)

* sql t2 readme config

* readme config

* Update readme.python.md

* conflient resolve

* t2 config

* redirect

* redirect

* redirect

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Deserialization for Tables
2 participants