-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Tables
Milestone
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Tables