CHANGES in azure-armrest-0.4.1 vs CHANGES in azure-armrest-0.4.2
- old
+ new
@@ -1,4 +1,8 @@
+= 0.4.2 - 19-Dec-2016
+* Added the delete_by_id method, so you can now delete by ID string.
+* Added the TemplateDeploymentService#delete_associated_resources method.
+
= 0.4.1 - 16-Dec-2016
* The Configuration#environment accessor was added. As of this release you
can specify 'usgov' as an option to the constructor, and the appropriate
resource and authority endpoints will be used instead of the public ones.
* Added the #authority_url and #resource_url accessors to the Configuration