Skip to content

Commit

Permalink
Fix Az.DataBoxEdge XML Comments (#18402)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-yuzhichen authored Jun 13, 2022
1 parent ba7bae1 commit fa6e646
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DataBoxEdge/DataBoxEdge/Common/Utils/PasswordUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public class PasswordUtility
/// <summary>
/// Validates password strength with set of rules for password provided by user
/// </summary>
/// <paramref name="password">Password provided by user</param>
/// <param name="argumentName"></param>
/// <param name="password">Password provided by user</param>
/// <returns>true if valid pattern is provided.</returns>
public static bool ValidateUserPasswordPattern(string argumentName, string password)
{
Expand Down

0 comments on commit fa6e646

Please sign in to comment.