@azure/arm-servicelinker 2.2.0-alpha.20250619.1 → 2.2.0-alpha.20250718.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +187 -79
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/configurationNames.js +23 -40
- package/dist/browser/operations/configurationNames.js.map +1 -1
- package/dist/browser/operations/connector.js +111 -115
- package/dist/browser/operations/connector.js.map +1 -1
- package/dist/browser/operations/linker.js +67 -64
- package/dist/browser/operations/linker.js.map +1 -1
- package/dist/browser/operations/linkers.js +67 -91
- package/dist/browser/operations/linkers.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/serviceLinkerManagementClient.js +17 -5
- package/dist/browser/serviceLinkerManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +187 -79
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/configurationNames.js +23 -39
- package/dist/commonjs/operations/configurationNames.js.map +1 -1
- package/dist/commonjs/operations/connector.js +111 -114
- package/dist/commonjs/operations/connector.js.map +1 -1
- package/dist/commonjs/operations/linker.js +67 -63
- package/dist/commonjs/operations/linker.js.map +1 -1
- package/dist/commonjs/operations/linkers.js +67 -90
- package/dist/commonjs/operations/linkers.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/serviceLinkerManagementClient.js +17 -5
- package/dist/commonjs/serviceLinkerManagementClient.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +187 -79
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/configurationNames.js +23 -40
- package/dist/esm/operations/configurationNames.js.map +1 -1
- package/dist/esm/operations/connector.js +111 -115
- package/dist/esm/operations/connector.js.map +1 -1
- package/dist/esm/operations/linker.js +67 -64
- package/dist/esm/operations/linker.js.map +1 -1
- package/dist/esm/operations/linkers.js +67 -91
- package/dist/esm/operations/linkers.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/serviceLinkerManagementClient.js +17 -5
- package/dist/esm/serviceLinkerManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +187 -79
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/configurationNames.js +23 -40
- package/dist/react-native/operations/configurationNames.js.map +1 -1
- package/dist/react-native/operations/connector.js +111 -115
- package/dist/react-native/operations/connector.js.map +1 -1
- package/dist/react-native/operations/linker.js +67 -64
- package/dist/react-native/operations/linker.js.map +1 -1
- package/dist/react-native/operations/linkers.js +67 -91
- package/dist/react-native/operations/linkers.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/serviceLinkerManagementClient.js +17 -5
- package/dist/react-native/serviceLinkerManagementClient.js.map +1 -1
- package/package.json +2 -2
- /package/review/{arm-servicelinker.api.md → arm-servicelinker-node.api.md} +0 -0
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
8
|
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
9
|
import * as coreClient from "@azure/core-client";
|
|
11
10
|
import * as Mappers from "../models/mappers.js";
|
|
@@ -15,6 +14,7 @@ import { createLroSpec } from "../lroImpl.js";
|
|
|
15
14
|
/// <reference lib="esnext.asynciterable" />
|
|
16
15
|
/** Class containing Connector operations. */
|
|
17
16
|
export class ConnectorImpl {
|
|
17
|
+
client;
|
|
18
18
|
/**
|
|
19
19
|
* Initialize a new instance of the class Connector class.
|
|
20
20
|
* @param client Reference to the service client
|
|
@@ -39,52 +39,35 @@ export class ConnectorImpl {
|
|
|
39
39
|
return this;
|
|
40
40
|
},
|
|
41
41
|
byPage: (settings) => {
|
|
42
|
-
if (settings
|
|
42
|
+
if (settings?.maxPageSize) {
|
|
43
43
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
44
44
|
}
|
|
45
45
|
return this.listDryrunPagingPage(subscriptionId, resourceGroupName, location, options, settings);
|
|
46
46
|
},
|
|
47
47
|
};
|
|
48
48
|
}
|
|
49
|
-
listDryrunPagingPage(subscriptionId, resourceGroupName, location, options, settings) {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
67
|
-
});
|
|
49
|
+
async *listDryrunPagingPage(subscriptionId, resourceGroupName, location, options, settings) {
|
|
50
|
+
let result;
|
|
51
|
+
let continuationToken = settings?.continuationToken;
|
|
52
|
+
if (!continuationToken) {
|
|
53
|
+
result = await this._listDryrun(subscriptionId, resourceGroupName, location, options);
|
|
54
|
+
let page = result.value || [];
|
|
55
|
+
continuationToken = result.nextLink;
|
|
56
|
+
setContinuationToken(page, continuationToken);
|
|
57
|
+
yield page;
|
|
58
|
+
}
|
|
59
|
+
while (continuationToken) {
|
|
60
|
+
result = await this._listDryrunNext(subscriptionId, resourceGroupName, location, continuationToken, options);
|
|
61
|
+
continuationToken = result.nextLink;
|
|
62
|
+
let page = result.value || [];
|
|
63
|
+
setContinuationToken(page, continuationToken);
|
|
64
|
+
yield page;
|
|
65
|
+
}
|
|
68
66
|
}
|
|
69
|
-
listDryrunPagingAll(subscriptionId, resourceGroupName, location, options) {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
for (var _d = true, _e = __asyncValues(this.listDryrunPagingPage(subscriptionId, resourceGroupName, location, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
74
|
-
_c = _f.value;
|
|
75
|
-
_d = false;
|
|
76
|
-
const page = _c;
|
|
77
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
81
|
-
finally {
|
|
82
|
-
try {
|
|
83
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
84
|
-
}
|
|
85
|
-
finally { if (e_1) throw e_1.error; }
|
|
86
|
-
}
|
|
87
|
-
});
|
|
67
|
+
async *listDryrunPagingAll(subscriptionId, resourceGroupName, location, options) {
|
|
68
|
+
for await (const page of this.listDryrunPagingPage(subscriptionId, resourceGroupName, location, options)) {
|
|
69
|
+
yield* page;
|
|
70
|
+
}
|
|
88
71
|
}
|
|
89
72
|
/**
|
|
90
73
|
* Returns list of connector which connects to the resource, which supports to config the target
|
|
@@ -104,52 +87,35 @@ export class ConnectorImpl {
|
|
|
104
87
|
return this;
|
|
105
88
|
},
|
|
106
89
|
byPage: (settings) => {
|
|
107
|
-
if (settings
|
|
90
|
+
if (settings?.maxPageSize) {
|
|
108
91
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
109
92
|
}
|
|
110
93
|
return this.listPagingPage(subscriptionId, resourceGroupName, location, options, settings);
|
|
111
94
|
},
|
|
112
95
|
};
|
|
113
96
|
}
|
|
114
|
-
listPagingPage(subscriptionId, resourceGroupName, location, options, settings) {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
}
|
|
132
|
-
});
|
|
97
|
+
async *listPagingPage(subscriptionId, resourceGroupName, location, options, settings) {
|
|
98
|
+
let result;
|
|
99
|
+
let continuationToken = settings?.continuationToken;
|
|
100
|
+
if (!continuationToken) {
|
|
101
|
+
result = await this._list(subscriptionId, resourceGroupName, location, options);
|
|
102
|
+
let page = result.value || [];
|
|
103
|
+
continuationToken = result.nextLink;
|
|
104
|
+
setContinuationToken(page, continuationToken);
|
|
105
|
+
yield page;
|
|
106
|
+
}
|
|
107
|
+
while (continuationToken) {
|
|
108
|
+
result = await this._listNext(subscriptionId, resourceGroupName, location, continuationToken, options);
|
|
109
|
+
continuationToken = result.nextLink;
|
|
110
|
+
let page = result.value || [];
|
|
111
|
+
setContinuationToken(page, continuationToken);
|
|
112
|
+
yield page;
|
|
113
|
+
}
|
|
133
114
|
}
|
|
134
|
-
listPagingAll(subscriptionId, resourceGroupName, location, options) {
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
for (var _d = true, _e = __asyncValues(this.listPagingPage(subscriptionId, resourceGroupName, location, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
139
|
-
_c = _f.value;
|
|
140
|
-
_d = false;
|
|
141
|
-
const page = _c;
|
|
142
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
146
|
-
finally {
|
|
147
|
-
try {
|
|
148
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
149
|
-
}
|
|
150
|
-
finally { if (e_2) throw e_2.error; }
|
|
151
|
-
}
|
|
152
|
-
});
|
|
115
|
+
async *listPagingAll(subscriptionId, resourceGroupName, location, options) {
|
|
116
|
+
for await (const page of this.listPagingPage(subscriptionId, resourceGroupName, location, options)) {
|
|
117
|
+
yield* page;
|
|
118
|
+
}
|
|
153
119
|
}
|
|
154
120
|
/**
|
|
155
121
|
* list dryrun jobs
|
|
@@ -186,14 +152,19 @@ export class ConnectorImpl {
|
|
|
186
152
|
return this.client.sendOperationRequest(args, spec);
|
|
187
153
|
};
|
|
188
154
|
const sendOperationFn = async (args, spec) => {
|
|
189
|
-
var _a;
|
|
190
155
|
let currentRawResponse = undefined;
|
|
191
|
-
const providedCallback =
|
|
156
|
+
const providedCallback = args.options?.onResponse;
|
|
192
157
|
const callback = (rawResponse, flatResponse) => {
|
|
193
158
|
currentRawResponse = rawResponse;
|
|
194
|
-
providedCallback
|
|
159
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
160
|
+
};
|
|
161
|
+
const updatedArgs = {
|
|
162
|
+
...args,
|
|
163
|
+
options: {
|
|
164
|
+
...args.options,
|
|
165
|
+
onResponse: callback,
|
|
166
|
+
},
|
|
195
167
|
};
|
|
196
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
197
168
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
198
169
|
return {
|
|
199
170
|
flatResponse,
|
|
@@ -217,8 +188,8 @@ export class ConnectorImpl {
|
|
|
217
188
|
spec: createDryrunOperationSpec,
|
|
218
189
|
});
|
|
219
190
|
const poller = await createHttpPoller(lro, {
|
|
220
|
-
restoreFrom: options
|
|
221
|
-
intervalInMs: options
|
|
191
|
+
restoreFrom: options?.resumeFrom,
|
|
192
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
222
193
|
resourceLocationConfig: "azure-async-operation",
|
|
223
194
|
});
|
|
224
195
|
await poller.poll();
|
|
@@ -251,14 +222,19 @@ export class ConnectorImpl {
|
|
|
251
222
|
return this.client.sendOperationRequest(args, spec);
|
|
252
223
|
};
|
|
253
224
|
const sendOperationFn = async (args, spec) => {
|
|
254
|
-
var _a;
|
|
255
225
|
let currentRawResponse = undefined;
|
|
256
|
-
const providedCallback =
|
|
226
|
+
const providedCallback = args.options?.onResponse;
|
|
257
227
|
const callback = (rawResponse, flatResponse) => {
|
|
258
228
|
currentRawResponse = rawResponse;
|
|
259
|
-
providedCallback
|
|
229
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
230
|
+
};
|
|
231
|
+
const updatedArgs = {
|
|
232
|
+
...args,
|
|
233
|
+
options: {
|
|
234
|
+
...args.options,
|
|
235
|
+
onResponse: callback,
|
|
236
|
+
},
|
|
260
237
|
};
|
|
261
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
262
238
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
263
239
|
return {
|
|
264
240
|
flatResponse,
|
|
@@ -282,8 +258,8 @@ export class ConnectorImpl {
|
|
|
282
258
|
spec: updateDryrunOperationSpec,
|
|
283
259
|
});
|
|
284
260
|
const poller = await createHttpPoller(lro, {
|
|
285
|
-
restoreFrom: options
|
|
286
|
-
intervalInMs: options
|
|
261
|
+
restoreFrom: options?.resumeFrom,
|
|
262
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
287
263
|
resourceLocationConfig: "azure-async-operation",
|
|
288
264
|
});
|
|
289
265
|
await poller.poll();
|
|
@@ -349,14 +325,19 @@ export class ConnectorImpl {
|
|
|
349
325
|
return this.client.sendOperationRequest(args, spec);
|
|
350
326
|
};
|
|
351
327
|
const sendOperationFn = async (args, spec) => {
|
|
352
|
-
var _a;
|
|
353
328
|
let currentRawResponse = undefined;
|
|
354
|
-
const providedCallback =
|
|
329
|
+
const providedCallback = args.options?.onResponse;
|
|
355
330
|
const callback = (rawResponse, flatResponse) => {
|
|
356
331
|
currentRawResponse = rawResponse;
|
|
357
|
-
providedCallback
|
|
332
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
333
|
+
};
|
|
334
|
+
const updatedArgs = {
|
|
335
|
+
...args,
|
|
336
|
+
options: {
|
|
337
|
+
...args.options,
|
|
338
|
+
onResponse: callback,
|
|
339
|
+
},
|
|
358
340
|
};
|
|
359
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
360
341
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
361
342
|
return {
|
|
362
343
|
flatResponse,
|
|
@@ -380,8 +361,8 @@ export class ConnectorImpl {
|
|
|
380
361
|
spec: createOrUpdateOperationSpec,
|
|
381
362
|
});
|
|
382
363
|
const poller = await createHttpPoller(lro, {
|
|
383
|
-
restoreFrom: options
|
|
384
|
-
intervalInMs: options
|
|
364
|
+
restoreFrom: options?.resumeFrom,
|
|
365
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
385
366
|
resourceLocationConfig: "azure-async-operation",
|
|
386
367
|
});
|
|
387
368
|
await poller.poll();
|
|
@@ -413,14 +394,19 @@ export class ConnectorImpl {
|
|
|
413
394
|
return this.client.sendOperationRequest(args, spec);
|
|
414
395
|
};
|
|
415
396
|
const sendOperationFn = async (args, spec) => {
|
|
416
|
-
var _a;
|
|
417
397
|
let currentRawResponse = undefined;
|
|
418
|
-
const providedCallback =
|
|
398
|
+
const providedCallback = args.options?.onResponse;
|
|
419
399
|
const callback = (rawResponse, flatResponse) => {
|
|
420
400
|
currentRawResponse = rawResponse;
|
|
421
|
-
providedCallback
|
|
401
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
402
|
+
};
|
|
403
|
+
const updatedArgs = {
|
|
404
|
+
...args,
|
|
405
|
+
options: {
|
|
406
|
+
...args.options,
|
|
407
|
+
onResponse: callback,
|
|
408
|
+
},
|
|
422
409
|
};
|
|
423
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
424
410
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
425
411
|
return {
|
|
426
412
|
flatResponse,
|
|
@@ -443,8 +429,8 @@ export class ConnectorImpl {
|
|
|
443
429
|
spec: deleteOperationSpec,
|
|
444
430
|
});
|
|
445
431
|
const poller = await createHttpPoller(lro, {
|
|
446
|
-
restoreFrom: options
|
|
447
|
-
intervalInMs: options
|
|
432
|
+
restoreFrom: options?.resumeFrom,
|
|
433
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
448
434
|
resourceLocationConfig: "azure-async-operation",
|
|
449
435
|
});
|
|
450
436
|
await poller.poll();
|
|
@@ -476,14 +462,19 @@ export class ConnectorImpl {
|
|
|
476
462
|
return this.client.sendOperationRequest(args, spec);
|
|
477
463
|
};
|
|
478
464
|
const sendOperationFn = async (args, spec) => {
|
|
479
|
-
var _a;
|
|
480
465
|
let currentRawResponse = undefined;
|
|
481
|
-
const providedCallback =
|
|
466
|
+
const providedCallback = args.options?.onResponse;
|
|
482
467
|
const callback = (rawResponse, flatResponse) => {
|
|
483
468
|
currentRawResponse = rawResponse;
|
|
484
|
-
providedCallback
|
|
469
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
470
|
+
};
|
|
471
|
+
const updatedArgs = {
|
|
472
|
+
...args,
|
|
473
|
+
options: {
|
|
474
|
+
...args.options,
|
|
475
|
+
onResponse: callback,
|
|
476
|
+
},
|
|
485
477
|
};
|
|
486
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
487
478
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
488
479
|
return {
|
|
489
480
|
flatResponse,
|
|
@@ -507,8 +498,8 @@ export class ConnectorImpl {
|
|
|
507
498
|
spec: updateOperationSpec,
|
|
508
499
|
});
|
|
509
500
|
const poller = await createHttpPoller(lro, {
|
|
510
|
-
restoreFrom: options
|
|
511
|
-
intervalInMs: options
|
|
501
|
+
restoreFrom: options?.resumeFrom,
|
|
502
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
512
503
|
resourceLocationConfig: "azure-async-operation",
|
|
513
504
|
});
|
|
514
505
|
await poller.poll();
|
|
@@ -540,14 +531,19 @@ export class ConnectorImpl {
|
|
|
540
531
|
return this.client.sendOperationRequest(args, spec);
|
|
541
532
|
};
|
|
542
533
|
const sendOperationFn = async (args, spec) => {
|
|
543
|
-
var _a;
|
|
544
534
|
let currentRawResponse = undefined;
|
|
545
|
-
const providedCallback =
|
|
535
|
+
const providedCallback = args.options?.onResponse;
|
|
546
536
|
const callback = (rawResponse, flatResponse) => {
|
|
547
537
|
currentRawResponse = rawResponse;
|
|
548
|
-
providedCallback
|
|
538
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
539
|
+
};
|
|
540
|
+
const updatedArgs = {
|
|
541
|
+
...args,
|
|
542
|
+
options: {
|
|
543
|
+
...args.options,
|
|
544
|
+
onResponse: callback,
|
|
545
|
+
},
|
|
549
546
|
};
|
|
550
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
551
547
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
552
548
|
return {
|
|
553
549
|
flatResponse,
|
|
@@ -570,8 +566,8 @@ export class ConnectorImpl {
|
|
|
570
566
|
spec: validateOperationSpec,
|
|
571
567
|
});
|
|
572
568
|
const poller = await createHttpPoller(lro, {
|
|
573
|
-
restoreFrom: options
|
|
574
|
-
intervalInMs: options
|
|
569
|
+
restoreFrom: options?.resumeFrom,
|
|
570
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
575
571
|
resourceLocationConfig: "location",
|
|
576
572
|
});
|
|
577
573
|
await poller.poll();
|