FactoryVSTSConfiguration Class

Factory's VSTS repo information.

Constructor

FactoryVSTSConfiguration(*args: Any, **kwargs: Any)

Variables

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.

project_name
str

VSTS project name. Required.

tenant_id
str

VSTS tenant id.

type
str

Type of repo configuration. Required. Default value is "FactoryVSTSConfiguration".

Attributes

project_name

VSTS project name. Required.

project_name: str

tenant_id

VSTS tenant id.

tenant_id: str | None

type

Type of repo configuration. Required. Default value is "FactoryVSTSConfiguration".

type: Literal['FactoryVSTSConfiguration']