This message was deleted.
# dotnet
s
This message was deleted.
i
Maybe try something like this?
Copy code
}, new CustomResourceOptions { DependsOn = keyVault, IgnoreChanges = { "properties.value" } });
docs seem to make it look like it has to be camelCase: https://www.pulumi.com/docs/intro/concepts/resources/options/ignorechanges/
w
i
gotcha, so refresh before pulumi up and it’ll take your value. makes sense
w
Sorta - the second you make any changes to your resources in azure portal (or anywhere outside of code) the IngoreChanges flag doesnt work. It will only continue to ingorechanges for anything code via code.