CHANGES in azure-armrest-0.9.4 vs CHANGES in azure-armrest-0.9.5
- old
+ new
@@ -1,4 +1,11 @@
+= 0.9.5 - 22-Jan-2018
+* Fixed a bug in the exception handler for the StorageAccount#all_blobs
+ method and the StorageAccountService#get_private_images method.
+* Added the Azure::Armrest::Storage::ManagedStorageHelper::ManagedDisk
+ class. This should now be the preferred approach for getting raw
+ blob information, as it is much more efficient.
+
= 0.9.4 - 29-Nov-2017
* Fixed the VirtualMachineService#delete_associated_resources to handle VM's
backed by managed storage, as well as VM's with a private IP.
* Added HDInsight service classes. Thanks go to Tyler Gregory for the PR.
* Updated README and VirtualMachineService documentation.