@azure/arm-redisenterprisecache 2.3.0-alpha.20231009.1 → 2.3.0-alpha.20231023.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 (42) hide show
  1. package/dist/index.js +57 -95
  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 +3 -8
  6. package/dist-esm/samples-dev/databasesListByClusterSample.js.map +1 -1
  7. package/dist-esm/samples-dev/operationsListSample.js +3 -8
  8. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  9. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +3 -8
  10. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
  11. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +3 -8
  12. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js.map +1 -1
  13. package/dist-esm/samples-dev/redisEnterpriseDatabasesListByCluster.js +3 -8
  14. package/dist-esm/samples-dev/redisEnterpriseDatabasesListByCluster.js.map +1 -1
  15. package/dist-esm/samples-dev/redisEnterpriseList.js +3 -8
  16. package/dist-esm/samples-dev/redisEnterpriseList.js.map +1 -1
  17. package/dist-esm/samples-dev/redisEnterpriseListByResourceGroup.js +3 -8
  18. package/dist-esm/samples-dev/redisEnterpriseListByResourceGroup.js.map +1 -1
  19. package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js +3 -8
  20. package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js.map +1 -1
  21. package/dist-esm/samples-dev/redisEnterpriseListPrivateEndpointConnections.js +3 -8
  22. package/dist-esm/samples-dev/redisEnterpriseListPrivateEndpointConnections.js.map +1 -1
  23. package/dist-esm/samples-dev/redisEnterpriseListPrivateLinkResources.js +3 -8
  24. package/dist-esm/samples-dev/redisEnterpriseListPrivateLinkResources.js.map +1 -1
  25. package/dist-esm/samples-dev/redisEnterpriseListSample.js +3 -8
  26. package/dist-esm/samples-dev/redisEnterpriseListSample.js.map +1 -1
  27. package/dist-esm/samples-dev/skusListSample.js +3 -8
  28. package/dist-esm/samples-dev/skusListSample.js.map +1 -1
  29. package/dist-esm/src/operations/databases.js +3 -8
  30. package/dist-esm/src/operations/databases.js.map +1 -1
  31. package/dist-esm/src/operations/operations.js +3 -8
  32. package/dist-esm/src/operations/operations.js.map +1 -1
  33. package/dist-esm/src/operations/privateEndpointConnections.js +3 -8
  34. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  35. package/dist-esm/src/operations/privateLinkResources.js +3 -8
  36. package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
  37. package/dist-esm/src/operations/redisEnterprise.js +6 -16
  38. package/dist-esm/src/operations/redisEnterprise.js.map +1 -1
  39. package/dist-esm/src/operations/skus.js +3 -8
  40. package/dist-esm/src/operations/skus.js.map +1 -1
  41. package/package.json +3 -10
  42. package/rollup.config.js +0 -122
package/dist/index.js CHANGED
@@ -1,14 +1,11 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
3
  var tslib = require('tslib');
6
4
  var coreClient = require('@azure/core-client');
7
5
  var coreRestPipeline = require('@azure/core-rest-pipeline');
8
6
  var coreLro = require('@azure/core-lro');
9
7
 
