Skip to content

Commit 2aaf555

Browse files
chore(release): v1.1.0 (#400)
## v1.1.0 - April 14, 2025 ### ✨ Added * [#261](#261) New resource/data-source `fabric_workspace_managed_private_endpoint` * [#342](#342) `fabric_mounted_data_factory` resource * [#344](#344) `fabric_mounted_data_factory` data-source * [#270](#270) New `configuration` object attribute with `collation_type` property in the `fabric_warehouse` resource/data-source ### 💫 Changed * [#385](#385) Enhanced `fabric_eventhouse` data-source by adding `minimum_consumption_units` to properties * [#386](#386) Enhanced `fabric_eventhouse` resource by adding `minimum_consumption_units` to properties ### 🪲 Fixed * [#362](#362) Nil pointer dereference on Fabric Error Responses when RawResponse is nil.
1 parent 7bfd01c commit 2aaf555

13 files changed

+43
-42
lines changed

.changes/unreleased/added-20250320-235905.yaml

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

.changes/unreleased/added-20250326-090036.yaml

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

.changes/unreleased/added-20250326-090105.yaml

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

.changes/unreleased/added-20250408-214012.yaml

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

.changes/unreleased/changed-20250409-073056.yaml

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

.changes/unreleased/changed-20250409-073123.yaml

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

.changes/unreleased/fixed-20250409-105232.yaml

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

.changes/v1.1.0.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## v1.1.0 - April 14, 2025
2+
3+
### ✨ Added
4+
5+
* [#261](https://github.com/microsoft/terraform-provider-fabric/issues/261) New resource/data-source `fabric_workspace_managed_private_endpoint`
6+
* [#342](https://github.com/microsoft/terraform-provider-fabric/issues/342) `fabric_mounted_data_factory` resource
7+
8+
* [#344](https://github.com/microsoft/terraform-provider-fabric/issues/344) `fabric_mounted_data_factory` data-source
9+
10+
* [#270](https://github.com/microsoft/terraform-provider-fabric/issues/270) New `configuration` object attribute with `collation_type` property in the `fabric_warehouse` resource/data-source
11+
12+
### 💫 Changed
13+
14+
* [#385](https://github.com/microsoft/terraform-provider-fabric/issues/385) Enhanced `fabric_eventhouse` data-source by adding `minimum_consumption_units` to properties
15+
* [#386](https://github.com/microsoft/terraform-provider-fabric/issues/386) Enhanced `fabric_eventhouse` resource by adding `minimum_consumption_units` to properties
16+
17+
### 🪲 Fixed
18+
19+
* [#362](https://github.com/microsoft/terraform-provider-fabric/issues/362) Nil pointer dereference on Fabric Error Responses when RawResponse is nil.

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ 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.1.0 - April 14, 2025
10+
11+
### ✨ Added
12+
13+
* [#261](https://github.com/microsoft/terraform-provider-fabric/issues/261) New resource/data-source `fabric_workspace_managed_private_endpoint`
14+
* [#342](https://github.com/microsoft/terraform-provider-fabric/issues/342) `fabric_mounted_data_factory` resource
15+
16+
* [#344](https://github.com/microsoft/terraform-provider-fabric/issues/344) `fabric_mounted_data_factory` data-source
17+
18+
* [#270](https://github.com/microsoft/terraform-provider-fabric/issues/270) New `configuration` object attribute with `collation_type` property in the `fabric_warehouse` resource/data-source
19+
20+
### 💫 Changed
21+
22+
* [#385](https://github.com/microsoft/terraform-provider-fabric/issues/385) Enhanced `fabric_eventhouse` data-source by adding `minimum_consumption_units` to properties
23+
* [#386](https://github.com/microsoft/terraform-provider-fabric/issues/386) Enhanced `fabric_eventhouse` resource by adding `minimum_consumption_units` to properties
24+
25+
### 🪲 Fixed
26+
27+
* [#362](https://github.com/microsoft/terraform-provider-fabric/issues/362) Nil pointer dereference on Fabric Error Responses when RawResponse is nil.
28+
929
## v1.0.0 - March 31, 2025
1030

1131
### 💥 Breaking
@@ -45,7 +65,6 @@ resource "fabric_workspace_role_assignment" "example" {
4565

4666
* [#341](https://github.com/microsoft/terraform-provider-fabric/issues/341) `fabric_domain_workspace_assignments` output schema aligned between data-sources and resource
4767
* [#352](https://github.com/microsoft/terraform-provider-fabric/issues/352) State not properly refreshed when entity removed outside of the terraform
48-
* [#359](https://github.com/microsoft/terraform-provider-fabric/issues/359) Missing preview feature for environment resource/data-source.
4968

5069
## v0.1.0-rc.2 - March 20, 2025
5170

docs/guides/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This section provides a sample configuration that you can experiment with to pro
4646
required_providers {
4747
fabric = {
4848
source = "microsoft/fabric"
49-
version = "1.0.0"
49+
version = "1.1.0"
5050
}
5151
}
5252
}

0 commit comments

Comments
 (0)