MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)
https://methodsandpractices.github.io/vsteam-docs/
MIT License
448 stars 157 forks source link

Added cmdlet Test-VSTeamYamlPipelines for testing YAML pipeline code #272

Closed SebastianSchuetze closed 4 years ago

SebastianSchuetze commented 4 years ago

PR Summary

added a new cmdlet for a new API that was released the last sprint.

https://docs.microsoft.com/en-us/azure/devops/release-notes/2020/sprint-165-update#azure-pipelines-1

I still need to add some documentation first and change the changelog.

PR Checklist

tomkerkhove commented 4 years ago

Do we need 'VSTeam' prefix? For consistency reasons?

SebastianSchuetze commented 4 years ago

Do we need 'VSTeam' prefix? For consistency reasons?

@tomkerkhove, The whole module is called VSTeam and every cmdlet has it as well. Which is consistent with the e.g. AzureAD, Az, AzureRM modules. This is how you prevent also conflicts with other modules which could be loaded as well. You can see it like a namespace.

SebastianSchuetze commented 4 years ago

@JustinGrote do you see any useful parameters that might make sense to add?

tomkerkhove commented 4 years ago

Sounds good to me!