Skip to content

Commit

Permalink
Return ListBlobProperties in blob list result (Azure#20350)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueww authored Dec 5, 2022
1 parent 8197686 commit 6f56c0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Storage/Storage.Management/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
*Return ListBlobProperties in blob list result
- `Get-AzStorageBlob`

## Version 5.2.0
* Supported MaxPageSize, Include, and Filter parameters for listing encryption scopes
Expand Down
1 change: 1 addition & 0 deletions src/Storage/Storage/Common/AzureStorageBlob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ public AzureStorageBlob(BlobBaseClient track2BlobClient, AzureStorageContext sto
return;
}

this.ListBlobProperties = listBlobItem;
this.privateBlobBaseClient = track2BlobClient;
Name = track2BlobClient.Name;
this.Context = storageContext;
Expand Down

0 comments on commit 6f56c0c

Please sign in to comment.