microsoft / vscode-azuretools

Common packages for building Azure extensions for VS Code
MIT License
106 stars 67 forks source link

utils: Allow execute steps to contribute success or fail items for display in the activity log #1766

Closed MicroFish91 closed 3 months ago

MicroFish91 commented 3 months ago

This implementation will enable execute steps to contribute success or fail items (as activity children) to the activity log upon execution. The resulting ExecuteActivityOutput will be handled by the Azure Wizard which has been updated accordingly.

Example of what this would look like in the activity log:

Example with continueOnFail set to true when a step fails: image

Example of how it will probably look implemented in ACA: https://github.com/microsoft/vscode-azurecontainerapps/pull/722