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

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

Closed
seankane-msft opened this issue Sep 17, 2020 · 1 comment · Fixed by #17888
Closed

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

seankane-msft opened this issue Sep 17, 2020 · 1 comment · Fixed by #17888
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Tables
Milestone

Comments

@seankane-msft
Copy link
Member

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

@seankane-msft seankane-msft added the Mgmt This issue is related to a management-plane library. label Sep 17, 2020
@seankane-msft seankane-msft added this to the Backlog milestone Sep 17, 2020
@seankane-msft seankane-msft self-assigned this Sep 17, 2020
@ghost
Copy link

ghost commented Sep 17, 2020

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @wmengmsft, @MehaKaushik, @shurd, @anfeldma-ms

@seankane-msft seankane-msft added Client This issue points to a problem in the data-plane of the library. Tables and removed Mgmt This issue is related to a management-plane library. labels Sep 21, 2020
@ghost ghost closed this as completed in #17888 Apr 8, 2021
ghost pushed a commit that referenced this issue Apr 8, 2021
mccoyp pushed a commit to mccoyp/azure-sdk-for-python that referenced this issue Apr 9, 2021
mccoyp pushed a commit to mccoyp/azure-sdk-for-python that referenced this issue Apr 13, 2021
benbp pushed a commit to benbp/azure-sdk-for-python that referenced this issue Apr 19, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Tables
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant