Skip to content

Commit

Permalink
Fix Az.IotHub XML Comments (Azure#18433)
Browse files Browse the repository at this point in the history
* Fix Az.IotHub XML Comments

* Fix Az.IotHub XML Comments

Co-authored-by: Ziyue Zheng <v-ziyzhe@microsoft.com>
  • Loading branch information
v-yuzhichen and ziyuezh576 committed Jun 13, 2022
1 parent f15e544 commit 48459f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/IotHub/IotHub/IotHub/DataPlane/Models/PSDevice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class PSDevice
public DateTime StatusUpdatedTime { get; set; }

/// <summary>
/// Time when the <see cref="Device"/> was last active
/// Time when the <see cref="PSDevice"/> was last active
/// </summary>
[JsonProperty(PropertyName = "lastActivityTime")]
public DateTime LastActivityTime { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/IotHub/IotHub/IotHub/DataPlane/Models/PSDeviceTwin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public class PSDeviceTwin
public DateTime StatusUpdatedTime { get; set; }

/// <summary>
/// Time when the <see cref="Device"/> was last active.
/// Time when the <see cref="PSDevice"/> was last active.
/// </summary>
[JsonProperty(DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
public DateTime LastActivityTime { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/IotHub/IotHub/IotHub/DataPlane/Models/PSModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class PSModule
public DateTime ConnectionStateUpdatedTime { get; set; }

/// <summary>
/// Time when the <see cref="Device"/> was last active
/// Time when the <see cref="PSDevice"/> was last active
/// </summary>
[JsonProperty(PropertyName = "lastActivityTime")]
public DateTime LastActivityTime { get; set; }
Expand Down

0 comments on commit 48459f0

Please sign in to comment.