From 8f628d164c6452ddc23fa2f5299e0c5d777750f0 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Fri, 27 Sep 2024 14:19:09 +0100 Subject: [PATCH] v3.0.1 --- CHANGELOG.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e727a90..5fb8645a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,16 @@ -## 3.0.1 (Unreleased) +## 3.0.1 (September 27, 2024) BUG FIXES: -* `data.azuread_group` - fix ID parsing bugs and some crashes [GH-1499] -* `azuread_conditional_access_policy` - fix a parsing bug for `authentication_strength_policy_id` [GH-1499] -* `azuread_service_principal_certificate` - fix a parsing bug for `service_principal_id` [GH-1499] -* `azuread_service_principal_claims_mapping_policy_assignment` - fix a parsing bug for `service_principal_id` [GH-1499] -* `azuread_service_principal_password` - fix a parsing bug for `service_principal_id` [GH-1499] -* `azuread_service_principal_token_signing_certificate` - fix a parsing bug for `service_principal_id` [GH-1499] -* `azuread_synchronization_job` - fix a parsing bug for `service_principal_id` [GH-1499] -* `azuread_synchronization_job_provision_on_demand` - fix parsing bugs for `service_principal_id` and `synchronization_job_id` [GH-1499] -* `azuread_synchronization_secret` - fix a parsing bug for `service_principal_id` [GH-1499] +* `data.azuread_group` - fix ID parsing bugs and some crashes ([#1499](https://github.com/hashicorp/terraform-provider-azuread/issues/1499)) +* `azuread_conditional_access_policy` - fix a parsing bug for `authentication_strength_policy_id` ([#1499](https://github.com/hashicorp/terraform-provider-azuread/issues/1499)) +* `azuread_service_principal_certificate` - fix a parsing bug for `service_principal_id` ([#1499](https://github.com/hashicorp/terraform-provider-azuread/issues/1499)) +* `azuread_service_principal_claims_mapping_policy_assignment` - fix a parsing bug for `service_principal_id` ([#1499](https://github.com/hashicorp/terraform-provider-azuread/issues/1499)) +* `azuread_service_principal_password` - fix a parsing bug for `service_principal_id` ([#1499](https://github.com/hashicorp/terraform-provider-azuread/issues/1499)) +* `azuread_service_principal_token_signing_certificate` - fix a parsing bug for `service_principal_id` ([#1499](https://github.com/hashicorp/terraform-provider-azuread/issues/1499)) +* `azuread_synchronization_job` - fix a parsing bug for `service_principal_id` ([#1499](https://github.com/hashicorp/terraform-provider-azuread/issues/1499)) +* `azuread_synchronization_job_provision_on_demand` - fix parsing bugs for `service_principal_id` and `synchronization_job_id` ([#1499](https://github.com/hashicorp/terraform-provider-azuread/issues/1499)) +* `azuread_synchronization_secret` - fix a parsing bug for `service_principal_id` ([#1499](https://github.com/hashicorp/terraform-provider-azuread/issues/1499)) ## 3.0.0 (September 27, 2024)