You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/airflow-sync-github-repository.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ To sync your GitHub repository by using the Workflow Orchestration Manager UI:
43
43
-**GitHub**
44
44
-**ADO**
45
45
-**GitLab**
46
-
-**BitBucket**
46
+
-**Bitbucket**
47
47
48
48
:::image type="content" source="media/airflow-git-sync-repository/git-service-type.png" alt-text="Screenshot that shows the Git service type selection dropdown in the environment setup dialog that appears during creation of an Workflow Orchestration Manager integration runtime.":::
49
49
@@ -57,7 +57,7 @@ To sync your GitHub repository by using the Workflow Orchestration Manager UI:
57
57
- GitHub personal access token
58
58
- ADO personal access token
59
59
- GitLab personal access token
60
-
-BitBucket personal access token
60
+
-Bitbucket personal access token
61
61
62
62
:::image type="content" source="media/airflow-git-sync-repository/git-pat-credentials.png" alt-text="Screenshot that shows the Git PAT credential options in the Airflow environment setup dialog that appears during creation of an AWorkflow Orchestration Manager integration runtime.":::
63
63
-**SPN** ([service principal name](https://devblogs.microsoft.com/devops/introducing-service-principal-and-managed-identity-support-on-azure-devops/)): Only ADO supports this credential type.
@@ -134,7 +134,7 @@ To sync your GitHub repository by using the Rest API:
134
134
135
135
|Name |Type |Description |
136
136
|---------|---------|---------|
137
-
|gitServiceType | string | The Git service where your desired repository is located. Values are GitHub, ADO, GitLab, or BitBucket. |
137
+
|gitServiceType | string | The Git service where your desired repository is located. Values are GitHub, ADO, GitLab, or Bitbucket. |
138
138
|gitCredentialType | string | Type of Git credential. Values are PAT (for personal access token), SPN (supported only by ADO), and None. |
139
139
|repo | string | Repository link. |
140
140
|branch | string | Branch to use in the repository. |
0 commit comments