Module config

This page documents the language specification for the azuredevops package. If you're looking for help working with the inputs, outputs, or functions of azuredevops resources in a Pulumi program, please see the resource documentation for examples and API reference.

APIs

APIs

let orgServiceUrl

let orgServiceUrl: string | undefined =  __config.get("orgServiceUrl") || utilities.getEnv("AZDO_ORG_SERVICE_URL");

The url of the Azure DevOps instance which should be used.

let personalAccessToken

let personalAccessToken: string | undefined =  __config.get("personalAccessToken") || utilities.getEnv("AZDO_PERSONAL_ACCESS_TOKEN");

The personal access token which should be used.