fast-sandwich-30809
07/25/2025, 7:38 PMrefresh
and up
operations anytime there is an error. Normal operations work fine, but if there's a diagnosticEvent
with severity=error
(Ex. trying to create an Azure NSG rule that would conflict with an existing one), the pulumi process hangs. This started some time after <@UDNQQGNJF>/pulumi@3.177.0
, we started seeing it when we jumped to 3.183
and are still seeing it in 3.185
.
I'm not sure if the root issue is in the pulumi daemon, the node sdk, or the azure-native plugin. As far as I can tell, everything is "normal" (for an error condition, ex. I can read the event log) except control is not returned to our automation api wrapper (the promise doesn't resolve/reject). If I run manually / not through CI/CD I can see the dreaded infinite dotsfast-sandwich-30809
07/25/2025, 7:43 PMfast-sandwich-30809
07/25/2025, 8:35 PMfast-sandwich-30809
07/25/2025, 9:33 PM