我从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 Cmdlet”。
关于“Windows Azure PowerShell”的问题可能有什么想法?
感谢。
答案 0 :(得分:1)
问题在于使用了互联网代理。该请求正在进行身份验证,因此出现了错误。