Skip to content

Commit

Permalink
Changelog for hashicorp#1382
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer authored and BrendanThompson committed Jun 18, 2024
1 parent fdfb81b commit 707e868
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# 2.50.0 (Unreleased)

BUG FIXES
ENHANCEMENTS:

* `data.azuread_service_principal` - treat the `display_name` property case-insensitively [GH-1381]
* `azuread_user` - don't overwrite the existing password in state, when a password change fails [GH-1308]
* dependencies: updating to `v0.68.0` of `github.com/manicminer/hamilton` [GH-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]

ENHANCEMENTS
BUG FIXES:

* `data.azuread_application` - support looking up applications with the `identifier_uri` property [GH 1303]
* `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]

## 2.49.1 (May 13, 2024)

Expand Down

0 comments on commit 707e868

Please sign in to comment.