Skip to content

Bump microsoft/fabric from 1.0.0 to 1.2.0 in /tests/e2e #210

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps microsoft/fabric from 1.0.0 to 1.2.0.

Release notes

Sourced from microsoft/fabric's releases.

v1.2.0 - May 27, 2025

✨ Added

  • #369 Added Copy Job Data Source
  • #365 Added Copy Job Resource
  • #408 partner_id and disable_terraform_partner_id options to provider configuration to facilitate partner resource usage

💫 Changed

  • #428 Enhanced fabric_sql_database data-source by adding properties support
  • #429 Enhanced fabric_sql_database resource by adding properties support

🪲 Fixed

  • #325 Added missing eventstreamProperties.json definition path to the fabric_eventstream
  • #440 Handle runtime error / nil pointer in the AuthenticationFailedError error
  • #414 Fix issue where domain role assignment support is blocked for domains with contributor scope different than SpecificUsersAndGroups

v1.1.0 - April 14, 2025

✨ Added

  • #261 New resource/data-source fabric_workspace_managed_private_endpoint

  • #342 fabric_mounted_data_factory resource

  • #344 fabric_mounted_data_factory data-source

  • #270 New configuration object attribute with collation_type property in the fabric_warehouse resource/data-source

💫 Changed

  • #385 Enhanced fabric_eventhouse data-source by adding minimum_consumption_units to properties
  • #386 Enhanced fabric_eventhouse resource by adding minimum_consumption_units to properties

🪲 Fixed

  • #362 Nil pointer dereference on Fabric Error Responses when RawResponse is nil.
Changelog

Sourced from microsoft/fabric's changelog.

v1.2.0 - May 27, 2025

✨ Added

  • #369 Implemented Copy Job Data Source
  • #365 Added Copy Job Resource
  • #408 partner_id and disable_terraform_partner_id options to provider configuration to facilitate partner resource usage

💫 Changed

  • #428 Enhanced fabric_sql_database data-source by adding properties support
  • #429 Enhanced fabric_sql_database resource by adding properties support

🪲 Fixed

  • #325 Added missing eventstreamProperties.json definition path to the fabric_eventstream
  • #440 Handle runtime error / nil pointer in the AuthenticationFailedError error
  • #414 Fix issue where domain role assignment support is blocked for domains with contributor scope different than SpecificUsersAndGroups

v1.1.0 - April 14, 2025

✨ Added

  • #261 New resource/data-source fabric_workspace_managed_private_endpoint

  • #342 fabric_mounted_data_factory resource

  • #344 fabric_mounted_data_factory data-source

  • #270 New configuration object attribute with collation_type property in the fabric_warehouse resource/data-source

💫 Changed

  • #385 Enhanced fabric_eventhouse data-source by adding minimum_consumption_units to properties
  • #386 Enhanced fabric_eventhouse resource by adding minimum_consumption_units to properties

🪲 Fixed

  • #362 Nil pointer dereference on Fabric Error Responses when RawResponse is nil.
Commits
  • 4f121a3 chore(release): v1.2.0 (#465)
  • 2180ea1 fix(domain): remove incorrect domain role assignment support check (#456)
  • 9704fd3 build(deps): bump the all group with 2 updates (#459)
  • 8324538 build(deps): bump github.com/microsoft/fabric-sdk-go from 0.4.0 to 0.5.0 in t...
  • e323719 fix(items_properties): correctly identify plural (#450)
  • 5736b0e fix(tests): update workspace reference for resource (#449)
  • 8cb4806 feat(wellknown): add deployment pipeline (#448)
  • a27d7ae build(deps): update terraform 1.12.0 (#445)
  • aade410 ci(deps): bump dorny/test-reporter from 2.0.0 to 2.1.0 in /.github/workflows ...
  • b088d2a feat(sql_database): enhance the SQL database item by adding properties suppor...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [microsoft/fabric](https://github.com/microsoft/terraform-provider-fabric) from 1.0.0 to 1.2.0.
- [Release notes](https://github.com/microsoft/terraform-provider-fabric/releases)
- [Changelog](https://github.com/microsoft/terraform-provider-fabric/blob/main/CHANGELOG.md)
- [Commits](microsoft/terraform-provider-fabric@v1.0.0...v1.2.0)

---
updated-dependencies:
- dependency-name: microsoft/fabric
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2025

Labels

The following labels could not be found: dependencies, terraform. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copy link

github-actions bot commented Jun 1, 2025

Terraform Lint Results

  • Terraform Version 📎1.11.4
  • Working Directory 📂./tests/e2e
  • Terraform Format and Style 🖌success

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 4, 2025

Looks like microsoft/fabric is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jun 4, 2025
@dependabot dependabot bot deleted the dependabot/terraform/tests/e2e/microsoft/fabric-1.2.0 branch June 4, 2025 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants