1

I am using win2k12 R2 standard 62 bit version OS and i am trying to automate deployment of my api services and web application to azure using azure arm command-lets in power-shell i am able to run the command Login-AzureRmAccount and Set-AzureSubscription But When i try to run the command Set-AzureRmCurrentStorageAccount i am getting below error "Set-AzureRmCurrentStorageAccount : Could not load file or assembly 'Microsoft.Rest.ClientRuntime.Azure.Authentication, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name validation"

The same command works correctly in windows 10 64 bit version OS.

mallialways
  • 153
  • 8
  • can you compare versions of azure powershell between the computers as described here: http://stackoverflow.com/questions/34157067/how-to-find-azure-powershell-version – oldbam Aug 10 '16 at 10:08

1 Answers1

1

This was a problem in a recently released version of the SDK. It has since been hotfixed. (as in a few hours ago from the time of this post). If you use the Web Platform Installer and update Microsoft Azure Powershell, you should be good to go.

Pete - MSFT
  • 4,249
  • 1
  • 21
  • 38