I am trying to use get-azurermsubscription to get a list of available subscribers, to choose one of five before running set-azurermcontext. I get an error message:
Method not found: "Microsoft.Azure.Subscriptions.Models.SubscriptionListResult"
get-azurermcontext displays a valid tenatant identifier and a valid subscription identifier, but, of course, does not display all subscriptions.
I downloaded the Powershell installer in March 2015 to make sure everything is updated but have the same problems.
Just upgraded to VisualStudio 2015 update 2 and powershell v5. You have another machine with a similar configuration that works great.
What should I do to fix this problem?
source
share