Skip to content

Commit e2f2752

Browse files
committed
Fixes
1 parent cb54b96 commit e2f2752

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,12 @@ The following steps describe how to sync your GitHub repository using the Rest A
133133
|Name |Type |Description |
134134
|---------|---------|---------|
135135
|gitServiceType | string | The Git service your desired repo is located in. Values: GitHub, AOD, GitLab, or BitBucket |
136-
|gitCredentialType | string | Type of Git credential. Values: PAT (for Personal Access Token), None |
136+
|gitCredentialType | string | Type of Git credential. Values: PAT (for Personal Access Token), SPN (supported only by ADO), None |
137137
|repo | string | Repository link |
138138
|branch | string | Branch to use in the repository |
139139
|username | string | GitHub username |
140140
|Credential | string | Value of the Personal Access Token |
141+
|tenantId | string | The service principal tenant id (supported only by ADO) |
141142

142143
- **Responses**
143144

0 commit comments

Comments
 (0)