MethodsAndPractices / vsteam

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

Home Page:https://methodsandpractices.github.io/vsteam-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add possibility to create, update and delete org wide banners

SebastianSchuetze opened this issue · comments

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