Skip to content

Commit 4f121a3

Browse files
authored
chore(release): v1.2.0 (#465)
## v1.2.0 - May 27, 2025 ### ✨ Added * [#369](#369) Implemented Copy Job Data Source * [#365](#365) Added Copy Job Resource * [#408](#408) `partner_id` and `disable_terraform_partner_id` options to provider configuration to facilitate partner resource usage ### 💫 Changed * [#428](#428) Enhanced `fabric_sql_database` data-source by adding properties support * [#429](#429) Enhanced `fabric_sql_database` resource by adding properties support ### 🪲 Fixed * [#325](#325) Added missing `eventstreamProperties.json` definition path to the `fabric_eventstream` * [#440](#440) Handle runtime error / nil pointer in the AuthenticationFailedError error * [#414](#414) Fix issue where domain role assignment support is blocked for domains with contributor scope different than `SpecificUsersAndGroups`
1 parent 2180ea1 commit 4f121a3

14 files changed

+41
-44
lines changed

.changes/unreleased/added-20250403-075146.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/added-20250403-075201.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/added-20250423-104539.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/changed-20250512-065609.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/changed-20250512-065648.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/fixed-20250512-104313.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/fixed-20250515-194639.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/fixed-20250521-132643.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/v1.2.0.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## v1.2.0 - May 27, 2025
2+
3+
### ✨ Added
4+
5+
* [#369](https://github.com/microsoft/terraform-provider-fabric/issues/369) Added Copy Job Data Source
6+
* [#365](https://github.com/microsoft/terraform-provider-fabric/issues/365) Added Copy Job Resource
7+
* [#408](https://github.com/microsoft/terraform-provider-fabric/issues/408) `partner_id` and `disable_terraform_partner_id` options to provider configuration to facilitate partner resource usage
8+
9+
### 💫 Changed
10+
11+
* [#428](https://github.com/microsoft/terraform-provider-fabric/issues/428) Enhanced `fabric_sql_database` data-source by adding properties support
12+
* [#429](https://github.com/microsoft/terraform-provider-fabric/issues/429) Enhanced `fabric_sql_database` resource by adding properties support
13+
14+
### 🪲 Fixed
15+
16+
* [#325](https://github.com/microsoft/terraform-provider-fabric/issues/325) Added missing `eventstreamProperties.json` definition path to the `fabric_eventstream`
17+
* [#440](https://github.com/microsoft/terraform-provider-fabric/issues/440) Handle runtime error / nil pointer in the AuthenticationFailedError error
18+
* [#414](https://github.com/microsoft/terraform-provider-fabric/issues/414) Fix issue where domain role assignment support is blocked for domains with contributor scope different than `SpecificUsersAndGroups`

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
77
and is generated by [Changie](https://github.com/miniscruff/changie).
88

9+
## v1.2.0 - May 27, 2025
10+
11+
### ✨ Added
12+
13+
* [#369](https://github.com/microsoft/terraform-provider-fabric/issues/369) Implemented Copy Job Data Source
14+
* [#365](https://github.com/microsoft/terraform-provider-fabric/issues/365) Added Copy Job Resource
15+
* [#408](https://github.com/microsoft/terraform-provider-fabric/issues/408) `partner_id` and `disable_terraform_partner_id` options to provider configuration to facilitate partner resource usage
16+
17+
### 💫 Changed
18+
19+
* [#428](https://github.com/microsoft/terraform-provider-fabric/issues/428) Enhanced `fabric_sql_database` data-source by adding properties support
20+
* [#429](https://github.com/microsoft/terraform-provider-fabric/issues/429) Enhanced `fabric_sql_database` resource by adding properties support
21+
22+
### 🪲 Fixed
23+
24+
* [#325](https://github.com/microsoft/terraform-provider-fabric/issues/325) Added missing `eventstreamProperties.json` definition path to the `fabric_eventstream`
25+
* [#440](https://github.com/microsoft/terraform-provider-fabric/issues/440) Handle runtime error / nil pointer in the AuthenticationFailedError error
26+
* [#414](https://github.com/microsoft/terraform-provider-fabric/issues/414) Fix issue where domain role assignment support is blocked for domains with contributor scope different than `SpecificUsersAndGroups`
27+
928
## v1.1.0 - April 14, 2025
1029

1130
### ✨ Added

0 commit comments

Comments
 (0)