From 48459f0799a8c083fbf3926674bf8f45f7f465a8 Mon Sep 17 00:00:00 2001 From: v-yuzhichen <96757176+v-yuzhichen@users.noreply.github.com> Date: Mon, 13 Jun 2022 11:01:57 +0800 Subject: [PATCH] Fix Az.IotHub XML Comments (#18433) * Fix Az.IotHub XML Comments * Fix Az.IotHub XML Comments Co-authored-by: Ziyue Zheng --- src/IotHub/IotHub/IotHub/DataPlane/Models/PSDevice.cs | 2 +- src/IotHub/IotHub/IotHub/DataPlane/Models/PSDeviceTwin.cs | 2 +- src/IotHub/IotHub/IotHub/DataPlane/Models/PSModule.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/IotHub/IotHub/IotHub/DataPlane/Models/PSDevice.cs b/src/IotHub/IotHub/IotHub/DataPlane/Models/PSDevice.cs index 5050704470ee..3c134f2702c7 100644 --- a/src/IotHub/IotHub/IotHub/DataPlane/Models/PSDevice.cs +++ b/src/IotHub/IotHub/IotHub/DataPlane/Models/PSDevice.cs @@ -68,7 +68,7 @@ public class PSDevice public DateTime StatusUpdatedTime { get; set; } /// - /// Time when the was last active + /// Time when the was last active /// [JsonProperty(PropertyName = "lastActivityTime")] public DateTime LastActivityTime { get; set; } diff --git a/src/IotHub/IotHub/IotHub/DataPlane/Models/PSDeviceTwin.cs b/src/IotHub/IotHub/IotHub/DataPlane/Models/PSDeviceTwin.cs index 03624af78a24..b6ba75ad87fa 100644 --- a/src/IotHub/IotHub/IotHub/DataPlane/Models/PSDeviceTwin.cs +++ b/src/IotHub/IotHub/IotHub/DataPlane/Models/PSDeviceTwin.cs @@ -81,7 +81,7 @@ public class PSDeviceTwin public DateTime StatusUpdatedTime { get; set; } /// - /// Time when the was last active. + /// Time when the was last active. /// [JsonProperty(DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)] public DateTime LastActivityTime { get; set; } diff --git a/src/IotHub/IotHub/IotHub/DataPlane/Models/PSModule.cs b/src/IotHub/IotHub/IotHub/DataPlane/Models/PSModule.cs index 75d492e1da64..47701b2e0bb5 100644 --- a/src/IotHub/IotHub/IotHub/DataPlane/Models/PSModule.cs +++ b/src/IotHub/IotHub/IotHub/DataPlane/Models/PSModule.cs @@ -56,7 +56,7 @@ public class PSModule public DateTime ConnectionStateUpdatedTime { get; set; } /// - /// Time when the was last active + /// Time when the was last active /// [JsonProperty(PropertyName = "lastActivityTime")] public DateTime LastActivityTime { get; set; }