does someone have an example of (any) resource bei...
# getting-started
c
does someone have an example of (any) resource being created with user-assigned identity?
e
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
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