@ms-cloudpack/remote-cache 0.11.31 → 0.11.33
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/{AzureRemoteCacheClient-SLJ6UCTU.js → AzureRemoteCacheClient-26RKIZEO.js} +2 -2
- package/dist/{chunk-SPZQQ2BT.js → chunk-DGXRDSNI.js} +269 -269
- package/dist/{chunk-6JB2AGE2.js → chunk-HSAXQLEO.js} +19 -19
- package/dist/{getCredential-NJEYW254.js → getCredential-2W3PWZWV.js} +1 -1
- package/dist/index.js +104 -104
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ const __filename = topLevelUrl.fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = topLevelPath.dirname(__filename);
|
|
7
7
|
import {
|
|
8
8
|
require_dist as require_dist3
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-HSAXQLEO.js";
|
|
10
10
|
import {
|
|
11
11
|
__asyncDelegator,
|
|
12
12
|
__asyncGenerator,
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
require_dist2,
|
|
20
20
|
require_state,
|
|
21
21
|
require_state2
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-DGXRDSNI.js";
|
|
23
23
|
import {
|
|
24
24
|
__export,
|
|
25
25
|
__name,
|
|
@@ -132,8 +132,8 @@ async function createRemoteCacheClient(params) {
|
|
|
132
132
|
const { container, loginMethod, storageAccount, cachePath, tenantId } = options;
|
|
133
133
|
const { telemetryClient } = context3;
|
|
134
134
|
return telemetryClient.tracer.startActiveSpan("CREATE_REMOTE_CACHE_CLIENT", async () => {
|
|
135
|
-
const { getCredential } = await import("./getCredential-
|
|
136
|
-
const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-
|
|
135
|
+
const { getCredential } = await import("./getCredential-2W3PWZWV.js");
|
|
136
|
+
const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-26RKIZEO.js");
|
|
137
137
|
const { ReporterDecorator } = await import("./ReporterDecorator-VYNWC6CL.js");
|
|
138
138
|
const { getListOfBlobs } = await import("./getListOfBlobs-BGP2V7PV.js");
|
|
139
139
|
const credential = await getCredential(
|
|
@@ -177,7 +177,7 @@ var KnownGeoReplicationStatusType;
|
|
|
177
177
|
KnownGeoReplicationStatusType2["Unavailable"] = "unavailable";
|
|
178
178
|
})(KnownGeoReplicationStatusType || (KnownGeoReplicationStatusType = {}));
|
|
179
179
|
|
|
180
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
180
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/util/random.js
|
|
181
181
|
function getRandomIntegerInclusive(min, max) {
|
|
182
182
|
min = Math.ceil(min);
|
|
183
183
|
max = Math.floor(max);
|
|
@@ -186,7 +186,7 @@ function getRandomIntegerInclusive(min, max) {
|
|
|
186
186
|
}
|
|
187
187
|
__name(getRandomIntegerInclusive, "getRandomIntegerInclusive");
|
|
188
188
|
|
|
189
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
189
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/util/delay.js
|
|
190
190
|
function calculateRetryDelay(retryAttempt, config) {
|
|
191
191
|
const exponentialDelay = config.retryDelayInMs * Math.pow(2, retryAttempt);
|
|
192
192
|
const clampedDelay = Math.min(config.maxRetryDelayInMs, exponentialDelay);
|
|
@@ -195,13 +195,13 @@ function calculateRetryDelay(retryAttempt, config) {
|
|
|
195
195
|
}
|
|
196
196
|
__name(calculateRetryDelay, "calculateRetryDelay");
|
|
197
197
|
|
|
198
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
198
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/util/object.js
|
|
199
199
|
function isObject(input) {
|
|
200
200
|
return typeof input === "object" && input !== null && !Array.isArray(input) && !(input instanceof RegExp) && !(input instanceof Date);
|
|
201
201
|
}
|
|
202
202
|
__name(isObject, "isObject");
|
|
203
203
|
|
|
204
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
204
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/util/error.js
|
|
205
205
|
function isError(e) {
|
|
206
206
|
if (isObject(e)) {
|
|
207
207
|
const hasName = typeof e.name === "string";
|
|
@@ -212,7 +212,7 @@ function isError(e) {
|
|
|
212
212
|
}
|
|
213
213
|
__name(isError, "isError");
|
|
214
214
|
|
|
215
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
215
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/util/uuidUtils.js
|
|
216
216
|
import { randomUUID as v4RandomUUID } from "node:crypto";
|
|
217
217
|
var _a;
|
|
218
218
|
var uuidFunction = typeof ((_a = globalThis === null || globalThis === void 0 ? void 0 : globalThis.crypto) === null || _a === void 0 ? void 0 : _a.randomUUID) === "function" ? globalThis.crypto.randomUUID.bind(globalThis.crypto) : v4RandomUUID;
|
|
@@ -221,7 +221,7 @@ function randomUUID() {
|
|
|
221
221
|
}
|
|
222
222
|
__name(randomUUID, "randomUUID");
|
|
223
223
|
|
|
224
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
224
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/util/checkEnvironment.js
|
|
225
225
|
var _a2;
|
|
226
226
|
var _b;
|
|
227
227
|
var _c;
|
|
@@ -233,13 +233,13 @@ var isBun = typeof Bun !== "undefined" && typeof Bun.version !== "undefined";
|
|
|
233
233
|
var isNodeLike = typeof globalThis.process !== "undefined" && Boolean(globalThis.process.version) && Boolean((_d = globalThis.process.versions) === null || _d === void 0 ? void 0 : _d.node);
|
|
234
234
|
var isReactNative = typeof navigator !== "undefined" && (navigator === null || navigator === void 0 ? void 0 : navigator.product) === "ReactNative";
|
|
235
235
|
|
|
236
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
236
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/util/bytesEncoding.js
|
|
237
237
|
function stringToUint8Array(value, format2) {
|
|
238
238
|
return Buffer.from(value, format2);
|
|
239
239
|
}
|
|
240
240
|
__name(stringToUint8Array, "stringToUint8Array");
|
|
241
241
|
|
|
242
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
242
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/util/sanitizer.js
|
|
243
243
|
var RedactedString = "REDACTED";
|
|
244
244
|
var defaultAllowedHeaderNames = [
|
|
245
245
|
"x-ms-client-request-id",
|
|
@@ -381,7 +381,7 @@ var _AbortError = class _AbortError extends Error {
|
|
|
381
381
|
__name(_AbortError, "AbortError");
|
|
382
382
|
var AbortError = _AbortError;
|
|
383
383
|
|
|
384
|
-
// ../../node_modules/.store/@azure-core-util-npm-1.
|
|
384
|
+
// ../../node_modules/.store/@azure-core-util-npm-1.13.0-b42aa7c8cb/package/dist/esm/createAbortablePromise.js
|
|
385
385
|
function createAbortablePromise(buildPromise, options) {
|
|
386
386
|
const { cleanupBeforeAbort, abortSignal, abortErrorMsg } = options !== null && options !== void 0 ? options : {};
|
|
387
387
|
return new Promise((resolve, reject) => {
|
|
@@ -418,7 +418,7 @@ function createAbortablePromise(buildPromise, options) {
|
|
|
418
418
|
}
|
|
419
419
|
__name(createAbortablePromise, "createAbortablePromise");
|
|
420
420
|
|
|
421
|
-
// ../../node_modules/.store/@azure-core-util-npm-1.
|
|
421
|
+
// ../../node_modules/.store/@azure-core-util-npm-1.13.0-b42aa7c8cb/package/dist/esm/delay.js
|
|
422
422
|
var StandardAbortMessage = "The delay was aborted.";
|
|
423
423
|
function delay(timeInMs, options) {
|
|
424
424
|
let token;
|
|
@@ -433,7 +433,7 @@ function delay(timeInMs, options) {
|
|
|
433
433
|
}
|
|
434
434
|
__name(delay, "delay");
|
|
435
435
|
|
|
436
|
-
// ../../node_modules/.store/@azure-core-util-npm-1.
|
|
436
|
+
// ../../node_modules/.store/@azure-core-util-npm-1.13.0-b42aa7c8cb/package/dist/esm/error.js
|
|
437
437
|
function getErrorMessage(e) {
|
|
438
438
|
if (isError(e)) {
|
|
439
439
|
return e.message;
|
|
@@ -453,7 +453,7 @@ function getErrorMessage(e) {
|
|
|
453
453
|
}
|
|
454
454
|
__name(getErrorMessage, "getErrorMessage");
|
|
455
455
|
|
|
456
|
-
// ../../node_modules/.store/@azure-core-util-npm-1.
|
|
456
|
+
// ../../node_modules/.store/@azure-core-util-npm-1.13.0-b42aa7c8cb/package/dist/esm/typeGuards.js
|
|
457
457
|
function isDefined(thing) {
|
|
458
458
|
return typeof thing !== "undefined" && thing !== null;
|
|
459
459
|
}
|
|
@@ -475,7 +475,7 @@ function objectHasProperty(thing, property) {
|
|
|
475
475
|
}
|
|
476
476
|
__name(objectHasProperty, "objectHasProperty");
|
|
477
477
|
|
|
478
|
-
// ../../node_modules/.store/@azure-core-util-npm-1.
|
|
478
|
+
// ../../node_modules/.store/@azure-core-util-npm-1.13.0-b42aa7c8cb/package/dist/esm/index.js
|
|
479
479
|
function isError2(e) {
|
|
480
480
|
return isError(e);
|
|
481
481
|
}
|
|
@@ -486,7 +486,7 @@ function randomUUID2() {
|
|
|
486
486
|
__name(randomUUID2, "randomUUID");
|
|
487
487
|
var isNodeLike2 = isNodeLike;
|
|
488
488
|
|
|
489
|
-
// ../../node_modules/.store/@azure-core-auth-npm-1.
|
|
489
|
+
// ../../node_modules/.store/@azure-core-auth-npm-1.10.0-eef4c3418a/package/dist/esm/azureNamedKeyCredential.js
|
|
490
490
|
var _AzureNamedKeyCredential = class _AzureNamedKeyCredential {
|
|
491
491
|
/**
|
|
492
492
|
* The value of the key to be used in authentication.
|
|
@@ -538,13 +538,13 @@ function isNamedKeyCredential(credential) {
|
|
|
538
538
|
}
|
|
539
539
|
__name(isNamedKeyCredential, "isNamedKeyCredential");
|
|
540
540
|
|
|
541
|
-
// ../../node_modules/.store/@azure-core-auth-npm-1.
|
|
541
|
+
// ../../node_modules/.store/@azure-core-auth-npm-1.10.0-eef4c3418a/package/dist/esm/azureSASCredential.js
|
|
542
542
|
function isSASCredential(credential) {
|
|
543
543
|
return isObjectWithProperties(credential, ["signature"]) && typeof credential.signature === "string";
|
|
544
544
|
}
|
|
545
545
|
__name(isSASCredential, "isSASCredential");
|
|
546
546
|
|
|
547
|
-
// ../../node_modules/.store/@azure-core-auth-npm-1.
|
|
547
|
+
// ../../node_modules/.store/@azure-core-auth-npm-1.10.0-eef4c3418a/package/dist/esm/tokenCredential.js
|
|
548
548
|
function isTokenCredential(credential) {
|
|
549
549
|
const castCredential = credential;
|
|
550
550
|
return castCredential && typeof castCredential.getToken === "function" && (castCredential.signRequest === void 0 || castCredential.getToken.length > 0);
|
|
@@ -2434,11 +2434,11 @@ var XMLValidator = {
|
|
|
2434
2434
|
validate
|
|
2435
2435
|
};
|
|
2436
2436
|
|
|
2437
|
-
// ../../node_modules/.store/@azure-core-xml-npm-1.
|
|
2437
|
+
// ../../node_modules/.store/@azure-core-xml-npm-1.5.0-fa14061b4e/package/dist/esm/xml.common.js
|
|
2438
2438
|
var XML_ATTRKEY = "$";
|
|
2439
2439
|
var XML_CHARKEY = "_";
|
|
2440
2440
|
|
|
2441
|
-
// ../../node_modules/.store/@azure-core-xml-npm-1.
|
|
2441
|
+
// ../../node_modules/.store/@azure-core-xml-npm-1.5.0-fa14061b4e/package/dist/esm/xml.js
|
|
2442
2442
|
function getCommonOptions(options) {
|
|
2443
2443
|
var _a3;
|
|
2444
2444
|
return {
|
|
@@ -2489,7 +2489,7 @@ async function parseXML(str, opts = {}) {
|
|
|
2489
2489
|
}
|
|
2490
2490
|
__name(parseXML, "parseXML");
|
|
2491
2491
|
|
|
2492
|
-
// ../../node_modules/.store/@azure-core-client-npm-1.
|
|
2492
|
+
// ../../node_modules/.store/@azure-core-client-npm-1.10.0-0bf9efdeeb/package/dist/esm/base64.js
|
|
2493
2493
|
function encodeByteArray(value) {
|
|
2494
2494
|
const bufferValue = value instanceof Buffer ? value : Buffer.from(value.buffer);
|
|
2495
2495
|
return bufferValue.toString("base64");
|
|
@@ -2500,11 +2500,11 @@ function decodeString(value) {
|
|
|
2500
2500
|
}
|
|
2501
2501
|
__name(decodeString, "decodeString");
|
|
2502
2502
|
|
|
2503
|
-
// ../../node_modules/.store/@azure-core-client-npm-1.
|
|
2503
|
+
// ../../node_modules/.store/@azure-core-client-npm-1.10.0-0bf9efdeeb/package/dist/esm/interfaces.js
|
|
2504
2504
|
var XML_ATTRKEY2 = "$";
|
|
2505
2505
|
var XML_CHARKEY2 = "_";
|
|
2506
2506
|
|
|
2507
|
-
// ../../node_modules/.store/@azure-core-client-npm-1.
|
|
2507
|
+
// ../../node_modules/.store/@azure-core-client-npm-1.10.0-0bf9efdeeb/package/dist/esm/utils.js
|
|
2508
2508
|
function isPrimitiveBody(value, mapperTypeName) {
|
|
2509
2509
|
return mapperTypeName !== "Composite" && mapperTypeName !== "Dictionary" && (typeof value === "string" || typeof value === "number" || typeof value === "boolean" || (mapperTypeName === null || mapperTypeName === void 0 ? void 0 : mapperTypeName.match(/^(Date|DateTime|DateTimeRfc1123|UnixTime|ByteArray|Base64Url)$/i)) !== null || value === void 0 || value === null);
|
|
2510
2510
|
}
|
|
@@ -2565,7 +2565,7 @@ function flattenResponse(fullResponse, responseSpec) {
|
|
|
2565
2565
|
}
|
|
2566
2566
|
__name(flattenResponse, "flattenResponse");
|
|
2567
2567
|
|
|
2568
|
-
// ../../node_modules/.store/@azure-core-client-npm-1.
|
|
2568
|
+
// ../../node_modules/.store/@azure-core-client-npm-1.10.0-0bf9efdeeb/package/dist/esm/serializer.js
|
|
2569
2569
|
var _SerializerImpl = class _SerializerImpl {
|
|
2570
2570
|
constructor(modelMappers = {}, isXML = false) {
|
|
2571
2571
|
this.modelMappers = modelMappers;
|
|
@@ -3333,7 +3333,7 @@ var MapperTypeNames = {
|
|
|
3333
3333
|
UnixTime: "UnixTime"
|
|
3334
3334
|
};
|
|
3335
3335
|
|
|
3336
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
3336
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/abort-controller/AbortError.js
|
|
3337
3337
|
var _AbortError2 = class _AbortError2 extends Error {
|
|
3338
3338
|
constructor(message) {
|
|
3339
3339
|
super(message);
|
|
@@ -3343,7 +3343,7 @@ var _AbortError2 = class _AbortError2 extends Error {
|
|
|
3343
3343
|
__name(_AbortError2, "AbortError");
|
|
3344
3344
|
var AbortError2 = _AbortError2;
|
|
3345
3345
|
|
|
3346
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
3346
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/logger/log.js
|
|
3347
3347
|
import { EOL as EOL2 } from "node:os";
|
|
3348
3348
|
import util from "node:util";
|
|
3349
3349
|
import * as process2 from "node:process";
|
|
@@ -3352,7 +3352,7 @@ function log(message, ...args) {
|
|
|
3352
3352
|
}
|
|
3353
3353
|
__name(log, "log");
|
|
3354
3354
|
|
|
3355
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
3355
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/logger/debug.js
|
|
3356
3356
|
var debugEnvVariable = typeof process !== "undefined" && process.env && process.env.DEBUG || void 0;
|
|
3357
3357
|
var enabledString;
|
|
3358
3358
|
var enabledNamespaces = [];
|
|
@@ -3449,7 +3449,7 @@ function extend(namespace) {
|
|
|
3449
3449
|
__name(extend, "extend");
|
|
3450
3450
|
var debug_default = debugObj;
|
|
3451
3451
|
|
|
3452
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
3452
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/logger/logger.js
|
|
3453
3453
|
var TYPESPEC_RUNTIME_LOG_LEVELS = ["verbose", "info", "warning", "error"];
|
|
3454
3454
|
var levelMap = {
|
|
3455
3455
|
verbose: 400,
|
|
@@ -3546,7 +3546,7 @@ function createClientLogger(namespace) {
|
|
|
3546
3546
|
}
|
|
3547
3547
|
__name(createClientLogger, "createClientLogger");
|
|
3548
3548
|
|
|
3549
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
3549
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/httpHeaders.js
|
|
3550
3550
|
function normalizeName(name) {
|
|
3551
3551
|
return name.toLowerCase();
|
|
3552
3552
|
}
|
|
@@ -3634,7 +3634,7 @@ function createHttpHeaders(rawHeaders) {
|
|
|
3634
3634
|
}
|
|
3635
3635
|
__name(createHttpHeaders, "createHttpHeaders");
|
|
3636
3636
|
|
|
3637
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
3637
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/pipelineRequest.js
|
|
3638
3638
|
var _PipelineRequestImpl = class _PipelineRequestImpl {
|
|
3639
3639
|
constructor(options) {
|
|
3640
3640
|
var _a3, _b2, _c2, _d2, _e, _f, _g;
|
|
@@ -3666,7 +3666,7 @@ function createPipelineRequest(options) {
|
|
|
3666
3666
|
}
|
|
3667
3667
|
__name(createPipelineRequest, "createPipelineRequest");
|
|
3668
3668
|
|
|
3669
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
3669
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/pipeline.js
|
|
3670
3670
|
var ValidPhaseNames = /* @__PURE__ */ new Set(["Deserialize", "Serialize", "Retry", "Sign"]);
|
|
3671
3671
|
var _HttpPipeline = class _HttpPipeline {
|
|
3672
3672
|
constructor(policies) {
|
|
@@ -3854,11 +3854,11 @@ function createEmptyPipeline() {
|
|
|
3854
3854
|
}
|
|
3855
3855
|
__name(createEmptyPipeline, "createEmptyPipeline");
|
|
3856
3856
|
|
|
3857
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
3857
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/util/inspect.js
|
|
3858
3858
|
import { inspect } from "node:util";
|
|
3859
3859
|
var custom = inspect.custom;
|
|
3860
3860
|
|
|
3861
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
3861
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/restError.js
|
|
3862
3862
|
var errorSanitizer = new Sanitizer();
|
|
3863
3863
|
var _RestError = class _RestError extends Error {
|
|
3864
3864
|
constructor(message, options = {}) {
|
|
@@ -3890,16 +3890,16 @@ function isRestError(e) {
|
|
|
3890
3890
|
}
|
|
3891
3891
|
__name(isRestError, "isRestError");
|
|
3892
3892
|
|
|
3893
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
3893
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/nodeHttpClient.js
|
|
3894
3894
|
import * as http from "node:http";
|
|
3895
3895
|
import * as https from "node:https";
|
|
3896
3896
|
import * as zlib from "node:zlib";
|
|
3897
3897
|
import { Transform } from "node:stream";
|
|
3898
3898
|
|
|
3899
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
3899
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/log.js
|
|
3900
3900
|
var logger2 = createClientLogger("ts-http-runtime");
|
|
3901
3901
|
|
|
3902
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
3902
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/nodeHttpClient.js
|
|
3903
3903
|
var DEFAULT_TLS_SETTINGS = {};
|
|
3904
3904
|
function isReadableStream(body) {
|
|
3905
3905
|
return body && typeof body.pipe === "function";
|
|
@@ -4199,13 +4199,13 @@ function createNodeHttpClient() {
|
|
|
4199
4199
|
}
|
|
4200
4200
|
__name(createNodeHttpClient, "createNodeHttpClient");
|
|
4201
4201
|
|
|
4202
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
4202
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/defaultHttpClient.js
|
|
4203
4203
|
function createDefaultHttpClient() {
|
|
4204
4204
|
return createNodeHttpClient();
|
|
4205
4205
|
}
|
|
4206
4206
|
__name(createDefaultHttpClient, "createDefaultHttpClient");
|
|
4207
4207
|
|
|
4208
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
4208
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/policies/logPolicy.js
|
|
4209
4209
|
var logPolicyName = "logPolicy";
|
|
4210
4210
|
function logPolicy(options = {}) {
|
|
4211
4211
|
var _a3;
|
|
@@ -4230,7 +4230,7 @@ function logPolicy(options = {}) {
|
|
|
4230
4230
|
}
|
|
4231
4231
|
__name(logPolicy, "logPolicy");
|
|
4232
4232
|
|
|
4233
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
4233
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/policies/redirectPolicy.js
|
|
4234
4234
|
var redirectPolicyName = "redirectPolicy";
|
|
4235
4235
|
var allowedRedirect = ["GET", "HEAD"];
|
|
4236
4236
|
function redirectPolicy(options = {}) {
|
|
@@ -4263,25 +4263,25 @@ async function handleRedirect(next, response, maxRetries, currentRetries = 0) {
|
|
|
4263
4263
|
}
|
|
4264
4264
|
__name(handleRedirect, "handleRedirect");
|
|
4265
4265
|
|
|
4266
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
4266
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/util/userAgentPlatform.js
|
|
4267
4267
|
function getHeaderName() {
|
|
4268
4268
|
return "User-Agent";
|
|
4269
4269
|
}
|
|
4270
4270
|
__name(getHeaderName, "getHeaderName");
|
|
4271
4271
|
|
|
4272
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
4272
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/constants.js
|
|
4273
4273
|
var DEFAULT_RETRY_POLICY_COUNT = 3;
|
|
4274
4274
|
|
|
4275
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
4275
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/util/userAgent.js
|
|
4276
4276
|
function getUserAgentHeaderName() {
|
|
4277
4277
|
return getHeaderName();
|
|
4278
4278
|
}
|
|
4279
4279
|
__name(getUserAgentHeaderName, "getUserAgentHeaderName");
|
|
4280
4280
|
|
|
4281
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
4281
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/policies/userAgentPolicy.js
|
|
4282
4282
|
var UserAgentHeaderName = getUserAgentHeaderName();
|
|
4283
4283
|
|
|
4284
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
4284
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/policies/decompressResponsePolicy.js
|
|
4285
4285
|
var decompressResponsePolicyName = "decompressResponsePolicy";
|
|
4286
4286
|
function decompressResponsePolicy() {
|
|
4287
4287
|
return {
|
|
@@ -4296,7 +4296,7 @@ function decompressResponsePolicy() {
|
|
|
4296
4296
|
}
|
|
4297
4297
|
__name(decompressResponsePolicy, "decompressResponsePolicy");
|
|
4298
4298
|
|
|
4299
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
4299
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/util/helpers.js
|
|
4300
4300
|
var StandardAbortMessage2 = "The operation was aborted.";
|
|
4301
4301
|
function delay2(delayInMs, value, options) {
|
|
4302
4302
|
return new Promise((resolve, reject) => {
|
|
@@ -4341,7 +4341,7 @@ function parseHeaderValueAsNumber(response, headerName) {
|
|
|
4341
4341
|
}
|
|
4342
4342
|
__name(parseHeaderValueAsNumber, "parseHeaderValueAsNumber");
|
|
4343
4343
|
|
|
4344
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
4344
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/retryStrategies/throttlingRetryStrategy.js
|
|
4345
4345
|
var RetryAfterHeader = "Retry-After";
|
|
4346
4346
|
var AllRetryAfterHeaders = ["retry-after-ms", "x-ms-retry-after-ms", RetryAfterHeader];
|
|
4347
4347
|
function getRetryAfterInMs(response) {
|
|
@@ -4386,7 +4386,7 @@ function throttlingRetryStrategy() {
|
|
|
4386
4386
|
}
|
|
4387
4387
|
__name(throttlingRetryStrategy, "throttlingRetryStrategy");
|
|
4388
4388
|
|
|
4389
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
4389
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/retryStrategies/exponentialRetryStrategy.js
|
|
4390
4390
|
var DEFAULT_CLIENT_RETRY_INTERVAL = 1e3;
|
|
4391
4391
|
var DEFAULT_CLIENT_MAX_RETRY_INTERVAL = 1e3 * 64;
|
|
4392
4392
|
function exponentialRetryStrategy(options = {}) {
|
|
@@ -4427,7 +4427,7 @@ function isSystemError(err) {
|
|
|
4427
4427
|
}
|
|
4428
4428
|
__name(isSystemError, "isSystemError");
|
|
4429
4429
|
|
|
4430
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
4430
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/policies/retryPolicy.js
|
|
4431
4431
|
var retryPolicyLogger = createClientLogger("ts-http-runtime retryPolicy");
|
|
4432
4432
|
var retryPolicyName = "retryPolicy";
|
|
4433
4433
|
function retryPolicy(strategies, options = { maxRetries: DEFAULT_RETRY_POLICY_COUNT }) {
|
|
@@ -4513,7 +4513,7 @@ function retryPolicy(strategies, options = { maxRetries: DEFAULT_RETRY_POLICY_CO
|
|
|
4513
4513
|
}
|
|
4514
4514
|
__name(retryPolicy, "retryPolicy");
|
|
4515
4515
|
|
|
4516
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
4516
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/policies/defaultRetryPolicy.js
|
|
4517
4517
|
var defaultRetryPolicyName = "defaultRetryPolicy";
|
|
4518
4518
|
function defaultRetryPolicy(options = {}) {
|
|
4519
4519
|
var _a3;
|
|
@@ -4526,7 +4526,7 @@ function defaultRetryPolicy(options = {}) {
|
|
|
4526
4526
|
}
|
|
4527
4527
|
__name(defaultRetryPolicy, "defaultRetryPolicy");
|
|
4528
4528
|
|
|
4529
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
4529
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/policies/formDataPolicy.js
|
|
4530
4530
|
var formDataPolicyName = "formDataPolicy";
|
|
4531
4531
|
function formDataToFormDataMap(formData) {
|
|
4532
4532
|
var _a3;
|
|
@@ -4608,7 +4608,7 @@ async function prepareFormData(formData, request3) {
|
|
|
4608
4608
|
}
|
|
4609
4609
|
__name(prepareFormData, "prepareFormData");
|
|
4610
4610
|
|
|
4611
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
4611
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/policies/proxyPolicy.js
|
|
4612
4612
|
var import_https_proxy_agent = __toESM(require_dist(), 1);
|
|
4613
4613
|
var import_http_proxy_agent = __toESM(require_dist2(), 1);
|
|
4614
4614
|
var HTTPS_PROXY = "HTTPS_PROXY";
|
|
@@ -4741,7 +4741,7 @@ function proxyPolicy(proxySettings, options) {
|
|
|
4741
4741
|
}
|
|
4742
4742
|
__name(proxyPolicy, "proxyPolicy");
|
|
4743
4743
|
|
|
4744
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
4744
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/policies/agentPolicy.js
|
|
4745
4745
|
var agentPolicyName = "agentPolicy";
|
|
4746
4746
|
function agentPolicy(agent) {
|
|
4747
4747
|
return {
|
|
@@ -4756,7 +4756,7 @@ function agentPolicy(agent) {
|
|
|
4756
4756
|
}
|
|
4757
4757
|
__name(agentPolicy, "agentPolicy");
|
|
4758
4758
|
|
|
4759
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
4759
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/policies/tlsPolicy.js
|
|
4760
4760
|
var tlsPolicyName = "tlsPolicy";
|
|
4761
4761
|
function tlsPolicy(tlsSettings) {
|
|
4762
4762
|
return {
|
|
@@ -4771,13 +4771,13 @@ function tlsPolicy(tlsSettings) {
|
|
|
4771
4771
|
}
|
|
4772
4772
|
__name(tlsPolicy, "tlsPolicy");
|
|
4773
4773
|
|
|
4774
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
4774
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/util/typeGuards.js
|
|
4775
4775
|
function isBlob(x) {
|
|
4776
4776
|
return typeof x.stream === "function";
|
|
4777
4777
|
}
|
|
4778
4778
|
__name(isBlob, "isBlob");
|
|
4779
4779
|
|
|
4780
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
4780
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/util/concat.js
|
|
4781
4781
|
init_tslib_es6();
|
|
4782
4782
|
import { Readable } from "stream";
|
|
4783
4783
|
function streamAsyncIterator() {
|
|
@@ -4855,7 +4855,7 @@ async function concat(sources) {
|
|
|
4855
4855
|
}
|
|
4856
4856
|
__name(concat, "concat");
|
|
4857
4857
|
|
|
4858
|
-
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.
|
|
4858
|
+
// ../../node_modules/.store/@typespec-ts-http-runtime-npm-0.3.0-dded0902cc/package/dist/esm/policies/multipartPolicy.js
|
|
4859
4859
|
function generateBoundary() {
|
|
4860
4860
|
return `----AzSDKFormBoundary${randomUUID()}`;
|
|
4861
4861
|
}
|
|
@@ -4960,13 +4960,13 @@ function multipartPolicy() {
|
|
|
4960
4960
|
}
|
|
4961
4961
|
__name(multipartPolicy, "multipartPolicy");
|
|
4962
4962
|
|
|
4963
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
4963
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/pipeline.js
|
|
4964
4964
|
function createEmptyPipeline2() {
|
|
4965
4965
|
return createEmptyPipeline();
|
|
4966
4966
|
}
|
|
4967
4967
|
__name(createEmptyPipeline2, "createEmptyPipeline");
|
|
4968
4968
|
|
|
4969
|
-
// ../../node_modules/.store/@azure-logger-npm-1.
|
|
4969
|
+
// ../../node_modules/.store/@azure-logger-npm-1.3.0-d53081e040/package/dist/esm/index.js
|
|
4970
4970
|
var context2 = createLoggerContext({
|
|
4971
4971
|
logLevelEnvVarName: "AZURE_LOG_LEVEL",
|
|
4972
4972
|
namespace: "azure"
|
|
@@ -4977,22 +4977,22 @@ function createClientLogger2(namespace) {
|
|
|
4977
4977
|
}
|
|
4978
4978
|
__name(createClientLogger2, "createClientLogger");
|
|
4979
4979
|
|
|
4980
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
4980
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/log.js
|
|
4981
4981
|
var logger3 = createClientLogger2("core-rest-pipeline");
|
|
4982
4982
|
|
|
4983
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
4983
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/policies/logPolicy.js
|
|
4984
4984
|
function logPolicy2(options = {}) {
|
|
4985
4985
|
return logPolicy(Object.assign({ logger: logger3.info }, options));
|
|
4986
4986
|
}
|
|
4987
4987
|
__name(logPolicy2, "logPolicy");
|
|
4988
4988
|
|
|
4989
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
4989
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/policies/redirectPolicy.js
|
|
4990
4990
|
function redirectPolicy2(options = {}) {
|
|
4991
4991
|
return redirectPolicy(options);
|
|
4992
4992
|
}
|
|
4993
4993
|
__name(redirectPolicy2, "redirectPolicy");
|
|
4994
4994
|
|
|
4995
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
4995
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/util/userAgentPlatform.js
|
|
4996
4996
|
import * as os from "node:os";
|
|
4997
4997
|
import * as process3 from "node:process";
|
|
4998
4998
|
function getHeaderName2() {
|
|
@@ -5014,10 +5014,10 @@ async function setPlatformSpecificData2(map) {
|
|
|
5014
5014
|
}
|
|
5015
5015
|
__name(setPlatformSpecificData2, "setPlatformSpecificData");
|
|
5016
5016
|
|
|
5017
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5018
|
-
var SDK_VERSION2 = "1.
|
|
5017
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/constants.js
|
|
5018
|
+
var SDK_VERSION2 = "1.22.0";
|
|
5019
5019
|
|
|
5020
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5020
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/util/userAgent.js
|
|
5021
5021
|
function getUserAgentString(telemetryInfo) {
|
|
5022
5022
|
const parts = [];
|
|
5023
5023
|
for (const [key, value] of telemetryInfo) {
|
|
@@ -5041,7 +5041,7 @@ async function getUserAgentValue2(prefix) {
|
|
|
5041
5041
|
}
|
|
5042
5042
|
__name(getUserAgentValue2, "getUserAgentValue");
|
|
5043
5043
|
|
|
5044
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5044
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/policies/userAgentPolicy.js
|
|
5045
5045
|
var UserAgentHeaderName2 = getUserAgentHeaderName2();
|
|
5046
5046
|
var userAgentPolicyName2 = "userAgentPolicy";
|
|
5047
5047
|
function userAgentPolicy2(options = {}) {
|
|
@@ -5058,7 +5058,7 @@ function userAgentPolicy2(options = {}) {
|
|
|
5058
5058
|
}
|
|
5059
5059
|
__name(userAgentPolicy2, "userAgentPolicy");
|
|
5060
5060
|
|
|
5061
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5061
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/util/file.js
|
|
5062
5062
|
var rawContent = Symbol("rawContent");
|
|
5063
5063
|
function hasRawContent(x) {
|
|
5064
5064
|
return typeof x[rawContent] === "function";
|
|
@@ -5073,7 +5073,7 @@ function getRawContent(blob) {
|
|
|
5073
5073
|
}
|
|
5074
5074
|
__name(getRawContent, "getRawContent");
|
|
5075
5075
|
|
|
5076
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5076
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/policies/multipartPolicy.js
|
|
5077
5077
|
var multipartPolicyName2 = multipartPolicyName;
|
|
5078
5078
|
function multipartPolicy2() {
|
|
5079
5079
|
const tspPolicy = multipartPolicy();
|
|
@@ -5093,31 +5093,31 @@ function multipartPolicy2() {
|
|
|
5093
5093
|
}
|
|
5094
5094
|
__name(multipartPolicy2, "multipartPolicy");
|
|
5095
5095
|
|
|
5096
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5096
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/policies/decompressResponsePolicy.js
|
|
5097
5097
|
function decompressResponsePolicy2() {
|
|
5098
5098
|
return decompressResponsePolicy();
|
|
5099
5099
|
}
|
|
5100
5100
|
__name(decompressResponsePolicy2, "decompressResponsePolicy");
|
|
5101
5101
|
|
|
5102
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5102
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/policies/defaultRetryPolicy.js
|
|
5103
5103
|
function defaultRetryPolicy2(options = {}) {
|
|
5104
5104
|
return defaultRetryPolicy(options);
|
|
5105
5105
|
}
|
|
5106
5106
|
__name(defaultRetryPolicy2, "defaultRetryPolicy");
|
|
5107
5107
|
|
|
5108
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5108
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/policies/formDataPolicy.js
|
|
5109
5109
|
function formDataPolicy2() {
|
|
5110
5110
|
return formDataPolicy();
|
|
5111
5111
|
}
|
|
5112
5112
|
__name(formDataPolicy2, "formDataPolicy");
|
|
5113
5113
|
|
|
5114
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5114
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/policies/proxyPolicy.js
|
|
5115
5115
|
function proxyPolicy2(proxySettings, options) {
|
|
5116
5116
|
return proxyPolicy(proxySettings, options);
|
|
5117
5117
|
}
|
|
5118
5118
|
__name(proxyPolicy2, "proxyPolicy");
|
|
5119
5119
|
|
|
5120
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5120
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/policies/setClientRequestIdPolicy.js
|
|
5121
5121
|
var setClientRequestIdPolicyName = "setClientRequestIdPolicy";
|
|
5122
5122
|
function setClientRequestIdPolicy(requestIdHeaderName = "x-ms-client-request-id") {
|
|
5123
5123
|
return {
|
|
@@ -5132,19 +5132,19 @@ function setClientRequestIdPolicy(requestIdHeaderName = "x-ms-client-request-id"
|
|
|
5132
5132
|
}
|
|
5133
5133
|
__name(setClientRequestIdPolicy, "setClientRequestIdPolicy");
|
|
5134
5134
|
|
|
5135
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5135
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/policies/agentPolicy.js
|
|
5136
5136
|
function agentPolicy2(agent) {
|
|
5137
5137
|
return agentPolicy(agent);
|
|
5138
5138
|
}
|
|
5139
5139
|
__name(agentPolicy2, "agentPolicy");
|
|
5140
5140
|
|
|
5141
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5141
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/policies/tlsPolicy.js
|
|
5142
5142
|
function tlsPolicy2(tlsSettings) {
|
|
5143
5143
|
return tlsPolicy(tlsSettings);
|
|
5144
5144
|
}
|
|
5145
5145
|
__name(tlsPolicy2, "tlsPolicy");
|
|
5146
5146
|
|
|
5147
|
-
// ../../node_modules/.store/@azure-core-tracing-npm-1.
|
|
5147
|
+
// ../../node_modules/.store/@azure-core-tracing-npm-1.3.0-ee5ebb3659/package/dist/esm/tracingContext.js
|
|
5148
5148
|
var knownContextKeys = {
|
|
5149
5149
|
span: Symbol.for("@azure/core-tracing span"),
|
|
5150
5150
|
namespace: Symbol.for("@azure/core-tracing namespace")
|
|
@@ -5181,11 +5181,11 @@ var _TracingContextImpl = class _TracingContextImpl {
|
|
|
5181
5181
|
__name(_TracingContextImpl, "TracingContextImpl");
|
|
5182
5182
|
var TracingContextImpl = _TracingContextImpl;
|
|
5183
5183
|
|
|
5184
|
-
// ../../node_modules/.store/@azure-core-tracing-npm-1.
|
|
5184
|
+
// ../../node_modules/.store/@azure-core-tracing-npm-1.3.0-ee5ebb3659/package/dist/esm/state.js
|
|
5185
5185
|
var import_state = __toESM(require_state(), 1);
|
|
5186
5186
|
var state = import_state.state;
|
|
5187
5187
|
|
|
5188
|
-
// ../../node_modules/.store/@azure-core-tracing-npm-1.
|
|
5188
|
+
// ../../node_modules/.store/@azure-core-tracing-npm-1.3.0-ee5ebb3659/package/dist/esm/instrumenter.js
|
|
5189
5189
|
function createDefaultTracingSpan() {
|
|
5190
5190
|
return {
|
|
5191
5191
|
end: /* @__PURE__ */ __name(() => {
|
|
@@ -5230,7 +5230,7 @@ function getInstrumenter() {
|
|
|
5230
5230
|
}
|
|
5231
5231
|
__name(getInstrumenter, "getInstrumenter");
|
|
5232
5232
|
|
|
5233
|
-
// ../../node_modules/.store/@azure-core-tracing-npm-1.
|
|
5233
|
+
// ../../node_modules/.store/@azure-core-tracing-npm-1.3.0-ee5ebb3659/package/dist/esm/tracingClient.js
|
|
5234
5234
|
function createTracingClient(options) {
|
|
5235
5235
|
const { namespace, packageName, packageVersion } = options;
|
|
5236
5236
|
function startSpan(name, operationOptions, spanOptions) {
|
|
@@ -5287,14 +5287,14 @@ function createTracingClient(options) {
|
|
|
5287
5287
|
}
|
|
5288
5288
|
__name(createTracingClient, "createTracingClient");
|
|
5289
5289
|
|
|
5290
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5290
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/restError.js
|
|
5291
5291
|
var RestError2 = RestError;
|
|
5292
5292
|
function isRestError2(e) {
|
|
5293
5293
|
return isRestError(e);
|
|
5294
5294
|
}
|
|
5295
5295
|
__name(isRestError2, "isRestError");
|
|
5296
5296
|
|
|
5297
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5297
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/policies/tracingPolicy.js
|
|
5298
5298
|
var tracingPolicyName = "tracingPolicy";
|
|
5299
5299
|
function tracingPolicy(options = {}) {
|
|
5300
5300
|
const userAgentPromise = getUserAgentValue2(options.userAgentPrefix);
|
|
@@ -5403,7 +5403,7 @@ function tryProcessResponse(span, response) {
|
|
|
5403
5403
|
}
|
|
5404
5404
|
__name(tryProcessResponse, "tryProcessResponse");
|
|
5405
5405
|
|
|
5406
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5406
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/util/wrapAbortSignal.js
|
|
5407
5407
|
function wrapAbortSignalLike(abortSignalLike) {
|
|
5408
5408
|
if (abortSignalLike instanceof AbortSignal) {
|
|
5409
5409
|
return { abortSignal: abortSignalLike };
|
|
@@ -5430,7 +5430,7 @@ function wrapAbortSignalLike(abortSignalLike) {
|
|
|
5430
5430
|
}
|
|
5431
5431
|
__name(wrapAbortSignalLike, "wrapAbortSignalLike");
|
|
5432
5432
|
|
|
5433
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5433
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/policies/wrapAbortSignalLikePolicy.js
|
|
5434
5434
|
var wrapAbortSignalLikePolicyName = "wrapAbortSignalLikePolicy";
|
|
5435
5435
|
function wrapAbortSignalLikePolicy() {
|
|
5436
5436
|
return {
|
|
@@ -5451,7 +5451,7 @@ function wrapAbortSignalLikePolicy() {
|
|
|
5451
5451
|
}
|
|
5452
5452
|
__name(wrapAbortSignalLikePolicy, "wrapAbortSignalLikePolicy");
|
|
5453
5453
|
|
|
5454
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5454
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/createPipelineFromOptions.js
|
|
5455
5455
|
function createPipelineFromOptions2(options) {
|
|
5456
5456
|
var _a3;
|
|
5457
5457
|
const pipeline = createEmptyPipeline2();
|
|
@@ -5482,7 +5482,7 @@ function createPipelineFromOptions2(options) {
|
|
|
5482
5482
|
}
|
|
5483
5483
|
__name(createPipelineFromOptions2, "createPipelineFromOptions");
|
|
5484
5484
|
|
|
5485
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5485
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/defaultHttpClient.js
|
|
5486
5486
|
function createDefaultHttpClient2() {
|
|
5487
5487
|
const client = createDefaultHttpClient();
|
|
5488
5488
|
return {
|
|
@@ -5499,22 +5499,22 @@ function createDefaultHttpClient2() {
|
|
|
5499
5499
|
}
|
|
5500
5500
|
__name(createDefaultHttpClient2, "createDefaultHttpClient");
|
|
5501
5501
|
|
|
5502
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5502
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/httpHeaders.js
|
|
5503
5503
|
function createHttpHeaders2(rawHeaders) {
|
|
5504
5504
|
return createHttpHeaders(rawHeaders);
|
|
5505
5505
|
}
|
|
5506
5506
|
__name(createHttpHeaders2, "createHttpHeaders");
|
|
5507
5507
|
|
|
5508
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5508
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/pipelineRequest.js
|
|
5509
5509
|
function createPipelineRequest2(options) {
|
|
5510
5510
|
return createPipelineRequest(options);
|
|
5511
5511
|
}
|
|
5512
5512
|
__name(createPipelineRequest2, "createPipelineRequest");
|
|
5513
5513
|
|
|
5514
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5514
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/policies/retryPolicy.js
|
|
5515
5515
|
var retryPolicyLogger2 = createClientLogger2("core-rest-pipeline retryPolicy");
|
|
5516
5516
|
|
|
5517
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5517
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/util/tokenCycler.js
|
|
5518
5518
|
var DEFAULT_CYCLER_OPTIONS = {
|
|
5519
5519
|
forcedRefreshWindowInMs: 1e3,
|
|
5520
5520
|
// Force waiting for a refresh 1s before the token expires
|
|
@@ -5624,7 +5624,7 @@ function createTokenCycler(credential, tokenCyclerOptions) {
|
|
|
5624
5624
|
}
|
|
5625
5625
|
__name(createTokenCycler, "createTokenCycler");
|
|
5626
5626
|
|
|
5627
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.
|
|
5627
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.0-df59704072/package/dist/esm/policies/bearerTokenAuthenticationPolicy.js
|
|
5628
5628
|
var bearerTokenAuthenticationPolicyName = "bearerTokenAuthenticationPolicy";
|
|
5629
5629
|
async function trySendRequest(request3, next) {
|
|
5630
5630
|
try {
|
|
@@ -5802,11 +5802,11 @@ function getCaeChallengeClaims(challenges) {
|
|
|
5802
5802
|
}
|
|
5803
5803
|
__name(getCaeChallengeClaims, "getCaeChallengeClaims");
|
|
5804
5804
|
|
|
5805
|
-
// ../../node_modules/.store/@azure-core-client-npm-1.
|
|
5805
|
+
// ../../node_modules/.store/@azure-core-client-npm-1.10.0-0bf9efdeeb/package/dist/esm/state.js
|
|
5806
5806
|
var import_state3 = __toESM(require_state2(), 1);
|
|
5807
5807
|
var state2 = import_state3.state;
|
|
5808
5808
|
|
|
5809
|
-
// ../../node_modules/.store/@azure-core-client-npm-1.
|
|
5809
|
+
// ../../node_modules/.store/@azure-core-client-npm-1.10.0-0bf9efdeeb/package/dist/esm/operationHelpers.js
|
|
5810
5810
|
function getOperationArgumentValueFromParameter(operationArguments, parameter, fallbackObject) {
|
|
5811
5811
|
let parameterPath = parameter.parameterPath;
|
|
5812
5812
|
const parameterMapper = parameter.mapper;
|
|
@@ -5888,7 +5888,7 @@ function getOperationRequestInfo(request3) {
|
|
|
5888
5888
|
}
|
|
5889
5889
|
__name(getOperationRequestInfo, "getOperationRequestInfo");
|
|
5890
5890
|
|
|
5891
|
-
// ../../node_modules/.store/@azure-core-client-npm-1.
|
|
5891
|
+
// ../../node_modules/.store/@azure-core-client-npm-1.10.0-0bf9efdeeb/package/dist/esm/deserializationPolicy.js
|
|
5892
5892
|
var defaultJsonContentTypes = ["application/json", "text/json"];
|
|
5893
5893
|
var defaultXmlContentTypes = ["application/xml", "application/atom+xml"];
|
|
5894
5894
|
var deserializationPolicyName = "deserializationPolicy";
|
|
@@ -6084,7 +6084,7 @@ async function parse(jsonContentTypes, xmlContentTypes, operationResponse, opts,
|
|
|
6084
6084
|
}
|
|
6085
6085
|
__name(parse, "parse");
|
|
6086
6086
|
|
|
6087
|
-
// ../../node_modules/.store/@azure-core-client-npm-1.
|
|
6087
|
+
// ../../node_modules/.store/@azure-core-client-npm-1.10.0-0bf9efdeeb/package/dist/esm/interfaceHelpers.js
|
|
6088
6088
|
function getStreamingResponseStatusCodes(operationSpec) {
|
|
6089
6089
|
const result = /* @__PURE__ */ new Set();
|
|
6090
6090
|
for (const statusCode in operationSpec.responses) {
|
|
@@ -6110,7 +6110,7 @@ function getPathStringFromParameter(parameter) {
|
|
|
6110
6110
|
}
|
|
6111
6111
|
__name(getPathStringFromParameter, "getPathStringFromParameter");
|
|
6112
6112
|
|
|
6113
|
-
// ../../node_modules/.store/@azure-core-client-npm-1.
|
|
6113
|
+
// ../../node_modules/.store/@azure-core-client-npm-1.10.0-0bf9efdeeb/package/dist/esm/serializationPolicy.js
|
|
6114
6114
|
var serializationPolicyName = "serializationPolicy";
|
|
6115
6115
|
function serializationPolicy(options = {}) {
|
|
6116
6116
|
const stringifyXML2 = options.stringifyXML;
|
|
@@ -6233,7 +6233,7 @@ function prepareXMLRootList(obj, elementName, xmlNamespaceKey, xmlNamespace) {
|
|
|
6233
6233
|
}
|
|
6234
6234
|
__name(prepareXMLRootList, "prepareXMLRootList");
|
|
6235
6235
|
|
|
6236
|
-
// ../../node_modules/.store/@azure-core-client-npm-1.
|
|
6236
|
+
// ../../node_modules/.store/@azure-core-client-npm-1.10.0-0bf9efdeeb/package/dist/esm/pipeline.js
|
|
6237
6237
|
function createClientPipeline(options = {}) {
|
|
6238
6238
|
const pipeline = createPipelineFromOptions2(options !== null && options !== void 0 ? options : {});
|
|
6239
6239
|
if (options.credentialOptions) {
|
|
@@ -6250,7 +6250,7 @@ function createClientPipeline(options = {}) {
|
|
|
6250
6250
|
}
|
|
6251
6251
|
__name(createClientPipeline, "createClientPipeline");
|
|
6252
6252
|
|
|
6253
|
-
// ../../node_modules/.store/@azure-core-client-npm-1.
|
|
6253
|
+
// ../../node_modules/.store/@azure-core-client-npm-1.10.0-0bf9efdeeb/package/dist/esm/httpClientCache.js
|
|
6254
6254
|
var cachedHttpClient;
|
|
6255
6255
|
function getCachedDefaultHttpClient() {
|
|
6256
6256
|
if (!cachedHttpClient) {
|
|
@@ -6260,7 +6260,7 @@ function getCachedDefaultHttpClient() {
|
|
|
6260
6260
|
}
|
|
6261
6261
|
__name(getCachedDefaultHttpClient, "getCachedDefaultHttpClient");
|
|
6262
6262
|
|
|
6263
|
-
// ../../node_modules/.store/@azure-core-client-npm-1.
|
|
6263
|
+
// ../../node_modules/.store/@azure-core-client-npm-1.10.0-0bf9efdeeb/package/dist/esm/urlHelpers.js
|
|
6264
6264
|
var CollectionFormatToDelimiterMap = {
|
|
6265
6265
|
CSV: ",",
|
|
6266
6266
|
SSV: " ",
|
|
@@ -6462,10 +6462,10 @@ function appendQueryParams(url2, queryParams, sequenceParams, noOverwrite = fals
|
|
|
6462
6462
|
}
|
|
6463
6463
|
__name(appendQueryParams, "appendQueryParams");
|
|
6464
6464
|
|
|
6465
|
-
// ../../node_modules/.store/@azure-core-client-npm-1.
|
|
6465
|
+
// ../../node_modules/.store/@azure-core-client-npm-1.10.0-0bf9efdeeb/package/dist/esm/log.js
|
|
6466
6466
|
var logger4 = createClientLogger2("core-client");
|
|
6467
6467
|
|
|
6468
|
-
// ../../node_modules/.store/@azure-core-client-npm-1.
|
|
6468
|
+
// ../../node_modules/.store/@azure-core-client-npm-1.10.0-0bf9efdeeb/package/dist/esm/serviceClient.js
|
|
6469
6469
|
var _ServiceClient = class _ServiceClient {
|
|
6470
6470
|
/**
|
|
6471
6471
|
* The ServiceClient constructor
|
|
@@ -6597,7 +6597,7 @@ function getCredentialScopes(options) {
|
|
|
6597
6597
|
}
|
|
6598
6598
|
__name(getCredentialScopes, "getCredentialScopes");
|
|
6599
6599
|
|
|
6600
|
-
// ../../node_modules/.store/@azure-core-client-npm-1.
|
|
6600
|
+
// ../../node_modules/.store/@azure-core-client-npm-1.10.0-0bf9efdeeb/package/dist/esm/authorizeRequestOnTenantChallenge.js
|
|
6601
6601
|
var Constants = {
|
|
6602
6602
|
DefaultScope: "/.default",
|
|
6603
6603
|
/**
|
|
@@ -10541,7 +10541,7 @@ async function createAppRegistryClient(params) {
|
|
|
10541
10541
|
const { context: context3, options } = params;
|
|
10542
10542
|
const { loginMethod, cachePath, tenantId = defaultTenantId, storageAccount = defaultStorageAccount } = options;
|
|
10543
10543
|
const azureLogEventHandler = registerAzureLogger();
|
|
10544
|
-
const { getCredential } = await import("./getCredential-
|
|
10544
|
+
const { getCredential } = await import("./getCredential-2W3PWZWV.js");
|
|
10545
10545
|
const credential = await getCredential(
|
|
10546
10546
|
{ loginMethod, cachePath, tenantId },
|
|
10547
10547
|
{ ...context3, azureLogger: azureLogEventHandler }
|