Skip to content

Commit

Permalink
Update version and comments for private drop
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoningLiu committed Sep 24, 2020
1 parent 24f3325 commit ce11fb9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions sdk/storage/storage-file-datalake/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Publish into private npm registry
# https://devdiv.visualstudio.com/DevDiv/_packaging?_a=package&feed=StorageExplorer&view=overview&package=%40azure%2Fstorage-adls&version=11.1.1-preview&protocolType=Npm
registry=https://devdiv.pkgs.visualstudio.com/_packaging/StorageExplorer/npm/registry/
always-auth=true
4 changes: 4 additions & 0 deletions sdk/storage/storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 12.1.1-preview

- Private drop for Recursive ACL feature.

## 12.1.1 (2020-09-17)

- Bug fix - Fixes an issue where`DataLakeFileClient.uploadStream()` will give an "Invalid Verb" error when keep-alive is enabled. Fixed bug [11187](https://github.com/Azure/azure-sdk-for-js/issues/11187).
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-file-datalake/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/storage-file-datalake",
"version": "12.1.1",
"version": "12.1.1-preview",
"description": "Microsoft Azure Storage SDK for JavaScript - DataLake",
"sdk-type": "client",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-file-datalake/src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

export const SDK_VERSION: string = "12.1.1";
export const SDK_VERSION: string = "12.1.1-preview";
export const SERVICE_VERSION: string = "2019-12-12";

export const KB: number = 1024;
Expand Down

0 comments on commit ce11fb9

Please sign in to comment.