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

Proposed Fix for #57 #74

Closed stewart-r closed 8 years ago

stewart-r commented 8 years ago

Fixes #57

I think this provides the proposed functionality.

Changes:

Along the way I moved some of the code from the ContainerBuilder module to a BlobBuilder module in order to make sure the existing functions to create the generated types could precede the new method.

I also added some more blobs to the test data in order to write some tests for the new functionality. i amended the expected values on the previous tests to reflect the new files.

I hope that all makes sense but, as always, just let me know if I need to rethink anything! :-)