File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments