Package version:

The properties for updating the source code repository.

interface SourceUpdateParameters {
    branch?: string;
    repositoryUrl?: string;
    sourceControlAuthProperties?: AuthInfoUpdateParameters;
    sourceControlType?: string;
}

Properties

branch?: string

The branch name of the source code.

repositoryUrl?: string

The full URL to the source code repository

sourceControlAuthProperties?: AuthInfoUpdateParameters

The authorization properties for accessing the source code repository and to set up webhooks for notifications.

sourceControlType?: string

The type of source control service.