Skip to content

Commit 82018a2

Browse files
authored
Merge pull request #125698 from changeworld/patch-110
Fix typo
2 parents 7330012 + 020e806 commit 82018a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-factory/airflow-sync-github-repository.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To sync your GitHub repository by using the Workflow Orchestration Manager UI:
4343
- **GitHub**
4444
- **ADO**
4545
- **GitLab**
46-
- **BitBucket**
46+
- **Bitbucket**
4747

4848
:::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.":::
4949

@@ -57,7 +57,7 @@ To sync your GitHub repository by using the Workflow Orchestration Manager UI:
5757
- GitHub personal access token
5858
- ADO personal access token
5959
- GitLab personal access token
60-
- BitBucket personal access token
60+
- Bitbucket personal access token
6161

6262
:::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.":::
6363
- **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:
134134

135135
|Name |Type |Description |
136136
|---------|---------|---------|
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. |
138138
|gitCredentialType | string | Type of Git credential. Values are PAT (for personal access token), SPN (supported only by ADO), and None. |
139139
|repo | string | Repository link. |
140140
|branch | string | Branch to use in the repository. |

0 commit comments

Comments
 (0)