From 42ed906299a5b8e8675f45bf0052754c7e0759ae Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Tue, 8 Jun 2021 23:03:09 +0100 Subject: [PATCH] Changelog for #444 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf66eace5..2dbc83022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ BUG FIXES: - **Provider:** Suppress a spurious deprecation notice for the `metadata_host` provider field [GH-439] +- `azuread_application_password` - fix a bug that prevented specifying the `display_name`, `start_date`, `end_date` or `end_date_relative` properties when using Microsoft Graph [GH-444] +- `azuread_service_principal_password` - fix a bug that prevented specifying the `display_name`, `start_date`, `end_date` or `end_date_relative` properties when using Microsoft Graph [GH-444] ## 1.5.0 (May 20, 2021)