You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Release v1.72.0
### New Features and Improvements
* Add `databricks_disable_legacy_access_setting` resource to disable legacy access methods ([#4578](#4578)).
* Customize and document `event_log` block in `databricks_pipeline` ([#4612](#4612))
* Add automatic clustering support for `databricks_sql_table` ([#4607](#4607))
### Bug Fixes
* Fix `databricks_workspace_binding` for existing resources using `external-location` or `storage-credential` securable types ([#4611](#4611)).
* Suppress diff in `databricks_mlflow_experiment` name ([#4606](#4606))
### Documentation
* Add import instructions for `databricks_share` and `databricks_recipient` ([#4608](#4608))
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Version changelog
2
2
3
+
## Release v1.72.0
4
+
5
+
### New Features and Improvements
6
+
7
+
* Add `databricks_disable_legacy_access_setting` resource to disable legacy access methods ([#4578](https://github.com/databricks/terraform-provider-databricks/pull/4578)).
8
+
* Customize and document `event_log` block in `databricks_pipeline` ([#4612](https://github.com/databricks/terraform-provider-databricks/pull/4612))
9
+
* Add automatic clustering support for `databricks_sql_table` ([#4607](https://github.com/databricks/terraform-provider-databricks/pull/4607))
10
+
11
+
### Bug Fixes
12
+
13
+
* Fix `databricks_workspace_binding` for existing resources using `external-location` or `storage-credential` securable types ([#4611](https://github.com/databricks/terraform-provider-databricks/pull/4611)).
14
+
* Suppress diff in `databricks_mlflow_experiment` name ([#4606](https://github.com/databricks/terraform-provider-databricks/pull/4606))
15
+
16
+
### Documentation
17
+
18
+
* Add import instructions for `databricks_share` and `databricks_recipient` ([#4608](https://github.com/databricks/terraform-provider-databricks/pull/4608))
* Add `databricks_disable_legacy_access_setting` resource to disable legacy access methods ([#4578](https://github.com/databricks/terraform-provider-databricks/pull/4578)).
8
-
* Customize and document `event_log` block in `databricks_pipeline` ([#4612](https://github.com/databricks/terraform-provider-databricks/pull/4612))
9
-
* Add automatic clustering support for `databricks_sql_table` ([#4607](https://github.com/databricks/terraform-provider-databricks/pull/4607))
10
-
11
7
### Bug Fixes
12
8
13
-
* Fix `databricks_workspace_binding` for existing resources using `external-location` or `storage-credential` securable types ([#4611](https://github.com/databricks/terraform-provider-databricks/pull/4611)).
14
-
* Suppress diff in `databricks_mlflow_experiment` name ([#4606](https://github.com/databricks/terraform-provider-databricks/pull/4606))
15
-
16
9
### Documentation
17
10
18
-
* Add import instructions for `databricks_share` and `databricks_recipient` ([#4608](https://github.com/databricks/terraform-provider-databricks/pull/4608))
0 commit comments