I'm trying to migrate from Azure to Azure Native f...
# azure
m
I'm trying to migrate from Azure to Azure Native following this guide - https://www.pulumi.com/docs/intro/cloud-providers/azure/from-classic/#move-resources-from-classic-azure-to-azure-native and I must be missing something obvious. I've run pulumi import and that worked as expected, updated my code, but when I try and run Pulumi up it wants to delete the new Azure Native resource group, rather than showing no changes. What am I missing?
Ok, I found the issue, it seems that the case of a property value in the stack file is different to what I set it to in the actual code, so either I need to amend the stack file, or force the code to use lowercase
t
Which property?