From 62fae2514e2e54197ceb67231a30e9f0040e7b0e Mon Sep 17 00:00:00 2001 From: kt Date: Sun, 24 May 2020 07:40:33 -0700 Subject: [PATCH] update CHANGELOG.md to include #7061 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b674c08400d..d2c9bc8cdcb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ ## 2.12.0 (Unreleased) + +BUG FIXES: + +* `azurern_linux_virtual_machine` - correctly validating the rsa ssh `public_key` properties length [GH-7061] +* `azurern_windows_virtual_machine` - correctly validating the rsa ssh `public_key` properties length [GH-7061] + + ## 2.11.0 (May 21, 2020) DEPENDENCIES: