sparse-intern-71089
01/21/2021, 2:32 AMwitty-candle-66007
01/21/2021, 1:00 PMlist_storage_account_keys
needs to specify the property names and not just the values. So something like this:
storageAccountKeys = pulumi.Output.all(resource_group.name, account.name).apply(
lambda args: storage.list_storage_account_keys(resource_group_name: args[0], account_name: args[1]))
helpful-rain-41425
01/21/2021, 7:45 PM