FactoryRepoConfiguration interface

Factory's git repo information.

Properties

accountName

Account name.

collaborationBranch

Collaboration branch.

disablePublish

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

lastCommitId

Last commit id.

repositoryName

Repository name.

rootFolder

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"