Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions docs/marketplace/manage-high-privilege-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ ms.date: 04/23/2025

# Manage high privilege scopes, pipeline decorators, and unpublished extensions

> [!IMPORTANT]
> This feature is in **public preview**. Features in public preview could undergo changes before becoming generally available.

Extensions in Azure DevOps enhance functionality and streamline workflows, but some extensions might pose security vulnerabilities due to their high privilege scopes or unpublished status. This article explains how to identify and manage high privilege, pipeline decorators, and unpublished extensions to protect your Azure DevOps organization from potential security vulnerabilities or unexpected behavior.

## What are high privilege scopes and high privilege extensions?
Expand Down Expand Up @@ -65,9 +62,6 @@ When you select any extension and especially an extension with high privilege sc
> [!div class="mx-imgBorder"]
> ![Screenshot showing Azure DevOps' Visual Studio Marketplace acquisition screen for a high privilege extension.](media/high-privilege-extensions/acquisition-pipeline.png)

> [!NOTE]
> This feature is being released gradually. If you don't see the high privilege scope insights in your [Azure DevOps Visual Studio Marketplace](https://marketplace.visualstudio.com/azuredevops) user interface, wait a few more days until it becomes available for you too.

## Use pipeline decorators safely

[Pipeline decorators](../extend/develop/add-pipeline-decorator.md) are private extensions that modify and enhance all pipelines within your organization, they're also classified as high privilege extensions. Use pipeline decorator extensions cautiously and only if you trust their publishers and code.
Expand All @@ -90,4 +84,4 @@ Additionally, with the Azure DevOps Services REST API [version 7.2](/rest/api/az
- [Secure your Azure DevOps environment](../organizations/security/security-overview.md)
- [Publish extensions to the Visual Studio Marketplace](../extend/publish/overview.md)
- [Add pipeline decorators](../extend/develop/add-pipeline-decorator.md)
- [Reference the extension manifest](../extend/develop/manifest.md)
- [Reference the extension manifest](../extend/develop/manifest.md)