@azure/arm-timeseriesinsights 2.1.0-alpha.20230321.1 → 2.1.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
@@ -2787,17 +2787,24 @@ class OperationsImpl {
2787
2787
  }
2788
2788
  listPagingAll(options) {
2789
2789
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
2790
- var e_1, _a;
2790
+ var _a, e_1, _b, _c;
2791
2791
  try {
2792
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
2793
- const page = _c.value;
2794
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2792
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2793
+ _c = _f.value;
2794
+ _d = false;
2795
+ try {
2796
+ const page = _c;
2797
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2798
+ }
2799
+ finally {
2800
+ _d = true;
2801
+ }
2795
2802
  }
2796
2803
  }
2797
2804
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
2798
2805
  finally {
2799
2806
  try {
2800
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
2807
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
2801
2808
  }
2802
2809
  finally { if (e_1) throw e_1.error; }
2803
2810
  }
@@ -4046,17 +4053,24 @@ class PrivateLinkResourcesImpl {
4046
4053
  }
4047
4054
  listSupportedPagingAll(resourceGroupName, environmentName, options) {
4048
4055
  return tslib.__asyncGenerator(this, arguments, function* listSupportedPagingAll_1() {
4049
- var e_1, _a;
4056
+ var _a, e_1, _b, _c;
4050
4057
  try {
4051
- for (var _b = tslib.__asyncValues(this.listSupportedPagingPage(resourceGroupName, environmentName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
4052
- const page = _c.value;
4053
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4058
+ for (var _d = true, _e = tslib.__asyncValues(this.listSupportedPagingPage(resourceGroupName, environmentName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4059
+ _c = _f.value;
4060
+ _d = false;
4061
+ try {
4062
+ const page = _c;
4063
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4064
+ }
4065
+ finally {
4066
+ _d = true;
4067
+ }
4054
4068
  }
4055
4069
  }
4056
4070
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
4057
4071
  finally {
4058
4072
  try {
4059
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
4073
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
4060
4074
  }
4061
4075
  finally { if (e_1) throw e_1.error; }
4062
4076
  }