Skip to content

[Tables] Upsert entity should be a single call to the service #13678

Closed
@seankane-msft

Description

The upsert entity is built as a try/except right now. If the entity does not exist when calling the update, a second call is made to insert the entity. This should be able to be done in a single call and the generated code can then be used for batching.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

ClientThis issue points to a problem in the data-plane of the library.Tables

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions