if i create an azure role binding then delete it o...
# azure
b
if i create an azure role binding then delete it on portal, then delete it in pulumi and run update it errors out with a http 204 and EOF reading body content - is this better filed for terraform than pulumi-azure?
t
Have you tried
pulumi refresh
?
b
yeah that worked but is that required for something like that?
i thought it would just work itself out
seeing a 204 and it trying to parse the body made me think it was a bug
t
The general advice is to run
refresh
whenever something has changed outside Pulumi. TF actually does that automatically.
Yeah, 204 doesn’t sound intended regardless…