AzureDevOpsDscNative.AzDoEnvironmentApproval.dsc.adaptedResource.json

{
  "$schema": "https://aka.ms/dsc/schemas/v3/bundled/adaptedresource/manifest.json",
  "type": "AzureDevOpsDscNative/AzDoEnvironmentApproval",
  "kind": "resource",
  "version": "1.0.0",
  "capabilities": [
    "set",
    "test",
    "get"
  ],
  "description": "DSC resource for managing Azure DevOps environment approval checks.",
  "author": "ZanattaMichael",
  "requireAdapter": "Microsoft.Adapter/PowerShell",
  "path": "AzureDevOpsDscNative.psd1",
  "schema": {
    "embedded": {
      "title": "AzureDevOpsDscNative/AzDoEnvironmentApproval",
      "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."
        },
        "EnvironmentName": {
          "type": "string",
          "title": "EnvironmentName",
          "description": "The EnvironmentName property."
        },
        "Approvers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "title": "Approvers",
          "description": "The Approvers property."
        },
        "RequiredApproverCount": {
          "type": "integer",
          "title": "RequiredApproverCount",
          "description": "The RequiredApproverCount property."
        },
        "AllowApproverToSelf": {
          "type": "boolean",
          "title": "AllowApproverToSelf",
          "description": "The AllowApproverToSelf property."
        },
        "TimeoutInMinutes": {
          "type": "integer",
          "title": "TimeoutInMinutes",
          "description": "The TimeoutInMinutes property."
        },
        "Instructions": {
          "type": "string",
          "title": "Instructions",
          "description": "The Instructions property."
        }
      },
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "additionalProperties": false,
      "type": "object",
      "required": [
        "ProjectName",
        "EnvironmentName",
        "Approvers"
      ],
      "description": "DSC resource for managing Azure DevOps environment approval checks."
    }
  }
}