https://pulumi.com logo
Title
m

mysterious-australia-14256

10/01/2020, 11:46 AM
Is there the equivalent of this for azure-nextgen?
pulumi config set azure:<option>
t

tall-librarian-49374

10/01/2020, 1:02 PM
pulumi config set azure-nextgen:<option>
m

mysterious-australia-14256

10/01/2020, 2:14 PM
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

tall-librarian-49374

10/01/2020, 2:23 PM
This is a change in provider behavior and is described/tracked in https://github.com/pulumi/pulumi-azure-nextgen/issues/6
m

mysterious-australia-14256

10/01/2020, 2:48 PM
OK thanks @tall-librarian-49374