Skip to content

Commit

Permalink
unskip quick query record & support include-leased for x-ms-delete-sn…
Browse files Browse the repository at this point in the history
…apshots (#11754)
  • Loading branch information
ljian3377 authored Oct 10, 2020
1 parent 0435f6a commit 14b4081
Show file tree
Hide file tree
Showing 10 changed files with 215 additions and 161 deletions.
2 changes: 1 addition & 1 deletion sdk/eventhub/eventhubs-checkpointstore-blob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"dependencies": {
"@azure/event-hubs": "^5.0.0",
"@azure/logger": "^1.0.0",
"@azure/storage-blob": "^12.3.0-prerelease.1",
"@azure/storage-blob": "^12.3.0-beta.1",
"events": "^3.0.0",
"tslib": "^2.0.0"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion sdk/storage/storage-blob/test/node/blobclient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ describe("BlobClient Node.js only", () => {
});

it("query should work with conditional tags", async function() {
recorder.skip(undefined, "TODO: figure out why quick query do not work with recording");
const csvContent = "100,200,300,400\n150,250,350,450\n";
await blockBlobClient.upload(csvContent, csvContent.length, { tags: { tag: "val" } });

Expand Down
Loading

0 comments on commit 14b4081

Please sign in to comment.