From 80ea23c241c2355d469da5f5422ff60127eb9e3a Mon Sep 17 00:00:00 2001 From: "v-yuzhichen@microsoft.com" Date: Wed, 8 Jun 2022 15:12:59 +0800 Subject: [PATCH 1/2] Fix Az.IotHub XML Comments --- src/IotHub/IotHub/IotHub/DataPlane/Models/PSDevice.cs | 8 ++++---- src/IotHub/IotHub/IotHub/DataPlane/Models/PSDeviceTwin.cs | 2 +- src/IotHub/IotHub/IotHub/DataPlane/Models/PSModule.cs | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/IotHub/IotHub/IotHub/DataPlane/Models/PSDevice.cs b/src/IotHub/IotHub/IotHub/DataPlane/Models/PSDevice.cs index 5050704470ee..e0325709079c 100644 --- a/src/IotHub/IotHub/IotHub/DataPlane/Models/PSDevice.cs +++ b/src/IotHub/IotHub/IotHub/DataPlane/Models/PSDevice.cs @@ -50,25 +50,25 @@ public class PSDevice public PSDeviceStatus Status { get; set; } /// - /// Reason, if any, for the Device to be in specified + /// Reason, if any, for the Device to be in specified /// [JsonProperty(PropertyName = "statusReason")] public string StatusReason { get; set; } /// - /// Time when the was last updated + /// Time when the was last updated /// [JsonProperty(PropertyName = "connectionStateUpdatedTime")] public DateTime ConnectionStateUpdatedTime { get; set; } /// - /// Time when the was last updated + /// Time when the was last updated /// [JsonProperty(PropertyName = "statusUpdatedTime")] 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..586b10716862 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..2020f43477e6 100644 --- a/src/IotHub/IotHub/IotHub/DataPlane/Models/PSModule.cs +++ b/src/IotHub/IotHub/IotHub/DataPlane/Models/PSModule.cs @@ -50,13 +50,13 @@ public class PSModule public PSDeviceConnectionState ConnectionState { get; set; } /// - /// Time when the was last updated + /// Time when the was last updated /// [JsonProperty(PropertyName = "connectionStateUpdatedTime")] 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; } From 9b15cbcb6f2a0d0705290d158e27e929ef4f732d Mon Sep 17 00:00:00 2001 From: Ziyue Zheng Date: Fri, 10 Jun 2022 12:50:24 +0800 Subject: [PATCH 2/2] Fix Az.IotHub XML Comments --- src/IotHub/IotHub/IotHub/DataPlane/Models/PSDevice.cs | 8 ++++---- src/IotHub/IotHub/IotHub/DataPlane/Models/PSDeviceTwin.cs | 2 +- src/IotHub/IotHub/IotHub/DataPlane/Models/PSModule.cs | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/IotHub/IotHub/IotHub/DataPlane/Models/PSDevice.cs b/src/IotHub/IotHub/IotHub/DataPlane/Models/PSDevice.cs index e0325709079c..3c134f2702c7 100644 --- a/src/IotHub/IotHub/IotHub/DataPlane/Models/PSDevice.cs +++ b/src/IotHub/IotHub/IotHub/DataPlane/Models/PSDevice.cs @@ -50,25 +50,25 @@ public class PSDevice public PSDeviceStatus Status { get; set; } /// - /// Reason, if any, for the Device to be in specified + /// Reason, if any, for the Device to be in specified /// [JsonProperty(PropertyName = "statusReason")] public string StatusReason { get; set; } /// - /// Time when the was last updated + /// Time when the was last updated /// [JsonProperty(PropertyName = "connectionStateUpdatedTime")] public DateTime ConnectionStateUpdatedTime { get; set; } /// - /// Time when the was last updated + /// Time when the was last updated /// [JsonProperty(PropertyName = "statusUpdatedTime")] 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 586b10716862..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 2020f43477e6..47701b2e0bb5 100644 --- a/src/IotHub/IotHub/IotHub/DataPlane/Models/PSModule.cs +++ b/src/IotHub/IotHub/IotHub/DataPlane/Models/PSModule.cs @@ -50,13 +50,13 @@ public class PSModule public PSDeviceConnectionState ConnectionState { get; set; } /// - /// Time when the was last updated + /// Time when the was last updated /// [JsonProperty(PropertyName = "connectionStateUpdatedTime")] 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; }