10
- function _interopNamespace(e) {
11
- if (e && e.__esModule) return e;
8
+ function _interopNamespaceDefault(e) {
12
9
  var n = Object.create(null);
13
10
  if (e) {
14
11
  Object.keys(e).forEach(function (k) {
@@ -21,12 +18,12 @@ function _interopNamespace(e) {
21
18
  }
22
19
  });
23
20
  }
24
- n["default"] = e;
21
+ n.default = e;
25
22
  return Object.freeze(n);
26
23
  }
27
24
 
28
- var coreClient__namespace = /*#__PURE__*/_interopNamespace(coreClient);
29
- var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespace(coreRestPipeline);
25
+ var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
26
+ var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
30
27
 
31
28
  /*
32
29
  * Copyright (c) Microsoft Corporation.
@@ -1610,51 +1607,51 @@ const DatabasesFlushHeaders = {
1610
1607
 
1611
1608
  var Mappers = /*#__PURE__*/Object.freeze({
1612
1609
  __proto__: null,
1613
- OperationListResult: OperationListResult,
1614
- Operation: Operation,
1615
- OperationDisplay: OperationDisplay,
1616
- ErrorResponse: ErrorResponse,
1617
- ErrorDetail: ErrorDetail,
1618
- ErrorAdditionalInfo: ErrorAdditionalInfo,
1619
- OperationStatus: OperationStatus,
1620
- Sku: Sku,
1621
- ManagedServiceIdentity: ManagedServiceIdentity,
1622
- UserAssignedIdentity: UserAssignedIdentity,
1610
+ AccessKeys: AccessKeys,
1611
+ Capability: Capability,
1612
+ Cluster: Cluster,
1613
+ ClusterList: ClusterList,
1623
1614
  ClusterPropertiesEncryption: ClusterPropertiesEncryption,
1624
1615
  ClusterPropertiesEncryptionCustomerManagedKeyEncryption: ClusterPropertiesEncryptionCustomerManagedKeyEncryption,
1625
1616
  ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity: ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity,
1626
- PrivateEndpoint: PrivateEndpoint,
1627
- PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
1628
- Resource: Resource,
1629
- SystemData: SystemData,
1630
1617
  ClusterUpdate: ClusterUpdate,
1631
- ClusterList: ClusterList,
1618
+ Database: Database,
1632
1619
  DatabaseList: DatabaseList,
1633
- Persistence: Persistence,
1634
- Module: Module,
1635
1620
  DatabasePropertiesGeoReplication: DatabasePropertiesGeoReplication,
1636
- LinkedDatabase: LinkedDatabase,
1637
1621
  DatabaseUpdate: DatabaseUpdate,
1638
- AccessKeys: AccessKeys,
1639
- RegenerateKeyParameters: RegenerateKeyParameters,
1640
- ImportClusterParameters: ImportClusterParameters,
1622
+ DatabasesFlushHeaders: DatabasesFlushHeaders,
1623
+ ErrorAdditionalInfo: ErrorAdditionalInfo,
1624
+ ErrorDetail: ErrorDetail,
1625
+ ErrorResponse: ErrorResponse,
1641
1626
  ExportClusterParameters: ExportClusterParameters,
1627
+ FlushParameters: FlushParameters,
1628
+ ForceUnlinkParameters: ForceUnlinkParameters,
1629
+ ImportClusterParameters: ImportClusterParameters,
1630
+ LinkedDatabase: LinkedDatabase,
1631
+ LocationInfo: LocationInfo,
1632
+ ManagedServiceIdentity: ManagedServiceIdentity,
1633
+ Module: Module,
1634
+ Operation: Operation,
1635
+ OperationDisplay: OperationDisplay,
1636
+ OperationListResult: OperationListResult,
1637
+ OperationStatus: OperationStatus,
1638
+ Persistence: Persistence,
1639
+ PrivateEndpoint: PrivateEndpoint,
1640
+ PrivateEndpointConnection: PrivateEndpointConnection,
1642
1641
  PrivateEndpointConnectionListResult: PrivateEndpointConnectionListResult,
1642
+ PrivateLinkResource: PrivateLinkResource,
1643
1643
  PrivateLinkResourceListResult: PrivateLinkResourceListResult,
1644
- ForceUnlinkParameters: ForceUnlinkParameters,
1645
- FlushParameters: FlushParameters,
1646
- RegionSkuDetails: RegionSkuDetails,
1644
+ PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
1645
+ ProxyResource: ProxyResource,
1646
+ RegenerateKeyParameters: RegenerateKeyParameters,
1647
1647
  RegionSkuDetail: RegionSkuDetail,
1648
- LocationInfo: LocationInfo,
1649
- Capability: Capability,
1648
+ RegionSkuDetails: RegionSkuDetails,
1649
+ Resource: Resource,
1650
+ Sku: Sku,
1650
1651
  SkuDetail: SkuDetail,
1651
- PrivateEndpointConnection: PrivateEndpointConnection,
1652
+ SystemData: SystemData,
1652
1653
  TrackedResource: TrackedResource,
1653
- ProxyResource: ProxyResource,
1654
- PrivateLinkResource: PrivateLinkResource,
1655
- Cluster: Cluster,
1656
- Database: Database,
1657
- DatabasesFlushHeaders: DatabasesFlushHeaders
1654
+ UserAssignedIdentity: UserAssignedIdentity
1658
1655
  });
1659
1656
 
1660
1657
  /*
@@ -1905,16 +1902,11 @@ class OperationsImpl {
1905
1902
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
1906
1903
  var _a, e_1, _b, _c;
1907
1904
  try {
1908
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1905
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
1909
1906
  _c = _f.value;
1910
1907
  _d = false;
1911
- try {
1912
- const page = _c;
1913
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1914
- }
1915
- finally {
1916
- _d = true;
1917
- }
1908
+ const page = _c;
1909
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1918
1910
  }
1919
1911
  }
1920
1912
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -2109,16 +2101,11 @@ class RedisEnterpriseImpl {
2109
2101
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
2110
2102
  var _a, e_1, _b, _c;
2111
2103
  try {
2112
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2104
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2113
2105
  _c = _f.value;
2114
2106
  _d = false;
2115
- try {
2116
- const page = _c;
2117
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2118
- }
2119
- finally {
2120
- _d = true;
2121
- }
2107
+ const page = _c;
2108
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2122
2109
  }
2123
2110
  }
2124
2111
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -2175,16 +2162,11 @@ class RedisEnterpriseImpl {
2175
2162
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
2176
2163
  var _a, e_2, _b, _c;
2177
2164
  try {
2178
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2165
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2179
2166
  _c = _f.value;
2180
2167
  _d = false;
2181
- try {
2182
- const page = _c;
2183
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2184
- }
2185
- finally {
2186
- _d = true;
2187
- }
2168
+ const page = _c;
2169
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2188
2170
  }
2189
2171
  }
2190
2172
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -2659,16 +2641,11 @@ class DatabasesImpl {
2659
2641
  return tslib.__asyncGenerator(this, arguments, function* listByClusterPagingAll_1() {
2660
2642
  var _a, e_1, _b, _c;
2661
2643
  try {
2662
- for (var _d = true, _e = tslib.__asyncValues(this.listByClusterPagingPage(resourceGroupName, clusterName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2644
+ for (var _d = true, _e = tslib.__asyncValues(this.listByClusterPagingPage(resourceGroupName, clusterName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2663
2645
  _c = _f.value;
2664
2646
  _d = false;
2665
- try {
2666
- const page = _c;
2667
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2668
- }
2669
- finally {
2670
- _d = true;
2671
- }
2647
+ const page = _c;
2648
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2672
2649
  }
2673
2650
  }
2674
2651
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3602,16 +3579,11 @@ class PrivateEndpointConnectionsImpl {
3602
3579
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3603
3580
  var _a, e_1, _b, _c;
3604
3581
  try {
3605
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, clusterName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3582
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, clusterName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3606
3583
  _c = _f.value;
3607
3584
  _d = false;
3608
- try {
3609
- const page = _c;
3610
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3611
- }
3612
- finally {
3613
- _d = true;
3614
- }
3585
+ const page = _c;
3586
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3615
3587
  }
3616
3588
  }
3617
3589
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3885,16 +3857,11 @@ class PrivateLinkResourcesImpl {
3885
3857
  return tslib.__asyncGenerator(this, arguments, function* listByClusterPagingAll_1() {
3886
3858
  var _a, e_1, _b, _c;
3887
3859
  try {
3888
- for (var _d = true, _e = tslib.__asyncValues(this.listByClusterPagingPage(resourceGroupName, clusterName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3860
+ for (var _d = true, _e = tslib.__asyncValues(this.listByClusterPagingPage(resourceGroupName, clusterName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3889
3861
  _c = _f.value;
3890
3862
  _d = false;
3891
- try {
3892
- const page = _c;
3893
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3894
- }
3895
- finally {
3896
- _d = true;
3897
- }
3863
+ const page = _c;
3864
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3898
3865
  }
3899
3866
  }
3900
3867
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3990,16 +3957,11 @@ class SkusImpl {
3990
3957
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3991
3958
  var _a, e_1, _b, _c;
3992
3959
  try {
3993
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(location, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3960
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(location, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3994
3961
  _c = _f.value;
3995
3962
  _d = false;
3996
- try {
3997
- const page = _c;
3998
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3999
- }
4000
- finally {
4001
- _d = true;
4002
- }
3963
+ const page = _c;
3964
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4003
3965
  }
4004
3966
  }
4005
3967
  catch (e_1_1) { e_1 = { error: e_1_1 }; }