https://pulumi.com logo
Title
c

calm-tent-21096

04/03/2022, 6:41 PM
does someone have an example of (any) resource being created with user-assigned identity?
e

echoing-dinner-19531

04/03/2022, 7:31 PM
There's an issue thread about user identity at https://github.com/pulumi/pulumi-azure-native/issues/812. Maybe something in there might help, looks like a lot of suggestions.
c

calm-tent-21096

04/04/2022, 12:43 AM
thanks. that does seem to have some help, though I've picked a particularly annoying example, since the Language service is
InputMap<UserAssignedIdentityArgs>
instead of
InputMap<object>
which means you can't assign the wonderful
Dictionary<string, object>
that serializes to
{}
I'm going to comment on #812, thanks for pointing me there