Release Management always had the concept of "components", which are units of deployment that can be independently configured in the pipeline. Each component could have a number of stage-specific configuration variables, that could be configured in the component itself, like this:
Then, in the template instance, these could be set to different values depending on the stage:
But on the vNext components, required for the new vNext templates that use PowerShell DSC or Chef, these configuration variables don't exist anymore:
Are stage-specific configuration variables not supported anymore in RM? Am I responsible for setting these variables myself using PowerShell inside the configuration script now?