Rido
Rido
black text over dark background 
PnP Properties defined in `schemas`, such as the ADU interface, are not rendered in the PnP views, with the error: `Unsupported field schema for field root: Unknown field type undefined.`...
Using a PnP interface with a telemetry schema `geopoint` and temperature: ```json { "@type": [ "Telemetry", "Location" ], "name": "location", "schema": "geopoint" }, { "@type": [ "Telemetry", "Temperature" ], "name":...
Using a PnP model using an enum in a writable property (below one example). When updating the writable property from IoT Explorer, the value with 0 is not sent in...
Allow to activate IoT Explorer with `activation params` in a deep-link to pre-configure the selected Hub, assuming we can use AAD auth, and or/device to navigate to the proper view....
To retrieve the devices registered in the selected hub, this extension is using the `/devices` api: https://docs.microsoft.com/en-us/rest/api/iothub/service/devices/get-devices This api is not recommended as is going to be deprecated in favor...
I'm validating a PnP device using a command with the next response ```JSON "response": { "@type": "CommandPayload", "name": "diagnosticResults", "schema": { "@type": "Map", "mapKey": { "name": "key", "schema": "string" },...
`az iot central device-template create` does not accept DTDL v2 interfaces **To Reproduce** Install the latest with `az extension remove azure-iot && az extension add azure-iot` Follow the [reference docs...
The DeviceTwin viewer, or the DTDL viewer, do not auto-resize to the available screen size, seems like an incorrect padding. 