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.81.0
### Breaking Changes
* Removed `access_point` argument for `databricks_external_location` resource [#4735](#4735)
### New Features and Improvements
* Allow to specify budget policy for `databricks_vector_search_endpoint` [#4707](#4707)
* Added `account_network_policy` resource and data sources [#4735](#4735)
* Added `recipient_federation_policy` resource and data sources [#4735](#4735)
* Added `workspace_network_option` resource and data sources [#4735](#4735)
### Bug Fixes
* Don't fail delete when `databricks_system_schema` can be disabled only by Databricks [#4727](#4727)
* Fix debug logging for attributes used to configure the provider ([#4728](#4728)).
* Add missing external Id in trust relationship for `databricks_aws_unity_catalog_assume_role_policy` ([#4738](#4738)).
### Documentation
* Fix links to Delta Live Tables docs [#4732](#4732)
* Replaced `managed_policy_arns` with `aws_iam_role_policy_attachment` in AWS guides ([#4737](#4737)).
### Internal Changes
* Bump Go SDK to v0.70.0 [#4735](#4735)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,32 @@
1
1
# Version changelog
2
2
3
+
## Release v1.81.0
4
+
5
+
### Breaking Changes
6
+
* Removed `access_point` argument for `databricks_external_location` resource [#4735](https://github.com/databricks/terraform-provider-databricks/pull/4735)
7
+
8
+
### New Features and Improvements
9
+
10
+
* Allow to specify budget policy for `databricks_vector_search_endpoint`[#4707](https://github.com/databricks/terraform-provider-databricks/pull/4707)
11
+
* Added `account_network_policy` resource and data sources [#4735](https://github.com/databricks/terraform-provider-databricks/pull/4735)
12
+
* Added `recipient_federation_policy` resource and data sources [#4735](https://github.com/databricks/terraform-provider-databricks/pull/4735)
13
+
* Added `workspace_network_option` resource and data sources [#4735](https://github.com/databricks/terraform-provider-databricks/pull/4735)
14
+
15
+
### Bug Fixes
16
+
17
+
* Don't fail delete when `databricks_system_schema` can be disabled only by Databricks [#4727](https://github.com/databricks/terraform-provider-databricks/pull/4727)
18
+
* Fix debug logging for attributes used to configure the provider ([#4728](https://github.com/databricks/terraform-provider-databricks/pull/4728)).
19
+
* Add missing external Id in trust relationship for `databricks_aws_unity_catalog_assume_role_policy` ([#4738](https://github.com/databricks/terraform-provider-databricks/pull/4738)).
20
+
21
+
### Documentation
22
+
23
+
* Fix links to Delta Live Tables docs [#4732](https://github.com/databricks/terraform-provider-databricks/pull/4732)
24
+
* Replaced `managed_policy_arns` with `aws_iam_role_policy_attachment` in AWS guides ([#4737](https://github.com/databricks/terraform-provider-databricks/pull/4737)).
25
+
26
+
### Internal Changes
27
+
* Bump Go SDK to v0.70.0 [#4735](https://github.com/databricks/terraform-provider-databricks/pull/4735)
* Removed `access_point` argument for `databricks_external_location` resource [#4735](https://github.com/databricks/terraform-provider-databricks/pull/4735)
7
6
8
7
### New Features and Improvements
9
8
10
-
* Allow to specify budget policy for `databricks_vector_search_endpoint`[#4707](https://github.com/databricks/terraform-provider-databricks/pull/4707)
11
-
* Added `account_network_policy` resource and data sources [#4735](https://github.com/databricks/terraform-provider-databricks/pull/4735)
12
-
* Added `recipient_federation_policy` resource and data sources [#4735](https://github.com/databricks/terraform-provider-databricks/pull/4735)
13
-
* Added `workspace_network_option` resource and data sources [#4735](https://github.com/databricks/terraform-provider-databricks/pull/4735)
14
-
15
9
### Bug Fixes
16
10
17
-
* Don't fail delete when `databricks_system_schema` can be disabled only by Databricks [#4727](https://github.com/databricks/terraform-provider-databricks/pull/4727)
18
-
* Fix debug logging for attributes used to configure the provider ([#4728](https://github.com/databricks/terraform-provider-databricks/pull/4728)).
19
-
* Add missing external Id in trust relationship for `databricks_aws_unity_catalog_assume_role_policy` ([#4738](https://github.com/databricks/terraform-provider-databricks/pull/4738)).
20
-
21
11
### Documentation
22
12
23
-
* Fix links to Delta Live Tables docs [#4732](https://github.com/databricks/terraform-provider-databricks/pull/4732)
24
-
* Replaced `managed_policy_arns` with `aws_iam_role_policy_attachment` in AWS guides ([#4737](https://github.com/databricks/terraform-provider-databricks/pull/4737)).
25
-
26
13
### Exporter
27
14
28
15
### Internal Changes
29
-
* Bump Go SDK to v0.70.0 [#4735](https://github.com/databricks/terraform-provider-databricks/pull/4735)
0 commit comments