Skip to content

Commit

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

---

- Upgrading terraform-provider-databricks from 1.44.0  to 1.45.0.
	Fixes #478
  • Loading branch information
iwahbe authored May 24, 2024
1 parent e69915d commit 006a8c4
Show file tree
Hide file tree
Showing 216 changed files with 34,208 additions and 17,070 deletions.
148 changes: 133 additions & 15 deletions provider/cmd/pulumi-resource-databricks/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,39 @@
}
}
},
"databricks_automatic_cluster_update_workspace_setting": {
"current": "databricks:index/automaticClusterUpdateWorkspaceSetting:AutomaticClusterUpdateWorkspaceSetting",
"majorVersion": 1,
"fields": {
"automatic_cluster_update_workspace": {
"maxItemsOne": true,
"elem": {
"fields": {
"enablement_details": {
"maxItemsOne": true
},
"maintenance_window": {
"maxItemsOne": true,
"elem": {
"fields": {
"week_day_based_schedule": {
"maxItemsOne": true,
"elem": {
"fields": {
"window_start_time": {
"maxItemsOne": true
}
}
}
}
}
}
}
}
}
}
}
},
"databricks_catalog": {
"current": "databricks:index/catalog:Catalog",
"majorVersion": 1
Expand Down Expand Up @@ -54,9 +87,6 @@
}
}
},
"clone_from": {
"maxItemsOne": true
},
"cluster_log_conf": {
"maxItemsOne": true,
"elem": {
Expand Down Expand Up @@ -188,6 +218,22 @@
}
}
},
"databricks_compliance_security_profile_workspace_setting": {
"current": "databricks:index/complianceSecurityProfileWorkspaceSetting:ComplianceSecurityProfileWorkspaceSetting",
"majorVersion": 1,
"fields": {
"compliance_security_profile_workspace": {
"maxItemsOne": true,
"elem": {
"fields": {
"compliance_standards": {
"maxItemsOne": false
}
}
}
}
}
},
"databricks_connection": {
"current": "databricks:index/connection:Connection",
"majorVersion": 1
Expand All @@ -209,6 +255,15 @@
"current": "databricks:index/directory:Directory",
"majorVersion": 1
},
"databricks_enhanced_security_monitoring_workspace_setting": {
"current": "databricks:index/enhancedSecurityMonitoringWorkspaceSetting:EnhancedSecurityMonitoringWorkspaceSetting",
"majorVersion": 1,
"fields": {
"enhanced_security_monitoring_workspace": {
"maxItemsOne": true
}
}
},
"databricks_entitlements": {
"current": "databricks:index/entitlements:Entitlements",
"majorVersion": 1
Expand Down Expand Up @@ -452,9 +507,6 @@
}
}
},
"clone_from": {
"maxItemsOne": true
},
"cluster_log_conf": {
"maxItemsOne": true,
"elem": {
Expand Down Expand Up @@ -604,9 +656,6 @@
}
}
},
"clone_from": {
"maxItemsOne": true
},
"cluster_log_conf": {
"maxItemsOne": true,
"elem": {
Expand Down Expand Up @@ -909,9 +958,6 @@
}
}
},
"clone_from": {
"maxItemsOne": true
},
"cluster_log_conf": {
"maxItemsOne": true,
"elem": {
Expand Down Expand Up @@ -1197,9 +1243,6 @@
}
}
},
"clone_from": {
"maxItemsOne": true
},
"cluster_log_conf": {
"maxItemsOne": true,
"elem": {
Expand Down Expand Up @@ -2117,6 +2160,81 @@
"current": "databricks:index/metastoreProvider:MetastoreProvider",
"majorVersion": 1
},
"databricks_quality_monitor": {
"current": "databricks:index/qualityMonitor:QualityMonitor",
"majorVersion": 1,
"fields": {
"custom_metrics": {
"maxItemsOne": false,
"elem": {
"fields": {
"input_columns": {
"maxItemsOne": false
}
}
}
},
"data_classification_config": {
"maxItemsOne": true
},
"inference_log": {
"maxItemsOne": true,
"elem": {
"fields": {
"granularities": {
"maxItemsOne": false
}
}
}
},
"notifications": {
"maxItemsOne": true,
"elem": {
"fields": {
"on_failure": {
"maxItemsOne": true,
"elem": {
"fields": {
"email_addresses": {
"maxItemsOne": false
}
}
}
},
"on_new_classification_tag_detected": {
"maxItemsOne": true,
"elem": {
"fields": {
"email_addresses": {
"maxItemsOne": false
}
}
}
}
}
}
},
"schedule": {
"maxItemsOne": true
},
"slicing_exprs": {
"maxItemsOne": false
},
"snapshot": {
"maxItemsOne": true
},
"time_series": {
"maxItemsOne": true,
"elem": {
"fields": {
"granularities": {
"maxItemsOne": false
}
}
}
}
}
},
"databricks_recipient": {
"current": "databricks:index/recipient:Recipient",
"majorVersion": 1,
Expand Down
Loading

0 comments on commit 006a8c4

Please sign in to comment.