Hi,
Following these api calls Databricks has not actually applied the NCC to the workspace, despite returning a success status. All values are correct (ncc id , workspace id) What could be the issue?:
# 1. Get list of NCCs to confirm ID and region - the ncc id is correct
GET /accounts/{account_id}/network-connectivity-configs
# 2. Apply the PATCH again and confirm 200 - patch succeeds
PATCH /accounts/{account_id}/workspaces/{workspace_id}
{
"network_connectivity_config_id": "my-ncc-id"
}
Thanks