@azure/storage-queue 12.22.0-alpha.20231101.1 → 12.22.0-alpha.20231116.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
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var coreRestPipeline = require('@azure/core-rest-pipeline');
4
6
  var crypto = require('crypto');
5
7
  var coreUtil = require('@azure/core-util');
@@ -328,7 +330,7 @@ function ipRangeToString(ipRange) {
328
330
 
329
331
  // Copyright (c) Microsoft Corporation.
330
332
  // Licensed under the MIT license.
331
- const SDK_VERSION$1 = "12.22.0-beta.1";
333
+ const SDK_VERSION$1 = "12.22.0-beta.2";
332
334
  const SERVICE_VERSION = "2021-10-04";
333
335
  const DevelopmentConnectionString = `DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;
334
336
  AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;
@@ -879,7 +881,7 @@ class AnonymousCredential extends Credential {
879
881
 
880
882
  // Copyright (c) Microsoft Corporation.
881
883
  // Licensed under the MIT license.
882
- const SDK_VERSION = "12.23.0-beta.1";
884
+ const SDK_VERSION = "12.23.0-beta.2";
883
885
  /**
884
886
  * The OAuth scope to use with Azure Storage.
885
887
  */
@@ -2103,7 +2105,7 @@ function getCoreClientOptions(pipeline) {
2103
2105
  }
2104
2106
  pipeline._corePipeline = corePipeline;
2105
2107
  }
2106
- return Object.assign(Object.assign({}, restOptions), { httpClient, pipeline: corePipeline });
2108
+ return Object.assign(Object.assign({}, restOptions), { allowInsecureConnection: true, httpClient, pipeline: corePipeline });
2107
2109
  }
2108
2110
  function getCredentialFromPipeline(pipeline) {
2109
2111
  // see if we squirreled one away on the type itself
@@ -4979,7 +4981,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
4979
4981
  const defaults = {
4980
4982
  requestContentType: "application/json; charset=utf-8"
4981
4983
  };
4982
- const packageDetails = `azsdk-js-azure-storage-queue/12.22.0-beta.1`;
4984
+ const packageDetails = `azsdk-js-azure-storage-queue/12.22.0-beta.2`;
4983
4985
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
4984
4986
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
4985
4987
  : `${packageDetails}`;