Application incorrectly being marked as different #1685
Labels
awaiting-feedback
Blocked on input from the author
kind/bug
Some behavior is incorrect or out of spec
Describe what happened
An
Application
resource constantly updates due to changes, so it performs an API call which wipes out our "single page application" redirect uris (that have been specified elsewhere)We use Automation API, so can see the diff looking for
resourcePreEvent
. In that event I can see that nodetailedDiff
has been created, and looking at theold
andnew
two differences exist. The one below (new.id is empty
) and theoutputs
(thenew
object is completely empty)I have added
id
to theignoreChanges
but it makes no differenceSample program
I've not yet produced a minimum program that replicates this issue every time. We have some other applications in the same stack that do not have this issue
Log output
No response
Affected Resource(s)
azuread.Application
Output of
pulumi about
CLI
Version 3.140.0
Go Version go1.23.3
Go Compiler gc
Plugins
KIND NAME VERSION
resource azure 4.37.0
resource azure-native 2.72.0
resource azuread 6.0.2
resource cloudflare 5.43.1
resource docker-build 0.0.7
resource kubernetes 4.15.0
resource newrelic 5.10.0
language nodejs unknown
resource random 4.0.0
resource tls 4.0.0
Host
OS Microsoft Windows 11 Pro
Version 10.0.22631 Build 22631
Arch x86_64
This project is written in nodejs: executable='C:\Program Files\nodejs\node.exe' version='v22.1.0'
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: