You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error no matter what I try with the command 'iotedgehubdev setup -c ""'.
I'm using double quotes. Even the auto generated command issued by clicking "Setup IoT Edge Simulator" in VS code still generates the error.
command as below but I changed access keys and device names to 'X' chars for privacy:
$ sudo iotedgehubdev setup -c "HostName=XXXXXXX.azure-devices.net;DeviceId=XXXXXXX;x509=true"
auto generated:
$ sudo "iotedgehubdev" setup -c "HostName=XXXXXXX.azure-devices.net;DeviceId=XXXXXXX;x509=true" -i "HostName=XXXXXXX.azure-devices.net;SharedAccessKeyName=iothubowner;SharedAccessKey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX="
Thanks.
The text was updated successfully, but these errors were encountered:
I'm getting this error no matter what I try with the command 'iotedgehubdev setup -c ""'.
I'm using double quotes. Even the auto generated command issued by clicking "Setup IoT Edge Simulator" in VS code still generates the error.
command as below but I changed access keys and device names to 'X' chars for privacy:
$ sudo iotedgehubdev setup -c "HostName=XXXXXXX.azure-devices.net;DeviceId=XXXXXXX;x509=true"
auto generated:
$ sudo "iotedgehubdev" setup -c "HostName=XXXXXXX.azure-devices.net;DeviceId=XXXXXXX;x509=true" -i "HostName=XXXXXXX.azure-devices.net;SharedAccessKeyName=iothubowner;SharedAccessKey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX="
Thanks.
The text was updated successfully, but these errors were encountered: