PSDevOps icon indicating copy to clipboard operation
PSDevOps copied to clipboard

PowerShell Tools for DevOps

Results 39 PSDevOps issues
Sort by recently updated
recently updated
newest added

Regarding issue #171 , it appears that Get-ADOTeam could use a couple more parameters and behaviors. Specifically: * [ ] Get-ADOTeam should have -First * [ ] Get-ADOTeam should have...

enhancement

It appears this command doesn't get all teams available in the organization which is a different API. https://learn.microsoft.com/en-us/rest/api/azure/devops/core/teams/get-all-teams?view=azure-devops-rest-7.0&tabs=HTTP It also only lists a small group of teams inside a specific...

Connect-GitHub is great, and verb-noun syntax exists for a reason.

Resolution

Hi, I created a small powershell script which is able to run a set of Azure Devops Pipeline based on a csv file with required parameters. As devops its very...

Please implement a formatter for `Get-/Set-ADOPermission`.

Piping a repo object to `Get-/Set-ADOPermission` sets the `RepositoryID` parameter to the repo name instead of the repo ID. Workaround: ```pwsh $repo = Get-ADOProject -PAT $Token -Organization $Organization -Project $ProjectName...

I like to comment my pipeline parameters when writing templates. Please consider adding support for something like this: ``` param ( # List of required modules to import. [string[]] $requiredModules...

It would be nice to be able to edit the layout of a given work item type using cmdlets.

enhancement

Add a new Set-ADOTeamAdmin to PSDevOps. This will allow an admin group from another Project, as well as individual users, to be added as a Team Administrator

Hi, It might be good to have getting started section with an example connection and listing of certain features. Also are there any prerequisites in terms of version of PowerShell...