@ms-cloudpack/remote-cache 0.8.1 → 0.8.3
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-YFWJLZNA.js → AzureRemoteCacheClient-RMQPZIAB.js} +5 -5
- package/dist/{ReporterDecorator-5LUAHYKK.js → ReporterDecorator-6UITFJNM.js} +3 -3
- package/dist/{chunk-FW2AO4WO.js → chunk-5T25O66R.js} +2 -2
- package/dist/{chunk-DSANWO7J.js → chunk-BT2CALS2.js} +1 -1
- package/dist/{chunk-GFDVXVVH.js → chunk-FCW2XE62.js} +1 -1
- package/dist/{chunk-D7DHZQ7L.js → chunk-PFJSWZPM.js} +251 -259
- package/dist/{chunk-LRFMBF43.js → chunk-WIA37P2F.js} +11 -12
- package/dist/{getCredential-W6MRP3D2.js → getCredential-PELYKL3R.js} +1294 -1161
- package/dist/{getListOfBlobs-2GKCJGDO.js → getListOfBlobs-VBMYMM3Y.js} +4 -4
- package/dist/index.js +5 -5
- package/package.json +3 -3
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
init_tslib_es6,
|
|
13
13
|
require_commonjs,
|
|
14
14
|
tslib_es6_exports
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-WIA37P2F.js";
|
|
16
16
|
|
|
17
17
|
// ../../node_modules/.store/@azure-abort-controller-npm-2.1.2-a36d73ebb9/package/dist/commonjs/AbortError.js
|
|
18
18
|
var require_AbortError = __commonJS({
|
|
@@ -45,12 +45,12 @@ var require_commonjs2 = __commonJS({
|
|
|
45
45
|
}
|
|
46
46
|
});
|
|
47
47
|
|
|
48
|
-
// ../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
48
|
+
// ../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/createAbortablePromise.js
|
|
49
49
|
var require_createAbortablePromise = __commonJS({
|
|
50
|
-
"../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
50
|
+
"../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/createAbortablePromise.js"(exports) {
|
|
51
51
|
"use strict";
|
|
52
52
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53
|
-
exports.createAbortablePromise =
|
|
53
|
+
exports.createAbortablePromise = createAbortablePromise;
|
|
54
54
|
var abort_controller_1 = require_commonjs2();
|
|
55
55
|
function createAbortablePromise(buildPromise, options) {
|
|
56
56
|
const { cleanupBeforeAbort, abortSignal, abortErrorMsg } = options !== null && options !== void 0 ? options : {};
|
|
@@ -87,16 +87,15 @@ var require_createAbortablePromise = __commonJS({
|
|
|
87
87
|
});
|
|
88
88
|
}
|
|
89
89
|
__name(createAbortablePromise, "createAbortablePromise");
|
|
90
|
-
exports.createAbortablePromise = createAbortablePromise;
|
|
91
90
|
}
|
|
92
91
|
});
|
|
93
92
|
|
|
94
|
-
// ../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
93
|
+
// ../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/delay.js
|
|
95
94
|
var require_delay = __commonJS({
|
|
96
|
-
"../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
95
|
+
"../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/delay.js"(exports) {
|
|
97
96
|
"use strict";
|
|
98
97
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
99
|
-
exports.delay =
|
|
98
|
+
exports.delay = delay;
|
|
100
99
|
var createAbortablePromise_js_1 = require_createAbortablePromise();
|
|
101
100
|
var StandardAbortMessage = "The delay was aborted.";
|
|
102
101
|
function delay(timeInMs, options) {
|
|
@@ -111,16 +110,15 @@ var require_delay = __commonJS({
|
|
|
111
110
|
});
|
|
112
111
|
}
|
|
113
112
|
__name(delay, "delay");
|
|
114
|
-
exports.delay = delay;
|
|
115
113
|
}
|
|
116
114
|
});
|
|
117
115
|
|
|
118
|
-
// ../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
116
|
+
// ../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/aborterUtils.js
|
|
119
117
|
var require_aborterUtils = __commonJS({
|
|
120
|
-
"../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
118
|
+
"../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/aborterUtils.js"(exports) {
|
|
121
119
|
"use strict";
|
|
122
120
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
123
|
-
exports.cancelablePromiseRace =
|
|
121
|
+
exports.cancelablePromiseRace = cancelablePromiseRace;
|
|
124
122
|
async function cancelablePromiseRace(abortablePromiseBuilders, options) {
|
|
125
123
|
var _a, _b;
|
|
126
124
|
const aborter = new AbortController();
|
|
@@ -137,16 +135,15 @@ var require_aborterUtils = __commonJS({
|
|
|
137
135
|
}
|
|
138
136
|
}
|
|
139
137
|
__name(cancelablePromiseRace, "cancelablePromiseRace");
|
|
140
|
-
exports.cancelablePromiseRace = cancelablePromiseRace;
|
|
141
138
|
}
|
|
142
139
|
});
|
|
143
140
|
|
|
144
|
-
// ../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
141
|
+
// ../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/random.js
|
|
145
142
|
var require_random = __commonJS({
|
|
146
|
-
"../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
143
|
+
"../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/random.js"(exports) {
|
|
147
144
|
"use strict";
|
|
148
145
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
149
|
-
exports.getRandomIntegerInclusive =
|
|
146
|
+
exports.getRandomIntegerInclusive = getRandomIntegerInclusive;
|
|
150
147
|
function getRandomIntegerInclusive(min, max) {
|
|
151
148
|
min = Math.ceil(min);
|
|
152
149
|
max = Math.floor(max);
|
|
@@ -154,30 +151,29 @@ var require_random = __commonJS({
|
|
|
154
151
|
return offset + min;
|
|
155
152
|
}
|
|
156
153
|
__name(getRandomIntegerInclusive, "getRandomIntegerInclusive");
|
|
157
|
-
exports.getRandomIntegerInclusive = getRandomIntegerInclusive;
|
|
158
154
|
}
|
|
159
155
|
});
|
|
160
156
|
|
|
161
|
-
// ../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
157
|
+
// ../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/object.js
|
|
162
158
|
var require_object = __commonJS({
|
|
163
|
-
"../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
159
|
+
"../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/object.js"(exports) {
|
|
164
160
|
"use strict";
|
|
165
161
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
166
|
-
exports.isObject =
|
|
162
|
+
exports.isObject = isObject;
|
|
167
163
|
function isObject(input) {
|
|
168
164
|
return typeof input === "object" && input !== null && !Array.isArray(input) && !(input instanceof RegExp) && !(input instanceof Date);
|
|
169
165
|
}
|
|
170
166
|
__name(isObject, "isObject");
|
|
171
|
-
exports.isObject = isObject;
|
|
172
167
|
}
|
|
173
168
|
});
|
|
174
169
|
|
|
175
|
-
// ../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
170
|
+
// ../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/error.js
|
|
176
171
|
var require_error = __commonJS({
|
|
177
|
-
"../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
172
|
+
"../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/error.js"(exports) {
|
|
178
173
|
"use strict";
|
|
179
174
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
180
|
-
exports.
|
|
175
|
+
exports.isError = isError;
|
|
176
|
+
exports.getErrorMessage = getErrorMessage;
|
|
181
177
|
var object_js_1 = require_object();
|
|
182
178
|
function isError(e) {
|
|
183
179
|
if ((0, object_js_1.isObject)(e)) {
|
|
@@ -188,7 +184,6 @@ var require_error = __commonJS({
|
|
|
188
184
|
return false;
|
|
189
185
|
}
|
|
190
186
|
__name(isError, "isError");
|
|
191
|
-
exports.isError = isError;
|
|
192
187
|
function getErrorMessage(e) {
|
|
193
188
|
if (isError(e)) {
|
|
194
189
|
return e.message;
|
|
@@ -207,42 +202,41 @@ var require_error = __commonJS({
|
|
|
207
202
|
}
|
|
208
203
|
}
|
|
209
204
|
__name(getErrorMessage, "getErrorMessage");
|
|
210
|
-
exports.getErrorMessage = getErrorMessage;
|
|
211
205
|
}
|
|
212
206
|
});
|
|
213
207
|
|
|
214
|
-
// ../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
208
|
+
// ../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/sha256.js
|
|
215
209
|
var require_sha256 = __commonJS({
|
|
216
|
-
"../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
210
|
+
"../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/sha256.js"(exports) {
|
|
217
211
|
"use strict";
|
|
218
212
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
219
|
-
exports.
|
|
213
|
+
exports.computeSha256Hmac = computeSha256Hmac;
|
|
214
|
+
exports.computeSha256Hash = computeSha256Hash;
|
|
220
215
|
var crypto_1 = __require("crypto");
|
|
221
216
|
async function computeSha256Hmac(key, stringToSign, encoding) {
|
|
222
217
|
const decodedKey = Buffer.from(key, "base64");
|
|
223
218
|
return (0, crypto_1.createHmac)("sha256", decodedKey).update(stringToSign).digest(encoding);
|
|
224
219
|
}
|
|
225
220
|
__name(computeSha256Hmac, "computeSha256Hmac");
|
|
226
|
-
exports.computeSha256Hmac = computeSha256Hmac;
|
|
227
221
|
async function computeSha256Hash(content, encoding) {
|
|
228
222
|
return (0, crypto_1.createHash)("sha256").update(content).digest(encoding);
|
|
229
223
|
}
|
|
230
224
|
__name(computeSha256Hash, "computeSha256Hash");
|
|
231
|
-
exports.computeSha256Hash = computeSha256Hash;
|
|
232
225
|
}
|
|
233
226
|
});
|
|
234
227
|
|
|
235
|
-
// ../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
228
|
+
// ../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/typeGuards.js
|
|
236
229
|
var require_typeGuards = __commonJS({
|
|
237
|
-
"../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
230
|
+
"../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/typeGuards.js"(exports) {
|
|
238
231
|
"use strict";
|
|
239
232
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
240
|
-
exports.
|
|
233
|
+
exports.isDefined = isDefined;
|
|
234
|
+
exports.isObjectWithProperties = isObjectWithProperties;
|
|
235
|
+
exports.objectHasProperty = objectHasProperty;
|
|
241
236
|
function isDefined(thing) {
|
|
242
237
|
return typeof thing !== "undefined" && thing !== null;
|
|
243
238
|
}
|
|
244
239
|
__name(isDefined, "isDefined");
|
|
245
|
-
exports.isDefined = isDefined;
|
|
246
240
|
function isObjectWithProperties(thing, properties) {
|
|
247
241
|
if (!isDefined(thing) || typeof thing !== "object") {
|
|
248
242
|
return false;
|
|
@@ -255,35 +249,32 @@ var require_typeGuards = __commonJS({
|
|
|
255
249
|
return true;
|
|
256
250
|
}
|
|
257
251
|
__name(isObjectWithProperties, "isObjectWithProperties");
|
|
258
|
-
exports.isObjectWithProperties = isObjectWithProperties;
|
|
259
252
|
function objectHasProperty(thing, property) {
|
|
260
253
|
return isDefined(thing) && typeof thing === "object" && property in thing;
|
|
261
254
|
}
|
|
262
255
|
__name(objectHasProperty, "objectHasProperty");
|
|
263
|
-
exports.objectHasProperty = objectHasProperty;
|
|
264
256
|
}
|
|
265
257
|
});
|
|
266
258
|
|
|
267
|
-
// ../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
259
|
+
// ../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/uuidUtils.js
|
|
268
260
|
var require_uuidUtils = __commonJS({
|
|
269
|
-
"../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
261
|
+
"../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/uuidUtils.js"(exports) {
|
|
270
262
|
"use strict";
|
|
271
263
|
var _a;
|
|
272
264
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
273
|
-
exports.randomUUID =
|
|
265
|
+
exports.randomUUID = randomUUID;
|
|
274
266
|
var crypto_1 = __require("crypto");
|
|
275
267
|
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) : crypto_1.randomUUID;
|
|
276
268
|
function randomUUID() {
|
|
277
269
|
return uuidFunction();
|
|
278
270
|
}
|
|
279
271
|
__name(randomUUID, "randomUUID");
|
|
280
|
-
exports.randomUUID = randomUUID;
|
|
281
272
|
}
|
|
282
273
|
});
|
|
283
274
|
|
|
284
|
-
// ../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
275
|
+
// ../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/checkEnvironment.js
|
|
285
276
|
var require_checkEnvironment = __commonJS({
|
|
286
|
-
"../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
277
|
+
"../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/checkEnvironment.js"(exports) {
|
|
287
278
|
"use strict";
|
|
288
279
|
var _a;
|
|
289
280
|
var _b;
|
|
@@ -302,28 +293,27 @@ var require_checkEnvironment = __commonJS({
|
|
|
302
293
|
}
|
|
303
294
|
});
|
|
304
295
|
|
|
305
|
-
// ../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
296
|
+
// ../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/bytesEncoding.js
|
|
306
297
|
var require_bytesEncoding = __commonJS({
|
|
307
|
-
"../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
298
|
+
"../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/bytesEncoding.js"(exports) {
|
|
308
299
|
"use strict";
|
|
309
300
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
310
|
-
exports.
|
|
301
|
+
exports.uint8ArrayToString = uint8ArrayToString;
|
|
302
|
+
exports.stringToUint8Array = stringToUint8Array;
|
|
311
303
|
function uint8ArrayToString(bytes, format) {
|
|
312
304
|
return Buffer.from(bytes).toString(format);
|
|
313
305
|
}
|
|
314
306
|
__name(uint8ArrayToString, "uint8ArrayToString");
|
|
315
|
-
exports.uint8ArrayToString = uint8ArrayToString;
|
|
316
307
|
function stringToUint8Array(value, format) {
|
|
317
308
|
return Buffer.from(value, format);
|
|
318
309
|
}
|
|
319
310
|
__name(stringToUint8Array, "stringToUint8Array");
|
|
320
|
-
exports.stringToUint8Array = stringToUint8Array;
|
|
321
311
|
}
|
|
322
312
|
});
|
|
323
313
|
|
|
324
|
-
// ../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
314
|
+
// ../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/index.js
|
|
325
315
|
var require_commonjs3 = __commonJS({
|
|
326
|
-
"../../node_modules/.store/@azure-core-util-npm-1.9.
|
|
316
|
+
"../../node_modules/.store/@azure-core-util-npm-1.9.1-2bcbbcecde/package/dist/commonjs/index.js"(exports) {
|
|
327
317
|
"use strict";
|
|
328
318
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
329
319
|
exports.stringToUint8Array = exports.uint8ArrayToString = exports.isWebWorker = exports.isReactNative = exports.isDeno = exports.isNodeRuntime = exports.isNodeLike = exports.isNode = exports.isBun = exports.isBrowser = exports.randomUUID = exports.objectHasProperty = exports.isObjectWithProperties = exports.isDefined = exports.computeSha256Hmac = exports.computeSha256Hash = exports.getErrorMessage = exports.isError = exports.isObject = exports.getRandomIntegerInclusive = exports.createAbortablePromise = exports.cancelablePromiseRace = exports.delay = void 0;
|
|
@@ -612,12 +602,12 @@ var require_commonjs4 = __commonJS({
|
|
|
612
602
|
}
|
|
613
603
|
});
|
|
614
604
|
|
|
615
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
605
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/pipeline.js
|
|
616
606
|
var require_pipeline = __commonJS({
|
|
617
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
607
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/pipeline.js"(exports) {
|
|
618
608
|
"use strict";
|
|
619
609
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
620
|
-
exports.createEmptyPipeline =
|
|
610
|
+
exports.createEmptyPipeline = createEmptyPipeline;
|
|
621
611
|
var ValidPhaseNames = /* @__PURE__ */ new Set(["Deserialize", "Serialize", "Retry", "Sign"]);
|
|
622
612
|
var _HttpPipeline = class _HttpPipeline {
|
|
623
613
|
constructor(policies) {
|
|
@@ -804,13 +794,12 @@ var require_pipeline = __commonJS({
|
|
|
804
794
|
return HttpPipeline.create();
|
|
805
795
|
}
|
|
806
796
|
__name(createEmptyPipeline, "createEmptyPipeline");
|
|
807
|
-
exports.createEmptyPipeline = createEmptyPipeline;
|
|
808
797
|
}
|
|
809
798
|
});
|
|
810
799
|
|
|
811
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
800
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/log.js
|
|
812
801
|
var require_log = __commonJS({
|
|
813
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
802
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/log.js"(exports) {
|
|
814
803
|
"use strict";
|
|
815
804
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
816
805
|
exports.logger = void 0;
|
|
@@ -819,9 +808,9 @@ var require_log = __commonJS({
|
|
|
819
808
|
}
|
|
820
809
|
});
|
|
821
810
|
|
|
822
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
811
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/util/sanitizer.js
|
|
823
812
|
var require_sanitizer = __commonJS({
|
|
824
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
813
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/util/sanitizer.js"(exports) {
|
|
825
814
|
"use strict";
|
|
826
815
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
827
816
|
exports.Sanitizer = void 0;
|
|
@@ -903,6 +892,21 @@ var require_sanitizer = __commonJS({
|
|
|
903
892
|
return value;
|
|
904
893
|
}, 2);
|
|
905
894
|
}
|
|
895
|
+
sanitizeUrl(value) {
|
|
896
|
+
if (typeof value !== "string" || value === null || value === "") {
|
|
897
|
+
return value;
|
|
898
|
+
}
|
|
899
|
+
const url = new URL(value);
|
|
900
|
+
if (!url.search) {
|
|
901
|
+
return value;
|
|
902
|
+
}
|
|
903
|
+
for (const [key] of url.searchParams) {
|
|
904
|
+
if (!this.allowedQueryParameters.has(key.toLowerCase())) {
|
|
905
|
+
url.searchParams.set(key, RedactedString);
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
return url.toString();
|
|
909
|
+
}
|
|
906
910
|
sanitizeHeaders(obj) {
|
|
907
911
|
const sanitized = {};
|
|
908
912
|
for (const key of Object.keys(obj)) {
|
|
@@ -928,21 +932,6 @@ var require_sanitizer = __commonJS({
|
|
|
928
932
|
}
|
|
929
933
|
return sanitized;
|
|
930
934
|
}
|
|
931
|
-
sanitizeUrl(value) {
|
|
932
|
-
if (typeof value !== "string" || value === null) {
|
|
933
|
-
return value;
|
|
934
|
-
}
|
|
935
|
-
const url = new URL(value);
|
|
936
|
-
if (!url.search) {
|
|
937
|
-
return value;
|
|
938
|
-
}
|
|
939
|
-
for (const [key] of url.searchParams) {
|
|
940
|
-
if (!this.allowedQueryParameters.has(key.toLowerCase())) {
|
|
941
|
-
url.searchParams.set(key, RedactedString);
|
|
942
|
-
}
|
|
943
|
-
}
|
|
944
|
-
return url.toString();
|
|
945
|
-
}
|
|
946
935
|
};
|
|
947
936
|
__name(_Sanitizer, "Sanitizer");
|
|
948
937
|
var Sanitizer = _Sanitizer;
|
|
@@ -950,12 +939,13 @@ var require_sanitizer = __commonJS({
|
|
|
950
939
|
}
|
|
951
940
|
});
|
|
952
941
|
|
|
953
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
942
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/logPolicy.js
|
|
954
943
|
var require_logPolicy = __commonJS({
|
|
955
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
944
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/logPolicy.js"(exports) {
|
|
956
945
|
"use strict";
|
|
957
946
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
958
|
-
exports.
|
|
947
|
+
exports.logPolicyName = void 0;
|
|
948
|
+
exports.logPolicy = logPolicy;
|
|
959
949
|
var log_js_1 = require_log();
|
|
960
950
|
var sanitizer_js_1 = require_sanitizer();
|
|
961
951
|
exports.logPolicyName = "logPolicy";
|
|
@@ -981,16 +971,16 @@ var require_logPolicy = __commonJS({
|
|
|
981
971
|
};
|
|
982
972
|
}
|
|
983
973
|
__name(logPolicy, "logPolicy");
|
|
984
|
-
exports.logPolicy = logPolicy;
|
|
985
974
|
}
|
|
986
975
|
});
|
|
987
976
|
|
|
988
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
977
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/redirectPolicy.js
|
|
989
978
|
var require_redirectPolicy = __commonJS({
|
|
990
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
979
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/redirectPolicy.js"(exports) {
|
|
991
980
|
"use strict";
|
|
992
981
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
993
|
-
exports.
|
|
982
|
+
exports.redirectPolicyName = void 0;
|
|
983
|
+
exports.redirectPolicy = redirectPolicy;
|
|
994
984
|
exports.redirectPolicyName = "redirectPolicy";
|
|
995
985
|
var allowedRedirect = ["GET", "HEAD"];
|
|
996
986
|
function redirectPolicy(options = {}) {
|
|
@@ -1004,7 +994,6 @@ var require_redirectPolicy = __commonJS({
|
|
|
1004
994
|
};
|
|
1005
995
|
}
|
|
1006
996
|
__name(redirectPolicy, "redirectPolicy");
|
|
1007
|
-
exports.redirectPolicy = redirectPolicy;
|
|
1008
997
|
async function handleRedirect(next, response, maxRetries, currentRetries = 0) {
|
|
1009
998
|
const { request, status, headers } = response;
|
|
1010
999
|
const locationHeader = headers.get("location");
|
|
@@ -1026,12 +1015,13 @@ var require_redirectPolicy = __commonJS({
|
|
|
1026
1015
|
}
|
|
1027
1016
|
});
|
|
1028
1017
|
|
|
1029
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1018
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/util/userAgentPlatform.js
|
|
1030
1019
|
var require_userAgentPlatform = __commonJS({
|
|
1031
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1020
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/util/userAgentPlatform.js"(exports) {
|
|
1032
1021
|
"use strict";
|
|
1033
1022
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1034
|
-
exports.
|
|
1023
|
+
exports.getHeaderName = getHeaderName;
|
|
1024
|
+
exports.setPlatformSpecificData = setPlatformSpecificData;
|
|
1035
1025
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
1036
1026
|
var os = tslib_1.__importStar(__require("node:os"));
|
|
1037
1027
|
var process2 = tslib_1.__importStar(__require("node:process"));
|
|
@@ -1039,40 +1029,41 @@ var require_userAgentPlatform = __commonJS({
|
|
|
1039
1029
|
return "User-Agent";
|
|
1040
1030
|
}
|
|
1041
1031
|
__name(getHeaderName, "getHeaderName");
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1032
|
+
async function setPlatformSpecificData(map) {
|
|
1033
|
+
if (process2 && process2.versions) {
|
|
1034
|
+
const versions = process2.versions;
|
|
1035
|
+
if (versions.bun) {
|
|
1036
|
+
map.set("Bun", versions.bun);
|
|
1037
|
+
} else if (versions.deno) {
|
|
1038
|
+
map.set("Deno", versions.deno);
|
|
1039
|
+
} else if (versions.node) {
|
|
1040
|
+
map.set("Node", versions.node);
|
|
1041
|
+
}
|
|
1051
1042
|
}
|
|
1052
1043
|
map.set("OS", `(${os.arch()}-${os.type()}-${os.release()})`);
|
|
1053
1044
|
}
|
|
1054
1045
|
__name(setPlatformSpecificData, "setPlatformSpecificData");
|
|
1055
|
-
exports.setPlatformSpecificData = setPlatformSpecificData;
|
|
1056
1046
|
}
|
|
1057
1047
|
});
|
|
1058
1048
|
|
|
1059
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1049
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/constants.js
|
|
1060
1050
|
var require_constants = __commonJS({
|
|
1061
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1051
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/constants.js"(exports) {
|
|
1062
1052
|
"use strict";
|
|
1063
1053
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1064
1054
|
exports.DEFAULT_RETRY_POLICY_COUNT = exports.SDK_VERSION = void 0;
|
|
1065
|
-
exports.SDK_VERSION = "1.16.
|
|
1055
|
+
exports.SDK_VERSION = "1.16.2";
|
|
1066
1056
|
exports.DEFAULT_RETRY_POLICY_COUNT = 3;
|
|
1067
1057
|
}
|
|
1068
1058
|
});
|
|
1069
1059
|
|
|
1070
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1060
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/util/userAgent.js
|
|
1071
1061
|
var require_userAgent = __commonJS({
|
|
1072
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1062
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/util/userAgent.js"(exports) {
|
|
1073
1063
|
"use strict";
|
|
1074
1064
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1075
|
-
exports.
|
|
1065
|
+
exports.getUserAgentHeaderName = getUserAgentHeaderName;
|
|
1066
|
+
exports.getUserAgentValue = getUserAgentValue;
|
|
1076
1067
|
var userAgentPlatform_js_1 = require_userAgentPlatform();
|
|
1077
1068
|
var constants_js_1 = require_constants();
|
|
1078
1069
|
function getUserAgentString(telemetryInfo) {
|
|
@@ -1088,26 +1079,25 @@ var require_userAgent = __commonJS({
|
|
|
1088
1079
|
return (0, userAgentPlatform_js_1.getHeaderName)();
|
|
1089
1080
|
}
|
|
1090
1081
|
__name(getUserAgentHeaderName, "getUserAgentHeaderName");
|
|
1091
|
-
|
|
1092
|
-
function getUserAgentValue(prefix) {
|
|
1082
|
+
async function getUserAgentValue(prefix) {
|
|
1093
1083
|
const runtimeInfo = /* @__PURE__ */ new Map();
|
|
1094
1084
|
runtimeInfo.set("core-rest-pipeline", constants_js_1.SDK_VERSION);
|
|
1095
|
-
(0, userAgentPlatform_js_1.setPlatformSpecificData)(runtimeInfo);
|
|
1085
|
+
await (0, userAgentPlatform_js_1.setPlatformSpecificData)(runtimeInfo);
|
|
1096
1086
|
const defaultAgent = getUserAgentString(runtimeInfo);
|
|
1097
1087
|
const userAgentValue = prefix ? `${prefix} ${defaultAgent}` : defaultAgent;
|
|
1098
1088
|
return userAgentValue;
|
|
1099
1089
|
}
|
|
1100
1090
|
__name(getUserAgentValue, "getUserAgentValue");
|
|
1101
|
-
exports.getUserAgentValue = getUserAgentValue;
|
|
1102
1091
|
}
|
|
1103
1092
|
});
|
|
1104
1093
|
|
|
1105
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1094
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/userAgentPolicy.js
|
|
1106
1095
|
var require_userAgentPolicy = __commonJS({
|
|
1107
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1096
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/userAgentPolicy.js"(exports) {
|
|
1108
1097
|
"use strict";
|
|
1109
1098
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1110
|
-
exports.
|
|
1099
|
+
exports.userAgentPolicyName = void 0;
|
|
1100
|
+
exports.userAgentPolicy = userAgentPolicy;
|
|
1111
1101
|
var userAgent_js_1 = require_userAgent();
|
|
1112
1102
|
var UserAgentHeaderName = (0, userAgent_js_1.getUserAgentHeaderName)();
|
|
1113
1103
|
exports.userAgentPolicyName = "userAgentPolicy";
|
|
@@ -1117,52 +1107,52 @@ var require_userAgentPolicy = __commonJS({
|
|
|
1117
1107
|
name: exports.userAgentPolicyName,
|
|
1118
1108
|
async sendRequest(request, next) {
|
|
1119
1109
|
if (!request.headers.has(UserAgentHeaderName)) {
|
|
1120
|
-
request.headers.set(UserAgentHeaderName, userAgentValue);
|
|
1110
|
+
request.headers.set(UserAgentHeaderName, await userAgentValue);
|
|
1121
1111
|
}
|
|
1122
1112
|
return next(request);
|
|
1123
1113
|
}
|
|
1124
1114
|
};
|
|
1125
1115
|
}
|
|
1126
1116
|
__name(userAgentPolicy, "userAgentPolicy");
|
|
1127
|
-
exports.userAgentPolicy = userAgentPolicy;
|
|
1128
1117
|
}
|
|
1129
1118
|
});
|
|
1130
1119
|
|
|
1131
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1120
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/util/typeGuards.js
|
|
1132
1121
|
var require_typeGuards2 = __commonJS({
|
|
1133
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1122
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/util/typeGuards.js"(exports) {
|
|
1134
1123
|
"use strict";
|
|
1135
1124
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1136
|
-
exports.
|
|
1125
|
+
exports.isNodeReadableStream = isNodeReadableStream;
|
|
1126
|
+
exports.isWebReadableStream = isWebReadableStream;
|
|
1127
|
+
exports.isReadableStream = isReadableStream;
|
|
1128
|
+
exports.isBlob = isBlob;
|
|
1137
1129
|
function isNodeReadableStream(x) {
|
|
1138
1130
|
return Boolean(x && typeof x["pipe"] === "function");
|
|
1139
1131
|
}
|
|
1140
1132
|
__name(isNodeReadableStream, "isNodeReadableStream");
|
|
1141
|
-
exports.isNodeReadableStream = isNodeReadableStream;
|
|
1142
1133
|
function isWebReadableStream(x) {
|
|
1143
1134
|
return Boolean(x && typeof x.getReader === "function" && typeof x.tee === "function");
|
|
1144
1135
|
}
|
|
1145
1136
|
__name(isWebReadableStream, "isWebReadableStream");
|
|
1146
|
-
exports.isWebReadableStream = isWebReadableStream;
|
|
1147
1137
|
function isReadableStream(x) {
|
|
1148
1138
|
return isNodeReadableStream(x) || isWebReadableStream(x);
|
|
1149
1139
|
}
|
|
1150
1140
|
__name(isReadableStream, "isReadableStream");
|
|
1151
|
-
exports.isReadableStream = isReadableStream;
|
|
1152
1141
|
function isBlob(x) {
|
|
1153
1142
|
return typeof x.stream === "function";
|
|
1154
1143
|
}
|
|
1155
1144
|
__name(isBlob, "isBlob");
|
|
1156
|
-
exports.isBlob = isBlob;
|
|
1157
1145
|
}
|
|
1158
1146
|
});
|
|
1159
1147
|
|
|
1160
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1148
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/util/file.js
|
|
1161
1149
|
var require_file = __commonJS({
|
|
1162
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1150
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/util/file.js"(exports) {
|
|
1163
1151
|
"use strict";
|
|
1164
1152
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1165
|
-
exports.
|
|
1153
|
+
exports.getRawContent = getRawContent;
|
|
1154
|
+
exports.createFileFromStream = createFileFromStream;
|
|
1155
|
+
exports.createFile = createFile;
|
|
1166
1156
|
var core_util_1 = require_commonjs3();
|
|
1167
1157
|
var typeGuards_js_1 = require_typeGuards2();
|
|
1168
1158
|
var unimplementedMethods = {
|
|
@@ -1189,7 +1179,6 @@ var require_file = __commonJS({
|
|
|
1189
1179
|
}
|
|
1190
1180
|
}
|
|
1191
1181
|
__name(getRawContent, "getRawContent");
|
|
1192
|
-
exports.getRawContent = getRawContent;
|
|
1193
1182
|
function createFileFromStream(stream, name, options = {}) {
|
|
1194
1183
|
var _a, _b, _c, _d;
|
|
1195
1184
|
return Object.assign(Object.assign({}, unimplementedMethods), { type: (_a = options.type) !== null && _a !== void 0 ? _a : "", lastModified: (_b = options.lastModified) !== null && _b !== void 0 ? _b : (/* @__PURE__ */ new Date()).getTime(), webkitRelativePath: (_c = options.webkitRelativePath) !== null && _c !== void 0 ? _c : "", size: (_d = options.size) !== null && _d !== void 0 ? _d : -1, name, stream: /* @__PURE__ */ __name(() => {
|
|
@@ -1201,7 +1190,6 @@ var require_file = __commonJS({
|
|
|
1201
1190
|
}, "stream"), [rawContent]: stream });
|
|
1202
1191
|
}
|
|
1203
1192
|
__name(createFileFromStream, "createFileFromStream");
|
|
1204
|
-
exports.createFileFromStream = createFileFromStream;
|
|
1205
1193
|
function createFile(content, name, options = {}) {
|
|
1206
1194
|
var _a, _b, _c;
|
|
1207
1195
|
if (core_util_1.isNodeLike) {
|
|
@@ -1211,16 +1199,15 @@ var require_file = __commonJS({
|
|
|
1211
1199
|
}
|
|
1212
1200
|
}
|
|
1213
1201
|
__name(createFile, "createFile");
|
|
1214
|
-
exports.createFile = createFile;
|
|
1215
1202
|
}
|
|
1216
1203
|
});
|
|
1217
1204
|
|
|
1218
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1205
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/util/concat.js
|
|
1219
1206
|
var require_concat = __commonJS({
|
|
1220
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1207
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/util/concat.js"(exports) {
|
|
1221
1208
|
"use strict";
|
|
1222
1209
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1223
|
-
exports.concat =
|
|
1210
|
+
exports.concat = concat;
|
|
1224
1211
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
1225
1212
|
var node_stream_1 = __require("node:stream");
|
|
1226
1213
|
var typeGuards_js_1 = require_typeGuards2();
|
|
@@ -1299,16 +1286,16 @@ var require_concat = __commonJS({
|
|
|
1299
1286
|
};
|
|
1300
1287
|
}
|
|
1301
1288
|
__name(concat, "concat");
|
|
1302
|
-
exports.concat = concat;
|
|
1303
1289
|
}
|
|
1304
1290
|
});
|
|
1305
1291
|
|
|
1306
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1292
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/multipartPolicy.js
|
|
1307
1293
|
var require_multipartPolicy = __commonJS({
|
|
1308
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1294
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/multipartPolicy.js"(exports) {
|
|
1309
1295
|
"use strict";
|
|
1310
1296
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1311
|
-
exports.
|
|
1297
|
+
exports.multipartPolicyName = void 0;
|
|
1298
|
+
exports.multipartPolicy = multipartPolicy;
|
|
1312
1299
|
var core_util_1 = require_commonjs3();
|
|
1313
1300
|
var concat_js_1 = require_concat();
|
|
1314
1301
|
var typeGuards_js_1 = require_typeGuards2();
|
|
@@ -1415,16 +1402,16 @@ var require_multipartPolicy = __commonJS({
|
|
|
1415
1402
|
};
|
|
1416
1403
|
}
|
|
1417
1404
|
__name(multipartPolicy, "multipartPolicy");
|
|
1418
|
-
exports.multipartPolicy = multipartPolicy;
|
|
1419
1405
|
}
|
|
1420
1406
|
});
|
|
1421
1407
|
|
|
1422
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1408
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/decompressResponsePolicy.js
|
|
1423
1409
|
var require_decompressResponsePolicy = __commonJS({
|
|
1424
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1410
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/decompressResponsePolicy.js"(exports) {
|
|
1425
1411
|
"use strict";
|
|
1426
1412
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1427
|
-
exports.
|
|
1413
|
+
exports.decompressResponsePolicyName = void 0;
|
|
1414
|
+
exports.decompressResponsePolicy = decompressResponsePolicy;
|
|
1428
1415
|
exports.decompressResponsePolicyName = "decompressResponsePolicy";
|
|
1429
1416
|
function decompressResponsePolicy() {
|
|
1430
1417
|
return {
|
|
@@ -1438,16 +1425,16 @@ var require_decompressResponsePolicy = __commonJS({
|
|
|
1438
1425
|
};
|
|
1439
1426
|
}
|
|
1440
1427
|
__name(decompressResponsePolicy, "decompressResponsePolicy");
|
|
1441
|
-
exports.decompressResponsePolicy = decompressResponsePolicy;
|
|
1442
1428
|
}
|
|
1443
1429
|
});
|
|
1444
1430
|
|
|
1445
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1431
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/util/helpers.js
|
|
1446
1432
|
var require_helpers = __commonJS({
|
|
1447
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1433
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/util/helpers.js"(exports) {
|
|
1448
1434
|
"use strict";
|
|
1449
1435
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1450
|
-
exports.
|
|
1436
|
+
exports.delay = delay;
|
|
1437
|
+
exports.parseHeaderValueAsNumber = parseHeaderValueAsNumber;
|
|
1451
1438
|
var abort_controller_1 = require_commonjs2();
|
|
1452
1439
|
var StandardAbortMessage = "The operation was aborted.";
|
|
1453
1440
|
function delay(delayInMs, value, options) {
|
|
@@ -1482,7 +1469,6 @@ var require_helpers = __commonJS({
|
|
|
1482
1469
|
});
|
|
1483
1470
|
}
|
|
1484
1471
|
__name(delay, "delay");
|
|
1485
|
-
exports.delay = delay;
|
|
1486
1472
|
function parseHeaderValueAsNumber(response, headerName) {
|
|
1487
1473
|
const value = response.headers.get(headerName);
|
|
1488
1474
|
if (!value)
|
|
@@ -1493,16 +1479,16 @@ var require_helpers = __commonJS({
|
|
|
1493
1479
|
return valueAsNum;
|
|
1494
1480
|
}
|
|
1495
1481
|
__name(parseHeaderValueAsNumber, "parseHeaderValueAsNumber");
|
|
1496
|
-
exports.parseHeaderValueAsNumber = parseHeaderValueAsNumber;
|
|
1497
1482
|
}
|
|
1498
1483
|
});
|
|
1499
1484
|
|
|
1500
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1485
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/retryStrategies/throttlingRetryStrategy.js
|
|
1501
1486
|
var require_throttlingRetryStrategy = __commonJS({
|
|
1502
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1487
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/retryStrategies/throttlingRetryStrategy.js"(exports) {
|
|
1503
1488
|
"use strict";
|
|
1504
1489
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1505
|
-
exports.
|
|
1490
|
+
exports.isThrottlingRetryResponse = isThrottlingRetryResponse;
|
|
1491
|
+
exports.throttlingRetryStrategy = throttlingRetryStrategy;
|
|
1506
1492
|
var helpers_js_1 = require_helpers();
|
|
1507
1493
|
var RetryAfterHeader = "Retry-After";
|
|
1508
1494
|
var AllRetryAfterHeaders = ["retry-after-ms", "x-ms-retry-after-ms", RetryAfterHeader];
|
|
@@ -1532,7 +1518,6 @@ var require_throttlingRetryStrategy = __commonJS({
|
|
|
1532
1518
|
return Number.isFinite(getRetryAfterInMs(response));
|
|
1533
1519
|
}
|
|
1534
1520
|
__name(isThrottlingRetryResponse, "isThrottlingRetryResponse");
|
|
1535
|
-
exports.isThrottlingRetryResponse = isThrottlingRetryResponse;
|
|
1536
1521
|
function throttlingRetryStrategy() {
|
|
1537
1522
|
return {
|
|
1538
1523
|
name: "throttlingRetryStrategy",
|
|
@@ -1548,16 +1533,17 @@ var require_throttlingRetryStrategy = __commonJS({
|
|
|
1548
1533
|
};
|
|
1549
1534
|
}
|
|
1550
1535
|
__name(throttlingRetryStrategy, "throttlingRetryStrategy");
|
|
1551
|
-
exports.throttlingRetryStrategy = throttlingRetryStrategy;
|
|
1552
1536
|
}
|
|
1553
1537
|
});
|
|
1554
1538
|
|
|
1555
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1539
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/retryStrategies/exponentialRetryStrategy.js
|
|
1556
1540
|
var require_exponentialRetryStrategy = __commonJS({
|
|
1557
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1541
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/retryStrategies/exponentialRetryStrategy.js"(exports) {
|
|
1558
1542
|
"use strict";
|
|
1559
1543
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1560
|
-
exports.
|
|
1544
|
+
exports.exponentialRetryStrategy = exponentialRetryStrategy;
|
|
1545
|
+
exports.isExponentialRetryResponse = isExponentialRetryResponse;
|
|
1546
|
+
exports.isSystemError = isSystemError;
|
|
1561
1547
|
var core_util_1 = require_commonjs3();
|
|
1562
1548
|
var throttlingRetryStrategy_js_1 = require_throttlingRetryStrategy();
|
|
1563
1549
|
var DEFAULT_CLIENT_RETRY_INTERVAL = 1e3;
|
|
@@ -1589,12 +1575,10 @@ var require_exponentialRetryStrategy = __commonJS({
|
|
|
1589
1575
|
};
|
|
1590
1576
|
}
|
|
1591
1577
|
__name(exponentialRetryStrategy, "exponentialRetryStrategy");
|
|
1592
|
-
exports.exponentialRetryStrategy = exponentialRetryStrategy;
|
|
1593
1578
|
function isExponentialRetryResponse(response) {
|
|
1594
1579
|
return Boolean(response && response.status !== void 0 && (response.status >= 500 || response.status === 408) && response.status !== 501 && response.status !== 505);
|
|
1595
1580
|
}
|
|
1596
1581
|
__name(isExponentialRetryResponse, "isExponentialRetryResponse");
|
|
1597
|
-
exports.isExponentialRetryResponse = isExponentialRetryResponse;
|
|
1598
1582
|
function isSystemError(err) {
|
|
1599
1583
|
if (!err) {
|
|
1600
1584
|
return false;
|
|
@@ -1602,16 +1586,15 @@ var require_exponentialRetryStrategy = __commonJS({
|
|
|
1602
1586
|
return err.code === "ETIMEDOUT" || err.code === "ESOCKETTIMEDOUT" || err.code === "ECONNREFUSED" || err.code === "ECONNRESET" || err.code === "ENOENT" || err.code === "ENOTFOUND";
|
|
1603
1587
|
}
|
|
1604
1588
|
__name(isSystemError, "isSystemError");
|
|
1605
|
-
exports.isSystemError = isSystemError;
|
|
1606
1589
|
}
|
|
1607
1590
|
});
|
|
1608
1591
|
|
|
1609
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1592
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/retryPolicy.js
|
|
1610
1593
|
var require_retryPolicy = __commonJS({
|
|
1611
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1594
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/retryPolicy.js"(exports) {
|
|
1612
1595
|
"use strict";
|
|
1613
1596
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1614
|
-
exports.retryPolicy =
|
|
1597
|
+
exports.retryPolicy = retryPolicy;
|
|
1615
1598
|
var helpers_js_1 = require_helpers();
|
|
1616
1599
|
var logger_1 = require_commonjs();
|
|
1617
1600
|
var abort_controller_1 = require_commonjs2();
|
|
@@ -1700,16 +1683,16 @@ var require_retryPolicy = __commonJS({
|
|
|
1700
1683
|
};
|
|
1701
1684
|
}
|
|
1702
1685
|
__name(retryPolicy, "retryPolicy");
|
|
1703
|
-
exports.retryPolicy = retryPolicy;
|
|
1704
1686
|
}
|
|
1705
1687
|
});
|
|
1706
1688
|
|
|
1707
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1689
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/defaultRetryPolicy.js
|
|
1708
1690
|
var require_defaultRetryPolicy = __commonJS({
|
|
1709
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1691
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/defaultRetryPolicy.js"(exports) {
|
|
1710
1692
|
"use strict";
|
|
1711
1693
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1712
|
-
exports.
|
|
1694
|
+
exports.defaultRetryPolicyName = void 0;
|
|
1695
|
+
exports.defaultRetryPolicy = defaultRetryPolicy;
|
|
1713
1696
|
var exponentialRetryStrategy_js_1 = require_exponentialRetryStrategy();
|
|
1714
1697
|
var throttlingRetryStrategy_js_1 = require_throttlingRetryStrategy();
|
|
1715
1698
|
var retryPolicy_js_1 = require_retryPolicy();
|
|
@@ -1725,16 +1708,15 @@ var require_defaultRetryPolicy = __commonJS({
|
|
|
1725
1708
|
};
|
|
1726
1709
|
}
|
|
1727
1710
|
__name(defaultRetryPolicy, "defaultRetryPolicy");
|
|
1728
|
-
exports.defaultRetryPolicy = defaultRetryPolicy;
|
|
1729
1711
|
}
|
|
1730
1712
|
});
|
|
1731
1713
|
|
|
1732
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1714
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/httpHeaders.js
|
|
1733
1715
|
var require_httpHeaders = __commonJS({
|
|
1734
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1716
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/httpHeaders.js"(exports) {
|
|
1735
1717
|
"use strict";
|
|
1736
1718
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1737
|
-
exports.createHttpHeaders =
|
|
1719
|
+
exports.createHttpHeaders = createHttpHeaders;
|
|
1738
1720
|
function normalizeName(name) {
|
|
1739
1721
|
return name.toLowerCase();
|
|
1740
1722
|
}
|
|
@@ -1821,16 +1803,16 @@ var require_httpHeaders = __commonJS({
|
|
|
1821
1803
|
return new HttpHeadersImpl(rawHeaders);
|
|
1822
1804
|
}
|
|
1823
1805
|
__name(createHttpHeaders, "createHttpHeaders");
|
|
1824
|
-
exports.createHttpHeaders = createHttpHeaders;
|
|
1825
1806
|
}
|
|
1826
1807
|
});
|
|
1827
1808
|
|
|
1828
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1809
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/formDataPolicy.js
|
|
1829
1810
|
var require_formDataPolicy = __commonJS({
|
|
1830
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
1811
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/formDataPolicy.js"(exports) {
|
|
1831
1812
|
"use strict";
|
|
1832
1813
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1833
|
-
exports.
|
|
1814
|
+
exports.formDataPolicyName = void 0;
|
|
1815
|
+
exports.formDataPolicy = formDataPolicy;
|
|
1834
1816
|
var core_util_1 = require_commonjs3();
|
|
1835
1817
|
var httpHeaders_js_1 = require_httpHeaders();
|
|
1836
1818
|
exports.formDataPolicyName = "formDataPolicy";
|
|
@@ -1866,7 +1848,6 @@ var require_formDataPolicy = __commonJS({
|
|
|
1866
1848
|
};
|
|
1867
1849
|
}
|
|
1868
1850
|
__name(formDataPolicy, "formDataPolicy");
|
|
1869
|
-
exports.formDataPolicy = formDataPolicy;
|
|
1870
1851
|
function wwwFormUrlEncode(formData) {
|
|
1871
1852
|
const urlSearchParams = new URLSearchParams();
|
|
1872
1853
|
for (const [key, value] of Object.entries(formData)) {
|
|
@@ -2037,9 +2018,9 @@ var require_package = __commonJS({
|
|
|
2037
2018
|
}
|
|
2038
2019
|
});
|
|
2039
2020
|
|
|
2040
|
-
// ../../node_modules/.store/debug-virtual-
|
|
2021
|
+
// ../../node_modules/.store/debug-virtual-5e1ac0f1f2/package/src/common.js
|
|
2041
2022
|
var require_common = __commonJS({
|
|
2042
|
-
"../../node_modules/.store/debug-virtual-
|
|
2023
|
+
"../../node_modules/.store/debug-virtual-5e1ac0f1f2/package/src/common.js"(exports, module) {
|
|
2043
2024
|
function setup(env) {
|
|
2044
2025
|
createDebug.debug = createDebug;
|
|
2045
2026
|
createDebug.default = createDebug;
|
|
@@ -2211,9 +2192,9 @@ var require_common = __commonJS({
|
|
|
2211
2192
|
}
|
|
2212
2193
|
});
|
|
2213
2194
|
|
|
2214
|
-
// ../../node_modules/.store/debug-virtual-
|
|
2195
|
+
// ../../node_modules/.store/debug-virtual-5e1ac0f1f2/package/src/browser.js
|
|
2215
2196
|
var require_browser = __commonJS({
|
|
2216
|
-
"../../node_modules/.store/debug-virtual-
|
|
2197
|
+
"../../node_modules/.store/debug-virtual-5e1ac0f1f2/package/src/browser.js"(exports, module) {
|
|
2217
2198
|
exports.formatArgs = formatArgs;
|
|
2218
2199
|
exports.save = save;
|
|
2219
2200
|
exports.load = load;
|
|
@@ -2385,9 +2366,9 @@ var require_browser = __commonJS({
|
|
|
2385
2366
|
}
|
|
2386
2367
|
});
|
|
2387
2368
|
|
|
2388
|
-
// ../../node_modules/.store/debug-virtual-
|
|
2369
|
+
// ../../node_modules/.store/debug-virtual-5e1ac0f1f2/package/src/node.js
|
|
2389
2370
|
var require_node = __commonJS({
|
|
2390
|
-
"../../node_modules/.store/debug-virtual-
|
|
2371
|
+
"../../node_modules/.store/debug-virtual-5e1ac0f1f2/package/src/node.js"(exports, module) {
|
|
2391
2372
|
var tty = __require("tty");
|
|
2392
2373
|
var util = __require("util");
|
|
2393
2374
|
exports.init = init;
|
|
@@ -2566,9 +2547,9 @@ var require_node = __commonJS({
|
|
|
2566
2547
|
}
|
|
2567
2548
|
});
|
|
2568
2549
|
|
|
2569
|
-
// ../../node_modules/.store/debug-virtual-
|
|
2550
|
+
// ../../node_modules/.store/debug-virtual-5e1ac0f1f2/package/src/index.js
|
|
2570
2551
|
var require_src = __commonJS({
|
|
2571
|
-
"../../node_modules/.store/debug-virtual-
|
|
2552
|
+
"../../node_modules/.store/debug-virtual-5e1ac0f1f2/package/src/index.js"(exports, module) {
|
|
2572
2553
|
if (typeof process === "undefined" || process.type === "renderer" || process.browser === true || process.__nwjs) {
|
|
2573
2554
|
module.exports = require_browser();
|
|
2574
2555
|
} else {
|
|
@@ -3190,12 +3171,15 @@ var require_dist3 = __commonJS({
|
|
|
3190
3171
|
}
|
|
3191
3172
|
});
|
|
3192
3173
|
|
|
3193
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3174
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/proxyPolicy.js
|
|
3194
3175
|
var require_proxyPolicy = __commonJS({
|
|
3195
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3176
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/proxyPolicy.js"(exports) {
|
|
3196
3177
|
"use strict";
|
|
3197
3178
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3198
|
-
exports.
|
|
3179
|
+
exports.globalNoProxyList = exports.proxyPolicyName = void 0;
|
|
3180
|
+
exports.loadNoProxy = loadNoProxy;
|
|
3181
|
+
exports.getDefaultProxySettings = getDefaultProxySettings;
|
|
3182
|
+
exports.proxyPolicy = proxyPolicy;
|
|
3199
3183
|
var https_proxy_agent_1 = require_dist2();
|
|
3200
3184
|
var http_proxy_agent_1 = require_dist3();
|
|
3201
3185
|
var log_js_1 = require_log();
|
|
@@ -3263,7 +3247,6 @@ var require_proxyPolicy = __commonJS({
|
|
|
3263
3247
|
return [];
|
|
3264
3248
|
}
|
|
3265
3249
|
__name(loadNoProxy, "loadNoProxy");
|
|
3266
|
-
exports.loadNoProxy = loadNoProxy;
|
|
3267
3250
|
function getDefaultProxySettings(proxyUrl) {
|
|
3268
3251
|
if (!proxyUrl) {
|
|
3269
3252
|
proxyUrl = loadEnvironmentProxyValue();
|
|
@@ -3281,7 +3264,6 @@ var require_proxyPolicy = __commonJS({
|
|
|
3281
3264
|
};
|
|
3282
3265
|
}
|
|
3283
3266
|
__name(getDefaultProxySettings, "getDefaultProxySettings");
|
|
3284
|
-
exports.getDefaultProxySettings = getDefaultProxySettings;
|
|
3285
3267
|
function getDefaultProxySettingsInternal() {
|
|
3286
3268
|
const envProxy = loadEnvironmentProxyValue();
|
|
3287
3269
|
return envProxy ? new URL(envProxy) : void 0;
|
|
@@ -3347,16 +3329,16 @@ var require_proxyPolicy = __commonJS({
|
|
|
3347
3329
|
};
|
|
3348
3330
|
}
|
|
3349
3331
|
__name(proxyPolicy, "proxyPolicy");
|
|
3350
|
-
exports.proxyPolicy = proxyPolicy;
|
|
3351
3332
|
}
|
|
3352
3333
|
});
|
|
3353
3334
|
|
|
3354
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3335
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/setClientRequestIdPolicy.js
|
|
3355
3336
|
var require_setClientRequestIdPolicy = __commonJS({
|
|
3356
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3337
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/setClientRequestIdPolicy.js"(exports) {
|
|
3357
3338
|
"use strict";
|
|
3358
3339
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3359
|
-
exports.
|
|
3340
|
+
exports.setClientRequestIdPolicyName = void 0;
|
|
3341
|
+
exports.setClientRequestIdPolicy = setClientRequestIdPolicy;
|
|
3360
3342
|
exports.setClientRequestIdPolicyName = "setClientRequestIdPolicy";
|
|
3361
3343
|
function setClientRequestIdPolicy(requestIdHeaderName = "x-ms-client-request-id") {
|
|
3362
3344
|
return {
|
|
@@ -3370,16 +3352,16 @@ var require_setClientRequestIdPolicy = __commonJS({
|
|
|
3370
3352
|
};
|
|
3371
3353
|
}
|
|
3372
3354
|
__name(setClientRequestIdPolicy, "setClientRequestIdPolicy");
|
|
3373
|
-
exports.setClientRequestIdPolicy = setClientRequestIdPolicy;
|
|
3374
3355
|
}
|
|
3375
3356
|
});
|
|
3376
3357
|
|
|
3377
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3358
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/tlsPolicy.js
|
|
3378
3359
|
var require_tlsPolicy = __commonJS({
|
|
3379
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3360
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/tlsPolicy.js"(exports) {
|
|
3380
3361
|
"use strict";
|
|
3381
3362
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3382
|
-
exports.
|
|
3363
|
+
exports.tlsPolicyName = void 0;
|
|
3364
|
+
exports.tlsPolicy = tlsPolicy;
|
|
3383
3365
|
exports.tlsPolicyName = "tlsPolicy";
|
|
3384
3366
|
function tlsPolicy(tlsSettings) {
|
|
3385
3367
|
return {
|
|
@@ -3393,13 +3375,12 @@ var require_tlsPolicy = __commonJS({
|
|
|
3393
3375
|
};
|
|
3394
3376
|
}
|
|
3395
3377
|
__name(tlsPolicy, "tlsPolicy");
|
|
3396
|
-
exports.tlsPolicy = tlsPolicy;
|
|
3397
3378
|
}
|
|
3398
3379
|
});
|
|
3399
3380
|
|
|
3400
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3381
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/util/inspect.js
|
|
3401
3382
|
var require_inspect = __commonJS({
|
|
3402
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3383
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/util/inspect.js"(exports) {
|
|
3403
3384
|
"use strict";
|
|
3404
3385
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3405
3386
|
exports.custom = void 0;
|
|
@@ -3408,12 +3389,13 @@ var require_inspect = __commonJS({
|
|
|
3408
3389
|
}
|
|
3409
3390
|
});
|
|
3410
3391
|
|
|
3411
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3392
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/restError.js
|
|
3412
3393
|
var require_restError = __commonJS({
|
|
3413
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3394
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/restError.js"(exports) {
|
|
3414
3395
|
"use strict";
|
|
3415
3396
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3416
|
-
exports.
|
|
3397
|
+
exports.RestError = void 0;
|
|
3398
|
+
exports.isRestError = isRestError;
|
|
3417
3399
|
var core_util_1 = require_commonjs3();
|
|
3418
3400
|
var inspect_js_1 = require_inspect();
|
|
3419
3401
|
var sanitizer_js_1 = require_sanitizer();
|
|
@@ -3448,25 +3430,29 @@ var require_restError = __commonJS({
|
|
|
3448
3430
|
return (0, core_util_1.isError)(e) && e.name === "RestError";
|
|
3449
3431
|
}
|
|
3450
3432
|
__name(isRestError, "isRestError");
|
|
3451
|
-
exports.isRestError = isRestError;
|
|
3452
3433
|
}
|
|
3453
3434
|
});
|
|
3454
3435
|
|
|
3455
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3436
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/tracingPolicy.js
|
|
3456
3437
|
var require_tracingPolicy = __commonJS({
|
|
3457
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3438
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/tracingPolicy.js"(exports) {
|
|
3458
3439
|
"use strict";
|
|
3459
3440
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3460
|
-
exports.
|
|
3441
|
+
exports.tracingPolicyName = void 0;
|
|
3442
|
+
exports.tracingPolicy = tracingPolicy;
|
|
3461
3443
|
var core_tracing_1 = require_commonjs4();
|
|
3462
3444
|
var constants_js_1 = require_constants();
|
|
3463
3445
|
var userAgent_js_1 = require_userAgent();
|
|
3464
3446
|
var log_js_1 = require_log();
|
|
3465
3447
|
var core_util_1 = require_commonjs3();
|
|
3466
3448
|
var restError_js_1 = require_restError();
|
|
3449
|
+
var sanitizer_js_1 = require_sanitizer();
|
|
3467
3450
|
exports.tracingPolicyName = "tracingPolicy";
|
|
3468
3451
|
function tracingPolicy(options = {}) {
|
|
3469
|
-
const
|
|
3452
|
+
const userAgentPromise = (0, userAgent_js_1.getUserAgentValue)(options.userAgentPrefix);
|
|
3453
|
+
const sanitizer = new sanitizer_js_1.Sanitizer({
|
|
3454
|
+
additionalAllowedQueryParameters: options.additionalAllowedQueryParameters
|
|
3455
|
+
});
|
|
3470
3456
|
const tracingClient = tryCreateTracingClient();
|
|
3471
3457
|
return {
|
|
3472
3458
|
name: exports.tracingPolicyName,
|
|
@@ -3475,7 +3461,17 @@ var require_tracingPolicy = __commonJS({
|
|
|
3475
3461
|
if (!tracingClient || !((_a = request.tracingOptions) === null || _a === void 0 ? void 0 : _a.tracingContext)) {
|
|
3476
3462
|
return next(request);
|
|
3477
3463
|
}
|
|
3478
|
-
const
|
|
3464
|
+
const userAgent = await userAgentPromise;
|
|
3465
|
+
const spanAttributes = {
|
|
3466
|
+
"http.url": sanitizer.sanitizeUrl(request.url),
|
|
3467
|
+
"http.method": request.method,
|
|
3468
|
+
"http.user_agent": userAgent,
|
|
3469
|
+
requestId: request.requestId
|
|
3470
|
+
};
|
|
3471
|
+
if (userAgent) {
|
|
3472
|
+
spanAttributes["http.user_agent"] = userAgent;
|
|
3473
|
+
}
|
|
3474
|
+
const { span, tracingContext } = (_b = tryCreateSpan(tracingClient, request, spanAttributes)) !== null && _b !== void 0 ? _b : {};
|
|
3479
3475
|
if (!span || !tracingContext) {
|
|
3480
3476
|
return next(request);
|
|
3481
3477
|
}
|
|
@@ -3491,7 +3487,6 @@ var require_tracingPolicy = __commonJS({
|
|
|
3491
3487
|
};
|
|
3492
3488
|
}
|
|
3493
3489
|
__name(tracingPolicy, "tracingPolicy");
|
|
3494
|
-
exports.tracingPolicy = tracingPolicy;
|
|
3495
3490
|
function tryCreateTracingClient() {
|
|
3496
3491
|
try {
|
|
3497
3492
|
return (0, core_tracing_1.createTracingClient)({
|
|
@@ -3505,23 +3500,16 @@ var require_tracingPolicy = __commonJS({
|
|
|
3505
3500
|
}
|
|
3506
3501
|
}
|
|
3507
3502
|
__name(tryCreateTracingClient, "tryCreateTracingClient");
|
|
3508
|
-
function tryCreateSpan(tracingClient, request,
|
|
3503
|
+
function tryCreateSpan(tracingClient, request, spanAttributes) {
|
|
3509
3504
|
try {
|
|
3510
3505
|
const { span, updatedOptions } = tracingClient.startSpan(`HTTP ${request.method}`, { tracingOptions: request.tracingOptions }, {
|
|
3511
3506
|
spanKind: "client",
|
|
3512
|
-
spanAttributes
|
|
3513
|
-
"http.method": request.method,
|
|
3514
|
-
"http.url": request.url,
|
|
3515
|
-
requestId: request.requestId
|
|
3516
|
-
}
|
|
3507
|
+
spanAttributes
|
|
3517
3508
|
});
|
|
3518
3509
|
if (!span.isRecording()) {
|
|
3519
3510
|
span.end();
|
|
3520
3511
|
return void 0;
|
|
3521
3512
|
}
|
|
3522
|
-
if (userAgent) {
|
|
3523
|
-
span.setAttribute("http.user_agent", userAgent);
|
|
3524
|
-
}
|
|
3525
3513
|
const headers = tracingClient.createRequestHeaders(updatedOptions.tracingOptions.tracingContext);
|
|
3526
3514
|
for (const [key, value] of Object.entries(headers)) {
|
|
3527
3515
|
request.headers.set(key, value);
|
|
@@ -3567,12 +3555,12 @@ var require_tracingPolicy = __commonJS({
|
|
|
3567
3555
|
}
|
|
3568
3556
|
});
|
|
3569
3557
|
|
|
3570
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3558
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/createPipelineFromOptions.js
|
|
3571
3559
|
var require_createPipelineFromOptions = __commonJS({
|
|
3572
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3560
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/createPipelineFromOptions.js"(exports) {
|
|
3573
3561
|
"use strict";
|
|
3574
3562
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3575
|
-
exports.createPipelineFromOptions =
|
|
3563
|
+
exports.createPipelineFromOptions = createPipelineFromOptions;
|
|
3576
3564
|
var logPolicy_js_1 = require_logPolicy();
|
|
3577
3565
|
var pipeline_js_1 = require_pipeline();
|
|
3578
3566
|
var redirectPolicy_js_1 = require_redirectPolicy();
|
|
@@ -3601,7 +3589,9 @@ var require_createPipelineFromOptions = __commonJS({
|
|
|
3601
3589
|
pipeline.addPolicy((0, setClientRequestIdPolicy_js_1.setClientRequestIdPolicy)((_a = options.telemetryOptions) === null || _a === void 0 ? void 0 : _a.clientRequestIdHeaderName));
|
|
3602
3590
|
pipeline.addPolicy((0, multipartPolicy_js_1.multipartPolicy)(), { afterPhase: "Deserialize" });
|
|
3603
3591
|
pipeline.addPolicy((0, defaultRetryPolicy_js_1.defaultRetryPolicy)(options.retryOptions), { phase: "Retry" });
|
|
3604
|
-
pipeline.addPolicy((0, tracingPolicy_js_1.tracingPolicy)(options.userAgentOptions), {
|
|
3592
|
+
pipeline.addPolicy((0, tracingPolicy_js_1.tracingPolicy)(Object.assign(Object.assign({}, options.userAgentOptions), options.loggingOptions)), {
|
|
3593
|
+
afterPhase: "Retry"
|
|
3594
|
+
});
|
|
3605
3595
|
if (core_util_1.isNodeLike) {
|
|
3606
3596
|
pipeline.addPolicy((0, redirectPolicy_js_1.redirectPolicy)(options.redirectOptions), { afterPhase: "Retry" });
|
|
3607
3597
|
}
|
|
@@ -3609,16 +3599,16 @@ var require_createPipelineFromOptions = __commonJS({
|
|
|
3609
3599
|
return pipeline;
|
|
3610
3600
|
}
|
|
3611
3601
|
__name(createPipelineFromOptions, "createPipelineFromOptions");
|
|
3612
|
-
exports.createPipelineFromOptions = createPipelineFromOptions;
|
|
3613
3602
|
}
|
|
3614
3603
|
});
|
|
3615
3604
|
|
|
3616
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3605
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/nodeHttpClient.js
|
|
3617
3606
|
var require_nodeHttpClient = __commonJS({
|
|
3618
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3607
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/nodeHttpClient.js"(exports) {
|
|
3619
3608
|
"use strict";
|
|
3620
3609
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3621
|
-
exports.
|
|
3610
|
+
exports.getBodyLength = getBodyLength;
|
|
3611
|
+
exports.createNodeHttpClient = createNodeHttpClient;
|
|
3622
3612
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
3623
3613
|
var http = tslib_1.__importStar(__require("node:http"));
|
|
3624
3614
|
var https = tslib_1.__importStar(__require("node:https"));
|
|
@@ -3914,36 +3904,33 @@ var require_nodeHttpClient = __commonJS({
|
|
|
3914
3904
|
}
|
|
3915
3905
|
}
|
|
3916
3906
|
__name(getBodyLength, "getBodyLength");
|
|
3917
|
-
exports.getBodyLength = getBodyLength;
|
|
3918
3907
|
function createNodeHttpClient() {
|
|
3919
3908
|
return new NodeHttpClient();
|
|
3920
3909
|
}
|
|
3921
3910
|
__name(createNodeHttpClient, "createNodeHttpClient");
|
|
3922
|
-
exports.createNodeHttpClient = createNodeHttpClient;
|
|
3923
3911
|
}
|
|
3924
3912
|
});
|
|
3925
3913
|
|
|
3926
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3914
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/defaultHttpClient.js
|
|
3927
3915
|
var require_defaultHttpClient = __commonJS({
|
|
3928
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3916
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/defaultHttpClient.js"(exports) {
|
|
3929
3917
|
"use strict";
|
|
3930
3918
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3931
|
-
exports.createDefaultHttpClient =
|
|
3919
|
+
exports.createDefaultHttpClient = createDefaultHttpClient;
|
|
3932
3920
|
var nodeHttpClient_js_1 = require_nodeHttpClient();
|
|
3933
3921
|
function createDefaultHttpClient() {
|
|
3934
3922
|
return (0, nodeHttpClient_js_1.createNodeHttpClient)();
|
|
3935
3923
|
}
|
|
3936
3924
|
__name(createDefaultHttpClient, "createDefaultHttpClient");
|
|
3937
|
-
exports.createDefaultHttpClient = createDefaultHttpClient;
|
|
3938
3925
|
}
|
|
3939
3926
|
});
|
|
3940
3927
|
|
|
3941
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3928
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/pipelineRequest.js
|
|
3942
3929
|
var require_pipelineRequest = __commonJS({
|
|
3943
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3930
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/pipelineRequest.js"(exports) {
|
|
3944
3931
|
"use strict";
|
|
3945
3932
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3946
|
-
exports.createPipelineRequest =
|
|
3933
|
+
exports.createPipelineRequest = createPipelineRequest;
|
|
3947
3934
|
var httpHeaders_js_1 = require_httpHeaders();
|
|
3948
3935
|
var core_util_1 = require_commonjs3();
|
|
3949
3936
|
var _PipelineRequestImpl = class _PipelineRequestImpl {
|
|
@@ -3975,16 +3962,16 @@ var require_pipelineRequest = __commonJS({
|
|
|
3975
3962
|
return new PipelineRequestImpl(options);
|
|
3976
3963
|
}
|
|
3977
3964
|
__name(createPipelineRequest, "createPipelineRequest");
|
|
3978
|
-
exports.createPipelineRequest = createPipelineRequest;
|
|
3979
3965
|
}
|
|
3980
3966
|
});
|
|
3981
3967
|
|
|
3982
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3968
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/exponentialRetryPolicy.js
|
|
3983
3969
|
var require_exponentialRetryPolicy = __commonJS({
|
|
3984
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3970
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/exponentialRetryPolicy.js"(exports) {
|
|
3985
3971
|
"use strict";
|
|
3986
3972
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3987
|
-
exports.
|
|
3973
|
+
exports.exponentialRetryPolicyName = void 0;
|
|
3974
|
+
exports.exponentialRetryPolicy = exponentialRetryPolicy;
|
|
3988
3975
|
var exponentialRetryStrategy_js_1 = require_exponentialRetryStrategy();
|
|
3989
3976
|
var retryPolicy_js_1 = require_retryPolicy();
|
|
3990
3977
|
var constants_js_1 = require_constants();
|
|
@@ -3998,16 +3985,16 @@ var require_exponentialRetryPolicy = __commonJS({
|
|
|
3998
3985
|
});
|
|
3999
3986
|
}
|
|
4000
3987
|
__name(exponentialRetryPolicy, "exponentialRetryPolicy");
|
|
4001
|
-
exports.exponentialRetryPolicy = exponentialRetryPolicy;
|
|
4002
3988
|
}
|
|
4003
3989
|
});
|
|
4004
3990
|
|
|
4005
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3991
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/systemErrorRetryPolicy.js
|
|
4006
3992
|
var require_systemErrorRetryPolicy = __commonJS({
|
|
4007
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
3993
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/systemErrorRetryPolicy.js"(exports) {
|
|
4008
3994
|
"use strict";
|
|
4009
3995
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4010
|
-
exports.
|
|
3996
|
+
exports.systemErrorRetryPolicyName = void 0;
|
|
3997
|
+
exports.systemErrorRetryPolicy = systemErrorRetryPolicy;
|
|
4011
3998
|
var exponentialRetryStrategy_js_1 = require_exponentialRetryStrategy();
|
|
4012
3999
|
var retryPolicy_js_1 = require_retryPolicy();
|
|
4013
4000
|
var constants_js_1 = require_constants();
|
|
@@ -4024,16 +4011,16 @@ var require_systemErrorRetryPolicy = __commonJS({
|
|
|
4024
4011
|
};
|
|
4025
4012
|
}
|
|
4026
4013
|
__name(systemErrorRetryPolicy, "systemErrorRetryPolicy");
|
|
4027
|
-
exports.systemErrorRetryPolicy = systemErrorRetryPolicy;
|
|
4028
4014
|
}
|
|
4029
4015
|
});
|
|
4030
4016
|
|
|
4031
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
4017
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/throttlingRetryPolicy.js
|
|
4032
4018
|
var require_throttlingRetryPolicy = __commonJS({
|
|
4033
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
4019
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/throttlingRetryPolicy.js"(exports) {
|
|
4034
4020
|
"use strict";
|
|
4035
4021
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4036
|
-
exports.
|
|
4022
|
+
exports.throttlingRetryPolicyName = void 0;
|
|
4023
|
+
exports.throttlingRetryPolicy = throttlingRetryPolicy;
|
|
4037
4024
|
var throttlingRetryStrategy_js_1 = require_throttlingRetryStrategy();
|
|
4038
4025
|
var retryPolicy_js_1 = require_retryPolicy();
|
|
4039
4026
|
var constants_js_1 = require_constants();
|
|
@@ -4048,16 +4035,16 @@ var require_throttlingRetryPolicy = __commonJS({
|
|
|
4048
4035
|
};
|
|
4049
4036
|
}
|
|
4050
4037
|
__name(throttlingRetryPolicy, "throttlingRetryPolicy");
|
|
4051
|
-
exports.throttlingRetryPolicy = throttlingRetryPolicy;
|
|
4052
4038
|
}
|
|
4053
4039
|
});
|
|
4054
4040
|
|
|
4055
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
4041
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/util/tokenCycler.js
|
|
4056
4042
|
var require_tokenCycler = __commonJS({
|
|
4057
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
4043
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/util/tokenCycler.js"(exports) {
|
|
4058
4044
|
"use strict";
|
|
4059
4045
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4060
|
-
exports.
|
|
4046
|
+
exports.DEFAULT_CYCLER_OPTIONS = void 0;
|
|
4047
|
+
exports.createTokenCycler = createTokenCycler;
|
|
4061
4048
|
var helpers_js_1 = require_helpers();
|
|
4062
4049
|
exports.DEFAULT_CYCLER_OPTIONS = {
|
|
4063
4050
|
forcedRefreshWindowInMs: 1e3,
|
|
@@ -4145,9 +4132,15 @@ var require_tokenCycler = __commonJS({
|
|
|
4145
4132
|
}
|
|
4146
4133
|
__name(refresh, "refresh");
|
|
4147
4134
|
return async (scopes, tokenOptions) => {
|
|
4148
|
-
const
|
|
4149
|
-
|
|
4135
|
+
const hasClaimChallenge = Boolean(tokenOptions.claims);
|
|
4136
|
+
const tenantIdChanged = tenantId !== tokenOptions.tenantId;
|
|
4137
|
+
if (hasClaimChallenge) {
|
|
4138
|
+
token = null;
|
|
4139
|
+
}
|
|
4140
|
+
const mustRefresh = tenantIdChanged || hasClaimChallenge || cycler.mustRefresh;
|
|
4141
|
+
if (mustRefresh) {
|
|
4150
4142
|
return refresh(scopes, tokenOptions);
|
|
4143
|
+
}
|
|
4151
4144
|
if (cycler.shouldRefresh) {
|
|
4152
4145
|
refresh(scopes, tokenOptions);
|
|
4153
4146
|
}
|
|
@@ -4155,16 +4148,16 @@ var require_tokenCycler = __commonJS({
|
|
|
4155
4148
|
};
|
|
4156
4149
|
}
|
|
4157
4150
|
__name(createTokenCycler, "createTokenCycler");
|
|
4158
|
-
exports.createTokenCycler = createTokenCycler;
|
|
4159
4151
|
}
|
|
4160
4152
|
});
|
|
4161
4153
|
|
|
4162
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
4154
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/bearerTokenAuthenticationPolicy.js
|
|
4163
4155
|
var require_bearerTokenAuthenticationPolicy = __commonJS({
|
|
4164
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
4156
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/bearerTokenAuthenticationPolicy.js"(exports) {
|
|
4165
4157
|
"use strict";
|
|
4166
4158
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4167
|
-
exports.
|
|
4159
|
+
exports.bearerTokenAuthenticationPolicyName = void 0;
|
|
4160
|
+
exports.bearerTokenAuthenticationPolicy = bearerTokenAuthenticationPolicy;
|
|
4168
4161
|
var tokenCycler_js_1 = require_tokenCycler();
|
|
4169
4162
|
var log_js_1 = require_log();
|
|
4170
4163
|
exports.bearerTokenAuthenticationPolicyName = "bearerTokenAuthenticationPolicy";
|
|
@@ -4251,16 +4244,16 @@ var require_bearerTokenAuthenticationPolicy = __commonJS({
|
|
|
4251
4244
|
};
|
|
4252
4245
|
}
|
|
4253
4246
|
__name(bearerTokenAuthenticationPolicy, "bearerTokenAuthenticationPolicy");
|
|
4254
|
-
exports.bearerTokenAuthenticationPolicy = bearerTokenAuthenticationPolicy;
|
|
4255
4247
|
}
|
|
4256
4248
|
});
|
|
4257
4249
|
|
|
4258
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
4250
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/ndJsonPolicy.js
|
|
4259
4251
|
var require_ndJsonPolicy = __commonJS({
|
|
4260
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
4252
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/ndJsonPolicy.js"(exports) {
|
|
4261
4253
|
"use strict";
|
|
4262
4254
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4263
|
-
exports.
|
|
4255
|
+
exports.ndJsonPolicyName = void 0;
|
|
4256
|
+
exports.ndJsonPolicy = ndJsonPolicy;
|
|
4264
4257
|
exports.ndJsonPolicyName = "ndJsonPolicy";
|
|
4265
4258
|
function ndJsonPolicy() {
|
|
4266
4259
|
return {
|
|
@@ -4277,16 +4270,16 @@ var require_ndJsonPolicy = __commonJS({
|
|
|
4277
4270
|
};
|
|
4278
4271
|
}
|
|
4279
4272
|
__name(ndJsonPolicy, "ndJsonPolicy");
|
|
4280
|
-
exports.ndJsonPolicy = ndJsonPolicy;
|
|
4281
4273
|
}
|
|
4282
4274
|
});
|
|
4283
4275
|
|
|
4284
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
4276
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/auxiliaryAuthenticationHeaderPolicy.js
|
|
4285
4277
|
var require_auxiliaryAuthenticationHeaderPolicy = __commonJS({
|
|
4286
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
4278
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/policies/auxiliaryAuthenticationHeaderPolicy.js"(exports) {
|
|
4287
4279
|
"use strict";
|
|
4288
4280
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4289
|
-
exports.
|
|
4281
|
+
exports.auxiliaryAuthenticationHeaderPolicyName = void 0;
|
|
4282
|
+
exports.auxiliaryAuthenticationHeaderPolicy = auxiliaryAuthenticationHeaderPolicy;
|
|
4290
4283
|
var tokenCycler_js_1 = require_tokenCycler();
|
|
4291
4284
|
var log_js_1 = require_log();
|
|
4292
4285
|
exports.auxiliaryAuthenticationHeaderPolicyName = "auxiliaryAuthenticationHeaderPolicy";
|
|
@@ -4340,13 +4333,12 @@ var require_auxiliaryAuthenticationHeaderPolicy = __commonJS({
|
|
|
4340
4333
|
};
|
|
4341
4334
|
}
|
|
4342
4335
|
__name(auxiliaryAuthenticationHeaderPolicy, "auxiliaryAuthenticationHeaderPolicy");
|
|
4343
|
-
exports.auxiliaryAuthenticationHeaderPolicy = auxiliaryAuthenticationHeaderPolicy;
|
|
4344
4336
|
}
|
|
4345
4337
|
});
|
|
4346
4338
|
|
|
4347
|
-
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
4339
|
+
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/index.js
|
|
4348
4340
|
var require_commonjs5 = __commonJS({
|
|
4349
|
-
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.
|
|
4341
|
+
"../../node_modules/.store/@azure-core-rest-pipeline-npm-1.16.2-cc48365bda/package/dist/commonjs/index.js"(exports) {
|
|
4350
4342
|
"use strict";
|
|
4351
4343
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4352
4344
|
exports.createFileFromStream = exports.createFile = exports.auxiliaryAuthenticationHeaderPolicyName = exports.auxiliaryAuthenticationHeaderPolicy = exports.ndJsonPolicyName = exports.ndJsonPolicy = exports.bearerTokenAuthenticationPolicyName = exports.bearerTokenAuthenticationPolicy = exports.formDataPolicyName = exports.formDataPolicy = exports.tlsPolicyName = exports.tlsPolicy = exports.userAgentPolicyName = exports.userAgentPolicy = exports.defaultRetryPolicy = exports.tracingPolicyName = exports.tracingPolicy = exports.retryPolicy = exports.throttlingRetryPolicyName = exports.throttlingRetryPolicy = exports.systemErrorRetryPolicyName = exports.systemErrorRetryPolicy = exports.redirectPolicyName = exports.redirectPolicy = exports.getDefaultProxySettings = exports.proxyPolicyName = exports.proxyPolicy = exports.multipartPolicyName = exports.multipartPolicy = exports.logPolicyName = exports.logPolicy = exports.setClientRequestIdPolicyName = exports.setClientRequestIdPolicy = exports.exponentialRetryPolicyName = exports.exponentialRetryPolicy = exports.decompressResponsePolicyName = exports.decompressResponsePolicy = exports.isRestError = exports.RestError = exports.createPipelineRequest = exports.createHttpHeaders = exports.createDefaultHttpClient = exports.createPipelineFromOptions = exports.createEmptyPipeline = void 0;
|