Separate 'Passed Variables' for Simple and Secret Variables for PSUEnvironments

Product: PowerShell Universal
Version: 3.7.9

I want to be able to include all simple non-secret variables into a defined PSUEnvironment but then manually select which secret variables I want to pass in.

The current field seems to mix both scopes? I don’t believe there is a way to * all the simple variables and then define specific secret ones (Eg: $Secret:MyPassword)

Am I doing something wrong or is this a feature request? I think it might be better to have two separate parameters for New-PSUEnvironment, such as -SimpleVariables and -SecretVariables

What are your thoughts @adam ?