From 57533cf1300c02618afc0a60db05b48584d8a6f0 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 25 May 2020 15:49:05 +0200 Subject: [PATCH] updating to include #6968 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f79f11ee1a522..a29e1f83054b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ BUG FIXES: * `azurern_linux_virtual_machine` - correctly validating the rsa ssh `public_key` properties length [GH-7061] * `azurerm_linux_virtual_machine` - allow setting `virtual_machine_scale_set_id` in non-zonal deployment [GH-7057] +* `azurerm_sql_virtual_network_rule` - updating the validation for the `name` field [GH-6968] * `azurerm_windows_virtual_machine` - allow setting `virtual_machine_scale_set_id` in non-zonal deployment [GH-7057] * `azurern_windows_virtual_machine` - correctly validating the rsa ssh `public_key` properties length [GH-7061]