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
Handling File Targeted Configuration and fixing Environment Computed Values (#39)
Adding Computed values to Environment, also adding file targeted config
to ALZ-BICEP-CONFIG
# Pull Request
## Issue
Fixes#38
## Description
Handling 'Computed' values for the Environment file. (This needs a
refactor of how we handle computed values, which I'll do after this
change #40)
Supporting file specific replacement values with configuration.
```
{
Name = {Name of the setting in Bicep config or Environment}
File = {FileName}
Destination = {Parameters|Environment}
}
```
## License
By submitting this pull request, I confirm that my contribution is made
under the terms of the projects associated license.
0 commit comments