v0.2.6
- Added support for customer managed keys for Accounts API.
- Added
databricks_userresource. - Added
databricks_user_instance_profileresource. - Added
databricks_groupdata source.
Updated dependency versions:
- github.com/Azure/go-autorest/autorest v0.11.6
- github.com/Azure/go-autorest/autorest/adal v0.9.4
- github.com/Azure/go-autorest/autorest/azure/auth v0.5.2
- github.com/Azure/go-autorest/autorest/azure/cli v0.4.1
- gopkg.in/ini.v1 v1.61.0
Deprecations
databricks_scim_useris no longer receiving fixes and will be removed in0.3, please rewrite using thedatabricks_userresource, which has more consistent semantics withdatabricks_groupand works better with identity provider SCIM sync.databricks_scim_groupis no longer receiving fixes and will be removed in0.3. Please rewrite using thedatabricks_groupresource.databricks_default_user_rolesis no longer receiving fixes and will be removed in0.3, please rewrite usingdatabricks_user&databricks_groupresources.
Behavior changes
- State changes to legacy
spark.databricks.delta.preview.enabledconfig option are now ignored bydatabricks_job&databricks_cluster - Libraries, which are installed on all clusters and are not part of cluster resource definition, won't be waited for INSTALLED status
- Fixed "Secret scope ACL is MANAGE for all users by default" (issue 322). If you were relying on setting
MANAGEpermission to all users by default, you need to addinitial_manage_principal = "users"to yourresource "databricks_secret_scope"declaration.