Skip to content

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

@seankane-msft

Description

@seankane-msft

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.

Metadata

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