From 94cc01426bc93acc7916dbe7350bb02754cdfa88 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 25 May 2020 16:35:37 +0200 Subject: [PATCH] updating to include #6979 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a29e1f83054b..aef0c840fa85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,12 +15,12 @@ IMPROVEMENTS: BUG FIXES: -* `azurern_linux_virtual_machine` - correctly validating the rsa ssh `public_key` properties length [GH-7061] +* `azurerm_key_vault_certificate` - fixing a bug when using externally-signed certificates (using the `Unknown` issuer) where polling would continue indefinitely [GH-6979] +* `azurerm_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] - +* `azurerm_windows_virtual_machine` - correctly validating the rsa ssh `public_key` properties length [GH-7061] ## 2.11.0 (May 21, 2020)