From da5762a9bb6496c9bc75e326c783652819d23ac8 Mon Sep 17 00:00:00 2001 From: Ziyue Zheng Date: Wed, 22 Jun 2022 14:24:55 +0800 Subject: [PATCH] Fix Az.StorageSync XML comments (#18603) --- .../Converters/BackgroundDataDownloadActivityConverter.cs | 2 +- .../StorageSync/Common/StorageSyncClientWrapper.cs | 4 +--- .../StorageSync/Common/StorageSyncResourceManager.cs | 2 -- .../Interop/Clients/SyncServerCertificateRolloverClient.cs | 2 -- src/StorageSync/StorageSync/Models/PSRegisteredServer.cs | 2 +- .../StorageSync/ServerEndpoint/NewServerEndpointCommand.cs | 4 ++-- 6 files changed, 5 insertions(+), 11 deletions(-) diff --git a/src/StorageSync/StorageSync/Common/Converters/BackgroundDataDownloadActivityConverter.cs b/src/StorageSync/StorageSync/Common/Converters/BackgroundDataDownloadActivityConverter.cs index 05d6ba75116f..0057fde8c3e9 100644 --- a/src/StorageSync/StorageSync/Common/Converters/BackgroundDataDownloadActivityConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/BackgroundDataDownloadActivityConverter.cs @@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// /// Class BackgroundDataDownloadActivityConverter. - /// Implements the /// /// public class BackgroundDataDownloadActivityConverter : ConverterBase diff --git a/src/StorageSync/StorageSync/Common/StorageSyncClientWrapper.cs b/src/StorageSync/StorageSync/Common/StorageSyncClientWrapper.cs index 733897f7e217..9b0491805dfc 100644 --- a/src/StorageSync/StorageSync/Common/StorageSyncClientWrapper.cs +++ b/src/StorageSync/StorageSync/Common/StorageSyncClientWrapper.cs @@ -38,11 +38,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common { /// /// Class StorageSyncClientWrapper. - /// Implements the /// Implements the /// /// - /// public class StorageSyncClientWrapper : IStorageSyncClientWrapper { /// @@ -108,7 +106,7 @@ public class StorageSyncClientWrapper : IStorageSyncClientWrapper /// Initializes a new instance of the class. /// /// The context. - /// The active directory client. + /// The active directory client. public StorageSyncClientWrapper(IAzureContext context, MicrosoftGraphClient microsoftGraphClient) : this(AzureSession.Instance.ClientFactory.CreateArmClient(context, AzureEnvironment.Endpoint.ResourceManager), AzureSession.Instance.ClientFactory.CreateArmClient(context, AzureEnvironment.Endpoint.ResourceManager), diff --git a/src/StorageSync/StorageSync/Common/StorageSyncResourceManager.cs b/src/StorageSync/StorageSync/Common/StorageSyncResourceManager.cs index 86ad4733f8ff..1d90a2b48014 100644 --- a/src/StorageSync/StorageSync/Common/StorageSyncResourceManager.cs +++ b/src/StorageSync/StorageSync/Common/StorageSyncResourceManager.cs @@ -24,11 +24,9 @@ namespace Microsoft.Azure.Commands.StorageSync.Common { /// /// Class StorageSyncResourceManager. - /// Implements the /// Implements the /// /// - /// public class StorageSyncResourceManager : IStorageSyncResourceManager { diff --git a/src/StorageSync/StorageSync/Interop/Clients/SyncServerCertificateRolloverClient.cs b/src/StorageSync/StorageSync/Interop/Clients/SyncServerCertificateRolloverClient.cs index c8ec178d70e7..858e09e63e27 100644 --- a/src/StorageSync/StorageSync/Interop/Clients/SyncServerCertificateRolloverClient.cs +++ b/src/StorageSync/StorageSync/Interop/Clients/SyncServerCertificateRolloverClient.cs @@ -24,11 +24,9 @@ namespace Commands.StorageSync.Interop.Clients { /// /// Function performs server certificate rollover - /// Implements the /// Implements the /// /// - /// public class SyncServerCertificateRolloverClient : ISyncServerCertificateRollover { /// diff --git a/src/StorageSync/StorageSync/Models/PSRegisteredServer.cs b/src/StorageSync/StorageSync/Models/PSRegisteredServer.cs index 7bba60a99eed..c9e90b1d8168 100644 --- a/src/StorageSync/StorageSync/Models/PSRegisteredServer.cs +++ b/src/StorageSync/StorageSync/Models/PSRegisteredServer.cs @@ -149,7 +149,7 @@ public class PSRegisteredServer : PSResourceBase /// The management endpoint URI. public string ManagementEndpointUri { get; set; } - // + /// /// Gets or sets the monitoring endpoint URI. /// /// The monitoring endpoint URI. diff --git a/src/StorageSync/StorageSync/ServerEndpoint/NewServerEndpointCommand.cs b/src/StorageSync/StorageSync/ServerEndpoint/NewServerEndpointCommand.cs index 5a366b68464b..be4227e9b7e8 100644 --- a/src/StorageSync/StorageSync/ServerEndpoint/NewServerEndpointCommand.cs +++ b/src/StorageSync/StorageSync/ServerEndpoint/NewServerEndpointCommand.cs @@ -170,7 +170,7 @@ public class NewServerEndpointCommand : StorageSyncClientCmdletBase HelpMessage = HelpMessages.TierFilesOlderThanDaysParameter)] public int? TierFilesOlderThanDays { get; set; } - // + /// /// Gets or sets a value indicating the policy to use for the initial download sync. /// /// The initial download policy. @@ -197,7 +197,7 @@ public class NewServerEndpointCommand : StorageSyncClientCmdletBase IgnoreCase = true)] public string LocalCacheMode { get; set; } - // + /// /// Gets or sets a value indicating the policy to use for the initial upload sync. /// /// The initial upload policy.