Skip to content

Add a note with workaround Azure Artifacts source when packages are m…#14368

Open
arkoppan wants to merge 1 commit intoMicrosoftDocs:mainfrom
arkoppan:patch-24
Open

Add a note with workaround Azure Artifacts source when packages are m…#14368
arkoppan wants to merge 1 commit intoMicrosoftDocs:mainfrom
arkoppan:patch-24

Conversation

@arkoppan
Copy link
Copy Markdown
Contributor

…issing in Package drop down list.

Added notes on handling package truncation in Azure Artifacts source when using Feeds with many packages.

We are getting cases related to this issue since May 2022 or earlier. There was a fix released for more than 15k feeds but the issue is related to number of packages in the feed. Please reach out if you need reference to related bug and IcMs.

…issing in Package drop down list.

Added notes on handling package truncation in Azure Artifacts source when using Feeds with many packages.

We are getting cases related to this issue since May 2022 or earlier. There was a fix released for more than 15k feeds but the issue is related to number of packages in the feed. Please reach out if you need reference to related bug and IcMs.
@prmerger-automator
Copy link
Copy Markdown
Contributor

@arkoppan : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change.

@v-dirichards
Copy link
Copy Markdown
Contributor

@silviuandrica

Can you review the proposed changes?

Important: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds documentation to help users troubleshoot missing packages in the Azure Artifacts artifact source picker for classic release pipelines when feeds contain many packages.

Changes:

  • Added a NOTE describing package list truncation for feeds with many packages.
  • Documented two workarounds: promoting packages into a view, or providing the package ID via REST API.

Comment on lines +162 to +164
> When using Feeds with 1000 packages or more, you may see that the packages in Package drop down in Azure Artifacts source may be truncated after certain packages.
> To work around this issue, create a new Custom View and [promote](https://learn.microsoft.com/en-us/azure/devops/artifacts/feeds/views?view=azure-devops&tabs=nuget%2Cnugetserver22%2Cpowershell) packages to that view. And then in the Release pipeline, specify the View in the Azure Artifact source.
> Or you can you can provide the package ID, which you can find using the instructions [here](https://learn.microsoft.com/en-us/rest/api/azure/devops/artifacts/artifact-details/get-packages?view=azure-devops-rest-5.0).
Comment on lines +163 to +164
> To work around this issue, create a new Custom View and [promote](https://learn.microsoft.com/en-us/azure/devops/artifacts/feeds/views?view=azure-devops&tabs=nuget%2Cnugetserver22%2Cpowershell) packages to that view. And then in the Release pipeline, specify the View in the Azure Artifact source.
> Or you can you can provide the package ID, which you can find using the instructions [here](https://learn.microsoft.com/en-us/rest/api/azure/devops/artifacts/artifact-details/get-packages?view=azure-devops-rest-5.0).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants