We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8895e commit 2e892b0Copy full SHA for 2e892b0
sdk/storage/storage-file-datalake/README.md
@@ -223,7 +223,7 @@ const { DataLakeServiceClient } = require("@azure/storage-file-datalake");
223
224
const connStr = "<connection string>";
225
226
-const DataLakeServiceClient = DataLakeServiceClient.fromConnectionString(connStr);
+const dataLakeServiceClient = DataLakeServiceClient.fromConnectionString(connStr);
227
```
228
229
#### with `StorageSharedKeyCredential`
0 commit comments