Skip to content

Commit 243bafb

Browse files
authored
Fix Az.DataMigration XML Comments (Azure#18422)
1 parent fe1dcfa commit 243bafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataMigration/DataMigration/Cmdlets/DataMigrationCmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public static string ReturnApiErrorMessage(ApiErrorException ex)
9292
/// Helper method to throw the appropriate exception based on the error returned by the SDK
9393
/// </summary>
9494
/// <param name="ex"></param>
95-
/// <param name="customMessages"></param>
95+
/// <param name="customObjects"></param>
9696
protected void ThrowAppropriateException(ApiErrorException ex, List<string> customObjects = null)
9797
{
9898
string message = "DMS API Error " + ReturnApiErrorMessage(ex);

0 commit comments

Comments
 (0)