-
Notifications
You must be signed in to change notification settings - Fork 286
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
Missing arguments in azuredevops_project_pipeline_settings #765
Comments
@leighmo "Limit job authorization scope to current project for release pipelines" has been support be resource azuredevops_project_pipeline_settings.enforce_job_scope |
Hi @xuzhang3, Thanks for the reply. There are two options in the Azure DevOps Pipeline settings. Limit job authorization scope to current project for non-release pipelines Limit job authorization scope to current project for release pipelines The current module covers off the first option "non-release pipelines" but does not address the second option "release pipelines" Cheers |
Yes, we've been disabling the limit for release pipelines as a manual step and would greatly appreciate being able to do this via TF. |
New features will be available after upgrading to v7 API |
Disable creation of classic build and classic release pipelines - This configuration cannot be updated via the API. |
Hi @xuzhang3 , can we have terraform support for [azuredevops_project_pipeline_settings] - Support pipeline general settings for " Disable creation of classic build and classic release pipelines" |
@citrix-pradeep SDK does not support these two properties yet. |
@xuzhang3 are there any plans on adding the missing project pipeline settings in near future? This would be very helpful for us. |
Community Note
Description
We need to be able to set the following arguments in the Project pipeline settings as we leverage modules in other projects that reside outside of the existing project the pipeline is executed from. We also want to disable class build/release pipelines via code and have these checked regularly to make sure they are not being changed.
Thanks
New or Affected Resource(s)
azuredevops_project_pipeline_settings
Potential Terraform Configuration
Untested
References
No
The text was updated successfully, but these errors were encountered: