aaronpowell / FSharp.CosmosDb

An F# wrapper around Cosmos DB's .NET SDK to make it more friendly for F# developers
MIT License
79 stars 12 forks source link

Add deleteContainer operation #64

Closed amine-mejaouel closed 2 years ago

amine-mejaouel commented 2 years ago

This a proposition for adding a new operation : deleteContainer

This includes:

amine-mejaouel commented 2 years ago

There is also another commit [add deleteContainerIfExists] that adds a new operation along with all the utilities operation needed to make it work.