'Azure DevOps configuration is missing. Please set AZURE_DEVOPS_ORGANIZATION and AZURE_DEVOPS_PAT environment variables.']); exit; } return [ 'organization' => $organization, 'pat' => $pat, 'apiUrl' => "https://dev.azure.com/{$organization}" ]; }