Skip to content

Commit

Permalink
build(deps): bump github.com/microsoft/fabric-sdk-go from 0.1.0-beta.…
Browse files Browse the repository at this point in the history
…11 to 0.1.0-beta.12 (#244)

Bumps
[github.com/microsoft/fabric-sdk-go](https://github.com/microsoft/fabric-sdk-go)
from 0.1.0-beta.11 to 0.1.0-beta.12.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/fabric-sdk-go/releases">github.com/microsoft/fabric-sdk-go's
releases</a>.</em></p>
<blockquote>
<h2>v0.1.0-beta.12</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(release): v0.1.0-beta.12 by <a
href="https://github.com/DariuszPorowski"><code>@​DariuszPorowski</code></a>
in <a
href="https://redirect.github.com/microsoft/fabric-sdk-go/pull/34">microsoft/fabric-sdk-go#34</a>
<ul>
<li>Support default values for CreateConnection, allow nullable
PrivacyLevel</li>
<li>Add DuplicateGatewayName error to errGateway</li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/microsoft/fabric-sdk-go/compare/v0.1.0-beta.11...v0.1.0-beta.12">https://github.com/microsoft/fabric-sdk-go/compare/v0.1.0-beta.11...v0.1.0-beta.12</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/fabric-sdk-go/commit/e7ffabec904bde6ec7df707cd612e6469dc6b924"><code>e7ffabe</code></a>
chore(release): v0.1.0-beta.12 (<a
href="https://redirect.github.com/microsoft/fabric-sdk-go/issues/34">#34</a>)</li>
<li>See full diff in <a
href="https://github.com/microsoft/fabric-sdk-go/compare/v0.1.0-beta.11...v0.1.0-beta.12">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/microsoft/fabric-sdk-go&package-manager=go_modules&previous-version=0.1.0-beta.11&new-version=0.1.0-beta.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 11, 2025
1 parent 6037675 commit 5ba6f57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/hashicorp/terraform-plugin-go v0.26.0
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/hashicorp/terraform-plugin-testing v1.11.0
github.com/microsoft/fabric-sdk-go v0.1.0-beta.11
github.com/microsoft/fabric-sdk-go v0.1.0-beta.12
github.com/ohler55/ojg v1.26.1
github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v0.5.0
github.com/orange-cloudavenue/terraform-plugin-framework-validators v1.13.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27k
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
github.com/microsoft/fabric-sdk-go v0.1.0-beta.11 h1:mfDzz6Cl71TwunhFeP0fXMvRLqqS0QDvlmjdSL97chQ=
github.com/microsoft/fabric-sdk-go v0.1.0-beta.11/go.mod h1:A1wiOgNuOFuoA2fHJ4vIuB9DAHSP/qb+TFT9qlPr1RY=
github.com/microsoft/fabric-sdk-go v0.1.0-beta.12 h1:kXiBViXj7V73H8GooAevPy2NlE7iVAkEr8ocdA+4SO0=
github.com/microsoft/fabric-sdk-go v0.1.0-beta.12/go.mod h1:A1wiOgNuOFuoA2fHJ4vIuB9DAHSP/qb+TFT9qlPr1RY=
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=
github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s=
github.com/mitchellh/go-testing-interface v1.14.1 h1:jrgshOhYAUVNMAJiKbEu7EqAwgJJ2JqpQmpLJOu07cU=
Expand Down

0 comments on commit 5ba6f57

Please sign in to comment.