microsoft / azdo-databricks

A set of Build and Release tasks for Building, Deploying and Testing Databricks notebooks
MIT License
25 stars 30 forks source link

Please include the SCIM APIs functions as additional tasks #42

Open syedhamjath opened 3 years ago

syedhamjath commented 3 years ago

I found this PowerShell module (https://github.com/gbrueckl/Databricks.API.PowerShell) which has implemented the SCIM API function which is helpful in managing the permission, creating groups, secrets scope and so on. Since Microsoft or DataBricks don't have any UI to manage or add these we have to do it through REST APIs.

If we can make additional task for mostly used API or of all of them. It would be great improvement to this DevOps extension.