You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Press ctrl-c to simulate a failure after az.compute has been installed
Try importing az.compute, it will fail because dependent module Az.Accounts is not present
Recommended Resolution
Install dependent packages before installing the main package.
Further, why not just use Nuget's already very robust dependency handling and resolution rather than rolling a separate solution for PSGet? This article referenced from MS documentation explains some very good and high performance ways to go about that and I would have expected this module to basically ape this procedure: