From 63dd8161dfd984d0eb63cb56965b155e87a45184 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Wed, 20 May 2020 12:36:09 +0200 Subject: [PATCH] updating to include #7023 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bdcddde1463..576f7844df2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,10 @@ IMPROVEMENTS: BUG FIXES: * `azurerm_api_management_subscription` - fix the export of `primary_key` and `secondary_key` [GH-6938] - +* `azurerm_linux_virtual_machine` - allowing name to end with a capital letter [GH-7023] +* `azurerm_linux_virtual_machine_scale_set` - allowing name to end with a capital [GH-7023] +* `azurerm_windows_virtual_machine` - allowing name to end with a capital [GH-7023] +* `azurerm_windows_virtual_machine_scale_set` - allowing name to end with a capital [GH-7023] ---