forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
- Loading branch information
Showing
59 changed files
with
5,420 additions
and
2,647 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
149 changes: 149 additions & 0 deletions
149
...owsers/blobbatch/recording_container_scoped_submitbatch_should_work_for_batch_delete.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.