is there any reasonably simple way for me to test ...
# general
b
is there any reasonably simple way for me to test this: https://github.com/pulumi/pulumi-azure/pull/361 to see if it also fixes https://github.com/pulumi/pulumi-azure/issues/359
b
@better-rainbow-14549 You can download the source code,
make ensure && make
then
yarn link @pulumi/azure
and it will allow you to test I believe
b
oh i thought i'd have to do something with the go plugins too
thanks
b
you make need to ensure /opt/pulumi exists btw
We should document how you test here
that would be useful for situations like this