:wave:Greetings. Just found this channel! So tha...
# azure
r
👋Greetings. Just found this channel! So thankful. Reaching out as I posted a Q on stackoverflow. I need to connect to resources already created in another resource group (by another pulumi script). Rather than use absolute names, I want to search by regex/wildcard or similar. Pulumi AI has been no help as it keeps saying
listResourceGroups
is the API call, but that doesn’t seem to exist in the npm package I’m using with typescript. Maybe there is a better pattern to follow? Appreciate any guidance.
t
No, list functions are not available in Pulumi SDKs. You can use a standard Azure SDK provided by Microsoft to do the search.
👍 1