Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2022 08:42 AM
I'm looking to automate the creation of Top Level repositories in Databricks however isn't possible using cli or API if this repo is private repository(Azure DevOps Repository) because require setup the token in user setting.
databricks repos create \
--url https://<orgname>:<PAT_token>@dev.azure.com/<orgname>/<projectname>/_git/<reponame>; \
--provider azureDevOpsServices \
--path /Repos/Repository/<reponame> \
--debugThat's a problem because use a git command like git clone with the same structure works without problems.
git clone https://<orgname>:<PAT_token>@dev.azure.com/<orgname>/<projectname>/_git/<reponame>;Someone with any idea to solve this challenge?
Labels:
- Labels:
-
AzureDevopsRepo
-
Git Repo