@azure/arm-redisenterprisecache 2.3.0-alpha.20231009.1 → 2.3.0-alpha.20231016.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 +36 -39
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +2 -9
- 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
|
|
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
|
|
21
|
+
n.default = e;
|
|
25
22
|
return Object.freeze(n);
|
|
26
23
|
}
|
|
27
24
|
|
|
28
|
-
var coreClient__namespace = /*#__PURE__*/
|
|
29
|
-
var coreRestPipeline__namespace = /*#__PURE__*/
|
|
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
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
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
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1644
|
+
PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
|
|
1645
|
+
ProxyResource: ProxyResource,
|
|
1646
|
+
RegenerateKeyParameters: RegenerateKeyParameters,
|
|
1647
1647
|
RegionSkuDetail: RegionSkuDetail,
|
|
1648
|
-
|
|
1649
|
-
|
|
1648
|
+
RegionSkuDetails: RegionSkuDetails,
|
|
1649
|
+
Resource: Resource,
|
|
1650
|
+
Sku: Sku,
|
|
1650
1651
|
SkuDetail: SkuDetail,
|
|
1651
|
-
|
|
1652
|
+
SystemData: SystemData,
|
|
1652
1653
|
TrackedResource: TrackedResource,
|
|
1653
|
-
|
|
1654
|
-
PrivateLinkResource: PrivateLinkResource,
|
|
1655
|
-
Cluster: Cluster,
|
|
1656
|
-
Database: Database,
|
|
1657
|
-
DatabasesFlushHeaders: DatabasesFlushHeaders
|
|
1654
|
+
UserAssignedIdentity: UserAssignedIdentity
|
|
1658
1655
|
});
|
|
1659
1656
|
|
|
1660
1657
|
/*
|