Is there the equivalent of this for azure-nextgen?...
# azure
m
Is there the equivalent of this for azure-nextgen?
pulumi config set azure:<option>
t
pulumi config set azure-nextgen:<option>
m
Thanks @tall-librarian-49374 I've tried that but it doesn't seem to be working as expected. With the old azure model I could add an azure:location value for example and that would be used as the default location for new resources. If I try that using azure-nextgen:location then it appears in the config file but I still can't deploy resources without manually specifying a location for each in code.
PS the error I get is Location is required but was not given a value
t
This is a change in provider behavior and is described/tracked in https://github.com/pulumi/pulumi-azure-nextgen/issues/6
m
OK thanks @tall-librarian-49374