From 9c8ae86db5dccf9da36e708a965694bb5f56813a Mon Sep 17 00:00:00 2001 From: Clint Date: Thu, 30 Jul 2015 09:29:19 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7141ecd05..7fc863890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ IMPROVEMENTS: * provider/aws: Added `source_dest_check` attribute to the aws_network_interface [GH-2741] * provider/aws: Clean up externally removed Launch Configurations [GH-2806] * provider/aws: Compute private ip addresses of ENIs if they are not specified [GH-2743] + * provider/azure: Provide a simpler error when using a Platform Image without a + Storage Service [GH-2861] * provider/google: `account_file` is now expected to be JSON. Paths are still supported for backwards compatibility. [GH-2839]