This release adds support for interactive logons in PowerShell Core (6+) shells.
- All the
Connect-*
cmdlets now support interactive (-Interactive
) logon in PowerShell Core (6+) shells. Previously, only Windows PowerShell (5.*) terminals supported interactive authentication. NOTE: Interactive logons in PowerShell Core require Azure DevOps Services. TFS / Azure DevOps Server remain unsupported for interactive logons in PowerShell Core. To connect to an on-premises server in a PowerShell Core shell, you're still required to use either username/password credentials or a personal access token. - Some minor consistency improvements to the way Work Item Query cmdlets
Get-TfsWorkItemQuery
andGet-TfsWorkItemQueryFolder
handle paths. Additionally,Get-TfsWorkItemQueryFolder
can now return the "root" folders (My Queries and/or Shared Queries) when specifying/
as the folder path. That comes in handy when you want to e.g. use some Security APIs that require the ID of the folders all the way from the beginning of the hierarchy.
- Under certain circumstances,
Get-TfsWorkItem
would return an invalid ID, due to a change in the response from the WorkItem REST API (fixes #172) - Fix a bug in
New-TfsWorkItemQuery
andNew-TfsWorkItemQueryFolder
, where queries and folders could not be created when their parent did not exist.