FactoryRepoConfiguration interface
Factory's git repo information.
Properties
account |
Account name. |
collaboration |
Collaboration branch. |
disable |
Disable manual publish operation in ADF studio to favor automated publish. |
last |
Last commit id. |
repository |
Repository name. |
root |
Root folder. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
accountName
Account name.
accountName: string
Property Value
string
collaborationBranch
Collaboration branch.
collaborationBranch: string
Property Value
string
disablePublish
Disable manual publish operation in ADF studio to favor automated publish.
disablePublish?: boolean
Property Value
boolean
lastCommitId
Last commit id.
lastCommitId?: string
Property Value
string
repositoryName
Repository name.
repositoryName: string
Property Value
string
rootFolder
Root folder.
rootFolder: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "FactoryGitHubConfiguration" | "FactoryVSTSConfiguration"
Property Value
"FactoryGitHubConfiguration" | "FactoryVSTSConfiguration"