From 2403a3cf3de33e8b2b1b224fd74e55999a094672 Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 18 Jun 2020 16:52:23 -0700 Subject: [PATCH] update chANGELOG.md toinclude #7188 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d332cbf0122a..9d3812395aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ ## 2.15.0 (Unreleased) +UPGRADE NOTES: + +* `azurerm_orchestrated_virtual_machine_scale_set` - the `single_placement_group` property is now required to be `false` by the service team in the `2019-12-01` compute API [GH-7188] + DEPENDENCIES * updating to `v43.1.0` of `github.com/Azure/azure-sdk-for-go` [GH-7188] +* upgrading `kusto` to`2019-12-01` [GH-7101] * upgrading `kusto` to`2020-02-15` [GH-6838] FEATURES