This message was deleted.
# dotnet
s
This message was deleted.
1
e
Did the preview diff say it was going to delete the action group?
w
yes
azure-nativeinsightsActionGroup sb-bb-fulfillment-us-devt delete
e
I suspect your program is wrong somehow and the ActionGroup isn't being sent to the engine anymore.
I can't think how the engine could translate a change of property to a plain delete. A delete-replace maybe, but it wouldn't just delete it.
w
i modified the settings variable of the same release which provisioned the action group
in Az DevOps CD pipeline
e
I'd raise an issue at https://github.com/pulumi/pulumi-azure-native if you think a plain property change triggered a delete. Try and give as much information as you can in the issue, including the code constructing the ActionGroup and if you can the logs from running pulumi preview.
w
I was doing the mistake of checking if the resource was present before creating it. When i corrected that it started working. Appreciate your time @echoing-dinner-19531
👍 1