CHANGES in azure-armrest-0.8.1 vs CHANGES in azure-armrest-0.8.2
- old
+ new
@@ -1,4 +1,21 @@
+= 0.8.2 - 30-Aug-2017
+* The :list and :list_all methods for the ResourceProviderService class now
+ accepts a filter.
+* The :list_all method for the TemplateDeploymentService class now accepts
+ a filter.
+* The get_blob_raw method was refactored into a module that both the
+ Storage::SnapshotService and Storage::DiskService classes now mixin.
+ Thanks go to Jerry Keselman for the PR.
+* Added the :exists? method to the ResourceGroupService class.
+* Added the :exists? method to the TemplateDeploymentService class.
+* The filter for private image collection now ignores case. This addresses
+ an issue where private images would not be picked up for regions
+ within Canada or India.
+* Added the KeyVaultService class.
+* The :create method in any ResourceGroupBasedService class will now
+ automatically camelize hash keys for you.
+
= 0.8.1 - 4-Aug-2017
* Fixed a bug in the DiskService#get_blob_raw method that affected you if you
used :start_byte + :length options. Thanks go to Jerry Keselman for the spot.
* The :filter option for ResourceGroupBaseService#list_all now ignores case
when testing against string values.