AzureDevOpsDscNative.AzDoAgentPool.dsc.adaptedResource.json

{
  "$schema": "https://aka.ms/dsc/schemas/v3/bundled/adaptedresource/manifest.json",
  "type": "AzureDevOpsDscNative/AzDoAgentPool",
  "kind": "resource",
  "version": "1.0.0",
  "capabilities": [
    "set",
    "test",
    "get"
  ],
  "description": "DSC resource for managing Azure DevOps agent pools.",
  "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."
        },
        "PoolName": {
          "type": "string",
          "title": "PoolName",
          "description": "The PoolName property."
        },
        "PoolType": {
          "type": "string",
          "enum": [
            "automation",
            "deployment"
          ],
          "title": "PoolType",
          "description": "The PoolType property."
        },
        "AutoProvision": {
          "type": "boolean",
          "title": "AutoProvision",
          "description": "The AutoProvision property."
        },
        "AutoUpdate": {
          "type": "boolean",
          "title": "AutoUpdate",
          "description": "The AutoUpdate property."
        },
        "IsHosted": {
          "type": "boolean",
          "title": "IsHosted",
          "description": "The IsHosted property."
        }
      },
      "type": "object",
      "required": [
        "PoolName"
      ],
      "description": "DSC resource for managing Azure DevOps agent pools.",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "title": "AzureDevOpsDscNative/AzDoAgentPool",
      "additionalProperties": false
    }
  }
}