PGSSoft / terraform-provider-mssql

MS SQL Terraform provider
MIT License
17 stars 11 forks source link

Bump github.com/microsoftgraph/msgraph-sdk-go from 0.30.0 to 0.38.1 #54

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/microsoftgraph/msgraph-sdk-go from 0.30.0 to 0.38.1.

Release notes

Sourced from github.com/microsoftgraph/msgraph-sdk-go's releases.

v0.38.1

Changed

  • Updates references to core libraries.

v0.38.0

Changed

  • Weekly generation.

v0.36.0

Changed

  • Weekly generation

v0.35.0

Changed

  • Weekly generation

v0.34.0

Changed

  • Weekly generation

v0.33.0

Changed

  • Weekly generation

v0.32.0

Changed

  • Weekly generation

v0.31.0

Changed

  • Weekly generation
Changelog

Sourced from github.com/microsoftgraph/msgraph-sdk-go's changelog.

[0.38.1] - 2022-09-09

Changed

  • Updates references to core libraries.

[0.38.0] - 2022-09-06

Changed

  • Weekly generation.

[0.37.0] - 2022-09-02

Changed

  • Added a context parameter to execution method.
  • Removed WithConfigurationAndResponseHandler overloads to reduce the size of the SDK.

client.Me().Get() now becomes client.Me().Get(context.Background(), nil) (or pass some higher level context).
client.Me().GetWithConfigurationAndResponseHandler(requestConfigurationValue, nil) now becomes client.Me().Get(context, requestConfigurationValue).
client.Me().GetWithConfigurationAndResponseHandler(nil, responseHandler) now becomes client.Me().Get(context, requestConfigurationValue) where the request configuration has a RequestHandlerOption in its options (from abstractions).
The body argument (POST, PATCH, PUT) is the second argument. (after the context)

[0.36.0] - 2022-08-30

Changed

  • Weekly generation

[0.35.0] - 2022-08-23

Changed

  • Weekly generation

[0.34.0] - 2022-08-17

Changed

  • Weekly generation

[0.33.0] - 2022-08-10

Changed

  • Weekly generation

[0.32.0] - 2022-08-04

... (truncated)

Commits
  • 703711d Merge pull request #268 from microsoftgraph/dependabot/go_modules/github.com/...
  • 7a3d6ff - adds changelog entry and bumps version for reference update
  • 56b6ad2 - updates reference to core and kiota libs
  • f09e5d6 Bump github.com/microsoft/kiota-serialization-text-go
  • 1803586 Merge pull request #266 from microsoftgraph/users/GitHubPolicyService/25dd2f4...
  • 42f0131 Microsoft mandatory file
  • b481b95 Merge pull request #261 from microsoftgraph/v1.0/pipelinebuild/85272
  • e18b03e - adds changelog entry for weekly generation
  • cde8dc3 Update generated files with build 85272
  • 8c60e60 Update readme examples (#259)
  • 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 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)
dependabot[bot] commented 2 years ago

Superseded by #62.