AzureDevOpsDscNative.AzDoArtifactFeedView.dsc.adaptedResource.json
|
{
"$schema": "https://aka.ms/dsc/schemas/v3/bundled/adaptedresource/manifest.json", "type": "AzureDevOpsDscNative/AzDoArtifactFeedView", "kind": "resource", "version": "1.0.0", "capabilities": [ "set", "test", "get" ], "description": "DSC resource for managing a view on an Azure Artifacts feed.", "author": "ZanattaMichael", "requireAdapter": "Microsoft.Adapter/PowerShell", "path": "AzureDevOpsDscNative.psd1", "schema": { "embedded": { "required": [ "ProjectName", "FeedName", "ViewName" ], "title": "AzureDevOpsDscNative/AzDoArtifactFeedView", "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." }, "FeedName": { "type": "string", "title": "FeedName", "description": "The FeedName property." }, "ViewName": { "type": "string", "title": "ViewName", "description": "The ViewName property." }, "ViewType": { "type": "string", "enum": [ "release", "implicit" ], "title": "ViewType", "description": "The ViewType property." }, "ViewVisibility": { "type": "string", "enum": [ "private", "collection", "organization", "aadTenant" ], "title": "ViewVisibility", "description": "The ViewVisibility property." } }, "description": "DSC resource for managing a view on an Azure Artifacts feed.", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "type": "object" } } } |