1

Windows Azure PowerShell モジュールからどのコマンドを実行しても、同じエラーが発生します。例:

Get-AzureStorageAccount : 'Content-Type' is an unexpected token. The expected token is '"' or '''. Line 2, position 18.
At line:1 char:24
+ Get-AzureStorageAccount <<<<  -StorageAccountName "bzyeastussys"
    + CategoryInfo          : CloseError: (:) [Get-AzureStorageAccount], XmlException
    + FullyQualifiedErrorId : Microsoft.WindowsAzure.Management.ServiceManagement.StorageServices.GetAzureStorageAccountCommand

私は問題が何であるかについて完全に困惑しています。

サブスクリプションの詳細を正常に設定しました ("Get-AzureSubscription" を実行できます) が、Azure サービスを呼び出すコマンドを使用すると、"Content-Type" が予期しないトークンであるというエラーが表示されます。古い「Windows Azure PowerShell コマンドレット」を問題なく使用できます。

"Windows Azure PowerShell" に関する問題について何か考えはありますか?

ありがとう。

4

1 に答える 1

1

問題は、使用されているインターネットプロキシがあることにあります。リクエストは認証のためにチャレンジされているため、エラーが発生します。

于 2012-12-12T22:12:52.900 に答える