Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fix for installing from ADO feeds with v2 endpoints #1429

Merged
merged 11 commits into from
Oct 4, 2023

Conversation

alerickson
Copy link
Member

@alerickson alerickson commented Oct 3, 2023

PR Summary

Note: this PR should be reviewed after PR #1428.

This PR modifies the request url for ADO v2 feeds. GET requests for packages installation require a query that looks like either:
https://pkgs.dev.azure.com/<org>/<project>/_packaging/<feed>/nuget/v2/Packages(Id='<pkgName>',Version='<pkgVersion')

or

https://pkgs.dev.azure.com/<org>/<project>/_packaging/<feed>/nuget/v2?id=<pkgName>&version=<pkgVersion>

PR Context

Resolves #1422

PR Checklist

@alerickson alerickson changed the title V2 ado bug Bug fix for installing from ADO feeds with v2 endpoints Oct 3, 2023
@alerickson alerickson merged commit 8e1bba8 into PowerShell:master Oct 4, 2023
3 checks passed
@alerickson alerickson deleted the v2AdoBug branch October 4, 2023 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Install-PSResource can't install module from private feed
2 participants