CHANGES in azure-armrest-0.3.6 vs CHANGES in azure-armrest-0.3.7

- old
+ new

@@ -1,5 +1,9 @@ += 0.3.7 - 15-Sep-2016 +* Modified the private image listing code in the StorageAccountService class + to skip over storage accounts when we cannot get a key. + = 0.3.6 - 13-Sep-2016 * Added the poll and wait methods to the ArmrestService base class. These are meant for use with asynchronous operations, e.g. create and delete. * All methods that returned a plain array now return an ArmrestCollection object instead. This is a subclass of Array, but includes header and @@ -61,9 +65,15 @@ * Added the addressable gem as a dependency, as it internally replaces the uri standard library. Calls to rest-client are still encoded, but now using Addressable::URI. * StorageAccountService no longer does account type validation. * Added the StorageAccountService#list_all_private_images method. + += 0.2.10 - 15-Sep-2016 +* Backported PR #213 (skip over storage accounts that don't have keys). + += 0.2.9 - 25-Aug-2016 +* Backported PR #211 (exception class updates and specs). = 0.2.8 - 22-Jul-2016 * Backported PR #188 (add list_all_private_images method). * Backported PR #194 (updated .travis.yml).