AzureDevOpsDscNative.AzDoArtifactFeedPermission.dsc.adaptedResource.json
|
{
"$schema": "https://aka.ms/dsc/schemas/v3/bundled/adaptedresource/manifest.json", "type": "AzureDevOpsDscNative/AzDoArtifactFeedPermission", "kind": "resource", "version": "1.0.0", "capabilities": [ "set", "test", "get" ], "description": "DSC resource for managing role-based permissions on Azure Artifacts feeds.", "author": "ZanattaMichael", "requireAdapter": "Microsoft.Adapter/PowerShell", "path": "AzureDevOpsDscNative.psd1", "schema": { "embedded": { "required": [ "ProjectName", "FeedName" ], "title": "AzureDevOpsDscNative/AzDoArtifactFeedPermission", "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." }, "Permissions": { "items": { "type": "object" }, "type": "array", "title": "Permissions", "description": "The Permissions property." } }, "description": "DSC resource for managing role-based permissions on Azure Artifacts feeds.", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "type": "object" } } } |