Skip to content

Commit 48459f0

Browse files
v-yuzhichenZiyue Zheng
andauthored
Fix Az.IotHub XML Comments (Azure#18433)
* Fix Az.IotHub XML Comments * Fix Az.IotHub XML Comments Co-authored-by: Ziyue Zheng <[email protected]>
1 parent f15e544 commit 48459f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/IotHub/IotHub/IotHub/DataPlane/Models/PSDevice.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class PSDevice
6868
public DateTime StatusUpdatedTime { get; set; }
6969

7070
/// <summary>
71-
/// Time when the <see cref="Device"/> was last active
71+
/// Time when the <see cref="PSDevice"/> was last active
7272
/// </summary>
7373
[JsonProperty(PropertyName = "lastActivityTime")]
7474
public DateTime LastActivityTime { get; set; }

src/IotHub/IotHub/IotHub/DataPlane/Models/PSDeviceTwin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public class PSDeviceTwin
8181
public DateTime StatusUpdatedTime { get; set; }
8282

8383
/// <summary>
84-
/// Time when the <see cref="Device"/> was last active.
84+
/// Time when the <see cref="PSDevice"/> was last active.
8585
/// </summary>
8686
[JsonProperty(DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
8787
public DateTime LastActivityTime { get; set; }

src/IotHub/IotHub/IotHub/DataPlane/Models/PSModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class PSModule
5656
public DateTime ConnectionStateUpdatedTime { get; set; }
5757

5858
/// <summary>
59-
/// Time when the <see cref="Device"/> was last active
59+
/// Time when the <see cref="PSDevice"/> was last active
6060
/// </summary>
6161
[JsonProperty(PropertyName = "lastActivityTime")]
6262
public DateTime LastActivityTime { get; set; }

0 commit comments

Comments
 (0)