From 7c8f6254d68005ac743ceeabfddfaddc888b935c Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Mon, 21 Jun 2021 20:17:58 +0100 Subject: [PATCH] Changelog for #465 --- CHANGELOG.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4332c86c38..bd7b7c088d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,19 @@ +## 1.6.0 (Unreleased) + +DEPRECATIONS: + +* `azuread_application_app_role` - this resource is deprecated and will be removed in version 2.0 [GH-465] +* `azuread_application_oauth2_permission` - this resource is deprecated and will be removed in version 2.0 [GH-465] +* `azuread_application_oauth2_permission_scope` - this resource is deprecated and will be removed in version 2.0 [GH-465] + ## 1.5.1 (June 10, 2021) BUG FIXES: -- **Provider:** Suppress a spurious deprecation notice for the `metadata_host` provider field ([#439](https://github.com/terraform-providers/terraform-provider-azuread/issues/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 ([#444](https://github.com/terraform-providers/terraform-provider-azuread/issues/444)) -- `azuread_group` - fix a bug that prevented creating a group with more than 20 owners or members ([#454](https://github.com/terraform-providers/terraform-provider-azuread/issues/454)) -- `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 ([#444](https://github.com/terraform-providers/terraform-provider-azuread/issues/444)) +* **Provider:** Suppress a spurious deprecation notice for the `metadata_host` provider field ([#439](https://github.com/terraform-providers/terraform-provider-azuread/issues/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 ([#444](https://github.com/terraform-providers/terraform-provider-azuread/issues/444)) +* `azuread_group` - fix a bug that prevented creating a group with more than 20 owners or members ([#454](https://github.com/terraform-providers/terraform-provider-azuread/issues/454)) +* `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 ([#444](https://github.com/terraform-providers/terraform-provider-azuread/issues/444)) ## 1.5.0 (May 20, 2021)