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

Add possibility to create, update and delete org wide banners #544

Closed SebastianSchuetze closed 8 months ago

SebastianSchuetze commented 8 months ago

Proposal

I propose the addition of three new cmdlets to the VSTeam PowerShell module: Add-VSTeamBanner, Update-VSTeamBanner, and Remove-VSTeamBanner. These cmdlets will allow users to manage global message banners within Azure DevOps on an organizational level, without the need to specify a project.

Solved Problem

The addition of these cmdlets will streamline the process of managing global message banners in Azure DevOps organizations. It will encapsulate the necessary API calls into easy-to-use cmdlets, making the process more user-friendly and less error-prone. This enhancement is aimed at improving user experience and promoting the automation of banner management in Azure DevOps environments.

Additional info / code snippets?

No response