Skip to content

Commit

Permalink
Upgrade terraform-provider-databricks to v1.53.0 (#611)
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.52.0  to 1.53.0.
	Fixes #610
  • Loading branch information
pulumi-bot authored Oct 8, 2024
1 parent 17fdcc4 commit dc29c81
Show file tree
Hide file tree
Showing 504 changed files with 34,800 additions and 21,330 deletions.
119 changes: 119 additions & 0 deletions provider/cmd/pulumi-resource-databricks/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,56 @@
}
}
},
"databricks_budget": {
"current": "databricks:index/budget:Budget",
"majorVersion": 1,
"fields": {
"alert_configurations": {
"maxItemsOne": false,
"elem": {
"fields": {
"action_configurations": {
"maxItemsOne": false
}
}
}
},
"filter": {
"maxItemsOne": true,
"elem": {
"fields": {
"tags": {
"maxItemsOne": false,
"elem": {
"fields": {
"value": {
"maxItemsOne": true,
"elem": {
"fields": {
"values": {
"maxItemsOne": false
}
}
}
}
}
}
},
"workspace_id": {
"maxItemsOne": true,
"elem": {
"fields": {
"values": {
"maxItemsOne": false
}
}
}
}
}
}
}
}
},
"databricks_catalog": {
"current": "databricks:index/catalog:Catalog",
"majorVersion": 1
Expand Down Expand Up @@ -1709,6 +1759,61 @@
"current": "databricks:index/modelServing:ModelServing",
"majorVersion": 1,
"fields": {
"ai_gateway": {
"maxItemsOne": true,
"elem": {
"fields": {
"guardrails": {
"maxItemsOne": true,
"elem": {
"fields": {
"input": {
"maxItemsOne": true,
"elem": {
"fields": {
"invalid_keywords": {
"maxItemsOne": false
},
"pii": {
"maxItemsOne": true
},
"valid_topics": {
"maxItemsOne": false
}
}
}
},
"output": {
"maxItemsOne": true,
"elem": {
"fields": {
"invalid_keywords": {
"maxItemsOne": false
},
"pii": {
"maxItemsOne": true
},
"valid_topics": {
"maxItemsOne": false
}
}
}
}
}
}
},
"inference_table_config": {
"maxItemsOne": true
},
"rate_limits": {
"maxItemsOne": false
},
"usage_tracking_config": {
"maxItemsOne": true
}
}
}
},
"config": {
"maxItemsOne": true,
"elem": {
Expand Down Expand Up @@ -4336,6 +4441,15 @@
}
}
},
"databricks_mlflow_models": {
"current": "databricks:index/getMlflowModels:getMlflowModels",
"majorVersion": 1,
"fields": {
"names": {
"maxItemsOne": false
}
}
},
"databricks_mws_credentials": {
"current": "databricks:index/getMwsCredentials:getMwsCredentials",
"majorVersion": 1
Expand Down Expand Up @@ -4725,6 +4839,7 @@
"databricks:index/accessControlRuleSet:AccessControlRuleSet": 0,
"databricks:index/artifactAllowlist:ArtifactAllowlist": 0,
"databricks:index/automaticClusterUpdateWorkspaceSetting:AutomaticClusterUpdateWorkspaceSetting": 0,
"databricks:index/budget:Budget": 0,
"databricks:index/catalog:Catalog": 0,
"databricks:index/catalogWorkspaceBinding:CatalogWorkspaceBinding": 0,
"databricks:index/cluster:Cluster": 0,
Expand Down Expand Up @@ -4845,6 +4960,7 @@
"databricks:index/getMetastores:getMetastores": 0,
"databricks:index/getMlflowExperiment:getMlflowExperiment": 0,
"databricks:index/getMlflowModel:getMlflowModel": 0,
"databricks:index/getMlflowModels:getMlflowModels": 0,
"databricks:index/getMwsCredentials:getMwsCredentials": 0,
"databricks:index/getMwsWorkspaces:getMwsWorkspaces": 0,
"databricks:index/getNodeType:getNodeType": 0,
Expand Down Expand Up @@ -7794,6 +7910,9 @@
},
"workspace-id": {
"resources": {
"databricks_budget": [
"filter.$.workspace_id"
],
"databricks_catalog_workspace_binding": [
"workspace_id"
],
Expand Down
Loading

0 comments on commit dc29c81

Please sign in to comment.