Skip to content

Commit

Permalink
Changelog for #476
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer authored Jul 21, 2021
1 parent cbd28d1 commit dd87433
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 @@ -23,6 +23,14 @@ IMPROVEMENTS:
* `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]
* `data.azuread_group` - export the `assignable_to_role`, `behaviors`, `mail_nickname`, `theme` and `visibility` attributes [GH-476]
* `data.azuread_group` - export the `mail`, `preferred_language` and `proxy_addresses` attributes [GH-476]
* `data.azuread_group` - export the `onpremises_domain_name`, `onpremises_netbios_name`, `onpremises_sam_account_name`, `onpremises_security_identifier` and `onpremises_sync_enabled` attributes [GH-476]
* `data.azuread_user` - export the `age_group` and `consent_provided_for_minor` attributes [GH-476]
* `data.azuread_user` - export the `business_phones`, `employee_id`, `fax_number` and `preferred_language` attributes [GH-476]
* `data.azuread_user` - export the `mail`, `other_mails` and `show_in_address_list` attributes [GH-476]
* `data.azuread_user` - export the `creation_type`, `external_user_state`, `im_addresses` and `proxy_addresses` attributes [GH-476]
* `data.azuread_user` - export the `onpremises_distinguished_name`, `onpremises_domain_name`, `onpremises_security_identifier` and `onpremises_sync_enabled` attributes [GH-476]
* `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]
Expand All @@ -37,6 +45,14 @@ IMPROVEMENTS:
* `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]
* `azuread_group` - support the `assignable_to_role`, `behaviors`, `mail_nickname`, `theme` and `visibility` properties [GH-476]
* `azuread_group` - export the `mail`, `preferred_language` and `proxy_addresses` attributes [GH-476]
* `azuread_group` - export the `onpremises_domain_name`, `onpremises_netbios_name`, `onpremises_sam_account_name`, `onpremises_security_identifier` and `onpremises_sync_enabled` attributes [GH-476]
* `azuread_user` - support the `age_group` and `consent_provided_for_minor` properties [GH-476]
* `azuread_user` - support the `business_phones`, `employee_id`, `fax_number` and `preferred_language` properties [GH-476]
* `azuread_user` - support the `mail`, `other_mails` and `show_in_address_list` properties [GH-476]
* `azuread_user` - export the `creation_type`, `external_user_state`, `im_addresses` and `proxy_addresses` attributes [GH-476]
* `azuread_user` - export the `onpremises_distinguished_name`, `onpremises_domain_name`, `onpremises_security_identifier` and `onpremises_sync_enabled` attributes [GH-476]

BUG FIXES:

Expand Down

0 comments on commit dd87433

Please sign in to comment.