Skip to content

Commit ea1b3fc

Browse files
authored
[storage blob & datalake] Stg76 (Azure#13246)
* generate blob * add isCurrentVersion to BlobDownloadResponse * update datalake swagger to 2020-06-12 * wip * nit * temp: lower the version to 2020-04-08 * api-extract * separate the ContainerClient from Clients.ts to avoid the rollup circular dependency issue * test container sas * add munually copied recordings * path could be / for service * bump up blob api-version * wip: raw test * container rename api * record test * remove .only and preprod * nit: blob * datalake: rename filesystem * nit: to lower case renameFileSystem * nit: api and comments * undelete file system * datalake restore soft deleted container * make container rename private in blob * make renameFileSystem private in datalake * update changelog and version * fix typo * edit common-version
1 parent 85a1dff commit ea1b3fc

File tree

59 files changed

+5420
-2647
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+5420
-2647
lines changed

common/config/rush/common-versions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@
4141
* This design avoids unnecessary churn in this file.
4242
*/
4343
"allowedAlternativeVersions": {
44-
// The following is required for eventhubs-checkpointstore-blob,
44+
// The following is required for eventhubs-checkpointstore-blob to use the latest GA version
4545
// when there is a new beta version which is being maintained in the repo.
4646
// Comment this out when the storage-blob releases a stable version.
47-
// "@azure/storage-blob": ["^12.3.0"],
47+
"@azure/storage-blob": ["^12.4.1"],
48+
4849
"@azure/ms-rest-js": ["^2.0.0"],
4950
/**
5051
* For example, allow some projects to use an older TypeScript compiler

common/config/rush/pnpm-lock.yaml

Lines changed: 50 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/storage/storage-blob/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Release History
22

3-
## 12.4.2 (Unreleased)
3+
## 12.5.0-beta.1 (2021-02-09)
44

5+
- Now support Batch operations scoped to the Container level. You can use `ContainerClient.getBlobBatchClient()` to get such a `BlobBatchClient`.
56

67
## 12.4.1 (2021-02-03)
78

sdk/storage/storage-blob/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@azure/storage-blob",
33
"sdk-type": "client",
4-
"version": "12.4.2",
4+
"version": "12.5.0-beta.1",
55
"description": "Microsoft Azure Storage SDK for JavaScript - Blob",
66
"main": "./dist/index.js",
77
"module": "./dist-esm/storage-blob/src/index.js",
@@ -33,7 +33,7 @@
3333
},
3434
"scripts": {
3535
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
36-
"build:autorest": "autorest ./swagger/README.md --typescript --package-version=12.4.1 --use=@microsoft.azure/autorest.typescript@5.0.1",
36+
"build:autorest": "autorest ./swagger/README.md --typescript --package-version=12.5.0-beta.1 --use=@microsoft.azure/autorest.typescript@5.0.1",
3737
"build:es6": "tsc -p tsconfig.json",
3838
"build:nodebrowser": "rollup -c 2>&1",
3939
"build:samples": "cross-env ONLY_NODE=true npm run build && npm run build:prep-samples",

sdk/storage/storage-blob/recordings/browsers/blobbatch/recording_container_scoped_submitbatch_should_work_for_batch_delete.json

Lines changed: 149 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)