AzureDevOpsDscNative.AzDoIterationNodes.dsc.adaptedResource.json

{
  "$schema": "https://aka.ms/dsc/schemas/v3/bundled/adaptedresource/manifest.json",
  "type": "AzureDevOpsDscNative/AzDoIterationNodes",
  "kind": "resource",
  "version": "1.0.0",
  "capabilities": [
    "set",
    "test",
    "get"
  ],
  "description": "Defines a custom Desired State Configuration (DSC) resource for managing Azure DevOps iteration nodes.",
  "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."
        },
        "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."
        },
        "IterationAttributes": {
          "items": {
            "type": "object"
          },
          "type": "array",
          "title": "IterationAttributes",
          "description": "Specifies an array of hashtables, each representing attributes for iterations to be managed within the Azure DevOps project. This parameter is mandatory."
        }
      },
      "type": "object",
      "required": [
        "ProjectName"
      ],
      "description": "Defines a custom Desired State Configuration (DSC) resource for managing Azure DevOps iteration nodes.",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "title": "AzureDevOpsDscNative/AzDoIterationNodes",
      "additionalProperties": false
    }
  }
}