AzureCosmosDB / PartitionKeyDeleteFeedbackGroup

Private repo for the preview of the delete by partition key value feature in Cosmos DB.
3 stars 0 forks source link

[Question] How do I enable the preview feature in visual studio ? #18

Open arun-msx opened 1 month ago

arun-msx commented 1 month ago

I am trying to understand how to enable the DeleteAllItemsByPartitionKeyStreamAsync (which is under the PREVIEW flag) in visual studio. I have tried to update it via below method, but it does not seem to work:

`

PREVIEW

` Because of this the build is failing due to missing method. Any help here would be appreciated, thanks!