@azure/arm-resourceconnector 1.0.0-alpha.20230417.1 → 1.0.0-alpha.20230419.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 CHANGED
@@ -1192,17 +1192,24 @@ class AppliancesImpl {
1192
1192
  }
1193
1193
  listOperationsPagingAll(options) {
1194
1194
  return tslib.__asyncGenerator(this, arguments, function* listOperationsPagingAll_1() {
1195
- var e_1, _a;
1195
+ var _a, e_1, _b, _c;
1196
1196
  try {
1197
- for (var _b = tslib.__asyncValues(this.listOperationsPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1198
- const page = _c.value;
1199
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1197
+ for (var _d = true, _e = tslib.__asyncValues(this.listOperationsPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1198
+ _c = _f.value;
1199
+ _d = false;
1200
+ try {
1201
+ const page = _c;
1202
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1203
+ }
1204
+ finally {
1205
+ _d = true;
1206
+ }
1200
1207
  }
1201
1208
  }
1202
1209
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
1203
1210
  finally {
1204
1211
  try {
1205
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1212
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1206
1213
  }
1207
1214
  finally { if (e_1) throw e_1.error; }
1208
1215
  }
@@ -1252,17 +1259,24 @@ class AppliancesImpl {
1252
1259
  }
1253
1260
  listBySubscriptionPagingAll(options) {
1254
1261
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
1255
- var e_2, _a;
1262
+ var _a, e_2, _b, _c;
1256
1263
  try {
1257
- for (var _b = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1258
- const page = _c.value;
1259
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1264
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1265
+ _c = _f.value;
1266
+ _d = false;
1267
+ try {
1268
+ const page = _c;
1269
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1270
+ }
1271
+ finally {
1272
+ _d = true;
1273
+ }
1260
1274
  }
1261
1275
  }
1262
1276
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
1263
1277
  finally {
1264
1278
  try {
1265
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1279
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1266
1280
  }
1267
1281
  finally { if (e_2) throw e_2.error; }
1268
1282
  }
@@ -1313,17 +1327,24 @@ class AppliancesImpl {
1313
1327
  }
1314
1328
  listByResourceGroupPagingAll(resourceGroupName, options) {
1315
1329
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
1316
- var e_3, _a;
1330
+ var _a, e_3, _b, _c;
1317
1331
  try {
1318
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1319
- const page = _c.value;
1320
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1332
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1333
+ _c = _f.value;
1334
+ _d = false;
1335
+ try {
1336
+ const page = _c;
1337
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1338
+ }
1339
+ finally {
1340
+ _d = true;
1341
+ }
1321
1342
  }
1322
1343
  }
1323
1344
  catch (e_3_1) { e_3 = { error: e_3_1 }; }
1324
1345
  finally {
1325
1346
  try {
1326
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1347
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1327
1348
  }
1328
1349
  finally { if (e_3) throw e_3.error; }
1329
1350
  }