@azure/arm-datafactory 11.1.1-alpha.20230320.2 → 11.1.1-alpha.20230501.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +180 -75
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/credentialOperationsListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/credentialOperationsListByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionQueryByFactorySample.js +12 -5
- package/dist-esm/samples-dev/dataFlowDebugSessionQueryByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/dataFlowsListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/dataFlowsListByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/datasetsListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/datasetsListByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/factoriesListByResourceGroupSample.js +12 -5
- package/dist-esm/samples-dev/factoriesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/factoriesListSample.js +12 -5
- package/dist-esm/samples-dev/factoriesListSample.js.map +1 -1
- package/dist-esm/samples-dev/globalParametersListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/globalParametersListByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/integrationRuntimesListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/integrationRuntimesListByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/linkedServicesListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/linkedServicesListByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/managedPrivateEndpointsListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/managedPrivateEndpointsListByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/managedVirtualNetworksListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/managedVirtualNetworksListByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +12 -5
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/pipelinesListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/pipelinesListByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndPointConnectionsListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/privateEndPointConnectionsListByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/triggersListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/triggersListByFactorySample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +233 -233
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/operations/credentialOperations.js +12 -5
- package/dist-esm/src/operations/credentialOperations.js.map +1 -1
- package/dist-esm/src/operations/dataFlowDebugSession.js +12 -5
- package/dist-esm/src/operations/dataFlowDebugSession.js.map +1 -1
- package/dist-esm/src/operations/dataFlows.js +12 -5
- package/dist-esm/src/operations/dataFlows.js.map +1 -1
- package/dist-esm/src/operations/datasets.js +12 -5
- package/dist-esm/src/operations/datasets.js.map +1 -1
- package/dist-esm/src/operations/factories.js +24 -10
- package/dist-esm/src/operations/factories.js.map +1 -1
- package/dist-esm/src/operations/globalParameters.js +12 -5
- package/dist-esm/src/operations/globalParameters.js.map +1 -1
- package/dist-esm/src/operations/integrationRuntimes.js +12 -5
- package/dist-esm/src/operations/integrationRuntimes.js.map +1 -1
- package/dist-esm/src/operations/linkedServices.js +12 -5
- package/dist-esm/src/operations/linkedServices.js.map +1 -1
- package/dist-esm/src/operations/managedPrivateEndpoints.js +12 -5
- package/dist-esm/src/operations/managedPrivateEndpoints.js.map +1 -1
- package/dist-esm/src/operations/managedVirtualNetworks.js +12 -5
- package/dist-esm/src/operations/managedVirtualNetworks.js.map +1 -1
- package/dist-esm/src/operations/operations.js +12 -5
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/pipelines.js +12 -5
- package/dist-esm/src/operations/pipelines.js.map +1 -1
- package/dist-esm/src/operations/privateEndPointConnections.js +12 -5
- package/dist-esm/src/operations/privateEndPointConnections.js.map +1 -1
- package/dist-esm/src/operations/triggers.js +12 -5
- package/dist-esm/src/operations/triggers.js.map +1 -1
- package/dist-esm/test/datafactory_examples.spec.js +74 -32
- package/dist-esm/test/datafactory_examples.spec.js.map +1 -1
- package/package.json +2 -2
- package/types/tsdoc-metadata.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26119,17 +26119,24 @@ class OperationsImpl {
|
|
|
26119
26119
|
}
|
|
26120
26120
|
listPagingAll(options) {
|
|
26121
26121
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
26122
|
-
var e_1,
|
|
26122
|
+
var _a, e_1, _b, _c;
|
|
26123
26123
|
try {
|
|
26124
|
-
for (var
|
|
26125
|
-
|
|
26126
|
-
|
|
26124
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
26125
|
+
_c = _f.value;
|
|
26126
|
+
_d = false;
|
|
26127
|
+
try {
|
|
26128
|
+
const page = _c;
|
|
26129
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
26130
|
+
}
|
|
26131
|
+
finally {
|
|
26132
|
+
_d = true;
|
|
26133
|
+
}
|
|
26127
26134
|
}
|
|
26128
26135
|
}
|
|
26129
26136
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
26130
26137
|
finally {
|
|
26131
26138
|
try {
|
|
26132
|
-
if (
|
|
26139
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
26133
26140
|
}
|
|
26134
26141
|
finally { if (e_1) throw e_1.error; }
|
|
26135
26142
|
}
|
|
@@ -26245,17 +26252,24 @@ class FactoriesImpl {
|
|
|
26245
26252
|
}
|
|
26246
26253
|
listPagingAll(options) {
|
|
26247
26254
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
26248
|
-
var e_1,
|
|
26255
|
+
var _a, e_1, _b, _c;
|
|
26249
26256
|
try {
|
|
26250
|
-
for (var
|
|
26251
|
-
|
|
26252
|
-
|
|
26257
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
26258
|
+
_c = _f.value;
|
|
26259
|
+
_d = false;
|
|
26260
|
+
try {
|
|
26261
|
+
const page = _c;
|
|
26262
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
26263
|
+
}
|
|
26264
|
+
finally {
|
|
26265
|
+
_d = true;
|
|
26266
|
+
}
|
|
26253
26267
|
}
|
|
26254
26268
|
}
|
|
26255
26269
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
26256
26270
|
finally {
|
|
26257
26271
|
try {
|
|
26258
|
-
if (
|
|
26272
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
26259
26273
|
}
|
|
26260
26274
|
finally { if (e_1) throw e_1.error; }
|
|
26261
26275
|
}
|
|
@@ -26305,17 +26319,24 @@ class FactoriesImpl {
|
|
|
26305
26319
|
}
|
|
26306
26320
|
listByResourceGroupPagingAll(resourceGroupName, options) {
|
|
26307
26321
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
26308
|
-
var e_2,
|
|
26322
|
+
var _a, e_2, _b, _c;
|
|
26309
26323
|
try {
|
|
26310
|
-
for (var
|
|
26311
|
-
|
|
26312
|
-
|
|
26324
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
26325
|
+
_c = _f.value;
|
|
26326
|
+
_d = false;
|
|
26327
|
+
try {
|
|
26328
|
+
const page = _c;
|
|
26329
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
26330
|
+
}
|
|
26331
|
+
finally {
|
|
26332
|
+
_d = true;
|
|
26333
|
+
}
|
|
26313
26334
|
}
|
|
26314
26335
|
}
|
|
26315
26336
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
26316
26337
|
finally {
|
|
26317
26338
|
try {
|
|
26318
|
-
if (
|
|
26339
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
26319
26340
|
}
|
|
26320
26341
|
finally { if (e_2) throw e_2.error; }
|
|
26321
26342
|
}
|
|
@@ -26858,17 +26879,24 @@ class IntegrationRuntimesImpl {
|
|
|
26858
26879
|
}
|
|
26859
26880
|
listByFactoryPagingAll(resourceGroupName, factoryName, options) {
|
|
26860
26881
|
return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
|
|
26861
|
-
var e_1,
|
|
26882
|
+
var _a, e_1, _b, _c;
|
|
26862
26883
|
try {
|
|
26863
|
-
for (var
|
|
26864
|
-
|
|
26865
|
-
|
|
26884
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
26885
|
+
_c = _f.value;
|
|
26886
|
+
_d = false;
|
|
26887
|
+
try {
|
|
26888
|
+
const page = _c;
|
|
26889
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
26890
|
+
}
|
|
26891
|
+
finally {
|
|
26892
|
+
_d = true;
|
|
26893
|
+
}
|
|
26866
26894
|
}
|
|
26867
26895
|
}
|
|
26868
26896
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
26869
26897
|
finally {
|
|
26870
26898
|
try {
|
|
26871
|
-
if (
|
|
26899
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
26872
26900
|
}
|
|
26873
26901
|
finally { if (e_1) throw e_1.error; }
|
|
26874
26902
|
}
|
|
@@ -27993,17 +28021,24 @@ class LinkedServicesImpl {
|
|
|
27993
28021
|
}
|
|
27994
28022
|
listByFactoryPagingAll(resourceGroupName, factoryName, options) {
|
|
27995
28023
|
return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
|
|
27996
|
-
var e_1,
|
|
28024
|
+
var _a, e_1, _b, _c;
|
|
27997
28025
|
try {
|
|
27998
|
-
for (var
|
|
27999
|
-
|
|
28000
|
-
|
|
28026
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
28027
|
+
_c = _f.value;
|
|
28028
|
+
_d = false;
|
|
28029
|
+
try {
|
|
28030
|
+
const page = _c;
|
|
28031
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
28032
|
+
}
|
|
28033
|
+
finally {
|
|
28034
|
+
_d = true;
|
|
28035
|
+
}
|
|
28001
28036
|
}
|
|
28002
28037
|
}
|
|
28003
28038
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
28004
28039
|
finally {
|
|
28005
28040
|
try {
|
|
28006
|
-
if (
|
|
28041
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
28007
28042
|
}
|
|
28008
28043
|
finally { if (e_1) throw e_1.error; }
|
|
28009
28044
|
}
|
|
@@ -28245,17 +28280,24 @@ class DatasetsImpl {
|
|
|
28245
28280
|
}
|
|
28246
28281
|
listByFactoryPagingAll(resourceGroupName, factoryName, options) {
|
|
28247
28282
|
return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
|
|
28248
|
-
var e_1,
|
|
28283
|
+
var _a, e_1, _b, _c;
|
|
28249
28284
|
try {
|
|
28250
|
-
for (var
|
|
28251
|
-
|
|
28252
|
-
|
|
28285
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
28286
|
+
_c = _f.value;
|
|
28287
|
+
_d = false;
|
|
28288
|
+
try {
|
|
28289
|
+
const page = _c;
|
|
28290
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
28291
|
+
}
|
|
28292
|
+
finally {
|
|
28293
|
+
_d = true;
|
|
28294
|
+
}
|
|
28253
28295
|
}
|
|
28254
28296
|
}
|
|
28255
28297
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
28256
28298
|
finally {
|
|
28257
28299
|
try {
|
|
28258
|
-
if (
|
|
28300
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
28259
28301
|
}
|
|
28260
28302
|
finally { if (e_1) throw e_1.error; }
|
|
28261
28303
|
}
|
|
@@ -28491,17 +28533,24 @@ class PipelinesImpl {
|
|
|
28491
28533
|
}
|
|
28492
28534
|
listByFactoryPagingAll(resourceGroupName, factoryName, options) {
|
|
28493
28535
|
return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
|
|
28494
|
-
var e_1,
|
|
28536
|
+
var _a, e_1, _b, _c;
|
|
28495
28537
|
try {
|
|
28496
|
-
for (var
|
|
28497
|
-
|
|
28498
|
-
|
|
28538
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
28539
|
+
_c = _f.value;
|
|
28540
|
+
_d = false;
|
|
28541
|
+
try {
|
|
28542
|
+
const page = _c;
|
|
28543
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
28544
|
+
}
|
|
28545
|
+
finally {
|
|
28546
|
+
_d = true;
|
|
28547
|
+
}
|
|
28499
28548
|
}
|
|
28500
28549
|
}
|
|
28501
28550
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
28502
28551
|
finally {
|
|
28503
28552
|
try {
|
|
28504
|
-
if (
|
|
28553
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
28505
28554
|
}
|
|
28506
28555
|
finally { if (e_1) throw e_1.error; }
|
|
28507
28556
|
}
|
|
@@ -28947,17 +28996,24 @@ class TriggersImpl {
|
|
|
28947
28996
|
}
|
|
28948
28997
|
listByFactoryPagingAll(resourceGroupName, factoryName, options) {
|
|
28949
28998
|
return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
|
|
28950
|
-
var e_1,
|
|
28999
|
+
var _a, e_1, _b, _c;
|
|
28951
29000
|
try {
|
|
28952
|
-
for (var
|
|
28953
|
-
|
|
28954
|
-
|
|
29001
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
29002
|
+
_c = _f.value;
|
|
29003
|
+
_d = false;
|
|
29004
|
+
try {
|
|
29005
|
+
const page = _c;
|
|
29006
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
29007
|
+
}
|
|
29008
|
+
finally {
|
|
29009
|
+
_d = true;
|
|
29010
|
+
}
|
|
28955
29011
|
}
|
|
28956
29012
|
}
|
|
28957
29013
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
28958
29014
|
finally {
|
|
28959
29015
|
try {
|
|
28960
|
-
if (
|
|
29016
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
28961
29017
|
}
|
|
28962
29018
|
finally { if (e_1) throw e_1.error; }
|
|
28963
29019
|
}
|
|
@@ -29711,17 +29767,24 @@ class DataFlowsImpl {
|
|
|
29711
29767
|
}
|
|
29712
29768
|
listByFactoryPagingAll(resourceGroupName, factoryName, options) {
|
|
29713
29769
|
return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
|
|
29714
|
-
var e_1,
|
|
29770
|
+
var _a, e_1, _b, _c;
|
|
29715
29771
|
try {
|
|
29716
|
-
for (var
|
|
29717
|
-
|
|
29718
|
-
|
|
29772
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
29773
|
+
_c = _f.value;
|
|
29774
|
+
_d = false;
|
|
29775
|
+
try {
|
|
29776
|
+
const page = _c;
|
|
29777
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
29778
|
+
}
|
|
29779
|
+
finally {
|
|
29780
|
+
_d = true;
|
|
29781
|
+
}
|
|
29719
29782
|
}
|
|
29720
29783
|
}
|
|
29721
29784
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
29722
29785
|
finally {
|
|
29723
29786
|
try {
|
|
29724
|
-
if (
|
|
29787
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
29725
29788
|
}
|
|
29726
29789
|
finally { if (e_1) throw e_1.error; }
|
|
29727
29790
|
}
|
|
@@ -29956,17 +30019,24 @@ class DataFlowDebugSessionImpl {
|
|
|
29956
30019
|
}
|
|
29957
30020
|
queryByFactoryPagingAll(resourceGroupName, factoryName, options) {
|
|
29958
30021
|
return tslib.__asyncGenerator(this, arguments, function* queryByFactoryPagingAll_1() {
|
|
29959
|
-
var e_1,
|
|
30022
|
+
var _a, e_1, _b, _c;
|
|
29960
30023
|
try {
|
|
29961
|
-
for (var
|
|
29962
|
-
|
|
29963
|
-
|
|
30024
|
+
for (var _d = true, _e = tslib.__asyncValues(this.queryByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
30025
|
+
_c = _f.value;
|
|
30026
|
+
_d = false;
|
|
30027
|
+
try {
|
|
30028
|
+
const page = _c;
|
|
30029
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
30030
|
+
}
|
|
30031
|
+
finally {
|
|
30032
|
+
_d = true;
|
|
30033
|
+
}
|
|
29964
30034
|
}
|
|
29965
30035
|
}
|
|
29966
30036
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
29967
30037
|
finally {
|
|
29968
30038
|
try {
|
|
29969
|
-
if (
|
|
30039
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
29970
30040
|
}
|
|
29971
30041
|
finally { if (e_1) throw e_1.error; }
|
|
29972
30042
|
}
|
|
@@ -30341,17 +30411,24 @@ class ManagedVirtualNetworksImpl {
|
|
|
30341
30411
|
}
|
|
30342
30412
|
listByFactoryPagingAll(resourceGroupName, factoryName, options) {
|
|
30343
30413
|
return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
|
|
30344
|
-
var e_1,
|
|
30414
|
+
var _a, e_1, _b, _c;
|
|
30345
30415
|
try {
|
|
30346
|
-
for (var
|
|
30347
|
-
|
|
30348
|
-
|
|
30416
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
30417
|
+
_c = _f.value;
|
|
30418
|
+
_d = false;
|
|
30419
|
+
try {
|
|
30420
|
+
const page = _c;
|
|
30421
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
30422
|
+
}
|
|
30423
|
+
finally {
|
|
30424
|
+
_d = true;
|
|
30425
|
+
}
|
|
30349
30426
|
}
|
|
30350
30427
|
}
|
|
30351
30428
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
30352
30429
|
finally {
|
|
30353
30430
|
try {
|
|
30354
|
-
if (
|
|
30431
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
30355
30432
|
}
|
|
30356
30433
|
finally { if (e_1) throw e_1.error; }
|
|
30357
30434
|
}
|
|
@@ -30562,17 +30639,24 @@ class ManagedPrivateEndpointsImpl {
|
|
|
30562
30639
|
}
|
|
30563
30640
|
listByFactoryPagingAll(resourceGroupName, factoryName, managedVirtualNetworkName, options) {
|
|
30564
30641
|
return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
|
|
30565
|
-
var e_1,
|
|
30642
|
+
var _a, e_1, _b, _c;
|
|
30566
30643
|
try {
|
|
30567
|
-
for (var
|
|
30568
|
-
|
|
30569
|
-
|
|
30644
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, managedVirtualNetworkName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
30645
|
+
_c = _f.value;
|
|
30646
|
+
_d = false;
|
|
30647
|
+
try {
|
|
30648
|
+
const page = _c;
|
|
30649
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
30650
|
+
}
|
|
30651
|
+
finally {
|
|
30652
|
+
_d = true;
|
|
30653
|
+
}
|
|
30570
30654
|
}
|
|
30571
30655
|
}
|
|
30572
30656
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
30573
30657
|
finally {
|
|
30574
30658
|
try {
|
|
30575
|
-
if (
|
|
30659
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
30576
30660
|
}
|
|
30577
30661
|
finally { if (e_1) throw e_1.error; }
|
|
30578
30662
|
}
|
|
@@ -30842,17 +30926,24 @@ class CredentialOperationsImpl {
|
|
|
30842
30926
|
}
|
|
30843
30927
|
listByFactoryPagingAll(resourceGroupName, factoryName, options) {
|
|
30844
30928
|
return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
|
|
30845
|
-
var e_1,
|
|
30929
|
+
var _a, e_1, _b, _c;
|
|
30846
30930
|
try {
|
|
30847
|
-
for (var
|
|
30848
|
-
|
|
30849
|
-
|
|
30931
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
30932
|
+
_c = _f.value;
|
|
30933
|
+
_d = false;
|
|
30934
|
+
try {
|
|
30935
|
+
const page = _c;
|
|
30936
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
30937
|
+
}
|
|
30938
|
+
finally {
|
|
30939
|
+
_d = true;
|
|
30940
|
+
}
|
|
30850
30941
|
}
|
|
30851
30942
|
}
|
|
30852
30943
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
30853
30944
|
finally {
|
|
30854
30945
|
try {
|
|
30855
|
-
if (
|
|
30946
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
30856
30947
|
}
|
|
30857
30948
|
finally { if (e_1) throw e_1.error; }
|
|
30858
30949
|
}
|
|
@@ -31088,17 +31179,24 @@ class PrivateEndPointConnectionsImpl {
|
|
|
31088
31179
|
}
|
|
31089
31180
|
listByFactoryPagingAll(resourceGroupName, factoryName, options) {
|
|
31090
31181
|
return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
|
|
31091
|
-
var e_1,
|
|
31182
|
+
var _a, e_1, _b, _c;
|
|
31092
31183
|
try {
|
|
31093
|
-
for (var
|
|
31094
|
-
|
|
31095
|
-
|
|
31184
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
31185
|
+
_c = _f.value;
|
|
31186
|
+
_d = false;
|
|
31187
|
+
try {
|
|
31188
|
+
const page = _c;
|
|
31189
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
31190
|
+
}
|
|
31191
|
+
finally {
|
|
31192
|
+
_d = true;
|
|
31193
|
+
}
|
|
31096
31194
|
}
|
|
31097
31195
|
}
|
|
31098
31196
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
31099
31197
|
finally {
|
|
31100
31198
|
try {
|
|
31101
|
-
if (
|
|
31199
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
31102
31200
|
}
|
|
31103
31201
|
finally { if (e_1) throw e_1.error; }
|
|
31104
31202
|
}
|
|
@@ -31419,17 +31517,24 @@ class GlobalParametersImpl {
|
|
|
31419
31517
|
}
|
|
31420
31518
|
listByFactoryPagingAll(resourceGroupName, factoryName, options) {
|
|
31421
31519
|
return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
|
|
31422
|
-
var e_1,
|
|
31520
|
+
var _a, e_1, _b, _c;
|
|
31423
31521
|
try {
|
|
31424
|
-
for (var
|
|
31425
|
-
|
|
31426
|
-
|
|
31522
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
31523
|
+
_c = _f.value;
|
|
31524
|
+
_d = false;
|
|
31525
|
+
try {
|
|
31526
|
+
const page = _c;
|
|
31527
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
31528
|
+
}
|
|
31529
|
+
finally {
|
|
31530
|
+
_d = true;
|
|
31531
|
+
}
|
|
31427
31532
|
}
|
|
31428
31533
|
}
|
|
31429
31534
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
31430
31535
|
finally {
|
|
31431
31536
|
try {
|
|
31432
|
-
if (
|
|
31537
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
31433
31538
|
}
|
|
31434
31539
|
finally { if (e_1) throw e_1.error; }
|
|
31435
31540
|
}
|