AzureDevOpsDscNative.AzDoAreaNodes.dsc.adaptedResource.json

{
  "$schema": "https://aka.ms/dsc/schemas/v3/bundled/adaptedresource/manifest.json",
  "type": "AzureDevOpsDscNative/AzDoAreaNodes",
  "kind": "resource",
  "version": "1.0.0",
  "capabilities": [
    "set",
    "test",
    "get"
  ],
  "description": "Defines a custom Desired State Configuration (DSC) resource for managing Azure DevOps area nodes.",
  "author": "ZanattaMichael",
  "requireAdapter": "Microsoft.Adapter/PowerShell",
  "path": "AzureDevOpsDscNative.psd1",
  "schema": {
    "embedded": {
      "required": [
        "ProjectName"
      ],
      "title": "AzureDevOpsDscNative/AzDoAreaNodes",
      "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": "Specifies the name of the Azure DevOps project. This parameter is mandatory and serves as the key identifier for the resource."
        },
        "AreaPaths": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "title": "AreaPaths",
          "description": "Specifies an array of area paths to be managed within the Azure DevOps project."
        }
      },
      "description": "Defines a custom Desired State Configuration (DSC) resource for managing Azure DevOps area nodes.",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "additionalProperties": false,
      "type": "object"
    }
  }
}