Skip to content

Commit

Permalink
Upgrade terraform-provider-databricks to v1.55.0 (#624)
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.54.0  to 1.55.0.
	Fixes #623
  • Loading branch information
pulumi-bot authored Oct 28, 2024
1 parent ae55c5d commit 8e0cbf3
Show file tree
Hide file tree
Showing 160 changed files with 30,669 additions and 9,714 deletions.
112 changes: 112 additions & 0 deletions provider/cmd/pulumi-resource-databricks/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,39 @@
}
}
},
"databricks_alert": {
"current": "databricks:index/alert:Alert",
"majorVersion": 1,
"fields": {
"condition": {
"maxItemsOne": true,
"elem": {
"fields": {
"operand": {
"maxItemsOne": true,
"elem": {
"fields": {
"column": {
"maxItemsOne": true
}
}
}
},
"threshold": {
"maxItemsOne": true,
"elem": {
"fields": {
"value": {
"maxItemsOne": true
}
}
}
}
}
}
}
}
},
"databricks_artifact_allowlist": {
"current": "databricks:index/artifactAllowlist:ArtifactAllowlist",
"majorVersion": 1,
Expand Down Expand Up @@ -288,6 +321,21 @@
"current": "databricks:index/connection:Connection",
"majorVersion": 1
},
"databricks_custom_app_integration": {
"current": "databricks:index/customAppIntegration:CustomAppIntegration",
"majorVersion": 1,
"fields": {
"redirect_urls": {
"maxItemsOne": false
},
"scopes": {
"maxItemsOne": false
},
"token_access_policy": {
"maxItemsOne": true
}
}
},
"databricks_dashboard": {
"current": "databricks:index/dashboard:Dashboard",
"majorVersion": 1
Expand Down Expand Up @@ -2519,6 +2567,67 @@
}
}
},
"databricks_query": {
"current": "databricks:index/query:Query",
"majorVersion": 1,
"fields": {
"parameter": {
"maxItemsOne": false,
"elem": {
"fields": {
"date_range_value": {
"maxItemsOne": true,
"elem": {
"fields": {
"date_range_value": {
"maxItemsOne": true
}
}
}
},
"date_value": {
"maxItemsOne": true
},
"enum_value": {
"maxItemsOne": true,
"elem": {
"fields": {
"multi_values_options": {
"maxItemsOne": true
},
"values": {
"maxItemsOne": false
}
}
}
},
"numeric_value": {
"maxItemsOne": true
},
"query_backed_value": {
"maxItemsOne": true,
"elem": {
"fields": {
"multi_values_options": {
"maxItemsOne": true
},
"values": {
"maxItemsOne": false
}
}
}
},
"text_value": {
"maxItemsOne": true
}
}
}
},
"tags": {
"maxItemsOne": false
}
}
},
"databricks_recipient": {
"current": "databricks:index/recipient:Recipient",
"majorVersion": 1,
Expand Down Expand Up @@ -4891,6 +5000,7 @@
"mux": {
"resources": {
"databricks:index/accessControlRuleSet:AccessControlRuleSet": 0,
"databricks:index/alert:Alert": 0,
"databricks:index/artifactAllowlist:ArtifactAllowlist": 0,
"databricks:index/automaticClusterUpdateWorkspaceSetting:AutomaticClusterUpdateWorkspaceSetting": 0,
"databricks:index/budget:Budget": 0,
Expand All @@ -4900,6 +5010,7 @@
"databricks:index/clusterPolicy:ClusterPolicy": 0,
"databricks:index/complianceSecurityProfileWorkspaceSetting:ComplianceSecurityProfileWorkspaceSetting": 0,
"databricks:index/connection:Connection": 0,
"databricks:index/customAppIntegration:CustomAppIntegration": 0,
"databricks:index/dashboard:Dashboard": 0,
"databricks:index/dbfsFile:DbfsFile": 0,
"databricks:index/defaultNamespaceSetting:DefaultNamespaceSetting": 0,
Expand Down Expand Up @@ -4951,6 +5062,7 @@
"databricks:index/permissions:Permissions": 0,
"databricks:index/pipeline:Pipeline": 0,
"databricks:index/qualityMonitor:QualityMonitor": 0,
"databricks:index/query:Query": 0,
"databricks:index/recipient:Recipient": 0,
"databricks:index/registeredModel:RegisteredModel": 0,
"databricks:index/repo:Repo": 0,
Expand Down
Loading

0 comments on commit 8e0cbf3

Please sign in to comment.