issues
search
Azure
/
ResourceModules
This repository includes a CI platform for and collection of mature and curated Bicep modules. The platform supports both ARM and Bicep and can be leveraged using GitHub actions as well as Azure DevOps pipelines.
https://aka.ms/carml
MIT License
724
stars
456
forks
source link
[Fixes] Added missing slash to module path split
#4508
Closed
AlexanderSehr
closed
9 months ago
AlexanderSehr
commented
9 months ago
Description
Based on found issue by a colleague where the script failed if 'modules' also appeared in other parts of the path
The
/modules/
instead of
modules/
is in alignment with all other places where we split
Tested & validated
Type of Change
[x] Bugfix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Update to documentation
Description
/modules/
instead ofmodules/
is in alignment with all other places where we splitType of Change