ManageIQ / azure-armrest

Ruby interface for Azure using the new REST API
Apache License 2.0
15 stars 36 forks source link

StorageAccount#table_data with :all option is busted #353

Closed djberg96 closed 6 years ago

djberg96 commented 6 years ago

Passing the :all option to the StorageAccount#table_data method appears to result in an infinite loop.

Edit: maybe.

djberg96 commented 6 years ago

This may actually just be a LOT of data being returned due to lack of a filter. The rowkey token does seem to get updated.

djberg96 commented 6 years ago

Upon further review, I think it's working fine.