How to get a list Azure storage accounts with sas authentication enabled from all my subscription using AZ-CLI / Rsource Graph KQL / PowerShell scipts?
az account list --query "[].{ResourceGroupName:resourceGroup,Name:name,SASDisabled:enableAzureStorageTransferAnalysis}" --out table | where SASDisabled==false