This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.AzureDevOps.
Summary
Returns credentials for authentication with an Azure Active Directory.
Can only be used with Azure DevOps.
Syntax
public static IAzureDevOpsCredentials AzureDevOpsAuthenticationAzureActiveDirectory(this ICakeContext context, string userName, string password)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
userName |
string |
User name. |
password |
string |
Password. |
Return Value