Azure PowerShell v2.3.1-July2020 Release Notes

Release Date: 2020-07-29 // over 3 years ago
    • ๐Ÿ‘Œ Supported create container/blob Sas token with new permission x,t
      • New-AzStorageBlobSASToken
      • New-AzStorageContainerSASToken
    • ๐Ÿ‘Œ support create account Sas token with new permission x,t,f
      • New-AzStorageAccountSASToken
    • ๐Ÿ‘Œ Support get single file share usage
      • Get-AzRmStorageShare
    • ๐Ÿ‘Œ support get/set blob tags on a specific blob
      • Get-AzStorageBlobTag
      • Set-AzStorageBlobTag
    • ๐Ÿ‘Œ support create destination blob with specific blob tags while upload/copy Blob
      • Set-AzStorageBlobContent
      • Start-AzStorageBlobCopy
    • ๐Ÿ‘Œ support list blobs across containers with a blob tag filter sql expression
      • Get-AzStorageBlobByTag
    • ๐Ÿ‘Œ support list blobs inside a container and include Blob Tags
      • Get-AzStorageBlob
    • ๐Ÿ‘Œ support run blob operation with blob tag condition, and fail the cmdlet when blob tag condition not match
      • Get-AzStorageBlob
      • Get-AzStorageBlobContent
      • Get-AzStorageBlobTag
      • Remove-AzStorageBlob
      • Set-AzStorageBlobContent
      • Set-AzStorageBlobTag
      • Start-AzStorageBlobCopy
      • Stop-AzStorageBlobCopy