diff --git a/sdk/identity/Azure.Identity/src/Credentials/AzurePipelinesCredential.cs b/sdk/identity/Azure.Identity/src/Credentials/AzurePipelinesCredential.cs
index 8a7db74db08a7..28ae1d56c8496 100644
--- a/sdk/identity/Azure.Identity/src/Credentials/AzurePipelinesCredential.cs
+++ b/sdk/identity/Azure.Identity/src/Credentials/AzurePipelinesCredential.cs
@@ -42,7 +42,7 @@ protected AzurePipelinesCredential()
/// The service connection Id for the service connection associated with the pipeline.
/// The pipeline's System.AccessToken value.
/// An instance of .
- /// When is null.
+ /// Thrown when , , , or is null.
public AzurePipelinesCredential(string tenantId, string clientId, string serviceConnectionId, string systemAccessToken, AzurePipelinesCredentialOptions options = default)
{
Argument.AssertNotNull(systemAccessToken, nameof(systemAccessToken));