Skip to content

Commit 3f5f9df

Browse files
committed
Update
1 parent 8a6fe48 commit 3f5f9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/Microsoft.Identity.Client/ManagedIdentity/AzureArcManagedIdentitySource.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ private bool IsValidPath(string path)
192192
MsalErrorMessage.ManagedIdentityPlatformNotSupported);
193193
}
194194

195-
return path.Equals(expectedFilePath, StringComparison.OrdinalIgnoreCase);
195+
return path.Equals(expectedFilePath);
196196
}
197197
}
198198
}

0 commit comments

Comments
 (0)