Skip to content

Commit d2f2eac

Browse files
authored
Remove TODO for certificate thumbprint authentication
Removed TODO comment regarding certificate thumbprint authentication support.
1 parent 74a1c4b commit d2f2eac

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/AzureSignTool/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,6 @@ private bool ValidateArguments(CommandRunContext context)
439439
valid = false;
440440
}
441441

442-
//TODO: Certificate thumbprint authentication support
443-
444442
if (KeyVaultClientId is not null && KeyVaultClientSecret is null && KeyVaultClientAuthCertificate is null)
445443
{
446444
context.Error.WriteLine("Must supply '--azure-key-vault-client-secret' or '--azure-key-vault-client-auth-certificate' when using '--azure-key-vault-client-id'.");

0 commit comments

Comments
 (0)