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
[Internal] Bump Go SDK to v0.82.0 & Generate Latest TF Structs (#4986)
## Changes
<!-- Summary of your changes that are easy to understand -->
Bump Go SDK to v0.82.0 & Generate Latest TF Structs.
---------
Co-authored-by: Omer Lachish <[email protected]>
Copy file name to clipboardExpand all lines: NEXT_CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,15 @@
8
8
9
9
* Document and handle additional Slack options in `databricks_notification_destination` ([#4933](https://github.com/databricks/terraform-provider-databricks/pull/4933))
10
10
* Lower case `warehouse_name_contains` when comparing in `databricks_warehouses` ([#4966](https://github.com/databricks/terraform-provider-databricks/pull/4966))
11
+
* Added `account_federation_policies` resource and data sources ([#4986](https://github.com/databricks/terraform-provider-databricks/pull/4986)).
12
+
* Added `account_setting_v2` resource and data sources ([#4986](https://github.com/databricks/terraform-provider-databricks/pull/4986)).
13
+
* Added `account_settings_metadata_v2` resource and data sources ([#4986](https://github.com/databricks/terraform-provider-databricks/pull/4986)).
14
+
* Added `apps_settings_custom_template` resource and data sources ([#4986](https://github.com/databricks/terraform-provider-databricks/pull/4986)).
15
+
* Added `entity_tag_assignment` resource and data sources ([#4986](https://github.com/databricks/terraform-provider-databricks/pull/4986)).
16
+
* Added `service_principal_federation_policies` resource and data sources ([#4986](https://github.com/databricks/terraform-provider-databricks/pull/4986)).
17
+
* Added `tag_policy` resource and data sources ([#4986](https://github.com/databricks/terraform-provider-databricks/pull/4986)).
18
+
* Added `workspace_setting_v2` resource and data sources ([#4986](https://github.com/databricks/terraform-provider-databricks/pull/4986)).
19
+
* Added `workspace_settings_metadata_v2` resource and data sources ([#4986](https://github.com/databricks/terraform-provider-databricks/pull/4986)).
11
20
12
21
### Bug Fixes
13
22
@@ -39,3 +48,4 @@
39
48
* Replaced `common.APIErrorBody` with corresponding structs in Go SDK ([#4936](https://github.com/databricks/terraform-provider-databricks/pull/4936))
40
49
* Reimplement `databricks_group` data source to use combination of List + Get API ([#4947](https://github.com/databricks/terraform-provider-databricks/pull/4947))
41
50
* Use databricks_sql_table Instead of databricks_table in Sharing Tests ([#4981](https://github.com/databricks/terraform-provider-databricks/pull/4981)
51
+
* Bump the Go SDK to v0.82.0 ([#4986](https://github.com/databricks/terraform-provider-databricks/pull/4986)).
0 commit comments