Skip to content

Commit 57463d6

Browse files
bmc-msftdemoray
andauthored
fix SAS urls for containers (#1099)
Co-authored-by: Brian Caswell <bcaswell@microsoft.com>
1 parent d4dcf9b commit 57463d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/storage_blobs/src/clients/container_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ impl ContainerClient {
100100
canonicalized_resource,
101101
permissions,
102102
expiry,
103-
BlobSignedResource::Blob,
103+
BlobSignedResource::Container,
104104
))
105105
}
106106
_ => Err(Error::message(

0 commit comments

Comments
 (0)