Hello everyone, anyone knows why Pulumi is detecti...
# azure
a
Hello everyone, anyone knows why Pulumi is detecting a change/delete in the "id" property of a cosmosdb container? This change doesn't even show up in the CLI, just in the portal. This ends causing the following error during pulumi up:
error: 1 error occurred: updating urn:pulumi:dev::*****-infrastructure::azure:cosmosdb/sqlContainer:SqlContainer::dev: ID was missing the 'sqlDatabases' element
Using CLI 2.13.2. Dependencies:
Copy code
"dependencies": {
        "@pulumi/azure": "^3.30.1",
        "@pulumi/kubernetes": "^2.7.1",
        "@pulumi/pulumi": "^2.14.0"
    }
No one? Can't do
pulumi up
or
pulumi refresh
in an environment because of that 😕