@azure/storage-file-datalake 12.25.0-beta.1 → 12.25.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.
Files changed (50) hide show
  1. package/dist/index.js +2 -10
  2. package/dist/index.js.map +1 -1
  3. package/dist-esm/storage-blob/src/StorageBrowserPolicyFactory.js.map +1 -1
  4. package/dist-esm/storage-blob/src/StorageRetryPolicyFactory.js.map +1 -1
  5. package/dist-esm/storage-blob/src/policies/AnonymousCredentialPolicy.js.map +1 -1
  6. package/dist-esm/storage-blob/src/policies/CredentialPolicy.js.map +1 -1
  7. package/dist-esm/storage-blob/src/policies/RequestPolicy.js.map +1 -1
  8. package/dist-esm/storage-blob/src/policies/StorageBrowserPolicy.js.map +1 -1
  9. package/dist-esm/storage-blob/src/policies/StorageBrowserPolicyV2.js.map +1 -1
  10. package/dist-esm/storage-blob/src/policies/StorageCorrectContentLengthPolicy.browser.js.map +1 -1
  11. package/dist-esm/storage-blob/src/policies/StorageCorrectContentLengthPolicy.js.map +1 -1
  12. package/dist-esm/storage-blob/src/policies/StorageRetryPolicy.js.map +1 -1
  13. package/dist-esm/storage-blob/src/policies/StorageRetryPolicyV2.js +1 -1
  14. package/dist-esm/storage-blob/src/policies/StorageRetryPolicyV2.js.map +1 -1
  15. package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicy.js.map +1 -1
  16. package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicyV2.browser.js.map +1 -1
  17. package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicyV2.js.map +1 -1
  18. package/dist-esm/storage-blob/src/utils/BlobQuickQueryStream.js.map +1 -1
  19. package/dist-esm/storage-blob/src/utils/RetriableReadableStream.js.map +1 -1
  20. package/dist-esm/storage-blob/src/utils/cache.js.map +1 -1
  21. package/dist-esm/storage-blob/src/utils/constants.js +1 -1
  22. package/dist-esm/storage-blob/src/utils/constants.js.map +1 -1
  23. package/dist-esm/storage-blob/src/utils/utils.common.js.map +1 -1
  24. package/dist-esm/storage-file-datalake/src/DataLakeFileSystemClient.js +0 -1
  25. package/dist-esm/storage-file-datalake/src/DataLakeFileSystemClient.js.map +1 -1
  26. package/dist-esm/storage-file-datalake/src/DataLakeLeaseClient.js.map +1 -1
  27. package/dist-esm/storage-file-datalake/src/DataLakeServiceClient.js +1 -2
  28. package/dist-esm/storage-file-datalake/src/DataLakeServiceClient.js.map +1 -1
  29. package/dist-esm/storage-file-datalake/src/Pipeline.js.map +1 -1
  30. package/dist-esm/storage-file-datalake/src/StorageClient.js.map +1 -1
  31. package/dist-esm/storage-file-datalake/src/StorageContextClient.js.map +1 -1
  32. package/dist-esm/storage-file-datalake/src/clients.js +0 -4
  33. package/dist-esm/storage-file-datalake/src/clients.js.map +1 -1
  34. package/dist-esm/storage-file-datalake/src/credentials/UserDelegationKeyCredential.js.map +1 -1
  35. package/dist-esm/storage-file-datalake/src/generated/src/storageClient.js +1 -1
  36. package/dist-esm/storage-file-datalake/src/generated/src/storageClient.js.map +1 -1
  37. package/dist-esm/storage-file-datalake/src/models.js.map +1 -1
  38. package/dist-esm/storage-file-datalake/src/sas/AccountSASSignatureValues.js.map +1 -1
  39. package/dist-esm/storage-file-datalake/src/sas/DataLakeSASSignatureValues.js.map +1 -1
  40. package/dist-esm/storage-file-datalake/src/sas/SASQueryParameters.js.map +1 -1
  41. package/dist-esm/storage-file-datalake/src/transforms.js.map +1 -1
  42. package/dist-esm/storage-file-datalake/src/utils/BufferScheduler.js.map +1 -1
  43. package/dist-esm/storage-file-datalake/src/utils/DataLakeAclChangeFailedError.js.map +1 -1
  44. package/dist-esm/storage-file-datalake/src/utils/PathClientInternal.js.map +1 -1
  45. package/dist-esm/storage-file-datalake/src/utils/constants.js +1 -1
  46. package/dist-esm/storage-file-datalake/src/utils/constants.js.map +1 -1
  47. package/dist-esm/storage-file-datalake/src/utils/utils.common.js +0 -2
  48. package/dist-esm/storage-file-datalake/src/utils/utils.common.js.map +1 -1
  49. package/package.json +4 -8
  50. package/types/latest/storage-file-datalake.d.ts +19 -19
package/dist/index.js CHANGED
@@ -50,7 +50,7 @@ const logger = logger$1.createClientLogger("storage-file-datalake");
50
50
 
51
51
  // Copyright (c) Microsoft Corporation.
52
52
  // Licensed under the MIT License.
53
- const SDK_VERSION = "12.25.0-beta.1";
53
+ const SDK_VERSION = "12.25.0";
54
54
  const SERVICE_VERSION = "2025-01-05";
55
55
  const KB = 1024;
56
56
  const MB = KB * 1024;
@@ -4539,7 +4539,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
4539
4539
  const defaults = {
4540
4540
  requestContentType: "application/json; charset=utf-8"
4541
4541
  };
4542
- const packageDetails = `azsdk-js-azure-storage-datalake/12.25.0-beta.1`;
4542
+ const packageDetails = `azsdk-js-azure-storage-datalake/12.25.0`;
4543
4543
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
4544
4544
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
4545
4545
  : `${packageDetails}`;
@@ -4591,8 +4591,6 @@ class StorageContextClient extends StorageClient$1 {
4591
4591
  }
4592
4592
  }
4593
4593
 
4594
- // Copyright (c) Microsoft Corporation.
4595
- // Licensed under the MIT License.
4596
4594
  /**
4597
4595
  * Reserved URL characters must be properly escaped for Storage services like Blob or File.
4598
4596
  *
@@ -7216,8 +7214,6 @@ class DataLakeAclChangeFailedError extends Error {
7216
7214
  const fsStat = util__namespace.promisify(fs__namespace.stat);
7217
7215
  const fsCreateReadStream = fs__namespace.createReadStream;
7218
7216
 
7219
- // Copyright (c) Microsoft Corporation.
7220
- // Licensed under the MIT License.
7221
7217
  /**
7222
7218
  * A DataLakePathClient represents a URL to the Azure Storage path (directory or file).
7223
7219
  */
@@ -7763,7 +7759,6 @@ class DataLakeDirectoryClient extends DataLakePathClient {
7763
7759
  * @param userDelegationKey - Return value of `blobServiceClient.getUserDelegationKey()`
7764
7760
  * @returns The SAS URI consisting of the URI to the resource represented by this client, followed by the generated SAS token.
7765
7761
  */
7766
- /* eslint-disable-next-line @azure/azure-sdk/ts-naming-options*/
7767
7762
  generateUserDelegationSasStringToSign(options, userDelegationKey) {
7768
7763
  return generateDataLakeSASQueryParametersInternal(Object.assign({ fileSystemName: this.fileSystemName, pathName: this.name, isDirectory: true }, options), userDelegationKey, this.accountName).stringToSign;
7769
7764
  }
@@ -8343,7 +8338,6 @@ class DataLakeFileClient extends DataLakePathClient {
8343
8338
  * @param userDelegationKey - Return value of `blobServiceClient.getUserDelegationKey()`
8344
8339
  * @returns The SAS URI consisting of the URI to the resource represented by this client, followed by the generated SAS token.
8345
8340
  */
8346
- /* eslint-disable-next-line @azure/azure-sdk/ts-naming-options*/
8347
8341
  generateUserDelegationSasStringToSign(options, userDelegationKey) {
8348
8342
  return generateDataLakeSASQueryParametersInternal(Object.assign({ fileSystemName: this.fileSystemName, pathName: this.name }, options), userDelegationKey, this.accountName).stringToSign;
8349
8343
  }
@@ -8934,7 +8928,6 @@ class DataLakeFileSystemClient extends StorageClient {
8934
8928
  * @param userDelegationKey - Return value of `blobServiceClient.getUserDelegationKey()`
8935
8929
  * @returns The SAS URI consisting of the URI to the resource represented by this client, followed by the generated SAS token.
8936
8930
  */
8937
- /* eslint-disable-next-line @azure/azure-sdk/ts-naming-options*/
8938
8931
  generateUserDelegationSasStringToSign(options, userDelegationKey) {
8939
8932
  return generateDataLakeSASQueryParametersInternal(Object.assign({ fileSystemName: this.name }, options), userDelegationKey, this.accountName).stringToSign;
8940
8933
  }
@@ -9306,7 +9299,6 @@ class DataLakeServiceClient extends StorageClient {
9306
9299
  * @param options - Optional. Options to configure the HTTP pipeline.
9307
9300
  */
9308
9301
  // Legacy, no way to fix the eslint error without breaking. Disable the rule for this line.
9309
- /* eslint-disable-next-line @azure/azure-sdk/ts-naming-options */
9310
9302
  static fromConnectionString(connectionString,
9311
9303
  // Legacy, no way to fix the eslint error without breaking. Disable the rule for this line.
9312
9304
  /* eslint-disable-next-line @azure/azure-sdk/ts-naming-options */