Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aliyun cs - "DescirbeWorkflow* option written incorrectly #395

Open
rogerioefonseca opened this issue Nov 29, 2021 · 2 comments
Open

Aliyun cs - "DescirbeWorkflow* option written incorrectly #395

rogerioefonseca opened this issue Nov 29, 2021 · 2 comments

Comments

@rogerioefonseca
Copy link

  • Command Format:
    While trying to list the options of the CS aliiyun I realized that the DescribeWorkflow Is incorrectly written and it is showing DescirbeWorkflow option instead
    image

  • Execution Command:
    aliyun --profile darkorbit-prod-eu help cs help | grep Work

  • Output:
    CancelWorkflow : PUT /gs/workflow/[workflowName]
    DescirbeWorkflow : GET /gs/workflow/[workflowName]
    DescribeWorkflows : GET /gs/workflows
    RemoveWorkflow : DELETE /gs/workflow/[workflowName]
    StartWorkflow : POST /gs/workflow

The right name of the functionality should be DESCRIBEWORKFLOW instead!!

@rogerioefonseca rogerioefonseca changed the title Aliyun cs - Wrong "DescirbeWorkflow: Aliyun cs - "DescirbeWorkflow* option written incorrectly Nov 29, 2021
@rogerioefonseca
Copy link
Author

FYI I'm using Aliyun 3.0.99:
image

@anserhyb
Copy link

anserhyb commented Dec 1, 2021

I'm really sorry about this. This problem has been discovered for a long time, but it is limited by the OpenAPI management method. Due to the API path conflict, the API name cannot be replaced smoothly, and it will cause the SDK break change.

thanks again for your kind help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants