diff --git a/src/Automation/Automation/Model/Schedule.cs b/src/Automation/Automation/Model/Schedule.cs index ed9455f1b9a3..d45f3e467d7b 100644 --- a/src/Automation/Automation/Model/Schedule.cs +++ b/src/Automation/Automation/Model/Schedule.cs @@ -204,7 +204,7 @@ private bool AdvancedScheduleIsNull(Schedule schedule) /// The day of week occurrence. /// /// - /// The . + /// The int? /// private int? GetDayOfWeekOccurrence(string dayOfWeekOccurrence) { @@ -223,7 +223,7 @@ private bool AdvancedScheduleIsNull(Schedule schedule) /// The schedule. /// /// - /// The . + /// The /// private WeeklyScheduleOptions CreateWeeklyScheduleOptions(Microsoft.Azure.Management.Automation.Models.Schedule schedule) { diff --git a/src/RecoveryServices/RecoveryServices.Backup.Helpers/HelperUtils.cs b/src/RecoveryServices/RecoveryServices.Backup.Helpers/HelperUtils.cs index 141658111ef6..d598363af592 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Helpers/HelperUtils.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Helpers/HelperUtils.cs @@ -78,6 +78,7 @@ public static List GetStringListFromEnumList(IList enumList) /// Gets list of enum type S equivalents given the corresponding list of enums of type T. /// /// Type of the enum whose list should be converted to list of strings. + /// Type of the enum whose list should be converted from list of T. /// List of enums. /// List of enums converted. public static List EnumListConverter(IList enumListT) diff --git a/src/Resources/ResourceManager/Extensions/HttpMessageExtensions.cs b/src/Resources/ResourceManager/Extensions/HttpMessageExtensions.cs index 4cb0b93d257e..5ef6e66109de 100644 --- a/src/Resources/ResourceManager/Extensions/HttpMessageExtensions.cs +++ b/src/Resources/ResourceManager/Extensions/HttpMessageExtensions.cs @@ -54,7 +54,6 @@ public static async Task ReadContentAsJsonAsync(this HttpResponseMessage m /// /// Reads the JSON content from the http response message. /// - /// The type of object contained in the JSON. /// The response message to be read. /// Rewind content stream if set to true. /// An object of type T instantiated from the response message's body. diff --git a/src/StorageSync/StorageSync/Common/Converters/BackgroundDataDownloadActivityConverter.cs b/src/StorageSync/StorageSync/Common/Converters/BackgroundDataDownloadActivityConverter.cs index 040e48d40924..05d6ba75116f 100644 --- a/src/StorageSync/StorageSync/Common/Converters/BackgroundDataDownloadActivityConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/BackgroundDataDownloadActivityConverter.cs @@ -20,9 +20,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// /// Class BackgroundDataDownloadActivityConverter. - /// Implements the + /// Implements the - /// + /// public class BackgroundDataDownloadActivityConverter : ConverterBase { /// diff --git a/src/StorageSync/StorageSync/Common/Converters/CloudEndpointChangeEnumerationActivityConverter.cs b/src/StorageSync/StorageSync/Common/Converters/CloudEndpointChangeEnumerationActivityConverter.cs index df49144c08d0..1d5363e7ff2b 100644 --- a/src/StorageSync/StorageSync/Common/Converters/CloudEndpointChangeEnumerationActivityConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/CloudEndpointChangeEnumerationActivityConverter.cs @@ -20,9 +20,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// /// Class CloudEndpointChangeEnumerationActivityConverter. - /// Implements the + /// Implements the /// - /// + /// public class CloudEndpointChangeEnumerationActivityConverter : ConverterBase { /// diff --git a/src/StorageSync/StorageSync/Common/Converters/CloudEndpointChangeEnumerationStatusConverter.cs b/src/StorageSync/StorageSync/Common/Converters/CloudEndpointChangeEnumerationStatusConverter.cs index 655796f9f662..f2dd37fd9f45 100644 --- a/src/StorageSync/StorageSync/Common/Converters/CloudEndpointChangeEnumerationStatusConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/CloudEndpointChangeEnumerationStatusConverter.cs @@ -20,9 +20,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// /// Class CloudEndpointChangeEnumerationStatusConverter. - /// Implements the + /// Implements the /// - /// + /// public class CloudEndpointChangeEnumerationStatusConverter : ConverterBase { /// diff --git a/src/StorageSync/StorageSync/Common/Converters/CloudEndpointConverter.cs b/src/StorageSync/StorageSync/Common/Converters/CloudEndpointConverter.cs index 102c875aeea8..8b3af98cbfe3 100644 --- a/src/StorageSync/StorageSync/Common/Converters/CloudEndpointConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/CloudEndpointConverter.cs @@ -21,9 +21,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters { /// /// Class CloudEndpointConverter. - /// Implements the + /// Implements the /// - /// + /// public class CloudEndpointConverter : ConverterBase { /// diff --git a/src/StorageSync/StorageSync/Common/Converters/CloudEndpointLastChangeEnumerationStatusConverter.cs b/src/StorageSync/StorageSync/Common/Converters/CloudEndpointLastChangeEnumerationStatusConverter.cs index 71803dc0d3cf..e424bcc53e54 100644 --- a/src/StorageSync/StorageSync/Common/Converters/CloudEndpointLastChangeEnumerationStatusConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/CloudEndpointLastChangeEnumerationStatusConverter.cs @@ -20,9 +20,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// /// Class CloudEndpointLastChangeEnumerationStatusConverter. - /// Implements the + /// Implements the /// - /// + /// public class CloudEndpointLastChangeEnumerationStatusConverter : ConverterBase { /// diff --git a/src/StorageSync/StorageSync/Common/Converters/CloudTieringCachePerformanceConverter.cs b/src/StorageSync/StorageSync/Common/Converters/CloudTieringCachePerformanceConverter.cs index 9fd43336839a..ec201e56e31f 100644 --- a/src/StorageSync/StorageSync/Common/Converters/CloudTieringCachePerformanceConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/CloudTieringCachePerformanceConverter.cs @@ -20,9 +20,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// /// Class CloudTieringCachePerformanceConverter. - /// Implements the + /// Implements the /// - /// + /// public class CloudTieringCachePerformanceConverter : ConverterBase { /// diff --git a/src/StorageSync/StorageSync/Common/Converters/CloudTieringFilesNotTieringConverter.cs b/src/StorageSync/StorageSync/Common/Converters/CloudTieringFilesNotTieringConverter.cs index f52fe9dc5ab0..66b4126ed8c3 100644 --- a/src/StorageSync/StorageSync/Common/Converters/CloudTieringFilesNotTieringConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/CloudTieringFilesNotTieringConverter.cs @@ -22,9 +22,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// /// Class CloudTieringFilesNotTieringConverter. - /// Implements the + /// Implements the /// - /// + /// public class CloudTieringFilesNotTieringConverter : ConverterBase { /// diff --git a/src/StorageSync/StorageSync/Common/Converters/CloudTieringSpaceSavingsConverter.cs b/src/StorageSync/StorageSync/Common/Converters/CloudTieringSpaceSavingsConverter.cs index 041495a92c03..d8e470fbc3e1 100644 --- a/src/StorageSync/StorageSync/Common/Converters/CloudTieringSpaceSavingsConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/CloudTieringSpaceSavingsConverter.cs @@ -20,9 +20,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// /// Class CloudTieringSpaceSavingsConverter. - /// Implements the + /// Implements the /// - /// + /// public class CloudTieringSpaceSavingsConverter : ConverterBase { /// diff --git a/src/StorageSync/StorageSync/Common/Converters/CloudTieringVolumeFreeSpacePolicyStatusConverter.cs b/src/StorageSync/StorageSync/Common/Converters/CloudTieringVolumeFreeSpacePolicyStatusConverter.cs index dc6a5c984b9a..4f5f35afa249 100644 --- a/src/StorageSync/StorageSync/Common/Converters/CloudTieringVolumeFreeSpacePolicyStatusConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/CloudTieringVolumeFreeSpacePolicyStatusConverter.cs @@ -20,9 +20,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// /// Class CloudTieringVolumeFreeSpacePolicyStatusConverter. - /// Implements the + /// Implements the /// - /// + /// public class CloudTieringVolumeFreeSpacePolicyStatusConverter : ConverterBase { /// diff --git a/src/StorageSync/StorageSync/Common/Converters/FilesNotTieringErrorConverter.cs b/src/StorageSync/StorageSync/Common/Converters/FilesNotTieringErrorConverter.cs index 4adb12f4f82e..2f24d4c2cd50 100644 --- a/src/StorageSync/StorageSync/Common/Converters/FilesNotTieringErrorConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/FilesNotTieringErrorConverter.cs @@ -20,9 +20,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// /// Class CloudTieringCachePerformanceConverter. - /// Implements the + /// Implements the /// - /// + /// public class FilesNotTieringErrorConverter : ConverterBase { /// diff --git a/src/StorageSync/StorageSync/Common/Converters/PrivateEndpointConnectionConverter.cs b/src/StorageSync/StorageSync/Common/Converters/PrivateEndpointConnectionConverter.cs index 05a738ed9f98..0886ecf4aeb6 100644 --- a/src/StorageSync/StorageSync/Common/Converters/PrivateEndpointConnectionConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/PrivateEndpointConnectionConverter.cs @@ -20,9 +20,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// /// Class PrivateEndpointConnectionsConverter. - /// Implements the + /// Implements the /// - /// + /// public class PrivateEndpointConnectionConverter : ConverterBase { diff --git a/src/StorageSync/StorageSync/Common/Converters/PrivateEndpointConverter.cs b/src/StorageSync/StorageSync/Common/Converters/PrivateEndpointConverter.cs index 6c1ac430f3b6..76fc19d2c287 100644 --- a/src/StorageSync/StorageSync/Common/Converters/PrivateEndpointConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/PrivateEndpointConverter.cs @@ -19,9 +19,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters { /// /// Class PrivateEndpointConverter. - /// Implements the + /// Implements the /// - /// + /// public class PrivateEndpointConverter : ConverterBase { diff --git a/src/StorageSync/StorageSync/Common/Converters/PrivateLinkServiceConnectionStateConverter.cs b/src/StorageSync/StorageSync/Common/Converters/PrivateLinkServiceConnectionStateConverter.cs index 41d929bc5fd0..18dcaf81d511 100644 --- a/src/StorageSync/StorageSync/Common/Converters/PrivateLinkServiceConnectionStateConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/PrivateLinkServiceConnectionStateConverter.cs @@ -19,9 +19,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters { /// /// Class PrivateLinkServiceConnectionStateConverter. - /// Implements the + /// Implements the /// - /// + /// public class PrivateLinkServiceConnectionStateConverter : ConverterBase { diff --git a/src/StorageSync/StorageSync/Common/Converters/RegisteredServerConverter.cs b/src/StorageSync/StorageSync/Common/Converters/RegisteredServerConverter.cs index b2bf682c4764..ad8256f5bb0b 100644 --- a/src/StorageSync/StorageSync/Common/Converters/RegisteredServerConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/RegisteredServerConverter.cs @@ -23,9 +23,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// /// Class RegisteredServerConverter. - /// Implements the + /// Implements the /// - /// + /// public class RegisteredServerConverter : ConverterBase { /// diff --git a/src/StorageSync/StorageSync/Common/Converters/ServerEndpointCloudTieringStatusConverter.cs b/src/StorageSync/StorageSync/Common/Converters/ServerEndpointCloudTieringStatusConverter.cs index b493ce168007..bc3dc6698688 100644 --- a/src/StorageSync/StorageSync/Common/Converters/ServerEndpointCloudTieringStatusConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/ServerEndpointCloudTieringStatusConverter.cs @@ -20,9 +20,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// /// Class ServerEndpointCloudTieringStatusConverter. - /// Implements the + /// Implements the /// - /// + /// public class ServerEndpointCloudTieringStatusConverter : ConverterBase { /// diff --git a/src/StorageSync/StorageSync/Common/Converters/ServerEndpointConverter.cs b/src/StorageSync/StorageSync/Common/Converters/ServerEndpointConverter.cs index 9bb7e7d0e6d6..aae6e2719977 100644 --- a/src/StorageSync/StorageSync/Common/Converters/ServerEndpointConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/ServerEndpointConverter.cs @@ -22,9 +22,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// /// Class ServerEndpointConverter. - /// Implements the + /// Implements the /// - /// + /// public class ServerEndpointConverter : ConverterBase { diff --git a/src/StorageSync/StorageSync/Common/Converters/ServerEndpointHealthConverter.cs b/src/StorageSync/StorageSync/Common/Converters/ServerEndpointHealthConverter.cs index 07b9906a361f..1c560f00fb7d 100644 --- a/src/StorageSync/StorageSync/Common/Converters/ServerEndpointHealthConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/ServerEndpointHealthConverter.cs @@ -20,9 +20,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters { /// /// Class ServerEndpointHealthConvertor. - /// Implements the + /// Implements the /// - /// + /// public class ServerEndpointHealthConverter : ConverterBase { /// diff --git a/src/StorageSync/StorageSync/Common/Converters/ServerEndpointRecallErrorConverter.cs b/src/StorageSync/StorageSync/Common/Converters/ServerEndpointRecallErrorConverter.cs index aa850fde6eff..a9a4dbf9f02b 100644 --- a/src/StorageSync/StorageSync/Common/Converters/ServerEndpointRecallErrorConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/ServerEndpointRecallErrorConverter.cs @@ -20,9 +20,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// /// Class ServerEndpointRecallErrorConverter. - /// Implements the + /// Implements the /// - /// + /// public class ServerEndpointRecallErrorConverter : ConverterBase { /// diff --git a/src/StorageSync/StorageSync/Common/Converters/ServerEndpointRecallStatusConverter.cs b/src/StorageSync/StorageSync/Common/Converters/ServerEndpointRecallStatusConverter.cs index 66724b435271..3dfb786ee980 100644 --- a/src/StorageSync/StorageSync/Common/Converters/ServerEndpointRecallStatusConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/ServerEndpointRecallStatusConverter.cs @@ -21,9 +21,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// /// Class ServerEndpointRecallStatusConverter. - /// Implements the + /// Implements the /// - /// + /// public class ServerEndpointRecallStatusConverter : ConverterBase { /// diff --git a/src/StorageSync/StorageSync/Common/Converters/StorageSyncServiceConverter.cs b/src/StorageSync/StorageSync/Common/Converters/StorageSyncServiceConverter.cs index dc7f545f8c14..b8a572d1bb2c 100644 --- a/src/StorageSync/StorageSync/Common/Converters/StorageSyncServiceConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/StorageSyncServiceConverter.cs @@ -23,9 +23,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// /// Class StorageSyncServiceConverter. - /// Implements the + /// Implements the /// - /// + /// public class StorageSyncServiceConverter : ConverterBase { diff --git a/src/StorageSync/StorageSync/Common/Converters/SyncActivityStatusConverter.cs b/src/StorageSync/StorageSync/Common/Converters/SyncActivityStatusConverter.cs index 05e8e5a3bfe1..a4b8068fdbef 100644 --- a/src/StorageSync/StorageSync/Common/Converters/SyncActivityStatusConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/SyncActivityStatusConverter.cs @@ -20,9 +20,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters { /// /// Class SyncActivityStatusConverter. - /// Implements the + /// Implements the /// - /// + /// public class SyncActivityStatusConverter : ConverterBase { /// diff --git a/src/StorageSync/StorageSync/Common/Converters/SyncGroupConverter.cs b/src/StorageSync/StorageSync/Common/Converters/SyncGroupConverter.cs index 0c1bb39794fa..9cb920b09465 100644 --- a/src/StorageSync/StorageSync/Common/Converters/SyncGroupConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/SyncGroupConverter.cs @@ -21,9 +21,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters { /// /// Class SyncGroupConverter. - /// Implements the + /// Implements the /// - /// + /// public class SyncGroupConverter : ConverterBase { diff --git a/src/StorageSync/StorageSync/Common/Converters/SyncSessionStatusConvertor.cs b/src/StorageSync/StorageSync/Common/Converters/SyncSessionStatusConvertor.cs index 920772c635ec..d1ac2f46d5f7 100644 --- a/src/StorageSync/StorageSync/Common/Converters/SyncSessionStatusConvertor.cs +++ b/src/StorageSync/StorageSync/Common/Converters/SyncSessionStatusConvertor.cs @@ -22,9 +22,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// /// Class SyncSessionStatusConvertor. - /// Implements the + /// Implements the /// - /// + /// public class SyncSessionStatusConvertor : ConverterBase { /// diff --git a/src/StorageSync/StorageSync/Interop/DataObjects/ComReleaseHandle.cs b/src/StorageSync/StorageSync/Interop/DataObjects/ComReleaseHandle.cs index 0fc10943701f..2476e7d5e1a5 100644 --- a/src/StorageSync/StorageSync/Interop/DataObjects/ComReleaseHandle.cs +++ b/src/StorageSync/StorageSync/Interop/DataObjects/ComReleaseHandle.cs @@ -53,7 +53,7 @@ public override bool IsInvalid /// /// When overridden in a derived class, executes the code required to free the handle. /// - /// true if the handle is released successfully; otherwise, in the event of a catastrophic failure, false. In this case, it generates a releaseHandleFailed Managed Debugging Assistant. + /// true if the handle is released successfully; otherwise, in the event of a catastrophic failure, false. In this case, it generates a ~/docs/framework/debug-trace-profile/releasehandlefailed-mda.md releaseHandleFailed Managed Debugging Assistant. protected override bool ReleaseHandle() { int newRefCount = Marshal.Release(handle);