-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pipeline general setting -Cannot config disable creation of classic build and classic release pipelines #133
Comments
When can we expect fix for this .. or any alternative api to disable this. |
Tried below code but doesnt seems to be working. $url = "https://dev.azure.com/$organization/$project/_apis/build/generalsettings?api-version=7.1-preview.1" $headers = @{ $body = @{
|
@citrix-pradeep This is API bug and confirmed by service team. |
Commenting for solution. |
any update on this? |
|
API: https://learn.microsoft.com/en-us/rest/api/azure/devops/build/general-settings/update?view=azure-devops-rest-7.1
Cannot modify
disableClassicPipelineCreation
though APIv7.0
,7.1-preview.1
even with ORG configuration disabled.The text was updated successfully, but these errors were encountered: