microsoft / microsoft/CoseSignTool
Azure Artifact Signing arguments not recognized
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 54
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
Running example code for Azure Artifact Signing does not work.
CoseSignTool.exe sign --payload payload.txt --SignatureFile signature.cose --cp azure-artifact-signing --aas-endpoint https://contoso.codesigning.azure.net --aas-account-name ContosoAccount --aas-cert-profile-name ContosoProfile
Error: Command line argument --aas-endpoint was not recognized.
Using latest windows release - https://github.com/microsoft/CoseSignTool/releases/download/v1.7.7/CoseSignTool-Windows-release.zip
As I understand this issue should have been fixed in -https://github.com/microsoft/CoseSignTool/pull/197 which was released in v1.7.7, but it still is not working for me. It works correctly in v1.7.6-pre2.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the reported command with the v1.7.7 Windows release, then inspect the command-line argument registration for Azure Artifact Signing and compare it with PR 197 and v1.7.6-pre2. Done means --aas-endpoint and the related Azure arguments are recognized and the example command proceeds past argument parsing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100