Azure / azure-cosmosdb-node

We recently announced deprecation of JS v1 SDK and this repo. Starting September 2020 Microsoft will not provide support for this library. Existing applications using library will continue to work as-is. We strongly recommend upgrading to @azure/cosmos library.
https://github.com/Azure/azure-sdk-for-js
MIT License
141 stars 108 forks source link

upsert example missing #233

Closed tony-gutierrez closed 6 years ago

tony-gutierrez commented 6 years ago

According to the Toc there is an upsert example here: https://github.com/Azure/azure-documentdb-node/blob/master/samples/DocumentManagement/app.js but it is skipped in the code.

srinathnarayanan commented 6 years ago

Thanks for bringing this to our attention. Would you like to send a PR for this @tony-gutierrez ?

tony-gutierrez commented 6 years ago

No, I want microsoft to document their own SDKs so that I don't waste my time trying to imagine how to use the services I pay them for.

srinathnarayanan commented 6 years ago

We will update the sample soon. Thanks!

srinathnarayanan commented 6 years ago

The samples have been updated.