Describe the bug
The generated command line to send telemetry message in json format is wrap between double quote, which doesn't work.
az iot device simulate --device-id a-b-c-d-e --login "HostName=XXXX.azure-devices.net;SharedAccessKeyName=iothubowner;SharedAccessKey=XXXX" --data "{ "test": "1"}"
To Reproduce
Steps to reproduce the behavior:
just go into the device/send message and enter a json content and click on the copy button and paste it in a terminal
Expected behavior
the command line generated should work as is.
the ouptut should has been
az iot device simulate --device-id a-b-c-d-e --login "HostName=XXXX.azure-devices.net;SharedAccessKeyName=iothubowner;SharedAccessKey=XXXX" --data '{ "test": "1"}'
Screenshots
Desktop (please complete the following information):
OS: Windows 10
App version : 0.15.5.0
Additional context
Add any other context about the problem here.
Describe the bug The generated command line to send telemetry message in json format is wrap between double quote, which doesn't work.
az iot device simulate --device-id a-b-c-d-e --login "HostName=XXXX.azure-devices.net;SharedAccessKeyName=iothubowner;SharedAccessKey=XXXX" --data "{ "test": "1"}"
To Reproduce Steps to reproduce the behavior: just go into the device/send message and enter a json content and click on the copy button and paste it in a terminal
Expected behavior
the command line generated should work as is.
the ouptut should has been
az iot device simulate --device-id a-b-c-d-e --login "HostName=XXXX.azure-devices.net;SharedAccessKeyName=iothubowner;SharedAccessKey=XXXX" --data '{ "test": "1"}'
Screenshots
Desktop (please complete the following information):
Additional context Add any other context about the problem here.