diff --git a/src/CosmosDB/CosmosDB/Models/PSClientEncryptionPolicy.cs b/src/CosmosDB/CosmosDB/Models/PSClientEncryptionPolicy.cs index 4da8f40120ee..2063716d1dd7 100644 --- a/src/CosmosDB/CosmosDB/Models/PSClientEncryptionPolicy.cs +++ b/src/CosmosDB/CosmosDB/Models/PSClientEncryptionPolicy.cs @@ -25,7 +25,7 @@ public class PSClientEncryptionPolicy { public PSClientEncryptionPolicy() { - } + } public PSClientEncryptionPolicy(ClientEncryptionPolicy clientEncryptionPolicy) { @@ -69,7 +69,7 @@ public static ClientEncryptionPolicy ToSDKModel(PSClientEncryptionPolicy pSClien { IncludedPaths = new List(), PolicyFormatVersion = pSClientEncryptionPolicy.PolicyFormatVersion - }; + }; if (ModelHelper.IsNotNullOrEmpty(pSClientEncryptionPolicy.IncludedPaths)) { @@ -100,6 +100,7 @@ public static ClientEncryptionPolicy ToSDKModel(PSClientEncryptionPolicy pSClien /// /// Ensures that partition key paths are not specified in the client encryption policy for encryption. /// + /// Included paths of the client encryption policy. /// Tokens corresponding to validated partition key. private static void ValidatePartitionKeyPathsAreNotEncrypted(IEnumerable clientEncryptionIncludedPath, List partitionKeyPathTokens) { diff --git a/src/CosmosDB/CosmosDB/Models/Restore/MongoDB/PSRestorableMongodbCollectionGetResult.cs b/src/CosmosDB/CosmosDB/Models/Restore/MongoDB/PSRestorableMongodbCollectionGetResult.cs index 752f1b281f6c..f4f14ce83c5c 100644 --- a/src/CosmosDB/CosmosDB/Models/Restore/MongoDB/PSRestorableMongodbCollectionGetResult.cs +++ b/src/CosmosDB/CosmosDB/Models/Restore/MongoDB/PSRestorableMongodbCollectionGetResult.cs @@ -46,7 +46,7 @@ public PSRestorableMongodbCollectionGetResult(RestorableMongodbCollectionGetResu public string Id { get; } /// - // Gets the name of the RestorableMongodbCollection resource. + /// Gets the name of the RestorableMongodbCollection resource. /// [Ps1Xml(Label = "Name", Target = ViewControl.List)] public string Name { get; }