AzureDevOpsDscNative.AzDoRepositorySettings.dsc.adaptedResource.json
|
{
"$schema": "https://aka.ms/dsc/schemas/v3/bundled/adaptedresource/manifest.json", "type": "AzureDevOpsDscNative/AzDoRepositorySettings", "kind": "resource", "version": "1.0.0", "capabilities": [ "set", "test", "get" ], "description": "DSC resource for managing per-repository settings (singleton).", "author": "ZanattaMichael", "requireAdapter": "Microsoft.Adapter/PowerShell", "path": "AzureDevOpsDscNative.psd1", "schema": { "embedded": { "title": "AzureDevOpsDscNative/AzDoRepositorySettings", "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 ProjectName property." }, "RepositoryName": { "type": "string", "title": "RepositoryName", "description": "The RepositoryName property." }, "DefaultBranch": { "type": "string", "title": "DefaultBranch", "description": "The DefaultBranch property." }, "AllowSquashMerge": { "type": "boolean", "title": "AllowSquashMerge", "description": "The AllowSquashMerge property." }, "AllowRebaseMerge": { "type": "boolean", "title": "AllowRebaseMerge", "description": "The AllowRebaseMerge property." }, "AllowNoFastForward": { "type": "boolean", "title": "AllowNoFastForward", "description": "The AllowNoFastForward property." }, "DisableForking": { "type": "boolean", "title": "DisableForking", "description": "The DisableForking property." } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "type": "object", "required": [ "ProjectName", "RepositoryName" ], "description": "DSC resource for managing per-repository settings (singleton)." } } } |