Argo CD · JSON Structure

Argo Cd V1Alpha1 Scm Provider Generator Azure Dev Ops Structure

SCMProviderGeneratorAzureDevOps defines connection info specific to Azure DevOps.

Type: object Properties: 5
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

accessTokenRef allBranches api organization teamProject

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-scm-provider-generator-azure-dev-ops-structure.json",
  "name": "v1alpha1SCMProviderGeneratorAzureDevOps",
  "description": "SCMProviderGeneratorAzureDevOps defines connection info specific to Azure DevOps.",
  "type": "object",
  "properties": {
    "accessTokenRef": {
      "$ref": "#/definitions/v1alpha1SecretRef"
    },
    "allBranches": {
      "description": "Scan all branches instead of just the default branch.",
      "type": "boolean"
    },
    "api": {
      "description": "The URL to Azure DevOps. If blank, use https://dev.azure.com.",
      "type": "string"
    },
    "organization": {
      "description": "Azure Devops organization. Required. E.g. \"my-organization\".",
      "type": "string"
    },
    "teamProject": {
      "description": "Azure Devops team project. Required. E.g. \"my-team\".",
      "type": "string"
    }
  }
}