Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Sep 27, 2024
1 parent da7c68d commit 8f628d1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 8f628d1

Please sign in to comment.