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'.
Description
As we're getting closer to the dependency reimplementation and may use
.bicepfiles instead of parameter files, we may want to prepare this change by renaming the parameter folder.I'd suggest
.deploymentTestswhich 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
armfolder #1127 .Update
We agreed upon using
'.test'.