AzureDevOpsDscNative.AzDoNotificationSubscription.dsc.adaptedResource.json
|
{
"$schema": "https://aka.ms/dsc/schemas/v3/bundled/adaptedresource/manifest.json", "type": "AzureDevOpsDscNative/AzDoNotificationSubscription", "kind": "resource", "version": "1.0.0", "capabilities": [ "set", "test", "get" ], "description": "DSC resource for managing Azure DevOps notification subscriptions.", "author": "ZanattaMichael", "requireAdapter": "Microsoft.Adapter/PowerShell", "path": "AzureDevOpsDscNative.psd1", "schema": { "embedded": { "properties": { "Ensure": { "type": "string", "enum": [ "Present", "Absent" ], "title": "Ensure", "description": "The Ensure property." }, "LookupResult": { "type": "object", "title": "LookupResult", "readOnly": true, "description": "The LookupResult property." }, "SubscriptionName": { "type": "string", "title": "SubscriptionName", "description": "The SubscriptionName property." }, "EventType": { "type": "string", "title": "EventType", "description": "The EventType property." }, "ChannelType": { "type": "string", "title": "ChannelType", "description": "The ChannelType property." }, "Subscriber": { "type": "string", "title": "Subscriber", "description": "The Subscriber property." }, "ProjectName": { "type": "string", "title": "ProjectName", "description": "The ProjectName property." }, "Filter": { "type": "object", "title": "Filter", "description": "The Filter property." }, "Enabled": { "type": "boolean", "title": "Enabled", "description": "The Enabled property." } }, "type": "object", "required": [ "SubscriptionName", "EventType", "ChannelType", "Subscriber" ], "description": "DSC resource for managing Azure DevOps notification subscriptions.", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AzureDevOpsDscNative/AzDoNotificationSubscription", "additionalProperties": false } } } |