https://pulumi.com logo
Title
r

rough-window-15889

05/09/2022, 7:59 PM
Any idea when Output-Based functions might be available in Java? I'm trying to use AzureAd getGroup. Just to make sure I understand, I cannot do this until it is supported?
t

tall-librarian-49374

05/09/2022, 9:32 PM
Any idea when Output-Based functions might be available in Java?
Within the next few weeks.
I’m trying to use AzureAd getGroup
You can do anything - output-based functions are syntax sugar. You’ll have to call
getGroup
within a callback in an
apply
call.
r

rough-window-15889

05/09/2022, 9:33 PM
Ah okay maybe I'm calling the function wrong. I couldn't get the getGroup function to work.
r

rough-window-15889

05/09/2022, 9:37 PM
Yes! Let me try something like that. Thanks so much!