Skip to content

Commit

Permalink
v2.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Feb 16, 2023
1 parent d46d725 commit fbf03e4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
## 2.34.0 (Unreleased)
## 2.34.0 (February 16, 2023)

IMPROVEMENTS:

* **Provider:** All resources will now explicitly use the Microsoft Graph v1.0 API unless stated otherwise in the provider documentation [GH-990]
* `data.azuread_application` - support the `description` attribute [GH-991]
* `azuread_application` - support app role and scope values up to 249 characters [GH-1010]
* **Provider:** All resources will now explicitly use the Microsoft Graph v1.0 API unless stated otherwise in the provider documentation ([#990](https://github.com/hashicorp/terraform-provider-azuread/issues/990))
* `data.azuread_application` - support the `description` attribute ([#991](https://github.com/hashicorp/terraform-provider-azuread/issues/991))
* `azuread_application` - support app role and scope values up to 249 characters ([#1010](https://github.com/hashicorp/terraform-provider-azuread/issues/1010))

BUG FIXES:

* **Provider:** Support authentication scenarios where the `oid` claim is missing from the access token [GH-1014]
* `data.azuread_application_template` - revert a workaround from v2.31.0 and no longer use the beta API for this data source [GH-987]
* `azuread_application` - work around an API bug where `mapped_claims_enabled` could be set on create when holding the `Application.ReadWrite.OwnedBy` role [GH-1008]
* **Provider:** Support authentication scenarios where the `oid` claim is missing from the access token ([#1014](https://github.com/hashicorp/terraform-provider-azuread/issues/1014))
* `data.azuread_application_template` - revert a workaround from v2.31.0 and no longer use the beta API for this data source ([#987](https://github.com/hashicorp/terraform-provider-azuread/issues/987))
* `azuread_application` - work around an API bug where `mapped_claims_enabled` could be set on create when holding the `Application.ReadWrite.OwnedBy` role ([#1008](https://github.com/hashicorp/terraform-provider-azuread/issues/1008))

## 2.33.0 (January 19, 2023)

Expand Down

0 comments on commit fbf03e4

Please sign in to comment.