Any idea when Output-Based functions might be avai...
# java
r
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
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
Ah okay maybe I'm calling the function wrong. I couldn't get the getGroup function to work.
r
Yes! Let me try something like that. Thanks so much!