From 5c49615aa700b993f46809b2dd851e0b757af8f6 Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Fri, 20 Dec 2024 11:50:58 +1100 Subject: [PATCH] added dbx providers --- .../src/databricks_workspace/v00.00.00000/services/repos.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/providers/src/databricks_workspace/v00.00.00000/services/repos.yaml b/providers/src/databricks_workspace/v00.00.00000/services/repos.yaml index f7b97e10..627a2402 100644 --- a/providers/src/databricks_workspace/v00.00.00000/services/repos.yaml +++ b/providers/src/databricks_workspace/v00.00.00000/services/repos.yaml @@ -61,7 +61,7 @@ paths: example: git_provider: gitHub git_username: testuser - personal_access_token: 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 + personal_access_token: ghp_123 description: Creates a Git credential entry for the user. Only one Git credential per user is supported, so any attempts to create credentials if an entry already exists will fail. Use the PATCH endpoint to update existing credentials, or @@ -214,7 +214,7 @@ paths: git_provider: gitHub git_username: testuser id: '93488329053511' - personal_access_token: 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 + personal_access_token: ghp_123 description: Updates the specified Git credential. /api/2.0/permissions/repos/{repo_id}: get: