-
Notifications
You must be signed in to change notification settings - Fork 90
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
AzureData.replace throwing partition key error #112
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Comments
colbylwilliams
added
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
AzureData
labels
May 22, 2019
hey @colbylwilliams ill look to test 0.4.0 tomorrow and will post back here |
also just to note, |
colbylwilliams
changed the title
AzureData.replace is *deleting* doc instead
AzureData.replace throwing partition key error
May 24, 2019
colbylwilliams
added a commit
that referenced
this issue
May 24, 2019
fix issue #112 : AzureData.replace throwing partition key error
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Bug Information
Honestly i don't know if I am calling this part of the api correctly, but the behaviour I got today was when invoking AzureData.replace() the document was deleted from the collection.
Steps to Reproduce
Just to note
updateId
below is an existing documents idHere's the code:
Expected Behavior
document is updated
Actual Behavior
document was deleted
The text was updated successfully, but these errors were encountered: