Hi guys, I've updated my pulumi packages for my a...
# general
f
Hi guys, I've updated my pulumi packages for my azure IaC and when I run a pulumi preview (with no changes to IaC) I have this for almost all my ressources: replace [diff: ~provider] Am I missing something, because recreating all resources is not an option for my company...
b
Hey Julien, It looks like there's an issue right now that is manifesting itself. https://github.com/pulumi/pulumi/issues/2753 This means it is also happening in the Azure provider. I can suggest that you need to downgrade the version of Pulumi for now - this should fix the issue. If you can, can you add to that issue that the same issue is happening with Azure? We can then unpublish the provider version I'm sorry this has happened to you
f
Ok, i'm updating the issue, thanks for your quick reply
b
sorry again for the issue! Subscribe to the issue and you will know when it's updated
s
@few-processor-86645 I’m opening a PR to fix this now, and we’ll get a new release ASAP - certainly in the next hour.
f
Ok, thanks, let me know when it's available I'll try it
s
Hi @few-processor-86645 - for now we have rolled back the Azure package to the previous version. If you update your
package.json
to point at v0.18.2 (or the
latest
tag) and re-run
npm install
, you should not see this reoccur
f
I confirm that
s
Great. There will be a release with the new features but without this bug soon.
w
If you pick up the latest CLI release -
0.17.13
- you should no longer see these proposed replacements.
f
I confirm that! Thanks guys
b
thanks for the fast confirmation - sorry again!