Storage containers replacing after upgrade #2660
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
kind/bug
Some behavior is incorrect or out of spec
Describe what happened
After upgrading from from 5.89.0 to 6.9.0 im trying to clear out some of our deprecation warnings.
When updating my azure.storage.Container resources to use storageAccountId instead of storageAccountName its causing a replacement of the resource
Sample program
Replace
storageAccountName: StorageAccount.name
With
storageAccountId: StorageAccount.id
Log output
Affected Resource(s)
azure.storage.Container
Output of
pulumi about
CLI
Version 3.139.0
Go Version go1.23.3
Go Compiler gc
Plugins
KIND NAME VERSION
resource azure 6.9.0
resource azuread 6.0.1
resource kubernetes 4.18.3
language nodejs unknown
resource random 4.16.7
Host
OS Microsoft Windows 11 Pro
Version 10.0.22631 Build 22631
Arch x86_64
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: