Skip to content

Commit

Permalink
v2.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed May 16, 2024
1 parent 0e0dcc8 commit 8a724fe
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,16 +1,16 @@
## 2.50.0 (Unreleased)
## 2.50.0 (May 16, 2024)

ENHANCEMENTS:

* dependencies: updating to `v0.68.0` of `github.com/manicminer/hamilton` [GH-1382]
* dependencies: updating to `v0.68.0` of `github.com/manicminer/hamilton` ([#1382](https://github.com/hashicorp/terraform-provider-azuread/issues/1382))
* `data.azuread_application` - support looking up applications with the `identifier_uri` property [GH 1303]
* `azuread_conditional_access_policy` - improve handling of the `session_controls` block [GH-1382]
* `azuread_conditional_access_policy` - improve handling of the `session_controls` block ([#1382](https://github.com/hashicorp/terraform-provider-azuread/issues/1382))

BUG FIXES:

* `data.azuread_service_principal` - treat the `display_name` property case-insensitively [GH-1381]
* `azuread_conditional_access_policy` - fix a bug that could cause a persistent diff when setting certain properties in the `session_controls` block [GH-1382]
* `azuread_user` - don't overwrite the existing password in state, when a password change fails [GH-1308]
* `data.azuread_service_principal` - treat the `display_name` property case-insensitively ([#1381](https://github.com/hashicorp/terraform-provider-azuread/issues/1381))
* `azuread_conditional_access_policy` - fix a bug that could cause a persistent diff when setting certain properties in the `session_controls` block ([#1382](https://github.com/hashicorp/terraform-provider-azuread/issues/1382))
* `azuread_user` - don't overwrite the existing password in state, when a password change fails ([#1308](https://github.com/hashicorp/terraform-provider-azuread/issues/1308))

## 2.49.1 (May 13, 2024)

Expand Down

0 comments on commit 8a724fe

Please sign in to comment.