Skip to content

Commit a2bd19a

Browse files
authored
initial commit (Azure#48353)
1 parent d85104b commit a2bd19a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/storage/Azure.Storage.Blobs/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/storage/Azure.Storage.Blobs",
5-
"Tag": "net/storage/Azure.Storage.Blobs_f174db6035"
5+
"Tag": "net/storage/Azure.Storage.Blobs_bf9faa9325"
66
}

sdk/storage/Azure.Storage.Blobs/tests/BlobBaseClientTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8206,7 +8206,7 @@ public async Task GenerateUserDelegationSas_BuilderWrongVersion()
82068206
new InvalidOperationException("SAS Uri cannot be generated. BlobSasBuilder.BlobVersionId does not match snapshot value in the URI in the Client. BlobSasBuilder.BlobVersionId must either be left empty or match the snapshot value in the URI in the Client"));
82078207
}
82088208

8209-
[LiveOnly]
8209+
[RecordedTest]
82108210
public async Task GenerateUserDelegationSas_TrimBlobSlashes()
82118211
{
82128212
// Arrange

0 commit comments

Comments
 (0)