Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit b345216

Browse files
authored
fix the doc for datalake store (#5189)
1 parent 6d9d107 commit b345216

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/services/datalake.Store/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ npm install azure-arm-datalake-store
3232
var accountName = 'testadlsacct';
3333
var pathToEnumerate = '/myfolder';
3434
var acccountClient = new adlsManagement.DataLakeStoreAccountClient(credentials, 'your-subscription-id');
35-
var filesystemClient = new adlsManagement.DataLakeStoreFileSystemClient(credentials, 'azuredatalakestore.net');
35+
var filesystemClient = new adlsManagement.DataLakeStoreFileSystemClient(credentials);
3636
filesystemClient.fileSystem.listFileStatus(accountName, pathToEnumerate, function(err, result, request, response) {
3737
if (err) console.log(err);
3838
console.log(result);

lib/services/datalake.Store/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"contributors": [
55
"Goldsmith, Benjamin <begoldsm@microsoft.com>"
66
],
7-
"version": "3.1.1-preview",
7+
"version": "3.1.2-preview",
88
"description": "Microsoft Azure Data Lake Store Management Client Library for node",
99
"tags": [
1010
"azure",

0 commit comments

Comments
 (0)