@azure/arm-managedapplications 2.1.1-alpha.20230320.1 → 2.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 CHANGED
@@ -947,17 +947,24 @@ class ApplicationsImpl {
947
947
  }
948
948
  listByResourceGroupPagingAll(resourceGroupName, options) {
949
949
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
950
- var e_1, _a;
950
+ var _a, e_1, _b, _c;
951
951
  try {
952
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
953
- const page = _c.value;
954
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
952
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
953
+ _c = _f.value;
954
+ _d = false;
955
+ try {
956
+ const page = _c;
957
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
958
+ }
959
+ finally {
960
+ _d = true;
961
+ }
955
962
  }
956
963
  }
957
964
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
958
965
  finally {
959
966
  try {
960
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
967
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
961
968
  }
962
969
  finally { if (e_1) throw e_1.error; }
963
970
  }
@@ -1006,17 +1013,24 @@ class ApplicationsImpl {
1006
1013
  }
1007
1014
  listBySubscriptionPagingAll(options) {
1008
1015
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
1009
- var e_2, _a;
1016
+ var _a, e_2, _b, _c;
1010
1017
  try {
1011
- for (var _b = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1012
- const page = _c.value;
1013
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1018
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1019
+ _c = _f.value;
1020
+ _d = false;
1021
+ try {
1022
+ const page = _c;
1023
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1024
+ }
1025
+ finally {
1026
+ _d = true;
1027
+ }
1014
1028
  }
1015
1029
  }
1016
1030
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
1017
1031
  finally {
1018
1032
  try {
1019
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1033
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1020
1034
  }
1021
1035
  finally { if (e_2) throw e_2.error; }
1022
1036
  }
@@ -1626,17 +1640,24 @@ class ApplicationDefinitionsImpl {
1626
1640
  }
1627
1641
  listByResourceGroupPagingAll(resourceGroupName, options) {
1628
1642
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
1629
- var e_1, _a;
1643
+ var _a, e_1, _b, _c;
1630
1644
  try {
1631
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1632
- const page = _c.value;
1633
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1645
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1646
+ _c = _f.value;
1647
+ _d = false;
1648
+ try {
1649
+ const page = _c;
1650
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1651
+ }
1652
+ finally {
1653
+ _d = true;
1654
+ }
1634
1655
  }
1635
1656
  }
1636
1657
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
1637
1658
  finally {
1638
1659
  try {
1639
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1660
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1640
1661
  }
1641
1662
  finally { if (e_1) throw e_1.error; }
1642
1663
  }
@@ -2221,17 +2242,24 @@ class ApplicationClient extends coreClient__namespace.ServiceClient {
2221
2242
  }
2222
2243
  listOperationsPagingAll(options) {
2223
2244
  return tslib.__asyncGenerator(this, arguments, function* listOperationsPagingAll_1() {
2224
- var e_1, _a;
2245
+ var _a, e_1, _b, _c;
2225
2246
  try {
2226
- for (var _b = tslib.__asyncValues(this.listOperationsPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
2227
- const page = _c.value;
2228
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2247
+ for (var _d = true, _e = tslib.__asyncValues(this.listOperationsPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2248
+ _c = _f.value;
2249
+ _d = false;
2250
+ try {
2251
+ const page = _c;
2252
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2253
+ }
2254
+ finally {
2255
+ _d = true;
2256
+ }
2229
2257
  }
2230
2258
  }
2231
2259
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
2232
2260
  finally {
2233
2261
  try {
2234
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
2262
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
2235
2263
  }
2236
2264
  finally { if (e_1) throw e_1.error; }
2237
2265
  }