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
* Add .NET emitter to Device Update for IoT Hub tspconfig
* Rename DeviceUpdate sub-client to DeviceUpdates for C# only to avoid namespace collision
The C# namespace is Azure.IoT.DeviceUpdate; a sub-client named 'DeviceUpdate'
collides with the namespace's last segment, so the C# emitter renames the
namespace to Azure.IoT._DeviceUpdate. Scope the rename to 'DeviceUpdates' for
C# only via @@clientLocation scope 'csharp'; all other languages keep the
original 'DeviceUpdate' name ('!csharp'), preserving the already-shipped public
client/operation-group names in Java, Python, and JS. DeviceManagement is
unaffected.
---------
Co-authored-by: Lawrence Onyango <laonyango@microsoft.com>
0 commit comments