anybody have tried to execute a query language in Azure.ResourceManager
(the latest Azure sdk)
here is my query:
resourcecontainers | where type == “microsoft.resources/subscriptions/resourcegroups”
Actually this is working on Azure Graph but i want this to be working on c# side.
Appreciate someone could help.
Tia