From 3625e0457681e52ff6e0fc4b7b10f1f2ce088928 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Mon, 3 Oct 2016 17:08:21 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb77a300..deaafffe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,7 @@ BUG FIXES: * provider/aws: aws_route53_record alias refresh manually updated record [GH-9125] * provider/aws: Fix issue detaching volumes that were already detached [GH-9023] * provider/aws: Add retry to the `aws_ssm_document` delete func [GH-9188] + * provider/azurerm: fix resource ID parsing for subscriptions resources [GH-9163] * provider/librato: Mandatory name and conditions attributes weren't being sent on Update unless changed [GH-8984] * provisioner/chef: Fix an error with parsing certain `vault_json` content [GH-9114] * provisioner/chef: Change to order in which to cleanup the user key so this is done before the Chef run starts [GH-9114]