AzureDevOpsDscNative.AzDoWiki.dsc.adaptedResource.json
|
{
"$schema": "https://aka.ms/dsc/schemas/v3/bundled/adaptedresource/manifest.json", "type": "AzureDevOpsDscNative/AzDoWiki", "kind": "resource", "version": "1.0.0", "capabilities": [ "set", "test", "get" ], "description": "DSC resource for managing Azure DevOps project and code wikis.", "author": "ZanattaMichael", "requireAdapter": "Microsoft.Adapter/PowerShell", "path": "AzureDevOpsDscNative.psd1", "schema": { "embedded": { "required": [ "ProjectName", "WikiName" ], "title": "AzureDevOpsDscNative/AzDoWiki", "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." }, "WikiName": { "type": "string", "title": "WikiName", "description": "The WikiName property." }, "WikiType": { "type": "string", "enum": [ "projectWiki", "codeWiki" ], "title": "WikiType", "description": "The WikiType property." }, "RepositoryName": { "type": "string", "title": "RepositoryName", "description": "The RepositoryName property." }, "MappedPath": { "type": "string", "title": "MappedPath", "description": "The MappedPath property." }, "Version": { "type": "string", "title": "Version", "description": "The Version property." } }, "description": "DSC resource for managing Azure DevOps project and code wikis.", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "type": "object" } } } |