You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @PatrickBichiou, thanks for reaching out. It looks like you're using a different Unicode character from what the AWS CLI is expecting. The hyphen on my keyboard, and the one the AWS CLI is expecting, is U+002D. The hyphen in the code sample you provided is U+2010. Changing the hyphens to be --url and --thumbprint-list should make it work as intended.
Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
aws iam create-open-id-connect-provider ‐‐url "https://token.actions.githubusercontent.com" ‐‐thumbprint-list "6938fd4d98bab03faadb97b34396831e3780aea1" ‐‐client-id-list "sts.amazonaws.com" --profile xxxxxxxxx
usage: aws [options] [ ...] [parameters]
To see help text, you can run:
aws help
aws help
aws help
aws.exe: error: the following arguments are required: --url, --thumbprint-list
Expected Behavior
take the arguments as expected
Current Behavior
aws.exe: error: the following arguments are required: --url, --thumbprint-list
Reproduction Steps
aws iam create-open-id-connect-provider ‐‐url "https://token.actions.githubusercontent.com" ‐‐thumbprint-list "6938fd4d98bab03faadb97b34396831e3780aea1" ‐‐client-id-list "sts.amazonaws.com" --profile xxxxxxxxx
Possible Solution
No response
Additional Information/Context
No response
CLI version used
2,12,1 and 2.15.10
Environment details (OS name and version, etc.)
Windows 11 10.0.22621 Build 2621
The text was updated successfully, but these errors were encountered: