vsteam icon indicating copy to clipboard operation
vsteam copied to clipboard

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)

Results 68 vsteam issues
Sort by recently updated
recently updated
newest added

### Steps to reproduce ```powershell ``` Add-VSTeamProject is missing option to create public project ### Expected behavior Add-VSTeamProject is missing option to create public project ### Actual behavior? I had...

bug

**Added support for template parameters** (Add-VSTeamBuild) Your module is great but it is missing support for added templateParameters

### Steps to reproduce - Start a new PowerShell window (tested with PowerShell Core 7.2.3 but also Windows PowerShell 5) - Import the VSTeam module - Connect using `Set-VSTeamAccount` **without...

bug

### Steps to reproduce ```powershell Get-NetAdapter Ethernet | ft Name, Status test-connection github.com -count 1 | ft Address, IPV4Address, ReplySize, ResponseTime Get-NetAdapter Ethernet | Disable-NetAdapter -Confirm:$false start-sleep -Seconds 10 Get-NetAdapter...

bug

# PR Summary Allows to take advantage of the filter parameter defined in the API v6.0 Defines a new parameterset specific for v6.0 onwards, and ensure that the existing top...

### Steps to reproduce **Note: Actual Feed ID was replaced with "``"** ```powershell Set-VSTeamAccount -Account "https://dev.azure.com/Contoso/" -PersonalAccessToken $pat -Force Get-VSTeamFeed -Id "" -Verbose ``` ``` VERBOSE: Team Module/7.6.1 (Windows) PowerShell/5.1.19041.1620...

bug

### Steps to reproduce ```powershell New-PSDrive -Name vsts -PSProvider SHiPS -Root 'VSTeam#vsteam_lib.Provider.Account' -Description https://dev.azure.com/myproject103 ``` module version 7.3.0 works fine. latest module 7.6.1 has this error. Tested in Windows Powershell...

bug

Steps to reproduce ------------------ ```powershell $users = Get-VSTeamuser -SubjectTypes aad $userentitlements = Get-VSTeamUserEntitlement ``` Expected behaviour ----------------- ```none $users.count 359 $users | ? mailaddress -eq "" $userentitlements.count 359 $userentitlements |...

This PR removes support for any Version earlier than Azure DevOps Server 2019

The plan is the remove support TFS 2017 and 2018. We have no possibility to test this and is cluttering the code base. This is getting harder to manage. With...