Skip to content

Commit 846fc91

Browse files
Note added for azdo artifcat feed permission
1 parent 0e7c47b commit 846fc91

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/apiops/3-apimTools/apimtools-azdo-2-3.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ nav_order: 3
3131
8. Create a new pipeline based on [**publish-extractor.yaml**](https://github.com/Azure/apiops/blob/main/tools/pipelines/publish-extractor.yaml). This pipeline will compile the extractor tool whenever it's updated and publish it as a package in Azure DevOps Artifacts.
3232
![extractor pipeline](../../assets/images/extractor_pipeline.png)
3333
9. Run the pipeline.
34-
>Note that Azure DevOps build pipeline agents don't have permission by default to contribute to a repo, create a branch or update a pr.
35-
You need to grant that permission as discussed [here](https://docs.microsoft.com/en-us/azure/devops/pipelines/policies/set-permissions?toc=%2Fazure%2Fdevops%2Forganizations%2Fsecurity%2Ftoc.json&bc=%2Fazure%2Fdevops%2Forganizations%2Fsecurity%2Fbreadcrumb%2Ftoc.json&view=azure-devops)
34+
>Note : By default Azure DevOps build pipeline agents don't have enough permissions to perform some actions that are required for our pipeline.
35+
> 1. To contribute to a repo, create a branch or update a pr.
36+
You need to grant that permission as discussed [here](https://docs.microsoft.com/en-us/azure/devops/pipelines/policies/set-permissions?toc=%2Fazure%2Fdevops%2Forganizations%2Fsecurity%2Ftoc.json&bc=%2Fazure%2Fdevops%2Forganizations%2Fsecurity%2Fbreadcrumb%2Ftoc.json&view=azure-devops)
37+
> 2. To contribute to artifact feed. You need to grant that permissions (contributor) as discussed [here](https://learn.microsoft.com/en-us/azure/devops/artifacts/feeds/feed-permissions?view=azure-devops#configure-feed-settings)
3638
10. Create a new pipeline based on [**publish-publisher.yaml**](https://github.com/Azure/apiops/blob/main/tools/pipelines/publish-publisher.yaml). This pipeline will compile the publisher tool whenever it's updated and publish it as a package in Azure DevOps Artifacts.
3739
11. Run the pipeline.

0 commit comments

Comments
 (0)