Skip to content

Commit

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

---

- Upgrading terraform-provider-databricks from 1.53.0  to 1.54.0.
	Fixes #621
  • Loading branch information
pulumi-bot authored Oct 21, 2024
1 parent 43c9963 commit ae55c5d
Show file tree
Hide file tree
Showing 259 changed files with 15,751 additions and 2,576 deletions.
56 changes: 56 additions & 0 deletions provider/cmd/pulumi-resource-databricks/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2307,6 +2307,26 @@
"maxItemsOne": false,
"elem": {
"fields": {
"report": {
"maxItemsOne": true,
"elem": {
"fields": {
"table_configuration": {
"maxItemsOne": true,
"elem": {
"fields": {
"primary_keys": {
"maxItemsOne": false
},
"sequence_by": {
"maxItemsOne": false
}
}
}
}
}
}
},
"schema": {
"maxItemsOne": true,
"elem": {
Expand All @@ -2317,6 +2337,9 @@
"fields": {
"primary_keys": {
"maxItemsOne": false
},
"sequence_by": {
"maxItemsOne": false
}
}
}
Expand All @@ -2334,6 +2357,9 @@
"fields": {
"primary_keys": {
"maxItemsOne": false
},
"sequence_by": {
"maxItemsOne": false
}
}
}
Expand All @@ -2350,6 +2376,9 @@
"fields": {
"primary_keys": {
"maxItemsOne": false
},
"sequence_by": {
"maxItemsOne": false
}
}
}
Expand Down Expand Up @@ -4475,6 +4504,15 @@
}
}
},
"databricks_notification_destinations": {
"current": "databricks:index/getNotificationDestinations:getNotificationDestinations",
"majorVersion": 1,
"fields": {
"notification_destinations": {
"maxItemsOne": false
}
}
},
"databricks_pipelines": {
"current": "databricks:index/getPipelines:getPipelines",
"majorVersion": 1,
Expand All @@ -4484,6 +4522,22 @@
}
}
},
"databricks_registered_model": {
"current": "databricks:index/getRegisteredModel:getRegisteredModel",
"majorVersion": 1,
"fields": {
"model_info": {
"maxItemsOne": false,
"elem": {
"fields": {
"aliases": {
"maxItemsOne": false
}
}
}
}
}
},
"databricks_schema": {
"current": "databricks:index/getSchema:getSchema",
"majorVersion": 1,
Expand Down Expand Up @@ -4966,7 +5020,9 @@
"databricks:index/getNodeType:getNodeType": 0,
"databricks:index/getNotebook:getNotebook": 0,
"databricks:index/getNotebookPaths:getNotebookPaths": 0,
"databricks:index/getNotificationDestinations:getNotificationDestinations": 1,
"databricks:index/getPipelines:getPipelines": 0,
"databricks:index/getRegisteredModel:getRegisteredModel": 1,
"databricks:index/getSchema:getSchema": 0,
"databricks:index/getSchemas:getSchemas": 0,
"databricks:index/getServicePrincipal:getServicePrincipal": 0,
Expand Down
Loading

0 comments on commit ae55c5d

Please sign in to comment.