You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue should track our progress to enable the new dependency approach documented als 'Variant 5' here (#329).
This means
The pipeline should (side-by-side with the original approach) support .bicep test files on top of the .json test files (both for GitHub & Azure DevOps). This is important as reworking the modules to the new dependency approach will take time and cannot happen as a big-bang
The new .bicep test files will deploy not only the parent template (module <resourceType> '../deploy.bicep'), but also the dependencies required for the given test case
Note: We should not use our own modules to deploy dependencies but raw resource deployments. However, we may centralize common patterns (e.g., for dependency resources) in centralized files.
Description
This issue should track our progress to enable the new dependency approach documented als 'Variant 5' here (#329).
This means
.biceptest files on top of the.jsontest files (both for GitHub & Azure DevOps). This is important as reworking the modules to the new dependency approach will take time and cannot happen as a big-bang.biceptest files will deploy not only the parent template (module <resourceType> '../deploy.bicep'), but also the dependencies required for the given test case.parameterfolder should be renamed to something more appropriate. This should happen in the predecessor [Feature Request] BREAKING change: Rename.parametersfolder to.test#1577.