Skip to content

Commit

Permalink
Upgrade terraform-provider-databricks to v1.48.2 (#530)
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.1  to 1.48.2.
	Fixes #529
  • Loading branch information
pulumi-bot authored Jul 1, 2024
1 parent daf2c65 commit f9a8e32
Show file tree
Hide file tree
Showing 53 changed files with 1,381 additions and 72 deletions.
3 changes: 3 additions & 0 deletions provider/cmd/pulumi-resource-databricks/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3956,6 +3956,9 @@
"file_arrival": {
"maxItemsOne": true
},
"periodic": {
"maxItemsOne": true
},
"table_update": {
"maxItemsOne": true,
"elem": {
Expand Down
69 changes: 63 additions & 6 deletions provider/cmd/pulumi-resource-databricks/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5493,7 +5493,8 @@
"description": "Indicate whether this trigger is paused or not. Either `PAUSED` or `UNPAUSED`. When the `pause_status` field is omitted in the block, the server will default to using `UNPAUSED` as a value for `pause_status`.\n"
},
"periodic": {
"$ref": "#/types/databricks:index/JobTriggerPeriodic:JobTriggerPeriodic"
"$ref": "#/types/databricks:index/JobTriggerPeriodic:JobTriggerPeriodic",
"description": "configuration block to define a trigger for Periodic Triggers consisting of the following attributes:\n"
},
"table": {
"$ref": "#/types/databricks:index/JobTriggerTable:JobTriggerTable"
Expand Down Expand Up @@ -5527,10 +5528,12 @@
"databricks:index/JobTriggerPeriodic:JobTriggerPeriodic": {
"properties": {
"interval": {
"type": "integer"
"type": "integer",
"description": "Specifies the interval at which the job should run. This value is required.\n"
},
"unit": {
"type": "string"
"type": "string",
"description": "Options are {\"DAYS\", \"HOURS\", \"WEEKS\"}.\n"
}
},
"type": "object",
Expand Down Expand Up @@ -13995,6 +13998,9 @@
"pauseStatus": {
"type": "string"
},
"periodic": {
"$ref": "#/types/databricks:index/getJobJobSettingsSettingsTriggerPeriodic:getJobJobSettingsSettingsTriggerPeriodic"
},
"tableUpdate": {
"$ref": "#/types/databricks:index/getJobJobSettingsSettingsTriggerTableUpdate:getJobJobSettingsSettingsTriggerTableUpdate"
}
Expand All @@ -14018,6 +14024,21 @@
"url"
]
},
"databricks:index/getJobJobSettingsSettingsTriggerPeriodic:getJobJobSettingsSettingsTriggerPeriodic": {
"properties": {
"interval": {
"type": "integer"
},
"unit": {
"type": "string"
}
},
"type": "object",
"required": [
"interval",
"unit"
]
},
"databricks:index/getJobJobSettingsSettingsTriggerTableUpdate:getJobJobSettingsSettingsTriggerTableUpdate": {
"properties": {
"condition": {
Expand Down Expand Up @@ -16841,6 +16862,10 @@
"type": "boolean",
"description": "Update external location regardless of its dependents.\n"
},
"isolationMode": {
"type": "string",
"description": "Whether the external location is accessible from all workspaces or a specific set of workspaces. Can be `ISOLATED` or `OPEN`. Setting the external location to `ISOLATED` will automatically allow access from the current workspace.\n"
},
"metastoreId": {
"type": "string"
},
Expand All @@ -16867,6 +16892,7 @@
},
"required": [
"credentialName",
"isolationMode",
"metastoreId",
"name",
"owner",
Expand Down Expand Up @@ -16897,6 +16923,10 @@
"type": "boolean",
"description": "Update external location regardless of its dependents.\n"
},
"isolationMode": {
"type": "string",
"description": "Whether the external location is accessible from all workspaces or a specific set of workspaces. Can be `ISOLATED` or `OPEN`. Setting the external location to `ISOLATED` will automatically allow access from the current workspace.\n"
},
"metastoreId": {
"type": "string"
},
Expand Down Expand Up @@ -16953,6 +16983,10 @@
"type": "boolean",
"description": "Update external location regardless of its dependents.\n"
},
"isolationMode": {
"type": "string",
"description": "Whether the external location is accessible from all workspaces or a specific set of workspaces. Can be `ISOLATED` or `OPEN`. Setting the external location to `ISOLATED` will automatically allow access from the current workspace.\n"
},
"metastoreId": {
"type": "string"
},
Expand Down Expand Up @@ -19446,6 +19480,9 @@
"type": "boolean",
"description": "whether to set this credential as the default for the metastore. In practice, this should always be true.\n"
},
"isolationMode": {
"type": "string"
},
"metastoreId": {
"type": "string"
},
Expand All @@ -19464,6 +19501,7 @@
},
"required": [
"databricksGcpServiceAccount",
"isolationMode",
"metastoreId",
"name",
"owner"
Expand Down Expand Up @@ -19505,6 +19543,9 @@
"description": "whether to set this credential as the default for the metastore. In practice, this should always be true.\n",
"willReplaceOnChanges": true
},
"isolationMode": {
"type": "string"
},
"metastoreId": {
"type": "string"
},
Expand Down Expand Up @@ -19563,6 +19604,9 @@
"description": "whether to set this credential as the default for the metastore. In practice, this should always be true.\n",
"willReplaceOnChanges": true
},
"isolationMode": {
"type": "string"
},
"metastoreId": {
"type": "string"
},
Expand Down Expand Up @@ -25596,11 +25640,15 @@
},
"forceUpdate": {
"type": "boolean",
"description": "Update storage credential regardless of its dependents.\n\n`aws_iam_role` optional configuration block for credential details for AWS:\n"
"description": "Update storage credential regardless of its dependents.\n"
},
"gcpServiceAccountKey": {
"$ref": "#/types/databricks:index/StorageCredentialGcpServiceAccountKey:StorageCredentialGcpServiceAccountKey"
},
"isolationMode": {
"type": "string",
"description": "Whether the storage credential is accessible from all workspaces or a specific set of workspaces. Can be `ISOLATED` or `OPEN`. Setting the credential to `ISOLATED` will automatically allow access from the current workspace.\n\n`aws_iam_role` optional configuration block for credential details for AWS:\n"
},
"metastoreId": {
"type": "string",
"description": "Unique identifier of the parent Metastore. If set for workspace-level, it must match the ID of the metastore assigned to the worspace. When changing the metastore assigned to a workspace, this field becomes required.\n"
Expand Down Expand Up @@ -25628,6 +25676,7 @@
},
"required": [
"databricksGcpServiceAccount",
"isolationMode",
"metastoreId",
"name",
"owner",
Expand Down Expand Up @@ -25655,11 +25704,15 @@
},
"forceUpdate": {
"type": "boolean",
"description": "Update storage credential regardless of its dependents.\n\n`aws_iam_role` optional configuration block for credential details for AWS:\n"
"description": "Update storage credential regardless of its dependents.\n"
},
"gcpServiceAccountKey": {
"$ref": "#/types/databricks:index/StorageCredentialGcpServiceAccountKey:StorageCredentialGcpServiceAccountKey"
},
"isolationMode": {
"type": "string",
"description": "Whether the storage credential is accessible from all workspaces or a specific set of workspaces. Can be `ISOLATED` or `OPEN`. Setting the credential to `ISOLATED` will automatically allow access from the current workspace.\n\n`aws_iam_role` optional configuration block for credential details for AWS:\n"
},
"metastoreId": {
"type": "string",
"description": "Unique identifier of the parent Metastore. If set for workspace-level, it must match the ID of the metastore assigned to the worspace. When changing the metastore assigned to a workspace, this field becomes required.\n"
Expand Down Expand Up @@ -25706,11 +25759,15 @@
},
"forceUpdate": {
"type": "boolean",
"description": "Update storage credential regardless of its dependents.\n\n`aws_iam_role` optional configuration block for credential details for AWS:\n"
"description": "Update storage credential regardless of its dependents.\n"
},
"gcpServiceAccountKey": {
"$ref": "#/types/databricks:index/StorageCredentialGcpServiceAccountKey:StorageCredentialGcpServiceAccountKey"
},
"isolationMode": {
"type": "string",
"description": "Whether the storage credential is accessible from all workspaces or a specific set of workspaces. Can be `ISOLATED` or `OPEN`. Setting the credential to `ISOLATED` will automatically allow access from the current workspace.\n\n`aws_iam_role` optional configuration block for credential details for AWS:\n"
},
"metastoreId": {
"type": "string",
"description": "Unique identifier of the parent Metastore. If set for workspace-level, it must match the ID of the metastore assigned to the worspace. When changing the metastore assigned to a workspace, this field becomes required.\n"
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.1
github.com/databricks/terraform-provider-databricks v1.48.2
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.1 h1:WFgDwvKqXatbhnr36SFvkkpV7uG2q15mKZqliufO7kw=
github.com/databricks/terraform-provider-databricks v1.48.1/go.mod h1:LtCv5f2Vfoyv9aBy3CY1PYgRovuE/tDoYt64hdS4Uts=
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/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
18 changes: 18 additions & 0 deletions sdk/dotnet/ExternalLocation.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/GetJobJobSettingsSettingsTrigger.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/GetJobJobSettingsSettingsTriggerArgs.cs

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

26 changes: 26 additions & 0 deletions sdk/dotnet/Inputs/GetJobJobSettingsSettingsTriggerPeriodic.cs

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

26 changes: 26 additions & 0 deletions sdk/dotnet/Inputs/GetJobJobSettingsSettingsTriggerPeriodicArgs.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/JobTriggerArgs.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/JobTriggerGetArgs.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/dotnet/Inputs/JobTriggerPeriodicArgs.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/dotnet/Inputs/JobTriggerPeriodicGetArgs.cs

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

Loading

0 comments on commit f9a8e32

Please sign in to comment.