SourceControl type
SourceControl dell'app contenitore.
type SourceControl = ProxyResource & {
branch?: string
githubActionConfiguration?: GithubActionConfiguration
operationState?: SourceControlOperationState
repoUrl?: string
}