Johnson Yang

Results 12 comments of Johnson Yang

@scout208, the error looks like shows can't read input file, can you try to create a local json file(request.json) with ``` { "schemaVersion": "1.0", "items": [ { "id": "$edgeAgent", "filter":...

Checked the backend logs, looks like the resource was not found for "b0qynpqqpkv", is "b0qynpqqpkv" your device id or interface name?

@scout208, would you please share with me your device template? try to figure out the root cause, but all my local created template is working.

![image](https://user-images.githubusercontent.com/14871527/120939764-69788200-c6ce-11eb-827e-1ee56909d231.png) Click on your device template name, and choose the top level of the model, click export, if it's not feasible to share here, you can send to my email:...

@scout208 , Edge command is not supported in CLI today, we are still working on this feature support, will get you updated once the new version released.

@scout208, we just released edge support a recent version of CLI extensions which had edge support on device, please check `az iot central device edge -h ` on latest iot...

Try this ``` { "displayName": "Themostat Template 2", "capabilityModel": { "@id": "dtmi:com:test:Thermostat;1", "@type": "Interface", "contents": [ { "@type": [ "Telemetry", "Temperature" ], "description": "Temperature in degrees Celsius.", "displayName": "Temperature", "name":...

> @yang-hai-feng > I read in [docs](https://docs.microsoft.com/en-us/cli/azure/iot/central/device-template?view=azure-cli-latest#az_iot_central_device_template_show-required-parameters) `--dtid The ID of the target device template. Example: somedevicetemplate.` but your example suggests using a _malformed_ `dtmi` (without the version) can you...

> > ``` > > "required": true > > ``` > > Is this because it can't easily model merge-patch+json? > > In reply to: [1270776274](https://github.com/Azure/azure-rest-api-specs/pull/20981#issuecomment-1270776274) > > Refers to:...

> > ``` > > } > > ``` > > Is this still what you want it to say based on PR description? > > "Replace $top, $filter, $orderby...