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 {
1613
1613
AuditEnforceSettableVar * bool `json:"auditEnforceSettableVar,omitempty"`
1614
1614
// Disable classic pipelines creation.
1615
1615
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"`
1616
1620
// If enabled, scope of access for all non-release pipelines reduces to the current project.
1617
1621
EnforceJobAuthScope * bool `json:"enforceJobAuthScope,omitempty"`
1618
1622
// 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