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

Fix exception on Delete called with empty collection #87

Closed gdziadkiewicz closed 7 years ago

gdziadkiewicz commented 7 years ago

Fixes #86

Added test for the situation and fixed it on the splitIntoBatches function level. After my modification splitIntoBatches handles empty entity collections by immediately returning empty sequence.

isaacabraham commented 7 years ago

Great! Thanks :)