AzureDevOpsDscNative.AzDoArtifactFeedSettings.dsc.adaptedResource.json
|
{
"$schema": "https://aka.ms/dsc/schemas/v3/bundled/adaptedresource/manifest.json", "type": "AzureDevOpsDscNative/AzDoArtifactFeedSettings", "kind": "resource", "version": "1.0.0", "capabilities": [ "set", "test", "get" ], "description": "DSC resource for managing the settings of an Azure Artifacts feed.", "author": "ZanattaMichael", "requireAdapter": "Microsoft.Adapter/PowerShell", "path": "AzureDevOpsDscNative.psd1", "schema": { "embedded": { "required": [ "ProjectName", "FeedName" ], "title": "AzureDevOpsDscNative/AzDoArtifactFeedSettings", "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." }, "UpstreamSources": { "items": { "type": "object" }, "type": "array", "title": "UpstreamSources", "description": "The UpstreamSources property." }, "HideDeletedPackageVersions": { "type": "boolean", "title": "HideDeletedPackageVersions", "description": "The HideDeletedPackageVersions property." }, "RetentionCountLimit": { "type": "integer", "title": "RetentionCountLimit", "description": "The RetentionCountLimit property." }, "DaysToKeepRecentlyDownloadedPackages": { "type": "integer", "title": "DaysToKeepRecentlyDownloadedPackages", "description": "The DaysToKeepRecentlyDownloadedPackages property." } }, "description": "DSC resource for managing the settings of an Azure Artifacts feed.", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "type": "object" } } } |