FactoryVSTSConfiguration Class
Factory's VSTS repo information.
Constructor
FactoryVSTSConfiguration(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
account_name
|
Account name. Required. |
|
repository_name
|
Repository name. Required. |
|
collaboration_branch
|
Collaboration branch. Required. |
|
root_folder
|
Root folder. Required. |
|
last_commit_id
|
Last commit id. |
|
disable_publish
|
Disable manual publish operation in ADF studio to favor automated publish. |
|
project_name
|
VSTS project name. Required. |
|
tenant_id
|
VSTS tenant id. |
|
type
|
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']