Skip to content

Commit

Permalink
v2.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Jul 14, 2023
1 parent 90f4c6a commit c3f4885
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## 2.40.0 (Unreleased)
## 2.40.0 (July 14, 2023)

IMPROVEMENTS:

* dependencies: updating to `v0.62.0` of `github.com/manicminer/hamilton`
* `data.azuread_user` - supporting looking up a user using the `employee_id` property [GH-1040]
* `data.azuread_users` - supporting looking up users using the `employee_ids` property [GH-1040]
* `azuread_conditional_access_policy` - support for the `client_applications` block in the `conditions` block [GH-1047]
* `azuread_conditional_access_policy` - support for the `disable_resilience_defaults` property in the `session_controls` block [GH-1135]
* `azuread_group` - the `behaviors` property now supports the `CalendarMemberReadOnly` and `ConnectorsDisabled` values [GH-1144]
* `data.azuread_user` - supporting looking up a user using the `employee_id` property ([#1040](https://github.com/hashicorp/terraform-provider-azuread/issues/1040))
* `data.azuread_users` - supporting looking up users using the `employee_ids` property ([#1040](https://github.com/hashicorp/terraform-provider-azuread/issues/1040))
* `azuread_conditional_access_policy` - support for the `client_applications` block in the `conditions` block ([#1047](https://github.com/hashicorp/terraform-provider-azuread/issues/1047))
* `azuread_conditional_access_policy` - support for the `disable_resilience_defaults` property in the `session_controls` block ([#1135](https://github.com/hashicorp/terraform-provider-azuread/issues/1135))
* `azuread_group` - the `behaviors` property now supports the `CalendarMemberReadOnly` and `ConnectorsDisabled` values ([#1144](https://github.com/hashicorp/terraform-provider-azuread/issues/1144))

## 2.39.0 (May 12, 2023)

Expand Down

0 comments on commit c3f4885

Please sign in to comment.