@azure/arm-redisenterprisecache 2.2.1-alpha.20230320.1 → 2.2.1-alpha.20230418.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.
Files changed (39) hide show
  1. package/dist/index.js +72 -30
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.min.js.map +1 -1
  5. package/dist-esm/samples-dev/databasesListByClusterSample.js +12 -5
  6. package/dist-esm/samples-dev/databasesListByClusterSample.js.map +1 -1
  7. package/dist-esm/samples-dev/operationsListSample.js +12 -5
  8. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  9. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +12 -5
  10. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
  11. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +12 -5
  12. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js.map +1 -1
  13. package/dist-esm/samples-dev/redisEnterpriseDatabasesListByCluster.js +12 -5
  14. package/dist-esm/samples-dev/redisEnterpriseDatabasesListByCluster.js.map +1 -1
  15. package/dist-esm/samples-dev/redisEnterpriseList.js +12 -5
  16. package/dist-esm/samples-dev/redisEnterpriseList.js.map +1 -1
  17. package/dist-esm/samples-dev/redisEnterpriseListByResourceGroup.js +12 -5
  18. package/dist-esm/samples-dev/redisEnterpriseListByResourceGroup.js.map +1 -1
  19. package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js +12 -5
  20. package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js.map +1 -1
  21. package/dist-esm/samples-dev/redisEnterpriseListPrivateEndpointConnections.js +12 -5
  22. package/dist-esm/samples-dev/redisEnterpriseListPrivateEndpointConnections.js.map +1 -1
  23. package/dist-esm/samples-dev/redisEnterpriseListPrivateLinkResources.js +12 -5
  24. package/dist-esm/samples-dev/redisEnterpriseListPrivateLinkResources.js.map +1 -1
  25. package/dist-esm/samples-dev/redisEnterpriseListSample.js +12 -5
  26. package/dist-esm/samples-dev/redisEnterpriseListSample.js.map +1 -1
  27. package/dist-esm/src/models/index.d.ts +36 -36
  28. package/dist-esm/src/models/index.d.ts.map +1 -1
  29. package/dist-esm/src/operations/databases.js +12 -5
  30. package/dist-esm/src/operations/databases.js.map +1 -1
  31. package/dist-esm/src/operations/operations.js +12 -5
  32. package/dist-esm/src/operations/operations.js.map +1 -1
  33. package/dist-esm/src/operations/privateEndpointConnections.js +12 -5
  34. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  35. package/dist-esm/src/operations/privateLinkResources.js +12 -5
  36. package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
  37. package/dist-esm/src/operations/redisEnterprise.js +24 -10
  38. package/dist-esm/src/operations/redisEnterprise.js.map +1 -1
  39. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1514,17 +1514,24 @@ class OperationsImpl {
1514
1514
  }
1515
1515
  listPagingAll(options) {
1516
1516
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
1517
- var e_1, _a;
1517
+ var _a, e_1, _b, _c;
1518
1518
  try {
1519
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1520
- const page = _c.value;
1521
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1519
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1520
+ _c = _f.value;
1521
+ _d = false;
1522
+ try {
1523
+ const page = _c;
1524
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1525
+ }
1526
+ finally {
1527
+ _d = true;
1528
+ }
1522
1529
  }
1523
1530
  }
1524
1531
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
1525
1532
  finally {
1526
1533
  try {
1527
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1534
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1528
1535
  }
1529
1536
  finally { if (e_1) throw e_1.error; }
1530
1537
  }
@@ -1719,17 +1726,24 @@ class RedisEnterpriseImpl {
1719
1726
  }
1720
1727
  listByResourceGroupPagingAll(resourceGroupName, options) {
1721
1728
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
1722
- var e_1, _a;
1729
+ var _a, e_1, _b, _c;
1723
1730
  try {
1724
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1725
- const page = _c.value;
1726
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1731
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1732
+ _c = _f.value;
1733
+ _d = false;
1734
+ try {
1735
+ const page = _c;
1736
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1737
+ }
1738
+ finally {
1739
+ _d = true;
1740
+ }
1727
1741
  }
1728
1742
  }
1729
1743
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
1730
1744
  finally {
1731
1745
  try {
1732
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1746
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1733
1747
  }
1734
1748
  finally { if (e_1) throw e_1.error; }
1735
1749
  }
