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
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
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!!
The text was updated successfully, but these errors were encountered:
rogerioefonseca
changed the title
Aliyun cs - Wrong "DescirbeWorkflow:
Aliyun cs - "DescirbeWorkflow* option written incorrectly
Nov 29, 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.
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
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!!
The text was updated successfully, but these errors were encountered: