AzureDevOpsDscNative.AzDoTeamSettings.dsc.adaptedResource.json

{
  "$schema": "https://aka.ms/dsc/schemas/v3/bundled/adaptedresource/manifest.json",
  "type": "AzureDevOpsDscNative/AzDoTeamSettings",
  "kind": "resource",
  "version": "1.0.0",
  "capabilities": [
    "set",
    "test",
    "get"
  ],
  "description": "DSC resource for managing the iteration and area-path configuration of an Azure DevOps team.",
  "author": "ZanattaMichael",
  "requireAdapter": "Microsoft.Adapter/PowerShell",
  "path": "AzureDevOpsDscNative.psd1",
  "schema": {
    "embedded": {
      "required": [
        "ProjectName",
        "TeamName"
      ],
      "title": "AzureDevOpsDscNative/AzDoTeamSettings",
      "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."
        },
        "TeamName": {
          "type": "string",
          "title": "TeamName",
          "description": "The TeamName property."
        },
        "BacklogIterationPath": {
          "type": "string",
          "title": "BacklogIterationPath",
          "description": "The BacklogIterationPath property."
        },
        "DefaultIterationPath": {
          "type": "string",
          "title": "DefaultIterationPath",
          "description": "The DefaultIterationPath property."
        },
        "IterationPaths": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "title": "IterationPaths",
          "description": "The IterationPaths property."
        },
        "DefaultAreaPath": {
          "type": "string",
          "title": "DefaultAreaPath",
          "description": "The DefaultAreaPath property."
        },
        "AreaPaths": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "title": "AreaPaths",
          "description": "The AreaPaths property."
        },
        "WorkingDays": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "title": "WorkingDays",
          "description": "The WorkingDays property."
        },
        "BugsBehavior": {
          "type": "string",
          "enum": [
            "",
            "asRequirements",
            "asTasks",
            "off"
          ],
          "title": "BugsBehavior",
          "description": "The BugsBehavior property."
        }
      },
      "description": "DSC resource for managing the iteration and area-path configuration of an Azure DevOps team.",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "additionalProperties": false,
      "type": "object"
    }
  }
}