CHANGES in azure-armrest-0.9.2 vs CHANGES in azure-armrest-0.9.3
- old
+ new
@@ -1,12 +1,17 @@
+= 0.9.3 - 2-Nov-2017
+* Fixed an issue in the get_by_id and delete_by_id methods where an invalid
+ request string could be generated. This primarily affected the
+ TemplateDeploymentService#delete_associated_resources method.
+
= 0.9.2 - 31-Oct-2017
* Fixed a bug in the StorageAccountService#list_private_images method. It
now accepts an option to skip accessor definitions.
* Fixed a caller bug that caused tests to fail on Windows.
* Fixed a bug where an argument to a sleep call could be a string by mistake.
* Fixed issues with continuation results for list methods in the
StorageAccount model class.
-* The json dependency restriction was loosened to 1.anything.
+* The json dependency restriction was loosened to 2.anything.
* The nokogiri dependency was removed. We now rely on Hash#from_xml courtesy
of activesupport, which we were already using.
= 0.9.1 - 9-Oct-2017
* Fixed an issue where hash properties that contain a '$' sign would fail