@@ -1778,17 +1792,24 @@ class RedisEnterpriseImpl {
1778
1792
  }
1779
1793
  listPagingAll(options) {
1780
1794
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
1781
- var e_2, _a;
1795
+ var _a, e_2, _b, _c;
1782
1796
  try {
1783
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1784
- const page = _c.value;
1785
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1797
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1798
+ _c = _f.value;
1799
+ _d = false;
1800
+ try {
1801
+ const page = _c;
1802
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1803
+ }
1804
+ finally {
1805
+ _d = true;
1806
+ }
1786
1807
  }
1787
1808
  }
1788
1809
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
1789
1810
  finally {
1790
1811
  try {
1791
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1812
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1792
1813
  }
1793
1814
  finally { if (e_2) throw e_2.error; }
1794
1815
  }
@@ -2243,17 +2264,24 @@ class DatabasesImpl {
2243
2264
  }
2244
2265
  listByClusterPagingAll(resourceGroupName, clusterName, options) {
2245
2266
  return tslib.__asyncGenerator(this, arguments, function* listByClusterPagingAll_1() {
2246
- var e_1, _a;
2267
+ var _a, e_1, _b, _c;
2247
2268
  try {
2248
- for (var _b = tslib.__asyncValues(this.listByClusterPagingPage(resourceGroupName, clusterName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
2249
- const page = _c.value;
2250
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2269
+ for (var _d = true, _e = tslib.__asyncValues(this.listByClusterPagingPage(resourceGroupName, clusterName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2270
+ _c = _f.value;
2271
+ _d = false;
2272
+ try {
2273
+ const page = _c;
2274
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2275
+ }
2276
+ finally {
2277
+ _d = true;
2278
+ }
2251
2279
  }
2252
2280
  }
2253
2281
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
2254
2282
  finally {
2255
2283
  try {
2256
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
2284
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
2257
2285
  }
2258
2286
  finally { if (e_1) throw e_1.error; }
2259
2287
  }
@@ -3024,17 +3052,24 @@ class PrivateEndpointConnectionsImpl {
3024
3052
  }
3025
3053
  listPagingAll(resourceGroupName, clusterName, options) {
3026
3054
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3027
- var e_1, _a;
3055
+ var _a, e_1, _b, _c;
3028
3056
  try {
3029
- for (var _b = tslib.__asyncValues(this.listPagingPage(resourceGroupName, clusterName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
3030
- const page = _c.value;
3031
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3057
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, clusterName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3058
+ _c = _f.value;
3059
+ _d = false;
3060
+ try {
3061
+ const page = _c;
3062
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3063
+ }
3064
+ finally {
3065
+ _d = true;
3066
+ }
3032
3067
  }
3033
3068
  }
3034
3069
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
3035
3070
  finally {
3036
3071
  try {
3037
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
3072
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
3038
3073
  }
3039
3074
  finally { if (e_1) throw e_1.error; }
3040
3075
  }
@@ -3296,17 +3331,24 @@ class PrivateLinkResourcesImpl {
3296
3331
  }
3297
3332
  listByClusterPagingAll(resourceGroupName, clusterName, options) {
3298
3333
  return tslib.__asyncGenerator(this, arguments, function* listByClusterPagingAll_1() {
3299
- var e_1, _a;
3334
+ var _a, e_1, _b, _c;
3300
3335
  try {
3301
- for (var _b = tslib.__asyncValues(this.listByClusterPagingPage(resourceGroupName, clusterName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
3302
- const page = _c.value;
3303
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3336
+ for (var _d = true, _e = tslib.__asyncValues(this.listByClusterPagingPage(resourceGroupName, clusterName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3337
+ _c = _f.value;
3338
+ _d = false;
3339
+ try {
3340
+ const page = _c;
3341
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3342
+ }
3343
+ finally {
3344
+ _d = true;
3345
+ }
3304
3346
  }
3305
3347
  }
3306
3348
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
3307
3349
  finally {
3308
3350
  try {
3309
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
3351
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
3310
3352
  }
3311
3353
  finally { if (e_1) throw e_1.error; }
3312
3354
  }