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