File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Version changelog
22
3+ ## 1.36.1
4+
5+ ### New Features and Improvements
6+ * Fixed create storage credentials with owner for account ([ #3184 ] ( https://github.com/databricks/terraform-provider-databricks/pull/3184 ) ).
7+
8+ ### Documentation Changes
9+ * Removed AWS-only note for [ databricks_service_principal_secret] ( https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/service_principal_secret ) resource ([ #3213 ] ( https://github.com/databricks/terraform-provider-databricks/pull/3213 ) ).
10+
11+ ### Internal Changes
12+ * Fixed test: TestUcAccResourceSqlTable_Managed ([ #3226 ] ( https://github.com/databricks/terraform-provider-databricks/pull/3226 ) ).
13+
314## 1.36.0
415
516### New Features and Improvements
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package common
33import "context"
44
55var (
6- version = "1.36.0 "
6+ version = "1.36.1 "
77 // ResourceName is resource name without databricks_ prefix
88 ResourceName contextKey = 1
99 // Provider is the current instance of provider
You can’t perform that action at this time.
0 commit comments