@azure/storage-queue 12.20.0-alpha.20231023.1 → 12.23.0-alpha.20231031.2

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 CHANGED
@@ -328,7 +328,7 @@ function ipRangeToString(ipRange) {
328
328
 
329
329
  // Copyright (c) Microsoft Corporation.
330
330
  // Licensed under the MIT license.
331
- const SDK_VERSION$1 = "12.20.0";
331
+ const SDK_VERSION$1 = "12.23.0-beta.1";
332
332
  const SERVICE_VERSION = "2021-10-04";
333
333
  const DevelopmentConnectionString = `DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;
334
334
  AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;
@@ -879,7 +879,7 @@ class AnonymousCredential extends Credential {
879
879
 
880
880
  // Copyright (c) Microsoft Corporation.
881
881
  // Licensed under the MIT license.
882
- const SDK_VERSION = "12.20.0";
882
+ const SDK_VERSION = "12.23.0-beta.1";
883
883
  /**
884
884
  * The OAuth scope to use with Azure Storage.
885
885
  */
@@ -4979,7 +4979,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
4979
4979
  const defaults = {
4980
4980
  requestContentType: "application/json; charset=utf-8"
4981
4981
  };
4982
- const packageDetails = `azsdk-js-azure-storage-queue/12.20.0`;
4982
+ const packageDetails = `azsdk-js-azure-storage-queue/12.23.0-beta.1`;
4983
4983
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
4984
4984
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
4985
4985
  : `${packageDetails}`;