@azure/storage-file-datalake 12.13.0-beta.1 → 12.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist-esm/storage-file-datalake/src/generated/src/storageClientContext.js +1 -1
- package/dist-esm/storage-file-datalake/src/generated/src/storageClientContext.js.map +1 -1
- package/dist-esm/storage-file-datalake/src/utils/constants.js +1 -1
- package/dist-esm/storage-file-datalake/src/utils/constants.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -123,7 +123,7 @@ class AnonymousCredential extends Credential {
|
|
|
123
123
|
|
|
124
124
|
// Copyright (c) Microsoft Corporation.
|
|
125
125
|
// Licensed under the MIT license.
|
|
126
|
-
const SDK_VERSION = "12.13.0
|
|
126
|
+
const SDK_VERSION = "12.13.0";
|
|
127
127
|
const SERVICE_VERSION = "2022-11-02";
|
|
128
128
|
const KB = 1024;
|
|
129
129
|
const MB = KB * 1024;
|
|
@@ -5881,7 +5881,7 @@ function attachCredential(thing, credential) {
|
|
|
5881
5881
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
5882
5882
|
*/
|
|
5883
5883
|
const packageName = "azure-storage-datalake";
|
|
5884
|
-
const packageVersion = "12.13.0
|
|
5884
|
+
const packageVersion = "12.13.0";
|
|
5885
5885
|
class StorageClientContext extends coreHttp__namespace.ServiceClient {
|
|
5886
5886
|
/**
|
|
5887
5887
|
* Initializes a new instance of the StorageClientContext class.
|