fsprojects / AzureStorageTypeProvider

An F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.
http://fsprojects.github.io/AzureStorageTypeProvider/
The Unlicense
84 stars 34 forks source link

Upgrade to newer Azure Storage SDK #104

Closed isaacabraham closed 7 years ago

isaacabraham commented 7 years ago

We currently work against v6.0 of the Azure SDK. This is quite old and has some breaking changes from the newer versions. We should upgrade to a later version.

isaacabraham commented 7 years ago

Note this has implications for other downstream dependencies such as JSON .Net as the other Storage ones e.g. EDM.