shared/variables.ps1
|
[string]$script:AzureDevOpsAuthHeaderValue = $null [string]$script:AzureDevOpsOrgUrl = $null [int]$script:DefaultJsonDepth = 100 [string]$script:NotConnectedMessage = 'You must connect to Azure DevOps using Connect-AzureDevOps before using this cmdlet' |