Skip to content

Commit

Permalink
Upgrade terraform-provider-databricks to v1.51.0 (#577)
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.50.0  to 1.51.0.
	Fixes #576
  • Loading branch information
pulumi-bot authored Aug 26, 2024
1 parent 63a1685 commit 4c1f5da
Show file tree
Hide file tree
Showing 21 changed files with 132 additions and 38 deletions.
9 changes: 6 additions & 3 deletions provider/cmd/pulumi-resource-databricks/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10938,6 +10938,9 @@
"$ref": "#/types/databricks:index/getExternalLocationExternalLocationInfoEncryptionDetails:getExternalLocationExternalLocationInfoEncryptionDetails",
"description": "The options for Server-Side Encryption to be used by each Databricks s3 client when connecting to S3 cloud storage (AWS).\n"
},
"fallback": {
"type": "boolean"
},
"isolationMode": {
"type": "string"
},
Expand Down Expand Up @@ -17892,7 +17895,7 @@
},
"parentPath": {
"type": "string",
"description": "The workspace path of the folder containing the dashboard. Includes leading slash and no trailing slash.\n"
"description": "The workspace path of the folder containing the dashboard. Includes leading slash and no trailing slash. If folder doesn't exist, it will be created.\n"
},
"path": {
"type": "string"
Expand Down Expand Up @@ -17954,7 +17957,7 @@
},
"parentPath": {
"type": "string",
"description": "The workspace path of the folder containing the dashboard. Includes leading slash and no trailing slash.\n",
"description": "The workspace path of the folder containing the dashboard. Includes leading slash and no trailing slash. If folder doesn't exist, it will be created.\n",
"willReplaceOnChanges": true
},
"path": {
Expand Down Expand Up @@ -18012,7 +18015,7 @@
},
"parentPath": {
"type": "string",
"description": "The workspace path of the folder containing the dashboard. Includes leading slash and no trailing slash.\n",
"description": "The workspace path of the folder containing the dashboard. Includes leading slash and no trailing slash. If folder doesn't exist, it will be created.\n",
"willReplaceOnChanges": true
},
"path": {
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.44.0
github.com/databricks/terraform-provider-databricks v1.50.0
github.com/databricks/databricks-sdk-go v0.45.0
github.com/databricks/terraform-provider-databricks v1.51.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.89.1
)

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.44.0 h1:9/FZACv4EFQIOYxfwYVKnY7v46xio9FKCw9tpKB2O/s=
github.com/databricks/databricks-sdk-go v0.44.0/go.mod h1:ds+zbv5mlQG7nFEU5ojLtgN/u0/9YzZmKQES/CfedzU=
github.com/databricks/terraform-provider-databricks v1.50.0 h1:diPnfvwpQ3OisLt/cC2PNDCYj8mXsA8A+cOQz5OP9jM=
github.com/databricks/terraform-provider-databricks v1.50.0/go.mod h1:eKWLN2ZZsqN7U0GhgFmIABok2pvaqX5CqxFn4eJOpjA=
github.com/databricks/databricks-sdk-go v0.45.0 h1:wdx5Wm/ESrahdHeq62WrjLeGjV4r722LLanD8ahI0Mo=
github.com/databricks/databricks-sdk-go v0.45.0/go.mod h1:ds+zbv5mlQG7nFEU5ojLtgN/u0/9YzZmKQES/CfedzU=
github.com/databricks/terraform-provider-databricks v1.51.0 h1:rNr4TMAbfGHrxYoH9HwpUDOvz0YcAh9jlZYrEg3AtGg=
github.com/databricks/terraform-provider-databricks v1.51.0/go.mod h1:0omGCjtIp88O2K110HpSh2mTo8NHotztUlqQE85n0+0=
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
6 changes: 3 additions & 3 deletions sdk/dotnet/Dashboard.cs

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

3 changes: 3 additions & 0 deletions sdk/dotnet/Inputs/GetExternalLocationExternalLocationInfo.cs

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

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

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

12 changes: 6 additions & 6 deletions sdk/go/databricks/dashboard.go

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

15 changes: 15 additions & 0 deletions sdk/go/databricks/pulumiTypes1.go

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

4 changes: 2 additions & 2 deletions sdk/java/src/main/java/com/pulumi/databricks/Dashboard.java

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

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

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

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

Loading

0 comments on commit 4c1f5da

Please sign in to comment.