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

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -