Hey all, I've started to get an unexpected warning...
# dotnet
a
Hey all, I've started to get an unexpected warning:
Copy code
warning: error preparing body for /subscriptions/<redacted>/resourceGroups/<redacted>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/<redacted>: unrecognized properties: [resourceGroupName resourceName]
While trying to deploy a
UserAssignedManagedIdentity
using :
Copy code
var principal = new UserAssignedIdentity(
            name: Name,
            args: new UserAssignedIdentityArgs()
            {
                ResourceName = Name,
                ResourceGroupName = resourceGroup.Name
            },
            options: opts);
Is there a change happening in pulumi logo that I'm not aware of? Best regards
As far as I can tell, both properties are there, and one of them is required when viewed in disassembly
image.png
t
We had a problem with 2.53.0 release, please upgrade to 2.54.0 or later. Apologies for the noice in warnings.