Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Support aad_apps for AZDO service endpoints #266

Merged
merged 1 commit into from
Nov 10, 2021
Merged

Support aad_apps for AZDO service endpoints #266

merged 1 commit into from
Nov 10, 2021

Commits on Oct 21, 2021

  1. Support aad_apps for AZDO service endpoints

    For reasons that are not entirely clear to me yet, CAF Terraform
    has two ways of creating service principals:
    
    aad_apps {
      # uses ./modules/azuread/applications
    }
    
    or,
    
    azuread_applications {
      # uses ./modules/azuread/applications_v1
    }
    
    Also for reasons not yet clear to me, this repo provides two lzs for
    configuring AZDO: caf_solution/add-ons/azure_devops and
    caf_solution/add-ons/azure_devops_v1
    
    The azure_devops module appears to use aad_apps, while azure_devops_v1
    uses azuread_applications. This commit updates azure_devops_v1 to
    support both forms of AD config.
    brk3 committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    a1188ad View commit details
    Browse the repository at this point in the history