Skip to content

Commit 6f56c0c

Browse files
authored
Return ListBlobProperties in blob list result (#20350)
1 parent 8197686 commit 6f56c0c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/Storage/Storage.Management/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
*Return ListBlobProperties in blob list result
22+
- `Get-AzStorageBlob`
2123

2224
## Version 5.2.0
2325
* Supported MaxPageSize, Include, and Filter parameters for listing encryption scopes

src/Storage/Storage/Common/AzureStorageBlob.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ public AzureStorageBlob(BlobBaseClient track2BlobClient, AzureStorageContext sto
254254
return;
255255
}
256256

257+
this.ListBlobProperties = listBlobItem;
257258
this.privateBlobBaseClient = track2BlobClient;
258259
Name = track2BlobClient.Name;
259260
this.Context = storageContext;

0 commit comments

Comments
 (0)