Skip to content

Commit 35ae99f

Browse files
committed
One more fix
1 parent bd3b77f commit 35ae99f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/storage/Azure.Storage.DataMovement.Blobs/src/BlobStorageResourceContainer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ protected override async IAsyncEnumerable<StorageResource> GetStorageResourcesAs
170170
int childCount = 0;
171171
await foreach (BlobHierarchyItem blobHierarchyItem in BlobContainerClient.GetBlobsByHierarchyAsync(
172172
traits: BlobTraits.Metadata,
173+
states: BlobStates.None,
173174
prefix: currentPath,
174175
delimiter: Constants.PathBackSlashDelimiter,
175176
cancellationToken: cancellationToken).ConfigureAwait(false))

0 commit comments

Comments
 (0)