Skip to content

Commit

Permalink
Changelog for #474
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer authored Jul 21, 2021
1 parent 48f63a6 commit 8920f02
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 8920f02

Please sign in to comment.