Hi,
Thank you very much for your help. Somehow the query is not returning the results for my shared image gallery. It is giving 70~ VMs details from 7-8 image galleries, but not of the VMs created from my image gallery images. Is there a limit on number of results or number of subscriptions it can go to? I tried modifying it, but unable to find the reason.
Thanks @tbgangav-MSFT , there was a mistake in the script resource code.
I was putting $mma.AddCloudWorkspace($workspaceId, $workspaceKey, 1); instead of $mma.AddCloudWorkspace($workspaceId, $workspaceKey);
Thanks for your help