Skip to content

Commit

Permalink
Changelog for #1023
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer authored Feb 17, 2023
1 parent 4cc0e16 commit 05382ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.34.1 (Unreleased)

BUG FIXES:

* `azuread_administrative_unit` - revert to the Microsoft Graph beta API version to resolve an API error when using this resource [GH-1023]
* `azuread_application` - revert to the Microsoft Graph beta API version to resolve an issue preventing creation of new applications [GH-1023]
* `azuread_application` - revert to the Microsoft Graph beta API version to resolve an issue preventing setting the `oauth2_post_response_required` property [GH-1023]
* `azuread_application_pre_authorized` - revert to the Microsoft Graph beta API version to resolve an issue creating this resource [GH-1023]
* `azuread_group` - revert to the Microsoft Graph beta API version to resolve an issue when managing group members [GH-1023]
* `azuread_group_member` - revert to the Microsoft Graph beta API version to resolve an issue when managing group members [GH-1023]
* `azuread_user` - revert to the Microsoft Graph beta API version to resolve a persistent diff for the `account_enabled` and `show_in_address_list` properties [GH-1023]

## 2.34.0 (February 16, 2023)

IMPROVEMENTS:
Expand Down

0 comments on commit 05382ef

Please sign in to comment.