CHANGES in azure-armrest-0.9.0 vs CHANGES in azure-armrest-0.9.1
- old
+ new
@@ -1,4 +1,9 @@
+= 0.9.1 - 9-Oct-2017
+* Fixed an issue where hash properties that contain a '$' sign would fail
+ when we attempted to convert them to model objects. They are now converted
+ to underscores.
+
= 0.9.0 - 6-Oct-2017
* Bump nokogiri to at least 1.8.1 to avoid security warnings.
* Adds the 'skip_attribute_definitions' flag on all azure armrest models. This
allows us to significantly reduce memory and increase speed within internal
methods that generate lots of intermediate objects. Thanks go to Nick LaMuro