[Feature Request] BREAKING change: Rename .parameters
folder to .test
#1577
Labels
Milestone
.parameters
folder to .test
#1577
Description
As we're getting closer to the dependency reimplementation and may use
.bicep
files instead of parameter files, we may want to prepare this change by renaming the parameter folder.I'd suggest
.deploymentTests
which should be generic enough to cover both parameter & dependency files (as it may take some time to work through all modules) - and avoid any confusion with e.g. the static validation that lives somewhere else (.global folder).The change itself should be relatively easy to implement and can be implemented for example side-by-side with the renaming of the
arm
folder #1127 .Update
We agreed upon using
'.test'
.The text was updated successfully, but these errors were encountered: