CHANGES in azure-armrest-0.2.10 vs CHANGES in azure-armrest-0.3.0

- old
+ new

@@ -1,16 +1,22 @@ -= 0.2.10 - 15-Sep-2016 -* Backported PR #213 (skip over storage accounts that don't have keys). += 0.3.0 - 28-Jun-2016 +* The configuration handling has been moved into its own class called + Azure::Armrest::Configuration. You can call this explicitly using :new, + or you can still use ArmrestService.configure. +* The :subscription_id option for configuration is no longer optional. + The logic for automatically fetching the first active subscription ID + that could be found has been dropped. +* Added the Billing::UsageService class. +* Added a TooManyRequests exception. +* Added support for pretty_print. +* 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.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). - = 0.2.7 - 20-Jun-2016 -* All internal calls to rest-client are now explicitly URI.encode'd. +* All internal calls to rest-client are now explicitly URI.encoded. = 0.2.6 - 9-May-2016 * If no subscription is provided, the internal method for fetching a default subscription ID will now skip over tenant/subscription mismatches. * Removed the hard-coded api-version string for both TemplateDeploymentService