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
442 stars 155 forks source link

feat: added cmdlets for banners #545

Closed SebastianSchuetze closed 8 months ago

SebastianSchuetze commented 8 months ago

PR Summary

This PR addresses issue #544 by adding three new cmdlets to manage banners in Azure DevOps at the organization level: Add-VSTeamBanner, Update-VSTeamBanner, and Remove-VSTeamBanner. Additionally, a cmdlet to retrieve banner information, Get-VSTeamBanner, has been introduced. The cmdlets have corresponding Pester tests to ensure their correct functionality.

PR Checklist