How to list resources with the Azure Native provid...
# general
e
How to list resources with the Azure Native provider? I see examples of how to create resources, and some free functions with the prefix
list
. But for example, listing all virtual machine scale set instances is supported by the Azure API but I cannot find that functionality in the Pulumi Azure Native provider API docs. How can I do this?
No one?