On Linux, I can do:
$ FOO=BAR ./myscript
to call \"myscript\" with the environment variable FOO being set.
Is something similar pos
https://gist.github.com/bobalob/6632690e33747c13a8c00875ee686be2
$ENV:ARM_SUBSCRIPTION_ID = "" $ENV:ARM_CLIENT_ID = "" $ENV:ARM_CLIENT_SECRET = "" # This should end with an '=' symbol $ENV:ARM_TENANT_ID = ""