Argo CD · JSON Structure

Argo Cd V1Alpha1 Pull Request Generator Azure Dev Ops Structure

PullRequestGeneratorAzureDevOps defines connection info specific to AzureDevOps.

Type: object Properties: 6
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

v1alpha1PullRequestGeneratorAzureDevOps is a JSON Structure definition published by Argo CD, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

api labels organization project repo tokenRef

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-structure/argo-cd-v1alpha1-pull-request-generator-azure-dev-ops-structure.json",
  "name": "v1alpha1PullRequestGeneratorAzureDevOps",
  "description": "PullRequestGeneratorAzureDevOps defines connection info specific to AzureDevOps.",
  "type": "object",
  "properties": {
    "api": {
      "description": "The Azure DevOps API URL to talk to. If blank, use https://dev.azure.com/.",
      "type": "string"
    },
    "labels": {
      "type": "array",
      "name": "Labels is used to filter the PRs that you want to target",
      "items": {
        "type": "string"
      }
    },
    "organization": {
      "description": "Azure DevOps org to scan. Required.",
      "type": "string"
    },
    "project": {
      "description": "Azure DevOps project name to scan. Required.",
      "type": "string"
    },
    "repo": {
      "description": "Azure DevOps repo name to scan. Required.",
      "type": "string"
    },
    "tokenRef": {
      "$ref": "#/definitions/v1alpha1SecretRef"
    }
  }
}