简体   繁体   中英

Azure Powershell cmdlets - Requested value 'enable' was not found

First time using azure with PS.

I'm getting the following error when running a couple of basic Azure cmdlets.

"Requested value 'enable' was not found"

This is what i did:

1) Get-AzurePublishSettingsFile

2) Import-AzurePublicSettingsFile

3) Get-AzureSubscripction to check the SubscriptionID matches the one on Azure's web app

4) Stop-azureVM -name "VMName" -ServiceName "ServiceName" -stayprovisioned -> Got the error mentioned above

5) Get-AzureVM -> got the error mentioned above

I couldnt find any info except this article where people are having the same issue with no answer http://social.msdn.microsoft.com/Forums/windowsazure/en-US/a1ebf989-4b11-46e9-9453-62e517d72f9e/getazurevm-requested-value-enable-was-not-found?forum=windowsazuremanagement&prof=required

Thanks for reporting this @Dalmiro. This is being worked on now. I will post a response here as soon as I have more information.

Edit: including the link to the fix that I added in the comments below - https://github.com/WindowsAzure/azure-sdk-tools/releases/tag/v0.7.3.1-February2014

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM