Skip to content

Commit

Permalink
Upgrade terraform-provider-databricks to v1.48.1 (#527)
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.0  to 1.48.1.
	Fixes #526
  • Loading branch information
pulumi-bot authored Jun 28, 2024
1 parent 5470218 commit 81edf33
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 116 deletions.
9 changes: 3 additions & 6 deletions provider/cmd/pulumi-resource-databricks/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16170,8 +16170,7 @@
"type": "array",
"items": {
"$ref": "#/types/databricks:index/ClusterPolicyLibrary:ClusterPolicyLibrary"
},
"description": "blocks defining individual libraries that will be installed on the cluster that uses a given cluster policy. See databricks.Cluster for more details about supported library types.\n"
}
},
"maxClustersPerUser": {
"type": "integer",
Expand Down Expand Up @@ -16212,8 +16211,7 @@
"type": "array",
"items": {
"$ref": "#/types/databricks:index/ClusterPolicyLibrary:ClusterPolicyLibrary"
},
"description": "blocks defining individual libraries that will be installed on the cluster that uses a given cluster policy. See databricks.Cluster for more details about supported library types.\n"
}
},
"maxClustersPerUser": {
"type": "integer",
Expand Down Expand Up @@ -16247,8 +16245,7 @@
"type": "array",
"items": {
"$ref": "#/types/databricks:index/ClusterPolicyLibrary:ClusterPolicyLibrary"
},
"description": "blocks defining individual libraries that will be installed on the cluster that uses a given cluster policy. See databricks.Cluster for more details about supported library types.\n"
}
},
"maxClustersPerUser": {
"type": "integer",
Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraf

require (
github.com/databricks/databricks-sdk-go v0.43.0
github.com/databricks/terraform-provider-databricks v1.48.0
github.com/databricks/terraform-provider-databricks v1.48.1
github.com/pulumi/pulumi-terraform-bridge/v3 v3.85.0
)

Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1336,8 +1336,8 @@ github.com/cyphar/filepath-securejoin v0.2.4 h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53E
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.0 h1:SsJ0cTvaipwiuySB60SLkN6mH71sfLo5D4FWFvItoh8=
github.com/databricks/terraform-provider-databricks v1.48.0/go.mod h1:LtCv5f2Vfoyv9aBy3CY1PYgRovuE/tDoYt64hdS4Uts=
github.com/databricks/terraform-provider-databricks v1.48.1 h1:WFgDwvKqXatbhnr36SFvkkpV7uG2q15mKZqliufO7kw=
github.com/databricks/terraform-provider-databricks v1.48.1/go.mod h1:LtCv5f2Vfoyv9aBy3CY1PYgRovuE/tDoYt64hdS4Uts=
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
11 changes: 0 additions & 11 deletions sdk/dotnet/ClusterPolicy.cs

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

22 changes: 8 additions & 14 deletions sdk/go/databricks/clusterPolicy.go

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.

9 changes: 0 additions & 9 deletions sdk/nodejs/clusterPolicy.ts

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

Loading

0 comments on commit 81edf33

Please sign in to comment.