You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When connecting to a cloud org (Azure DevOps Services), the user should be able to specify an argument (e.g. -azcli or -azlogin) to tell TfsCmdlets that it should create an access token via the currently logged in Azure CLI user. That way, user does not need to generate PATs when running TfsCmdlets scripts in the context of an Azure connection (e.g. inside of an AzCLI pipeline task, or at the command line).
Bonus points if it also supports managed identities (Azure MSI).
The text was updated successfully, but these errors were encountered:
When connecting to a cloud org (Azure DevOps Services), the user should be able to specify an argument (e.g.
-azcli
or-azlogin
) to tell TfsCmdlets that it should create an access token via the currently logged in Azure CLI user. That way, user does not need to generate PATs when running TfsCmdlets scripts in the context of an Azure connection (e.g. inside of anAzCLI
pipeline task, or at the command line).Bonus points if it also supports managed identities (Azure MSI).
The text was updated successfully, but these errors were encountered: