From 3a1b7952cac3e6d04ee261c3e423850f65941f1e Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Fri, 2 Jul 2021 18:19:43 +0100 Subject: [PATCH] Changelog for #472 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e129ee13e3..4788285645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ NOTES: * **Major Version:** This is a major version upgrade which contains breaking changes. Please read the [Upgrade Guide](https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/guides/microsoft-graph) before upgrading, which details all the known breaking changes that practitioners should be aware of. * **Microsoft Graph:** The upstream API for Azure Active Directory is now Microsoft Graph, and the deprecated Azure Active Directory Graph API is no longer supported. +FEATURES: + +* **New Resource** `application_pre_authorized` [GH-472] + IMPROVEMENTS: * `data.azuread_application` - the `implicit_grant` block now supports the `id_token_issuance_enabled` attribute [GH-461]