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.73.0
### New Features and Improvements
* Add a new settings resource `databricks_disable_legacy_dbfs_setting` ([#4605](#4605))
### Bug Fixes
* Increase the default HTTP timeout to 65 seconds.
### Documentation
* Document `user_api_scopes` in `databricks_app` resource and data sources ([#4614](#4614))
* Document new fields in `databricks_model_serving` resource ([#4615](#4615))
### Exporter
* Add export of `databricks_mws_network_connectivity_config` and `databricks_mws_ncc_private_endpoint_rule` ([#4613](#4613))
### Internal Changes
* Add `TestMwsAccGcpWorkspaces` and `TestMwsAccGcpByovpcWorkspaces` to flaky test ([#4624](#4624)).
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# Version changelog
2
2
3
+
## Release v1.73.0
4
+
5
+
### New Features and Improvements
6
+
7
+
* Add a new settings resource `databricks_disable_legacy_dbfs_setting` ([#4605](https://github.com/databricks/terraform-provider-databricks/pull/4605))
8
+
9
+
### Bug Fixes
10
+
11
+
* Increase the default HTTP timeout to 65 seconds.
12
+
13
+
### Documentation
14
+
15
+
* Document `user_api_scopes` in `databricks_app` resource and data sources ([#4614](https://github.com/databricks/terraform-provider-databricks/pull/4614))
16
+
* Document new fields in `databricks_model_serving` resource ([#4615](https://github.com/databricks/terraform-provider-databricks/pull/4615))
17
+
18
+
### Exporter
19
+
20
+
* Add export of `databricks_mws_network_connectivity_config` and `databricks_mws_ncc_private_endpoint_rule` ([#4613](https://github.com/databricks/terraform-provider-databricks/pull/4613))
21
+
22
+
### Internal Changes
23
+
24
+
* Add `TestMwsAccGcpWorkspaces` and `TestMwsAccGcpByovpcWorkspaces` to flaky test ([#4624](https://github.com/databricks/terraform-provider-databricks/pull/4624)).
* Add a new settings resource `databricks_disable_legacy_dbfs_setting` ([#4605](https://github.com/databricks/terraform-provider-databricks/pull/4605))
8
-
9
7
### Bug Fixes
10
8
11
-
* Increase the default HTTP timeout to 65 seconds.
12
-
13
9
### Documentation
14
10
15
-
* Document `user_api_scopes` in `databricks_app` resource and data sources ([#4614](https://github.com/databricks/terraform-provider-databricks/pull/4614))
16
-
* Document new fields in `databricks_model_serving` resource ([#4615](https://github.com/databricks/terraform-provider-databricks/pull/4615))
17
-
18
11
### Exporter
19
12
20
-
* Add export of `databricks_mws_network_connectivity_config` and `databricks_mws_ncc_private_endpoint_rule` ([#4613](https://github.com/databricks/terraform-provider-databricks/pull/4613))
21
-
22
13
### Internal Changes
23
-
24
-
* Add `TestMwsAccGcpWorkspaces` and `TestMwsAccGcpByovpcWorkspaces` to flaky test ([#4624](https://github.com/databricks/terraform-provider-databricks/pull/4624)).
0 commit comments