Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Save-PSResource does not deduplicate dependencies #285
Comments
|
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
|
Thanks @bgelens just to clarify is this causing the save to completely fail? Or is just the Az.Accounts save failing? |
|
We may need to add a -Force parameter or something like that |
|
Hey @SydneyhSmith, It completely fails. Repro is easy. Create a folder to save in and run Az is downloaded, Az.Accounts is downloaded and Az.Advisor is downloaded then it terminates on the error that Az.Accounts is already in the target folder |
Trying to use Save-PSResource to download Az (meta module).
It fails because Az.Accounts is downloaded multiple times
Using beta10 on PowerShell 7.1 preview 7 on MacOS