Skip to content

Commit 993c965

Browse files
chore(release): v0.1.0-rc.2 (#335)
## v0.1.0-rc.2 - March 20, 2025 ### ✨ Added * [#324](#324) Option to manage "default pool" using pool ID in the `fabric_spark_workspace_settings` resource. ### 🪲 Fixed * [#328](#328) Value Conversion Error on definition tokens, when value of the key is in the unknown on existing managed resource.
1 parent 881d450 commit 993c965

File tree

8 files changed

+23
-14
lines changed

8 files changed

+23
-14
lines changed

.changes/unreleased/added-20250318-195402.yaml

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

.changes/unreleased/fixed-20250319-201006.yaml

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

.changes/v0.1.0-rc.2.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## v0.1.0-rc.2 - March 20, 2025
2+
3+
### ✨ Added
4+
5+
* [#324](https://github.com/microsoft/terraform-provider-fabric/issues/324) Option to manage "default pool" using pool ID in the `fabric_spark_workspace_settings` resource.
6+
7+
### 🪲 Fixed
8+
9+
* [#328](https://github.com/microsoft/terraform-provider-fabric/issues/328) Value Conversion Error on definition tokens, when value of the key is in the unknown on existing managed resource.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ 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+
## v0.1.0-rc.2 - March 20, 2025
10+
11+
### ✨ Added
12+
13+
* [#324](https://github.com/microsoft/terraform-provider-fabric/issues/324) Option to manage "default pool" using pool ID in the `fabric_spark_workspace_settings` resource.
14+
15+
### 🪲 Fixed
16+
17+
* [#328](https://github.com/microsoft/terraform-provider-fabric/issues/328) Value Conversion Error on definition tokens, when value of the key is in the unknown on existing managed resource.
18+
919
## v0.1.0-rc.1 - March 13, 2025
1020

1121
### 💥 Breaking

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 = "0.1.0-rc.1"
49+
version = "0.1.0-rc.2"
5050
}
5151
}
5252
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
required_providers {
2626
fabric = {
2727
source = "microsoft/fabric"
28-
version = "0.1.0-rc.1"
28+
version = "0.1.0-rc.2"
2929
}
3030
}
3131
}

examples/provider/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
fabric = {
66
source = "microsoft/fabric"
7-
version = "0.1.0-rc.1"
7+
version = "0.1.0-rc.2"
88
}
99
}
1010
}

templates/guides/getting_started.md.tmpl

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 = "0.1.0-rc.1"
49+
version = "0.1.0-rc.2"
5050
}
5151
}
5252
}

0 commit comments

Comments
 (0)