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.91.0
### New Features and Improvements
* Add `table_id` to the output of `databricks_sql_table` resource ([#5058](#5058)).
### Bug Fixes
* Allow update `managed_services_customer_managed_key_id` in `databricks_mws_workspaces` ([#5034](#5034))
### Documentation
* Clarify the use of `workspace-consume` entitlement and access to Databricks One ([#5043](#5043))
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Version changelog
2
2
3
+
## Release v1.91.0
4
+
5
+
### New Features and Improvements
6
+
7
+
* Add `table_id` to the output of `databricks_sql_table` resource ([#5058](https://github.com/databricks/terraform-provider-databricks/pull/5058)).
8
+
9
+
### Bug Fixes
10
+
11
+
* Allow update `managed_services_customer_managed_key_id` in `databricks_mws_workspaces` ([#5034](https://github.com/databricks/terraform-provider-databricks/pull/5034))
12
+
13
+
### Documentation
14
+
15
+
* Clarify the use of `workspace-consume` entitlement and access to Databricks One ([#5043](https://github.com/databricks/terraform-provider-databricks/pull/5043))
* Add `table_id` to the output of `databricks_sql_table` resource ([#5058](https://github.com/databricks/terraform-provider-databricks/pull/5058)).
10
-
11
9
### Bug Fixes
12
10
13
-
* Allow update `managed_services_customer_managed_key_id` in `databricks_mws_workspaces` ([#5034](https://github.com/databricks/terraform-provider-databricks/pull/5034))
14
-
15
11
### Documentation
16
12
17
-
* Clarify the use of `workspace-consume` entitlement and access to Databricks One ([#5043](https://github.com/databricks/terraform-provider-databricks/pull/5043))
0 commit comments