Closed wickste closed 3 years ago
This is a known current limitation of the previewed code, we haven't added support for convention-based operations over amqp yet. Amqp support isn't something that external users rely on for pnp, so we didn't focus on it for the preview release. We do plan to support this before promoting the code to GA though.
@wickste This issue is being tracked by our backlog, so if you're ok with it I'll close this issue here and use the ADO item for tracking instead.
Closing this issue since we're tracking this on ADO instead. The plan is to enable AMQP support before we promote the code to master
.
Context
Microsoft.Azure.Devices.Client 1.38.0-preview-001
Description of the issue
DeviceClient.GetClientPropertiesAsync throws exception when using TransportType = AMQP
Code sample exhibiting the issue
DeviceClient.GetClientPropertiesAsync()
Console log of the issue