https://pulumi.com logo
Title
a

abundant-book-94104

12/08/2021, 1:01 AM
Does anyone have an example of how to define the values for identity in Data Factory? I've assumed this is for the managed Identity to connect to various resources
identity=azure_native.datafactory.FactoryIdentityArgs(
    type="UserAssigned",
    user_assigned_identities=??
What goes in the place of ??
t

tall-librarian-49374

12/08/2021, 10:31 AM
It’s a bit counter-intuitive - but see an example in https://github.com/pulumi/pulumi-azure-native/issues/812#issuecomment-831586077
a

abundant-book-94104

12/09/2021, 1:15 AM
Thanks for that, I was heading in the right direction, but wow that's a mess and the documentation on the API should reflect that. Hopefully when I understand how the API doc gets generated and where to edit I can make some changes