The Azure DevOps PowerShell Module

PowerShell Module for interacting with Azure Dev Ops

View on GitHub

Join-AzureDevOpsAccountAndPatToken


Syntax

Join-AzureDevOpsAccountAndPatToken
  [-AccountFriendlyName <string>]
  [-PatTokenFriendlyName <string>]


Description

Links an account in the configuration repository to a PAT token in the configuration repository.


Example

Join-AzureDevOpsAccountAndPatToken -AccountFriendlyName MainAccount -PatTokenFriendlyName MainToken


Parameters

-AccountFriendlyName

The friendly name of the account you specified when you added it to the configuration repository.


Type: string
Position: Named
Default Value: None
Accept Pipeline Input: False
Accept Wildcard Characters: False


-PatTokenFriendlyName

The friendly name of the Pat token that you specified when you added it to the configuration repository.

Type: string
Position: Named
Default Value: None
Accept Pipeline Input: False
Accept Wildcard Characters: False