@azure/arm-appcomplianceautomation 1.0.0-alpha.20230324.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
@@ -1644,17 +1644,24 @@ class OperationsImpl {
1644
1644
  }
1645
1645
  listPagingAll(options) {
1646
1646
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
1647
- var e_1, _a;
1647
+ var _a, e_1, _b, _c;
1648
1648
  try {
1649
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1650
- const page = _c.value;
1651
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1649
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1650
+ _c = _f.value;
1651
+ _d = false;
1652
+ try {
1653
+ const page = _c;
1654
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1655
+ }
1656
+ finally {
1657
+ _d = true;
1658
+ }
1652
1659
  }
1653
1660
  }
1654
1661
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
1655
1662
  finally {
1656
1663
  try {
1657
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1664
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1658
1665
  }
1659
1666
  finally { if (e_1) throw e_1.error; }
1660
1667
  }
@@ -1771,17 +1778,24 @@ class ReportsImpl {
1771
1778
  }
1772
1779
  listPagingAll(options) {
1773
1780
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
1774
- var e_1, _a;
1781
+ var _a, e_1, _b, _c;
1775
1782
  try {
1776
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1777
- const page = _c.value;
1778
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1783
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1784
+ _c = _f.value;
1785
+ _d = false;
1786
+ try {
1787
+ const page = _c;
1788
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1789
+ }
1790
+ finally {
1791
+ _d = true;
1792
+ }
1779
1793
  }
1780
1794
  }
1781
1795
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
1782
1796
  finally {
1783
1797
  try {
1784
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1798
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1785
1799
  }
1786
1800
  finally { if (e_1) throw e_1.error; }
1787
1801
  }
@@ -2210,17 +2224,24 @@ class SnapshotsImpl {
2210
2224
  }
2211
2225
  listPagingAll(reportName, options) {
2212
2226
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
2213
- var e_1, _a;
2227
+ var _a, e_1, _b, _c;
2214
2228
  try {
2215
- for (var _b = tslib.__asyncValues(this.listPagingPage(reportName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
2216
- const page = _c.value;
2217
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2229
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(reportName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2230
+ _c = _f.value;
2231
+ _d = false;
2232
+ try {
2233
+ const page = _c;
2234
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2235
+ }
2236
+ finally {
2237
+ _d = true;
2238
+ }
2218
2239
  }
2219
2240
  }
2220
2241
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
2221
2242
  finally {
2222
2243
  try {
2223
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
2244
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
2224
2245
  }
2225
2246
  finally { if (e_1) throw e_1.error; }
2226
2247
  }