@azure/arm-privatedns 3.1.1-alpha.20230322.1 → 3.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
@@ -972,17 +972,24 @@ class PrivateZonesImpl {
972
972
  }
973
973
  listPagingAll(options) {
974
974
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
975
- var e_1, _a;
975
+ var _a, e_1, _b, _c;
976
976
  try {
977
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
978
- const page = _c.value;
979
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
977
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
978
+ _c = _f.value;
979
+ _d = false;
980
+ try {
981
+ const page = _c;
982
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
983
+ }
984
+ finally {
985
+ _d = true;
986
+ }
980
987
  }
981
988
  }
982
989
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
983
990
  finally {
984
991
  try {
985
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
992
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
986
993
  }
987
994
  finally { if (e_1) throw e_1.error; }
988
995
  }
@@ -1032,17 +1039,24 @@ class PrivateZonesImpl {
1032
1039
  }
1033
1040
  listByResourceGroupPagingAll(resourceGroupName, options) {
1034
1041
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
1035
- var e_2, _a;
1042
+ var _a, e_2, _b, _c;
1036
1043
  try {
1037
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1038
- const page = _c.value;
1039
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1044
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1045
+ _c = _f.value;
1046
+ _d = false;
1047
+ try {
1048
+ const page = _c;
1049
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1050
+ }
1051
+ finally {
1052
+ _d = true;
1053
+ }
1040
1054
  }
1041
1055
  }
1042
1056
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
1043
1057
  finally {
1044
1058
  try {
1045
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1059
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1046
1060
  }
1047
1061
  finally { if (e_2) throw e_2.error; }
1048
1062
  }
@@ -1512,17 +1526,24 @@ class VirtualNetworkLinksImpl {
1512
1526
  }
1513
1527
  listPagingAll(resourceGroupName, privateZoneName, options) {
1514
1528
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
1515
- var e_1, _a;
1529
+ var _a, e_1, _b, _c;
1516
1530
  try {
1517
- for (var _b = tslib.__asyncValues(this.listPagingPage(resourceGroupName, privateZoneName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1518
- const page = _c.value;
1519
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1531
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, privateZoneName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1532
+ _c = _f.value;
1533
+ _d = false;
1534
+ try {
1535
+ const page = _c;
1536
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1537
+ }
1538
+ finally {
1539
+ _d = true;
1540
+ }
1520
1541
  }
1521
1542
  }
1522
1543
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
1523
1544
  finally {
1524
1545
  try {
1525
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1546
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1526
1547
  }
1527
1548
  finally { if (e_1) throw e_1.error; }
1528
1549
  }
@@ -1966,17 +1987,24 @@ class RecordSetsImpl {
1966
1987
  }
1967
1988
  listByTypePagingAll(resourceGroupName, privateZoneName, recordType, options) {
1968
1989
  return tslib.__asyncGenerator(this, arguments, function* listByTypePagingAll_1() {
1969
- var e_1, _a;
1990
+ var _a, e_1, _b, _c;
1970
1991
  try {
1971
- for (var _b = tslib.__asyncValues(this.listByTypePagingPage(resourceGroupName, privateZoneName, recordType, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1972
- const page = _c.value;
1973
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1992
+ for (var _d = true, _e = tslib.__asyncValues(this.listByTypePagingPage(resourceGroupName, privateZoneName, recordType, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1993
+ _c = _f.value;
1994
+ _d = false;
1995
+ try {
1996
+ const page = _c;
1997
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1998
+ }
1999
+ finally {
2000
+ _d = true;
2001
+ }
1974
2002
  }
1975
2003
  }
1976
2004
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
1977
2005
  finally {
1978
2006
  try {
1979
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
2007
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1980
2008
  }
1981
2009
  finally { if (e_1) throw e_1.error; }
1982
2010
  }
@@ -2027,17 +2055,24 @@ class RecordSetsImpl {
2027
2055
  }
2028
2056
  listPagingAll(resourceGroupName, privateZoneName, options) {
2029
2057
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
2030
- var e_2, _a;
2058
+ var _a, e_2, _b, _c;
2031
2059
  try {
2032
- for (var _b = tslib.__asyncValues(this.listPagingPage(resourceGroupName, privateZoneName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
2033
- const page = _c.value;
2034
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2060
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, privateZoneName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2061
+ _c = _f.value;
2062
+ _d = false;
2063
+ try {
2064
+ const page = _c;
2065
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2066
+ }
2067
+ finally {
2068
+ _d = true;
2069
+ }
2035
2070
  }
2036
2071
  }
2037
2072
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
2038
2073
  finally {
2039
2074
  try {
2040
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
2075
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
2041
2076
  }
2042
2077
  finally { if (e_2) throw e_2.error; }
2043
2078
  }