databricks / databricks-sdk-go

Databricks SDK for Go
https://docs.databricks.com/dev-tools/sdk-go.html
Apache License 2.0
48 stars 41 forks source link

[ISSUE] Unset the network connectivity configuration for the Azure databricks workspace. #1030

Open krupakar1329 opened 1 month ago

krupakar1329 commented 1 month ago

Problem Statement Once the network connectivity configuration (NCC) is updated for a Databricks workspace, there is currently no way to disable or unset this configuration. This limitation can be restrictive in scenarios where the network configuration needs to be reverted or removed due to changes in network policies, troubleshooting needs, or other administrative reasons.https://docs.databricks.com/api/azure/account/workspaces/update

Proposed Solution Introduce an enhancement to the existing API endpoint for updating the workspace configuration that allows unsetting the network connectivity configuration.

Additional Context

Example Example Use Case: An administrator initially sets up a specific network connectivity configuration for a workspace for a particular project. Once the project is completed, the administrator wants to remove the custom network configuration and revert the workspace to its default state. This feature will allow the administrator to easily unset the network configuration without having to delete and recreate the workspace.

krupakar1329 commented 1 month ago

@tanmay-db can you help here.