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.70.0
### Bug Fixes
* Fix creation of `databricks_storage_credential` and `databricks_credential` resources on GCP with isolation mode ([#4563](#4563))
* Handle auto-enabled errors with `databricks_system_schema` [#4547](#4547)
* Skip Read after Create in `databricks_secret_acl` to avoid errors([#4548](#4548)).
### Documentation
* Document `amazon_bedrock_config.instance_profile_arn` in `databricks_model_serving` ([#4549](#4549))
* Document management of permissions of `databricks_budget_policy` resource ([#4561](#4561))
* Document `budget_policy_id` in `databricks_app` resource and data sources ([#4557](#4557))
* Add a note on how `databricks_grants` work with `MANAGE` permission [#4546](#4546)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Version changelog
2
2
3
+
## Release v1.70.0
4
+
5
+
### Bug Fixes
6
+
7
+
* Fix creation of `databricks_storage_credential` and `databricks_credential` resources on GCP with isolation mode ([#4563](https://github.com/databricks/terraform-provider-databricks/pull/4563))
8
+
* Handle auto-enabled errors with `databricks_system_schema`[#4547](https://github.com/databricks/terraform-provider-databricks/pull/4547)
9
+
* Skip Read after Create in `databricks_secret_acl` to avoid errors([#4548](https://github.com/databricks/terraform-provider-databricks/pull/4548)).
10
+
11
+
### Documentation
12
+
13
+
* Document `amazon_bedrock_config.instance_profile_arn` in `databricks_model_serving` ([#4549](https://github.com/databricks/terraform-provider-databricks/pull/4549))
14
+
* Document management of permissions of `databricks_budget_policy` resource ([#4561](https://github.com/databricks/terraform-provider-databricks/pull/4561))
15
+
* Document `budget_policy_id` in `databricks_app` resource and data sources ([#4557](https://github.com/databricks/terraform-provider-databricks/pull/4557))
16
+
* Add a note on how `databricks_grants` work with `MANAGE` permission [#4546](https://github.com/databricks/terraform-provider-databricks/pull/4546)
* Fix creation of `databricks_storage_credential` and `databricks_credential` resources on GCP with isolation mode ([#4563](https://github.com/databricks/terraform-provider-databricks/pull/4563))
10
-
* Handle auto-enabled errors with `databricks_system_schema`[#4547](https://github.com/databricks/terraform-provider-databricks/pull/4547)
11
-
* Skip Read after Create in `databricks_secret_acl` to avoid errors([#4548](https://github.com/databricks/terraform-provider-databricks/pull/4548)).
12
-
13
9
### Documentation
14
10
15
-
* Document `amazon_bedrock_config.instance_profile_arn` in `databricks_model_serving` ([#4549](https://github.com/databricks/terraform-provider-databricks/pull/4549))
16
-
* Document management of permissions of `databricks_budget_policy` resource ([#4561](https://github.com/databricks/terraform-provider-databricks/pull/4561))
17
-
* Document `budget_policy_id` in `databricks_app` resource and data sources ([#4557](https://github.com/databricks/terraform-provider-databricks/pull/4557))
18
-
* Add a note on how `databricks_grants` work with `MANAGE` permission [#4546](https://github.com/databricks/terraform-provider-databricks/pull/4546)
0 commit comments