From 8920f02c76a1f45ed7a42d0afd2dea7f0f2d2242 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Wed, 21 Jul 2021 23:24:44 +0100 Subject: [PATCH] Changelog for #474 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4788285645..456af76530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,13 +11,29 @@ FEATURES: IMPROVEMENTS: +* `data.azuread_application` - the `api` block now supports the `accept_mapped_claims`, `known_client_applications` and `requested_access_token_version` attributes [GH-474] * `data.azuread_application` - the `implicit_grant` block now supports the `id_token_issuance_enabled` attribute [GH-461] * `data.azuread_application` - the `optional_claims` block now supports the `saml2_token` attribute [GH-461] +* `data.azuread_application` - export the `disabled_by_microsoft` attribute [GH-474] +* `data.azuread_application` - export the `device_only_auth_enabled` and `oauth2_post_response_required` attributes [GH-474] +* `data.azuread_application` - export the `logo_url`, `marketing_url`, `privacy_statement_url` and `terms_of_service_url` attributes [GH-474] +* `data.azuread_application` - export the `publisher_domain` attribute [GH-474] +* `data.azuread_application` - export the `public_client` block [GH-474] +* `data.azuread_application` - export the `single_page_application` block [GH-474] +* `data.azuread_application` - export the `app_role_ids` and `oauth2_permission_scope_ids` attributes [GH-474] * `data.azuread_domains` - export the `admin_managed`, `root` and `supported_services` attributes for each domain [GH-461] * `data.azuread_domains` - support the `admin_managed`, `only_root` and `supports_services` properties [GH-461] +* `azuread_application` - the `api` block now supports the `accept_mapped_claims`, `known_client_applications` and `requested_access_token_version` properties [GH-474] * `azuread_application` - the `implicit_grant` block now supports the `id_token_issuance_enabled` property [GH-461] * `azuread_application` - the `optional_claims` block now supports the `saml2_token` block [GH-461] * `azuread_application` - the `sign_in_audience` property now supports the `AzureADandPersonalMicrosoftAccount` and `PersonalMicrosoftAccount` values [GH-461] +* `azuread_application` - export the `disabled_by_microsoft` attribute [GH-474] +* `azuread_application` - export the `publisher_domain` attribute [GH-474] +* `azuread_application` - support the `device_only_auth_enabled` and `oauth2_post_response_required` properties [GH-474] +* `azuread_application` - support the `logo_url`, `marketing_url`, `privacy_statement_url` and `terms_of_service_url` properties [GH-474] +* `azuread_application` - support for the `public_client` block [GH-474] +* `azuread_application` - support for the `single_page_application` block [GH-474] +* `azuread_application` - export the `app_role_ids` and `oauth2_permission_scope_ids` attributes [GH-474] * `azuread_group` - support for creating mail-enabled groups [GH-461] * `azuread_group` - support for creating Microsoft 365 groups [GH-461] * `azuread_group` - support for updating groups without recreating them [GH-461]