Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update more comments
  • Loading branch information
azabbasi committed May 21, 2020
commit dd1d68792983ef58fa53553ce56bdf2799979077
2 changes: 1 addition & 1 deletion sdk/iot/Azure.Iot.Hub.Service/src/API Design.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public class Modules
public virtual async Task<Response> DeleteIdentityAsync(string deviceId, string moduleId, string ifMatch = null, CancellationToken cancellationToken = default);

/// <summary>
/// Gets the device module twin.
/// Get a device module twin.
/// </summary>
/// <param name="deviceId">The unique identifier of the device.</param>
/// <param name="moduleId">The unique identifier of the device module.</param>
Expand Down