FSharp.Azure.Storage icon indicating copy to clipboard operation
FSharp.Azure.Storage copied to clipboard

Use Azure.Data.Tables instead of Microsoft.Azure.Cosmos.Table

Open AlexGagne opened this issue 2 years ago • 1 comments

Azure.Data.Tables is described as the next actively maintained library to use Cosmos DB and Azure Tables. FSharp.Azure.Storage should use Azure.Data.Tables instead of Microsoft.Azure.Cosmos.Table to make sure that the actively maintained library is used instead of one that is going to get deprecated.

AlexGagne avatar Apr 01 '22 16:04 AlexGagne

I took a brief look at the new library a few months ago. Microsoft has totally changed the API surface and removed things that this library uses to function. It would require a very large rewrite to support the new library, unfortunately.

If someone is willing to look into it and put some design ideas forth, I'd be happy to discuss them and review a potential PR.

daniel-chambers avatar Apr 03 '22 01:04 daniel-chambers