Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(release): v0.1.0-beta.8 #228

Merged
merged 1 commit into from
Jan 30, 2025
Merged

feat(release): v0.1.0-beta.8 #228

merged 1 commit into from
Jan 30, 2025

Conversation

hattan
Copy link
Contributor

@hattan hattan commented Jan 30, 2025

v0.1.0-beta.8 - January 30, 2025

💥 Breaking

  • #171 The format attribute is now REQUIRED for Resources/Data-Sources with definition support.
    Currently applicable to the following Resources/Data-Sources: Report, Notebook, Semantic Model, and Spark Job Definition.

  • #185 Using preview resources or data sources now needs explicit opt-in at the provider level configuration by setting the preview attribute to true.
    This is to ensure that users are aware of the risks of using preview resources or data sources in production environments.
    Usage of any preview feature will result in a warning message in the Terraform output.

✨ Added

  • #168 Added support for multi-format Notebook Resource/Data-Source.
    By using format attribute, you can now define the format of the Notebook Resource/Data-Source. Accepted values are jpynb, and py.

  • #171 Added support for multi-format Report Resource/Data-Source.
    By using format attribute, you can now define the format of the Report Resource/Data-Source. Accepted values are PBIR, and PBIR-Legacy.

  • #171 Added support for multi-format Semantic Model Resource/Data-Source.
    By using format attribute, you can now define the format of the Semantic Model Resource/Data-Source. Accepted values are TMSL, and TMDL.

  • #135 Definition support in the fabric_eventhouse Resource

  • #156 Definition support in the fabric_eventhouse Data-Sources

  • #201 Added additional properties for fabric_spark_workspace_settings Data-Source and Resource:

  • high_concurrency.notebook_pipeline_run_enabled (Boolean)

  • job.conservative_job_admission_enabled (Boolen)

  • job.session_timeout_in_minutes (Number)

  • #159 Definition support in the fabric_eventstream Resource

  • #160 Definition support in the fabric_eventstream Data-Source

  • #130 New Resource: fabric_kql_queryset

  • #131 Definition support in the fabric_kql_queryset Data-Source

  • #134 New Resource/Data-Source: fabric_kql_dashboard

  • #224 New configuration attribute in the fabric_eventhouse Resource.

💫 Changed

  • #194 Enabled SPN support for Warehouse

🪲 Fixed

  • #174 Provider produced inconsistent result after apply error appears when using fabric_domain_workspace_assignments multiple times due to enforce assignments based only on TF configuration and ignoring the real state on the Fabric side.
    Resource must only manage TF provided configuration and ignore any configuration provided outside TF.

  • #190 Fixed typo in the "Creating an App Registration for the User context" doc

@hattan hattan requested a review from a team as a code owner January 30, 2025 18:26
@hattan hattan added the skip-changelog Skip changelog entry label Jan 30, 2025
@hattan hattan merged commit 8f8add1 into main Jan 30, 2025
15 checks passed
@hattan hattan deleted the release/v0.1.0-beta.8 branch January 30, 2025 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Skip changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants