Open nbarnwell opened 9 months ago
Thanks @nbarnwell what repository are you seeing this with? and what is the apiversion?
I updated the reproduction steps.
Thanks, if you register this as a v2 feed instead of a v3 feed you can get rid of this warning message
I'll try it again but I'm pretty sure I couldn't get it to work at all with a v2 feed, I think because it's an authenticated feed.
@SydneyhSmith Indeed it doesn't work for authenticated repositories. In fact, I get the error I previously reported in https://github.com/PowerShell/PSResourceGet/issues/1491, which I don't think anyone cares about, either. PowerShell module stuff isn't fit for purpose when it comes to authenticated feeds. It's all very well and good encouraging folks to publish to the PowerShell gallery, but to have this massive blind spot when it comes to corporate packages in private feeds is a real surprise. I'd have thought the PowerShellGet team would've been dogfooding on Azure DevOps Artifacts feeds themselves, but I guess not or these issues (there are several) would get looked at.
Also, I wasn't trying to get rid of a warning message - I need dependency support on v3 feeds. V2 feeds are broken so telling me to go back to that when I've been on a several-month-long journey trying to get all this to hang together is a bit hard to swallow.
I don't know if this issue is related to the topic here.
What I find strange, is when adding PowerShellGallery as upstream source, it works with the old PowerShellGet to install a module through there. When using Install-PSResource, if the module has not been downloaded from PowerShellGallery, it throws an error it cannot find the module.
@Gijsreyn can you please open a new issue for that-- that is not expected
@SydneyhSmith I'll run some more test to see the different endpoint urls from Azure Artifacts and open a issue if it persists.
Heya, also blocked on this for a project :( One note: I have this exact same issue, whether I have an upstream configured or not.
Is there a better github issue to watch for progress on implementing this feature? I'm conscious that lots of people must have the same problem and this could have been a duplicate all along?
on our wishlist -- hoping to get to this one
Prerequisites
Steps to reproduce
PSResourceRepository
that has the PowerShell Gallery configured as an upstream source. Use theMicrosoft.PowerShell.SecureVault
module as the source of credentials.Install-PSResource PSWindowsUpdate
Expected behavior
Actual behavior
Error details
No response
Environment data
Visuals
No response