astonishing-cpu-1506
08/20/2024, 1:05 PMwarning: error preparing body for /subscriptions/<redacted>/resourceGroups/<redacted>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/<redacted>: unrecognized properties: [resourceGroupName resourceName]
While trying to deploy a UserAssignedManagedIdentity
using :
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 regardsastonishing-cpu-1506
08/20/2024, 1:07 PMastonishing-cpu-1506
08/20/2024, 1:07 PMtall-librarian-49374
08/20/2024, 2:36 PM