# Functions
CreateBuildRequest constructs a HTTP request with the payload body to be sent to the Azure DevOps API URL, using the token for Basic authentication.
nolint:funlen // TODO.
GetPostPayload constructs a POST payload body for a request to the Azure DevOps API, with details of which build ID to queue, from which branch, and any additional parameters.
GetStackPath will split the current working directory on 'prefix' and then check if it is part of a git repository with 'remote' set as a remote.
nolint:funlen // TODO.
SendBuildRequest will POST the given HTTP request.
nolint:funlen // TODO.
ValidateAzureDevOpsPAT makes sure that the given token matches the format of an Azure DevOps Personal Access Token.
# Constants
AuthFromEnvClient is an env variable supported by the Azure SDK.
AuthFromEnvTenant is an env variable supported by the Azure SDK.
AuthFromFile is an env variable supported by the Azure SDK.