Skip to content

Commit d2ece8d

Browse files
author
xu
committed
add missing settings for classic pipeline and release
1 parent 333528b commit d2ece8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azuredevops/v7/build/models.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1613,6 +1613,10 @@ type PipelineGeneralSettings struct {
16131613
AuditEnforceSettableVar *bool `json:"auditEnforceSettableVar,omitempty"`
16141614
// Disable classic pipelines creation.
16151615
DisableClassicPipelineCreation *bool `json:"disableClassicPipelineCreation,omitempty"`
1616+
// Disable classic build pipeline creation
1617+
DisableClassicBuildPipelineCreation *bool `json:"disableClassicBuildPipelineCreation,omitempty"`
1618+
// Disable classic release pipeline creation
1619+
DisableClassicReleasePipelineCreation *bool `json:"disableClassicReleasePipelineCreation,omitempty"`
16161620
// If enabled, scope of access for all non-release pipelines reduces to the current project.
16171621
EnforceJobAuthScope *bool `json:"enforceJobAuthScope,omitempty"`
16181622
// If enabled, scope of access for all release pipelines reduces to the current project.

0 commit comments

Comments
 (0)