This message was deleted.
# azure
s
This message was deleted.
t
Would it work if you added this property to
ignoreChanges
resource options?
l
yes with the lowercase A in the name of the property 🙂
Copy code
new CustomResourceOptions
{
    ImportId = sqlConfig.Require("id"),
    IgnoreChanges = new List<string>
    {
        "administratorLoginPassword"
    }
}
as usual thank you Mikhail!
💯 1
b
Brilliant, this answered my same issue