@azure/arm-msi 2.1.1-alpha.20230303.1 → 2.1.1-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
@@ -796,17 +796,24 @@ class OperationsImpl {
796
796
  }
797
797
  listPagingAll(options) {
798
798
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
799
- var e_1, _a;
799
+ var _a, e_1, _b, _c;
800
800
  try {
801
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
802
- const page = _c.value;
803
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
801
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
802
+ _c = _f.value;
803
+ _d = false;
804
+ try {
805
+ const page = _c;
806
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
807
+ }
808
+ finally {
809
+ _d = true;
810
+ }
804
811
  }
805
812
  }
806
813
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
807
814
  finally {
808
815
  try {
809
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
816
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
810
817
  }
811
818
  finally { if (e_1) throw e_1.error; }
812
819
  }
@@ -922,17 +929,24 @@ class UserAssignedIdentitiesImpl {
922
929
  }
923
930
  listBySubscriptionPagingAll(options) {
924
931
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
925
- var e_1, _a;
932
+ var _a, e_1, _b, _c;
926
933
  try {
927
- for (var _b = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
928
- const page = _c.value;
929
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
934
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
935
+ _c = _f.value;
936
+ _d = false;
937
+ try {
938
+ const page = _c;
939
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
940
+ }
941
+ finally {
942
+ _d = true;
943
+ }
930
944
  }
931
945
  }
932
946
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
933
947
  finally {
934
948
  try {
935
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
949
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
936
950
  }
937
951
  finally { if (e_1) throw e_1.error; }
938
952
  }
@@ -982,17 +996,24 @@ class UserAssignedIdentitiesImpl {
982
996
  }
983
997
  listByResourceGroupPagingAll(resourceGroupName, options) {
984
998
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
985
- var e_2, _a;
999
+ var _a, e_2, _b, _c;
986
1000
  try {
987
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
988
- const page = _c.value;
989
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1001
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1002
+ _c = _f.value;
1003
+ _d = false;
1004
+ try {
1005
+ const page = _c;
1006
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1007
+ }
1008
+ finally {
1009
+ _d = true;
1010
+ }
990
1011
  }
991
1012
  }
992
1013
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
993
1014
  finally {
994
1015
  try {
995
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1016
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
996
1017
  }
997
1018
  finally { if (e_2) throw e_2.error; }
998
1019
  }
@@ -1299,17 +1320,24 @@ class FederatedIdentityCredentialsImpl {
1299
1320
  }
1300
1321
  listPagingAll(resourceGroupName, resourceName, options) {
1301
1322
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
1302
- var e_1, _a;
1323
+ var _a, e_1, _b, _c;
1303
1324
  try {
1304
- for (var _b = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1305
- const page = _c.value;
1306
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1325
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1326
+ _c = _f.value;
1327
+ _d = false;
1328
+ try {
1329
+ const page = _c;
1330
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1331
+ }
1332
+ finally {
1333
+ _d = true;
1334
+ }
1307
1335
  }
1308
1336
  }
1309
1337
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
1310
1338
  finally {
1311
1339
  try {
1312
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1340
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1313
1341
  }
1314
1342
  finally { if (e_1) throw e_1.error; }
1315
1343
  }