@azure/arm-maps 3.1.0-alpha.20230303.1 → 3.1.0-alpha.20230420.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
@@ -1356,17 +1356,24 @@ class AccountsImpl {
1356
1356
  }
1357
1357
  listByResourceGroupPagingAll(resourceGroupName, options) {
1358
1358
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
1359
- var e_1, _a;
1359
+ var _a, e_1, _b, _c;
1360
1360
  try {
1361
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1362
- const page = _c.value;
1363
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1361
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1362
+ _c = _f.value;
1363
+ _d = false;
1364
+ try {
1365
+ const page = _c;
1366
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1367
+ }
1368
+ finally {
1369
+ _d = true;
1370
+ }
1364
1371
  }
1365
1372
  }
1366
1373
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
1367
1374
  finally {
1368
1375
  try {
1369
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1376
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1370
1377
  }
1371
1378
  finally { if (e_1) throw e_1.error; }
1372
1379
  }
@@ -1415,17 +1422,24 @@ class AccountsImpl {
1415
1422
  }
1416
1423
  listBySubscriptionPagingAll(options) {
1417
1424
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
1418
- var e_2, _a;
1425
+ var _a, e_2, _b, _c;
1419
1426
  try {
1420
- for (var _b = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1421
- const page = _c.value;
1422
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1427
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1428
+ _c = _f.value;
1429
+ _d = false;
1430
+ try {
1431
+ const page = _c;
1432
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1433
+ }
1434
+ finally {
1435
+ _d = true;
1436
+ }
1423
1437
  }
1424
1438
  }
1425
1439
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
1426
1440
  finally {
1427
1441
  try {
1428
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1442
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1429
1443
  }
1430
1444
  finally { if (e_2) throw e_2.error; }
1431
1445
  }
@@ -1840,17 +1854,24 @@ class MapsImpl {
1840
1854
  }
1841
1855
  listOperationsPagingAll(options) {
1842
1856
  return tslib.__asyncGenerator(this, arguments, function* listOperationsPagingAll_1() {
1843
- var e_1, _a;
1857
+ var _a, e_1, _b, _c;
1844
1858
  try {
1845
- for (var _b = tslib.__asyncValues(this.listOperationsPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1846
- const page = _c.value;
1847
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1859
+ for (var _d = true, _e = tslib.__asyncValues(this.listOperationsPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1860
+ _c = _f.value;
1861
+ _d = false;
1862
+ try {
1863
+ const page = _c;
1864
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1865
+ }
1866
+ finally {
1867
+ _d = true;
1868
+ }
1848
1869
  }
1849
1870
  }
1850
1871
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
1851
1872
  finally {
1852
1873
  try {
1853
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1874
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1854
1875
  }
1855
1876
  finally { if (e_1) throw e_1.error; }
1856
1877
  }
@@ -1899,17 +1920,24 @@ class MapsImpl {
1899
1920
  }
1900
1921
  listSubscriptionOperationsPagingAll(options) {
1901
1922
  return tslib.__asyncGenerator(this, arguments, function* listSubscriptionOperationsPagingAll_1() {
1902
- var e_2, _a;
1923
+ var _a, e_2, _b, _c;
1903
1924
  try {
1904
- for (var _b = tslib.__asyncValues(this.listSubscriptionOperationsPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1905
- const page = _c.value;
1906
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1925
+ for (var _d = true, _e = tslib.__asyncValues(this.listSubscriptionOperationsPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1926
+ _c = _f.value;
1927
+ _d = false;
1928
+ try {
1929
+ const page = _c;
1930
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1931
+ }
1932
+ finally {
1933
+ _d = true;
1934
+ }
1907
1935
  }
1908
1936
  }
1909
1937
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
1910
1938
  finally {
1911
1939
  try {
1912
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1940
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1913
1941
  }
1914
1942
  finally { if (e_2) throw e_2.error; }
1915
1943
  }
@@ -2080,17 +2108,24 @@ class CreatorsImpl {
2080
2108
  }
2081
2109
  listByAccountPagingAll(resourceGroupName, accountName, options) {
2082
2110
  return tslib.__asyncGenerator(this, arguments, function* listByAccountPagingAll_1() {
2083
- var e_1, _a;
2111
+ var _a, e_1, _b, _c;
2084
2112
  try {
2085
- for (var _b = tslib.__asyncValues(this.listByAccountPagingPage(resourceGroupName, accountName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
2086
- const page = _c.value;
2087
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2113
+ for (var _d = true, _e = tslib.__asyncValues(this.listByAccountPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2114
+ _c = _f.value;
2115
+ _d = false;
2116
+ try {
2117
+ const page = _c;
2118
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2119
+ }
2120
+ finally {
2121
+ _d = true;
2122
+ }
2088
2123
  }
2089
2124
  }
2090
2125
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
2091
2126
  finally {
2092
2127
  try {
2093
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
2128
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
2094
2129
  }
2095
2130
  finally { if (e_1) throw e_1.error; }
2096
2131
  }