We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae79f32 commit 5d823d8Copy full SHA for 5d823d8
AzureKeyVault/AzureClient.cs
@@ -331,7 +331,7 @@ public virtual async Task<IEnumerable<CurrentInventoryItem>> GetCertificatesAsyn
331
}
332
333
334
- if (failedCount == fullInventoryList.Count())
+ if (failedCount == fullInventoryList.Count() && failedCount > 0)
335
{
336
throw new Exception("Unable to retreive details for certificates.", innerException);
337
0 commit comments