Stano Peťko
Stano Peťko
## Expected Behavior Match upstream path with empty placeholder and map it correctly to downstream. ## Actual Behavior / Motivation for New Feature Upstream path with placeholder is not working...
### Description When I use custom tool lightway integration, the only way how to handle errors in process is catching `ProcessException`. But just to catch the exception is often not...
It would be nice to have an ability to include another `PITCHME.yaml` in `PITCHME.yaml`. ## Implementation Just use simple `include` key with path to another `PITCHME.yaml`. For simplicity and consistency...
**Bicep version** Bicep CLI version 0.7.4 (`5afc312467`) **Describe the bug** I want to get existing resource which is in different resource group, than the deployment itself. When I use `scope`...
Closes #62 This adds support to name output files according to collection name. For this, new input parameter for task was added: `useCollectionNameAsFilename`. If this parameter is `true`, collection name...
Closes #50