Skip to content

Commit

Permalink
[storage blob & datalake] Stg76 (Azure#13246)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ljian3377 authored Feb 7, 2021
1 parent 85a1dff commit ea1b3fc
Show file tree
Hide file tree
Showing 59 changed files with 5,420 additions and 2,647 deletions.
5 changes: 3 additions & 2 deletions common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@
* This design avoids unnecessary churn in this file.
*/
"allowedAlternativeVersions": {
// The following is required for eventhubs-checkpointstore-blob,
// The following is required for eventhubs-checkpointstore-blob to use the latest GA version
// when there is a new beta version which is being maintained in the repo.
// Comment this out when the storage-blob releases a stable version.
// "@azure/storage-blob": ["^12.3.0"],
"@azure/storage-blob": ["^12.4.1"],

"@azure/ms-rest-js": ["^2.0.0"],
/**
* For example, allow some projects to use an older TypeScript compiler
Expand Down
71 changes: 50 additions & 21 deletions common/config/rush/pnpm-lock.yaml

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

3 changes: 2 additions & 1 deletion sdk/storage/storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release History

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

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

## 12.4.1 (2021-02-03)

Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/storage-blob/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azure/storage-blob",
"sdk-type": "client",
"version": "12.4.2",
"version": "12.5.0-beta.1",
"description": "Microsoft Azure Storage SDK for JavaScript - Blob",
"main": "./dist/index.js",
"module": "./dist-esm/storage-blob/src/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"scripts": {
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
"build:autorest": "autorest ./swagger/README.md --typescript --package-version=12.4.1 [email protected]/[email protected]",
"build:autorest": "autorest ./swagger/README.md --typescript --package-version=12.5.0-beta.1 [email protected]/[email protected]",
"build:es6": "tsc -p tsconfig.json",
"build:nodebrowser": "rollup -c 2>&1",
"build:samples": "cross-env ONLY_NODE=true npm run build && npm run build:prep-samples",
Expand Down

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

Loading

0 comments on commit ea1b3fc

Please sign in to comment.