Skip to content

[Tables] Merge operation fails with a Cosmos endpoint #13844

Closed
@seankane-msft

Description

The Merge operation (which is implemented as Patch) always fails with a 405 MethodNotAllowed response against Cosmos table endpoints. Inspecting the traffic sent by the track 1 client reveals that they send Merge as Post with an additional header: X-HTTP-Method: MERGE . Adding this header and changing the method to Post results in a successful merge in my testing.

Ideally the Cosmos Table endpoint would accept the same http request shape as Storage.

#cosmosKnownIssue

.NET Issue

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