AzureDevOpsDscNative.AzDoPipelineSettings.dsc.adaptedResource.json
|
{
"$schema": "https://aka.ms/dsc/schemas/v3/bundled/adaptedresource/manifest.json", "type": "AzureDevOpsDscNative/AzDoPipelineSettings", "kind": "resource", "version": "1.0.0", "capabilities": [ "set", "test", "get" ], "description": "DSC resource for managing Azure DevOps project pipeline general settings.", "author": "ZanattaMichael", "requireAdapter": "Microsoft.Adapter/PowerShell", "path": "AzureDevOpsDscNative.psd1", "schema": { "embedded": { "required": [ "ProjectName" ], "title": "AzureDevOpsDscNative/AzDoPipelineSettings", "properties": { "Ensure": { "type": "string", "enum": [ "Present", "Absent" ], "title": "Ensure", "description": "The Ensure property." }, "LookupResult": { "type": "object", "title": "LookupResult", "readOnly": true, "description": "The LookupResult property." }, "ProjectName": { "type": "string", "title": "ProjectName", "description": "The name of the Azure DevOps project." }, "EnforceJobAuthScope": { "type": "string", "enum": [ "", "true", "false" ], "title": "EnforceJobAuthScope", "description": "Limit job authorization scope to the current project for non-release pipelines." }, "EnforceJobAuthScopeForReleases": { "type": "string", "enum": [ "", "true", "false" ], "title": "EnforceJobAuthScopeForReleases", "description": "Limit job authorization scope to the current project for release pipelines." }, "EnforceReferencedRepoScopedToken": { "type": "string", "enum": [ "", "true", "false" ], "title": "EnforceReferencedRepoScopedToken", "description": "Protect access to repositories in YAML pipelines." }, "EnforceSettableVar": { "type": "string", "enum": [ "", "true", "false" ], "title": "EnforceSettableVar", "description": "Limit variables that can be set at queue time." }, "PublishPipelineMetadata": { "type": "string", "enum": [ "", "true", "false" ], "title": "PublishPipelineMetadata", "description": "Publish metadata from pipelines." }, "StatusBadgesArePrivate": { "type": "string", "enum": [ "", "true", "false" ], "title": "StatusBadgesArePrivate", "description": "Disable anonymous access to status badges." }, "DisableClassicPipelineCreation": { "type": "string", "enum": [ "", "true", "false" ], "title": "DisableClassicPipelineCreation", "description": "Disable creation of classic build and release pipelines." }, "DisableImpliedYAMLCiTrigger": { "type": "string", "enum": [ "", "true", "false" ], "title": "DisableImpliedYAMLCiTrigger", "description": "Disable implied YAML CI triggers." } }, "description": "DSC resource for managing Azure DevOps project pipeline general settings.", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "type": "object" } } } |