Rob_Lemmens
New Contributor III

 

After filing a Microsoft Support Ticket through my client they provided me with the solution to the inquiry. There seems to be a undocumented API call that you can do to create this SP Oauth Client Secret and it works perfectly:

curl -X POST --header "Authorization: Bearer <token>" https://<workspace-host-url>/api/2.0/accounts/servicePrincipals/<service-principal-id>/credentials/secrets 

This is one of the open issues at Databricks (https://github.com/databricks/terraform-provider-databricks/issues/3363#issuecomment-2122177117)

View solution in original post