Pulumi refresh does not detect changes when letter casing differs #5019
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
When there is a difference in letter casing, the
pulumi refresh
command does not detect it. Example:"workspaceName": "lawtestservice"
If you run
pulumi preview
on the stack, no changes are detected.Expected behavior
The
pulumi preview
command should detect changes in letter casing and synchronize the stack with the resource in Azure. As a result, the workspace name should be "lawTestService" in the stack.The text was updated successfully, but these errors were encountered: