Skip to content

Commit

Permalink
v2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Jun 10, 2022
1 parent b134a57 commit 28b840b
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,18 +1,18 @@
## 2.23.0 (Unreleased)
## 2.23.0 (June 10, 2022)

FEATURES:

* **New Authentication Method:** Support for authenticating via OIDC with GitHub Actions [GH-805]
* **New Authentication Method:** Support for authenticating via OIDC with GitHub Actions ([#805](https://github.com/hashicorp/terraform-provider-azuread/issues/805))

BUG FIXES:

* **Provider:** Fix an Azure CLI authentication issue that could fail to autodetect the current tenant ID [GH-819]
* `azuread_application_federated_identity_credential` - fix overly restrictive validation for the `audiences` property [GH-808]
* `azuread_group` - fix a bug that could cause a crash when creating unified groups [GH-816]
* **Provider:** Fix an Azure CLI authentication issue that could fail to autodetect the current tenant ID ([#819](https://github.com/hashicorp/terraform-provider-azuread/issues/819))
* `azuread_application_federated_identity_credential` - fix overly restrictive validation for the `audiences` property ([#808](https://github.com/hashicorp/terraform-provider-azuread/issues/808))
* `azuread_group` - fix a bug that could cause a crash when creating unified groups ([#816](https://github.com/hashicorp/terraform-provider-azuread/issues/816))

IMPROVEMENTS:

* `azuread_user` - allow changing the `user_principal_name` property without recreating the user account [GH-815]
* `azuread_user` - allow changing the `user_principal_name` property without recreating the user account ([#815](https://github.com/hashicorp/terraform-provider-azuread/issues/815))

## 2.22.0 (April 28, 2022)

Expand Down

0 comments on commit 28b840b

Please sign in to comment.