AzureDevOpsDscNative.AzDoTaskGroup.dsc.adaptedResource.json

{
  "$schema": "https://aka.ms/dsc/schemas/v3/bundled/adaptedresource/manifest.json",
  "type": "AzureDevOpsDscNative/AzDoTaskGroup",
  "kind": "resource",
  "version": "1.0.0",
  "capabilities": [
    "set",
    "test",
    "get"
  ],
  "description": "DSC resource for managing Azure DevOps reusable task groups.",
  "author": "ZanattaMichael",
  "requireAdapter": "Microsoft.Adapter/PowerShell",
  "path": "AzureDevOpsDscNative.psd1",
  "schema": {
    "embedded": {
      "title": "AzureDevOpsDscNative/AzDoTaskGroup",
      "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."
        },
        "TaskGroupName": {
          "type": "string",
          "title": "TaskGroupName",
          "description": "The TaskGroupName property."
        },
        "Description": {
          "type": "string",
          "title": "Description",
          "description": "The Description property."
        },
        "Category": {
          "type": "string",
          "title": "Category",
          "description": "The Category property."
        },
        "Tasks": {
          "type": "array",
          "items": {
            "type": "object"
          },
          "title": "Tasks",
          "description": "The Tasks property."
        },
        "Inputs": {
          "type": "array",
          "items": {
            "type": "object"
          },
          "title": "Inputs",
          "description": "The Inputs property."
        }
      },
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "additionalProperties": false,
      "type": "object",
      "required": [
        "ProjectName",
        "TaskGroupName"
      ],
      "description": "DSC resource for managing Azure DevOps reusable task groups."
    }
  }
}