From df680ac6842d893b0ca5a5eae2446eed834e7c41 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Wed, 1 Sep 2021 16:50:07 +0100 Subject: [PATCH] Changelog for #543 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c540f75b6c..da39dadbb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ BUG FIXES: * `data.azuread_client_config` - populate the `tenant_id` and `client_id` attributes when authenticating via Azure CLI [GH-539] * `azuread_service_principal` - fix a bug that prevented creation of service principals in some cases due to `owners` being applied incorrectly [GH-539] +* `azuread_user` - fix a validation bug for the `password` property [GH-543] IMPROVEMENTS: