Skip to content

Commit

Permalink
Upgrade terraform-provider-databricks to v1.48.3 (#545)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-databricks
--kind=all --target-bridge-version=latest`.

---

- Upgrading terraform-provider-databricks from 1.48.2  to 1.48.3.
	Fixes #544
  • Loading branch information
pulumi-bot authored Jul 16, 2024
1 parent 8669538 commit 2d41855
Show file tree
Hide file tree
Showing 15 changed files with 279 additions and 89 deletions.
18 changes: 18 additions & 0 deletions provider/cmd/pulumi-resource-databricks/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
"accountId": {
"type": "string"
},
"actionsIdTokenRequestToken": {
"type": "string"
},
"actionsIdTokenRequestUrl": {
"type": "string"
},
"authType": {
"type": "string"
},
Expand Down Expand Up @@ -15034,6 +15040,12 @@
"accountId": {
"type": "string"
},
"actionsIdTokenRequestToken": {
"type": "string"
},
"actionsIdTokenRequestUrl": {
"type": "string"
},
"authType": {
"type": "string"
},
Expand Down Expand Up @@ -15132,6 +15144,12 @@
"accountId": {
"type": "string"
},
"actionsIdTokenRequestToken": {
"type": "string"
},
"actionsIdTokenRequestUrl": {
"type": "string"
},
"authType": {
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ toolchain go1.22.4
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240520223432-0c0bf0d65f10

require (
github.com/databricks/databricks-sdk-go v0.43.0
github.com/databricks/terraform-provider-databricks v1.48.2
github.com/databricks/databricks-sdk-go v0.43.2
github.com/databricks/terraform-provider-databricks v1.48.3
github.com/pulumi/pulumi-terraform-bridge/v3 v3.86.0
)

Expand Down
8 changes: 4 additions & 4 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1334,10 +1334,10 @@ github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/cyphar/filepath-securejoin v0.2.4 h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg=
github.com/cyphar/filepath-securejoin v0.2.4/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=
github.com/databricks/databricks-sdk-go v0.43.0 h1:x4laolWhYlsQg2t8yWEGyRPZy4/Wv3pKnLEoJfVin7I=
github.com/databricks/databricks-sdk-go v0.43.0/go.mod h1:a9rr0FOHLL26kOjQjZZVFjIYmRABCbrAWVeundDEVG8=
github.com/databricks/terraform-provider-databricks v1.48.2 h1:Dh9jXy2WtaoW6tzlAn/9X1Yizi6BZ/2rPePPFc0i1Fc=
github.com/databricks/terraform-provider-databricks v1.48.2/go.mod h1:LtCv5f2Vfoyv9aBy3CY1PYgRovuE/tDoYt64hdS4Uts=
github.com/databricks/databricks-sdk-go v0.43.2 h1:4B+sHAYO5kFqwZNQRmsF70eecqsFX6i/0KfXoDFQT/E=
github.com/databricks/databricks-sdk-go v0.43.2/go.mod h1:nlzeOEgJ1Tmb5HyknBJ3GEorCZKWqEBoHprvPmTSNq8=
github.com/databricks/terraform-provider-databricks v1.48.3 h1:GMo0P9LgCnspp4KkyJSBLldcgM55vNXajTBsVr9JLWM=
github.com/databricks/terraform-provider-databricks v1.48.3/go.mod h1:lms6vXkeihL/TrKyme3GEbRi5lcySbHzMm0UJL52Lp4=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
14 changes: 14 additions & 0 deletions sdk/dotnet/Config/Config.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions sdk/dotnet/Provider.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions sdk/go/databricks/config/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

180 changes: 97 additions & 83 deletions sdk/go/databricks/provider.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions sdk/java/src/main/java/com/pulumi/databricks/Config.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions sdk/java/src/main/java/com/pulumi/databricks/Provider.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2d41855

Please sign in to comment.