@azure/arm-servicefabric 2.1.1-alpha.20230320.1 → 2.1.1-alpha.20230418.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
@@ -4010,17 +4010,24 @@ class OperationsImpl {
4010
4010
  }
4011
4011
  listPagingAll(options) {
4012
4012
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4013
- var e_1, _a;
4013
+ var _a, e_1, _b, _c;
4014
4014
  try {
4015
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
4016
- const page = _c.value;
4017
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4015
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4016
+ _c = _f.value;
4017
+ _d = false;
4018
+ try {
4019
+ const page = _c;
4020
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4021
+ }
4022
+ finally {
4023
+ _d = true;
4024
+ }
4018
4025
  }
4019
4026
  }
4020
4027
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
4021
4028
  finally {
4022
4029
  try {
4023
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
4030
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
4024
4031
  }
4025
4032
  finally { if (e_1) throw e_1.error; }
4026
4033
  }