azure - Error: System.ArgumentException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand -
while going through https://github.com/azure/azure-iot-remote-monitoring @ local deployment , while debugging got error:
error:
at g:\azure-iot\2.customize 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
i using azure power shell 1.6.0 version. can tell me what's going wrong ?
Comments
Post a Comment