FactoryGitHubConfiguration Class

Factory's GitHub repo information.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.datafactory.models._models_py3.FactoryRepoConfiguration
FactoryGitHubConfiguration

Constructor

FactoryGitHubConfiguration(*, account_name: str, repository_name: str, collaboration_branch: str, root_folder: str, last_commit_id: str | None = None, disable_publish: bool | None = None, host_name: str | None = None, client_id: str | None = None, client_secret: _models.GitHubClientSecret | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
account_name
str

Account name. Required.

repository_name
str

Repository name. Required.

collaboration_branch
str

Collaboration branch. Required.

root_folder
str

Root folder. Required.

last_commit_id
str

Last commit id.

disable_publish

Disable manual publish operation in ADF studio to favor automated publish.

host_name
str

GitHub Enterprise host name. For example: https://github.mydomain.com.

client_id
str

GitHub bring your own app client id.

client_secret

GitHub bring your own app client secret information.

Variables

Name Description
type
str

Type of repo configuration. Required.

account_name
str

Account name. Required.

repository_name
str

Repository name. Required.

collaboration_branch
str

Collaboration branch. Required.

root_folder
str

Root folder. Required.

last_commit_id
str

Last commit id.

disable_publish

Disable manual publish operation in ADF studio to favor automated publish.

host_name
str

GitHub Enterprise host name. For example: https://github.mydomain.com.

client_id
str

GitHub bring your own app client id.

client_secret

GitHub bring your own app client secret information.