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
Add managed_identity_id to databricks_storage_credential to support user-assigned managed identities (#2536)
* Add `managed_identity_id` to `databricks_storage_credential` to support user-assigned managed identities
* Use Go SDK structures for Azure MI & SP structs
Copy file name to clipboardExpand all lines: docs/resources/metastore_data_access.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,8 @@ The following arguments are required:
64
64
65
65
`azure_managed_identity` optional configuration block for using managed identity as credential details for Azure (Recommended):
66
66
67
-
*`access_connector_id` - The Resource ID of the Azure Databricks Access Connector resource, of the form `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-name/providers/Microsoft.Databricks/accessConnectors/connector-name`
67
+
*`access_connector_id` - The Resource ID of the Azure Databricks Access Connector resource, of the form `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-name/providers/Microsoft.Databricks/accessConnectors/connector-name`.
68
+
*`managed_identity_id` - (Optional) The Resource ID of the Azure User Assigned Managed Identity associated with Azure Databricks Access Connector, of the form `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-name/providers/Microsoft.ManagedIdentity/userAssignedIdentities/user-managed-identity-name`.
68
69
69
70
`databricks_gcp_service_account` optional configuration block for creating a Databricks-managed GCP Service Account:
Copy file name to clipboardExpand all lines: docs/resources/storage_credential.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,8 @@ The following arguments are required:
80
80
81
81
`azure_managed_identity` optional configuration block for using managed identity as credential details for Azure (recommended over service principal):
82
82
83
-
-`access_connector_id` - The Resource ID of the Azure Databricks Access Connector resource, of the form `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-name/providers/Microsoft.Databricks/accessConnectors/connector-name`
83
+
-`access_connector_id` - The Resource ID of the Azure Databricks Access Connector resource, of the form `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-name/providers/Microsoft.Databricks/accessConnectors/connector-name`.
84
+
*`managed_identity_id` - (Optional) The Resource ID of the Azure User Assigned Managed Identity associated with Azure Databricks Access Connector, of the form `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-name/providers/Microsoft.ManagedIdentity/userAssignedIdentities/user-managed-identity-name`.
84
85
85
86
`azure_service_principal` optional configuration block to use service principal as credential details for Azure:
0 commit comments