错误:System.ArgumentException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand

时间:2016-07-28 08:59:16

标签: powershell azure

在本地部署中经过https://github.com/Azure/azure-iot-remote-monitoring并且在调试时遇到错误:

错误:

At G:\Azure-IoT\2.Customize a preconfigured solution\Trail_1\azure-iot-remote-monitoring\Common\Deployment\DeploymentLib.ps1:704 char:23

+ $result = Invoke-RestMethod -Method "GET" -Uri $uri -Headers @{"Auth ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : NotSpecified: (:) [Invoke-RestMethod], ArgumentException
+ FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand

我正在使用Azure power shell 1.6.0版本。 谁能告诉我出了什么问题?

0 个答案:

没有答案