I am trying to revoke SAS for VM disk using Azure PowerShell but this function returns nothing:
Get-AzDiskAccess -ResourceGroupName <resourcegroupname>
However, in the Azure portal I see there is a SAS:
I am not sure how to remove SAS using PowerShell. I can remove it using portal.






