FactoryVSTSConfiguration Class
Factory's VSTS repo information.
All required parameters must be populated in order to send to server.
Constructor
FactoryVSTSConfiguration(*, account_name: str, repository_name: str, collaboration_branch: str, root_folder: str, project_name: str, last_commit_id: str | None = None, disable_publish: bool | None = None, tenant_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| 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. Default value: None
|
|
disable_publish
|
Disable manual publish operation in ADF studio to favor automated publish. Default value: None
|
|
project_name
|
VSTS project name. Required. |
|
tenant_id
|
VSTS tenant id. Default value: None
|
Variables
| Name | Description |
|---|---|
|
type
|
Type of repo configuration. Required. |
|
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. |