Hi,
Can anyone explain the difference between Enable-AzStorageDeleteRetentionPolicy and Enable-AzStorageBlobDeleteRetentionPolicy?
I am working on a PowerShell script to automate creation of storage accounts amongst other processes. During my research, I realized that these two options exist. However, the difference is not clear from the Microsoft documentation. Both have the description "... enables delete retention policy for the Azure Storage Blob service**."
For the first cmdlet: https://docs.microsoft.com/en-us/powershell/module/az.storage/enable-azstoragedeleteretentionpolicy?view=azps-6.2.0
For the second cmdlet: https://docs.microsoft.com/en-us/powershell/module/az.storage/enable-azstorageblobdeleteretentionpolicy?view=azps-6.2.0