How can I pull all properties for a service that are avaliable to query for?
I have a start but I would like to know everything I can list
resources
| extend type = case(
type contains 'microsoft.netapp/netappaccounts', 'NetApp Accounts',
strcat("Not Translated: ", type))
| where isnotempty(tags)
| where tags <> "{}"
| project name,type,resourceGroup,subscriptionId,tags,location