Skip to content

Release 2.10.0+4172.10

Choose a tag to compare

@github-actions github-actions released this 27 Mar 20:41
6c8cbdd

Added

  • -AzureLogin switch parameter for all credential-bearing cmdlets (e.g. Connect-TfsTeamProjectCollection, Connect-TfsOrganization, and all cmdlets that accept credential parameters). Uses DefaultAzureCredential from the Azure.Identity SDK to authenticate to Azure DevOps by inheriting the current Azure authentication context (Azure CLI, Managed Identity, Visual Studio, Environment Variables, etc.). Tokens are short-lived (~1 hour) and are automatically renewed when they expire.
  • Azure.Identity NuGet package dependency for Azure credential support.