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

Update internal invoke_command() to retrieve the exit code description from manifest #431

Closed
SteveL-MSFT opened this issue May 7, 2024 · 0 comments · Fixed by #444
Closed
Assignees
Labels
Issue-Enhancement The issue is a feature or idea Needs Triage
Milestone

Comments

@SteveL-MSFT
Copy link
Member

Summary of the new feature / enhancement

Currently, if the exit code is non-zero, the function returns it as an error. however, the resource manifest can describe what specific exit codes mean. The helper function should be updated so that if the exit code maps to one in the manifest, that information is shown, otherwise it's "unknown".

Proposed technical implementation details (optional)

No response

@SteveL-MSFT SteveL-MSFT added Issue-Enhancement The issue is a feature or idea Needs Triage labels May 7, 2024
@SteveL-MSFT SteveL-MSFT added this to the 3.0-RC milestone May 7, 2024
@tgauth tgauth self-assigned this Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Enhancement The issue is a feature or idea Needs Triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants