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

Provide a static list of containers/folders/blobs. #94

Closed isaacabraham closed 7 years ago

isaacabraham commented 7 years ago

Description

It would be useful to be able to supply a static set of containers/folders/blobs for the storage type provider. This would be very useful when working with "well known" containers etc.

This could be used as a basis for applying the same sort of feature to tables and queues.

isaacabraham commented 7 years ago

Fixed with release 1.8.0.