Add Update-CosmosDbDocument and Get-AllCosmosDbDocuments #470
Labels
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
Feature
Hello,
First of all thank you for this usefull module !!! It would be great to add these two functionalities :
This one let us to send a partial update for a document with a PATCH operation, the json input must be like this :
And check that the number of operations is -le 10 (cosmos limite for a simple document update)
And this one return ALL the document, I found that the "standard" Get-CosmosDbDocument doesn't return all results :
I don't have any time to make it by myself so if someone want to do it ... This code is working I use it on my project but make the entire implentation in the module is too long for me at this moment.
Thanks
Ben
The text was updated successfully, but these errors were encountered: