@azure/arm-redisenterprisecache 3.1.0-beta.1 → 3.1.0-beta.2
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/CHANGELOG.md +112 -0
- package/dist/index.js +1095 -163
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/accessPolicyAssignmentCreateUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentCreateUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentCreateUpdateSample.js +45 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentCreateUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentDeleteSample.js +41 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentGetSample.js +41 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentGetSample.js.map +1 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentListSample.d.ts +2 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentListSample.js +56 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentListSample.js.map +1 -0
- package/dist-esm/samples-dev/databasesCreateSample.js +10 -6
- package/dist-esm/samples-dev/databasesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesDeleteSample.js +3 -2
- package/dist-esm/samples-dev/databasesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesExportSample.js +3 -2
- package/dist-esm/samples-dev/databasesExportSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesFlushSample.js +4 -3
- package/dist-esm/samples-dev/databasesFlushSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.js +1 -1
- package/dist-esm/samples-dev/databasesForceUnlinkSample.js +4 -3
- package/dist-esm/samples-dev/databasesForceUnlinkSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesGetSample.js +5 -4
- package/dist-esm/samples-dev/databasesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesImportSample.js +3 -2
- package/dist-esm/samples-dev/databasesImportSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesListByClusterSample.js +5 -4
- package/dist-esm/samples-dev/databasesListByClusterSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesListKeysSample.js +5 -4
- package/dist-esm/samples-dev/databasesListKeysSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesRegenerateKeySample.js +5 -4
- package/dist-esm/samples-dev/databasesRegenerateKeySample.js.map +1 -1
- package/dist-esm/samples-dev/databasesUpdateSample.js +4 -2
- package/dist-esm/samples-dev/databasesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.js +3 -2
- package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/operationsStatusGetSample.js +3 -2
- package/dist-esm/samples-dev/operationsStatusGetSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +5 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +5 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +5 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js +5 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +5 -4
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js.map +1 -1
- package/dist-esm/samples-dev/redisEnterpriseCreateSample.js +3 -2
- package/dist-esm/samples-dev/redisEnterpriseCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/redisEnterpriseDeleteSample.js +5 -4
- package/dist-esm/samples-dev/redisEnterpriseDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/redisEnterpriseGetSample.js +5 -4
- package/dist-esm/samples-dev/redisEnterpriseGetSample.js.map +1 -1
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js +5 -4
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/redisEnterpriseListSample.js +5 -4
- package/dist-esm/samples-dev/redisEnterpriseListSample.js.map +1 -1
- package/dist-esm/samples-dev/redisEnterpriseUpdateSample.js +5 -4
- package/dist-esm/samples-dev/redisEnterpriseUpdateSample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +423 -27
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +134 -2
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +16 -1
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +372 -2
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +2 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +19 -2
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/accessPolicyAssignmentOperations.d.ts +94 -0
- package/dist-esm/src/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/accessPolicyAssignmentOperations.js +403 -0
- package/dist-esm/src/operations/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist-esm/src/operations/databases.d.ts +6 -6
- package/dist-esm/src/operations/databases.js +6 -6
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +7 -7
- package/dist-esm/src/operations/privateEndpointConnections.js +7 -7
- package/dist-esm/src/operations/privateLinkResources.d.ts +2 -2
- package/dist-esm/src/operations/privateLinkResources.js +2 -2
- package/dist-esm/src/operations/redisEnterprise.d.ts +13 -13
- package/dist-esm/src/operations/redisEnterprise.js +13 -13
- package/dist-esm/src/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +67 -0
- package/dist-esm/src/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/accessPolicyAssignmentOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts +5 -5
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +6 -6
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +1 -1
- package/dist-esm/src/operationsInterfaces/redisEnterprise.d.ts +11 -11
- package/dist-esm/src/redisEnterpriseManagementClient.d.ts +2 -1
- package/dist-esm/src/redisEnterpriseManagementClient.d.ts.map +1 -1
- package/dist-esm/src/redisEnterpriseManagementClient.js +5 -3
- package/dist-esm/src/redisEnterpriseManagementClient.js.map +1 -1
- package/dist-esm/test/redisenterprisecache_test.spec.d.ts.map +1 -1
- package/dist-esm/test/redisenterprisecache_test.spec.js +5 -1
- package/dist-esm/test/redisenterprisecache_test.spec.js.map +1 -1
- package/package.json +31 -30
- package/review/arm-redisenterprisecache.api.md +239 -2
- package/src/lroImpl.ts +1 -1
- package/src/models/index.ts +457 -26
- package/src/models/mappers.ts +400 -2
- package/src/models/parameters.ts +21 -1
- package/src/operations/accessPolicyAssignmentOperations.ts +569 -0
- package/src/operations/databases.ts +6 -6
- package/src/operations/index.ts +1 -0
- package/src/operations/privateEndpointConnections.ts +7 -7
- package/src/operations/privateLinkResources.ts +2 -2
- package/src/operations/redisEnterprise.ts +13 -13
- package/src/operationsInterfaces/accessPolicyAssignmentOperations.ts +132 -0
- package/src/operationsInterfaces/databases.ts +5 -5
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +6 -6
- package/src/operationsInterfaces/privateLinkResources.ts +1 -1
- package/src/operationsInterfaces/redisEnterprise.ts +11 -11
- package/src/redisEnterpriseManagementClient.ts +7 -2
- package/types/arm-redisenterprisecache.d.ts +544 -50
- package/types/tsdoc-metadata.json +1 -1
|
@@ -4,13 +4,13 @@ import { Cluster, RedisEnterpriseListByResourceGroupOptionalParams, RedisEnterpr
|
|
|
4
4
|
/** Interface representing a RedisEnterprise. */
|
|
5
5
|
export interface RedisEnterprise {
|
|
6
6
|
/**
|
|
7
|
-
* Lists all
|
|
7
|
+
* Lists all Redis Enterprise clusters in a resource group.
|
|
8
8
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
9
|
* @param options The options parameters.
|
|
10
10
|
*/
|
|
11
11
|
listByResourceGroup(resourceGroupName: string, options?: RedisEnterpriseListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Lists all Redis Enterprise clusters in the specified subscription.
|
|
14
14
|
* @param options The options parameters.
|
|
15
15
|
*/
|
|
16
16
|
list(options?: RedisEnterpriseListOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
@@ -18,7 +18,7 @@ export interface RedisEnterprise {
|
|
|
18
18
|
* Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster
|
|
19
19
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
20
20
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
21
|
-
* @param parameters Parameters supplied to the Create
|
|
21
|
+
* @param parameters Parameters supplied to the Create Redis Enterprise operation.
|
|
22
22
|
* @param options The options parameters.
|
|
23
23
|
*/
|
|
24
24
|
beginCreate(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: RedisEnterpriseCreateOptionalParams): Promise<SimplePollerLike<OperationState<RedisEnterpriseCreateResponse>, RedisEnterpriseCreateResponse>>;
|
|
@@ -26,42 +26,42 @@ export interface RedisEnterprise {
|
|
|
26
26
|
* Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster
|
|
27
27
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
28
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
29
|
-
* @param parameters Parameters supplied to the Create
|
|
29
|
+
* @param parameters Parameters supplied to the Create Redis Enterprise operation.
|
|
30
30
|
* @param options The options parameters.
|
|
31
31
|
*/
|
|
32
32
|
beginCreateAndWait(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: RedisEnterpriseCreateOptionalParams): Promise<RedisEnterpriseCreateResponse>;
|
|
33
33
|
/**
|
|
34
|
-
* Updates an existing
|
|
34
|
+
* Updates an existing Redis Enterprise cluster
|
|
35
35
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
36
36
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
37
|
-
* @param parameters Parameters supplied to the Update
|
|
37
|
+
* @param parameters Parameters supplied to the Update Redis Enterprise operation.
|
|
38
38
|
* @param options The options parameters.
|
|
39
39
|
*/
|
|
40
40
|
beginUpdate(resourceGroupName: string, clusterName: string, parameters: ClusterUpdate, options?: RedisEnterpriseUpdateOptionalParams): Promise<SimplePollerLike<OperationState<RedisEnterpriseUpdateResponse>, RedisEnterpriseUpdateResponse>>;
|
|
41
41
|
/**
|
|
42
|
-
* Updates an existing
|
|
42
|
+
* Updates an existing Redis Enterprise cluster
|
|
43
43
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
44
44
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
45
|
-
* @param parameters Parameters supplied to the Update
|
|
45
|
+
* @param parameters Parameters supplied to the Update Redis Enterprise operation.
|
|
46
46
|
* @param options The options parameters.
|
|
47
47
|
*/
|
|
48
48
|
beginUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: ClusterUpdate, options?: RedisEnterpriseUpdateOptionalParams): Promise<RedisEnterpriseUpdateResponse>;
|
|
49
49
|
/**
|
|
50
|
-
* Deletes a
|
|
50
|
+
* Deletes a Redis Enterprise cache cluster.
|
|
51
51
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
52
52
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
53
53
|
* @param options The options parameters.
|
|
54
54
|
*/
|
|
55
55
|
beginDelete(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
56
56
|
/**
|
|
57
|
-
* Deletes a
|
|
57
|
+
* Deletes a Redis Enterprise cache cluster.
|
|
58
58
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
59
59
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
60
60
|
* @param options The options parameters.
|
|
61
61
|
*/
|
|
62
62
|
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseDeleteOptionalParams): Promise<void>;
|
|
63
63
|
/**
|
|
64
|
-
* Gets information about a
|
|
64
|
+
* Gets information about a Redis Enterprise cluster
|
|
65
65
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
66
66
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
67
67
|
* @param options The options parameters.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
2
|
import * as coreAuth from "@azure/core-auth";
|
|
3
|
-
import { Operations, OperationsStatus, RedisEnterprise, Databases, PrivateEndpointConnections, PrivateLinkResources } from "./operationsInterfaces";
|
|
3
|
+
import { Operations, OperationsStatus, RedisEnterprise, Databases, AccessPolicyAssignmentOperations, PrivateEndpointConnections, PrivateLinkResources } from "./operationsInterfaces";
|
|
4
4
|
import { RedisEnterpriseManagementClientOptionalParams } from "./models";
|
|
5
5
|
export declare class RedisEnterpriseManagementClient extends coreClient.ServiceClient {
|
|
6
6
|
$host: string;
|
|
@@ -19,6 +19,7 @@ export declare class RedisEnterpriseManagementClient extends coreClient.ServiceC
|
|
|
19
19
|
operationsStatus: OperationsStatus;
|
|
20
20
|
redisEnterprise: RedisEnterprise;
|
|
21
21
|
databases: Databases;
|
|
22
|
+
accessPolicyAssignmentOperations: AccessPolicyAssignmentOperations;
|
|
22
23
|
privateEndpointConnections: PrivateEndpointConnections;
|
|
23
24
|
privateLinkResources: PrivateLinkResources;
|
|
24
25
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"redisEnterpriseManagementClient.d.ts","sourceRoot":"","sources":["../../src/redisEnterpriseManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"redisEnterpriseManagementClient.d.ts","sourceRoot":"","sources":["../../src/redisEnterpriseManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAU7C,OAAO,EACL,UAAU,EACV,gBAAgB,EAChB,eAAe,EACf,SAAS,EACT,gCAAgC,EAChC,0BAA0B,EAC1B,oBAAoB,EACrB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,6CAA6C,EAAE,MAAM,UAAU,CAAC;AAEzE,qBAAa,+BAAgC,SAAQ,UAAU,CAAC,aAAa;IAC3E,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,6CAA6C;IAoFzD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,UAAU,EAAE,UAAU,CAAC;IACvB,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,eAAe,EAAE,eAAe,CAAC;IACjC,SAAS,EAAE,SAAS,CAAC;IACrB,gCAAgC,EAAE,gCAAgC,CAAC;IACnE,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C"}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
import { __awaiter } from "tslib";
|
|
9
9
|
import * as coreClient from "@azure/core-client";
|
|
10
10
|
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
|
11
|
-
import { OperationsImpl, OperationsStatusImpl, RedisEnterpriseImpl, DatabasesImpl, PrivateEndpointConnectionsImpl, PrivateLinkResourcesImpl, } from "./operations";
|
|
11
|
+
import { OperationsImpl, OperationsStatusImpl, RedisEnterpriseImpl, DatabasesImpl, AccessPolicyAssignmentOperationsImpl, PrivateEndpointConnectionsImpl, PrivateLinkResourcesImpl, } from "./operations";
|
|
12
12
|
export class RedisEnterpriseManagementClient extends coreClient.ServiceClient {
|
|
13
13
|
/**
|
|
14
14
|
* Initializes a new instance of the RedisEnterpriseManagementClient class.
|
|
@@ -32,7 +32,7 @@ export class RedisEnterpriseManagementClient extends coreClient.ServiceClient {
|
|
|
32
32
|
requestContentType: "application/json; charset=utf-8",
|
|
33
33
|
credential: credentials,
|
|
34
34
|
};
|
|
35
|
-
const packageDetails = `azsdk-js-arm-redisenterprisecache/3.1.0-beta.
|
|
35
|
+
const packageDetails = `azsdk-js-arm-redisenterprisecache/3.1.0-beta.2`;
|
|
36
36
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
37
37
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
38
38
|
: `${packageDetails}`;
|
|
@@ -65,11 +65,13 @@ export class RedisEnterpriseManagementClient extends coreClient.ServiceClient {
|
|
|
65
65
|
this.subscriptionId = subscriptionId;
|
|
66
66
|
// Assigning values to Constant parameters
|
|
67
67
|
this.$host = options.$host || "https://management.azure.com";
|
|
68
|
-
this.apiVersion = options.apiVersion || "2024-
|
|
68
|
+
this.apiVersion = options.apiVersion || "2024-09-01-preview";
|
|
69
69
|
this.operations = new OperationsImpl(this);
|
|
70
70
|
this.operationsStatus = new OperationsStatusImpl(this);
|
|
71
71
|
this.redisEnterprise = new RedisEnterpriseImpl(this);
|
|
72
72
|
this.databases = new DatabasesImpl(this);
|
|
73
|
+
this.accessPolicyAssignmentOperations =
|
|
74
|
+
new AccessPolicyAssignmentOperationsImpl(this);
|
|
73
75
|
this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
|
|
74
76
|
this.privateLinkResources = new PrivateLinkResourcesImpl(this);
|
|
75
77
|
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"redisEnterpriseManagementClient.js","sourceRoot":"","sources":["../../src/redisEnterpriseManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,gBAAgB,MAAM,2BAA2B,CAAC;AAO9D,OAAO,EACL,cAAc,EACd,oBAAoB,EACpB,mBAAmB,EACnB,aAAa,EACb,8BAA8B,EAC9B,wBAAwB,GACzB,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"redisEnterpriseManagementClient.js","sourceRoot":"","sources":["../../src/redisEnterpriseManagementClient.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"redisenterprisecache_test.spec.d.ts","sourceRoot":"","sources":["../../test/redisenterprisecache_test.spec.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"redisenterprisecache_test.spec.d.ts","sourceRoot":"","sources":["../../test/redisenterprisecache_test.spec.ts"],"names":[],"mappings":"AAgCA,eAAO,MAAM,kBAAkB;;CAE9B,CAAC"}
|
|
@@ -14,7 +14,11 @@ const replaceableVariables = {
|
|
|
14
14
|
SUBSCRIPTION_ID: "azure_subscription_id"
|
|
15
15
|
};
|
|
16
16
|
const recorderOptions = {
|
|
17
|
-
envSetupForPlayback: replaceableVariables
|
|
17
|
+
envSetupForPlayback: replaceableVariables,
|
|
18
|
+
removeCentralSanitizers: [
|
|
19
|
+
"AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section
|
|
20
|
+
"AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section
|
|
21
|
+
],
|
|
18
22
|
};
|
|
19
23
|
export const testPollingOptions = {
|
|
20
24
|
updateIntervalInMs: isPlaybackMode() ? 0 : undefined,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"redisenterprisecache_test.spec.js","sourceRoot":"","sources":["../../test/redisenterprisecache_test.spec.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,OAAO,EACL,GAAG,EACH,QAAQ,EAGR,cAAc,GACf,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAE9B,OAAO,EAAE,+BAA+B,EAAE,MAAM,wCAAwC,CAAC;AAEzF,MAAM,oBAAoB,GAA2B;IACnD,eAAe,EAAE,uBAAuB;CACzC,CAAC;AAEF,MAAM,eAAe,GAAyB;IAC5C,mBAAmB,EAAE,oBAAoB;
|
|
1
|
+
{"version":3,"file":"redisenterprisecache_test.spec.js","sourceRoot":"","sources":["../../test/redisenterprisecache_test.spec.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,OAAO,EACL,GAAG,EACH,QAAQ,EAGR,cAAc,GACf,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAE9B,OAAO,EAAE,+BAA+B,EAAE,MAAM,wCAAwC,CAAC;AAEzF,MAAM,oBAAoB,GAA2B;IACnD,eAAe,EAAE,uBAAuB;CACzC,CAAC;AAEF,MAAM,eAAe,GAAyB;IAC5C,mBAAmB,EAAE,oBAAoB;IACzC,uBAAuB,EAAE;QACvB,WAAW,EAAE,kFAAkF;QAC/F,WAAW,EAAE,gFAAgF;KAC9F;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,kBAAkB,EAAE,cAAc,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS;CACrD,CAAC;AAEF,QAAQ,CAAC,sBAAsB,EAAE,GAAG,EAAE;IACpC,IAAI,QAAkB,CAAC;IACvB,IAAI,cAAsB,CAAC;IAC3B,IAAI,MAAuC,CAAC;IAC5C,IAAI,QAAgB,CAAC;IACrB,IAAI,aAAqB,CAAC;IAC1B,IAAI,YAAoB,CAAC;IAEzB,UAAU,CAAC;;YACT,QAAQ,GAAG,IAAI,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;YAC1C,MAAM,QAAQ,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC;YACtC,cAAc,GAAG,GAAG,CAAC,eAAe,IAAI,EAAE,CAAC;YAC3C,+DAA+D;YAC/D,MAAM,UAAU,GAAG,oBAAoB,EAAE,CAAC;YAC1C,MAAM,GAAG,IAAI,+BAA+B,CAAC,UAAU,EAAE,cAAc,EAAE,QAAQ,CAAC,sBAAsB,CAAC,EAAE,CAAC,CAAC,CAAC;YAC9G,QAAQ,GAAG,QAAQ,CAAC;YACpB,aAAa,GAAG,UAAU,CAAC;YAC3B,YAAY,GAAG,cAAc,CAAC;QAEhC,CAAC;KAAA,CAAC,CAAC;IAEH,SAAS,CAAC;;YACR,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;QACxB,CAAC;KAAA,CAAC,CAAC;IAEH,EAAE,CAAC,sBAAsB,EAAE;;;YACzB,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;gBAC7B,KAAuB,eAAA,KAAA,cAAA,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE,CAAA,IAAA,sDAAE,CAAC;oBAA3B,cAAwB;oBAAxB,WAAwB;oBAApC,IAAI,IAAI,KAAA,CAAA;oBACjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;gBACtB,CAAC;;;;;;;;;YACD,MAAM,CAAC,QAAQ,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;QACtC,CAAC;KAAA,CAAC,CAAC;AACL,CAAC,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for RedisEnterpriseManagementClient.",
|
|
6
|
-
"version": "3.1.0-beta.
|
|
6
|
+
"version": "3.1.0-beta.2",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=18.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@azure/core-lro": "^2.5.4",
|
|
12
11
|
"@azure/abort-controller": "^1.0.0",
|
|
13
|
-
"@azure/core-paging": "^1.2.0",
|
|
14
|
-
"@azure/core-client": "^1.7.0",
|
|
15
12
|
"@azure/core-auth": "^1.6.0",
|
|
13
|
+
"@azure/core-client": "^1.7.0",
|
|
14
|
+
"@azure/core-lro": "^2.5.4",
|
|
15
|
+
"@azure/core-paging": "^1.2.0",
|
|
16
16
|
"@azure/core-rest-pipeline": "^1.14.0",
|
|
17
17
|
"tslib": "^2.2.0"
|
|
18
18
|
},
|
|
@@ -28,24 +28,24 @@
|
|
|
28
28
|
"module": "./dist-esm/src/index.js",
|
|
29
29
|
"types": "./types/arm-redisenterprisecache.d.ts",
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@
|
|
32
|
-
"
|
|
33
|
-
"typescript": "~5.5.3",
|
|
34
|
-
"uglify-js": "^3.4.9",
|
|
35
|
-
"rimraf": "^5.0.0",
|
|
36
|
-
"dotenv": "^16.0.0",
|
|
31
|
+
"@azure-tools/test-credential": "^1.1.0",
|
|
32
|
+
"@azure-tools/test-recorder": "^3.0.0",
|
|
37
33
|
"@azure/dev-tool": "^1.0.0",
|
|
38
34
|
"@azure/identity": "^4.0.1",
|
|
39
|
-
"@
|
|
40
|
-
"@azure-tools/test-credential": "^1.1.0",
|
|
41
|
-
"mocha": "^10.0.0",
|
|
42
|
-
"@types/mocha": "^10.0.0",
|
|
43
|
-
"esm": "^3.2.18",
|
|
35
|
+
"@microsoft/api-extractor": "^7.31.1",
|
|
44
36
|
"@types/chai": "^4.2.8",
|
|
37
|
+
"@types/mocha": "^10.0.0",
|
|
38
|
+
"@types/node": "^18.0.0",
|
|
45
39
|
"chai": "^4.2.0",
|
|
46
40
|
"cross-env": "^7.0.2",
|
|
47
|
-
"
|
|
48
|
-
"
|
|
41
|
+
"dotenv": "^16.0.0",
|
|
42
|
+
"esm": "^3.2.18",
|
|
43
|
+
"mkdirp": "^3.0.1",
|
|
44
|
+
"mocha": "^10.0.0",
|
|
45
|
+
"rimraf": "^5.0.0",
|
|
46
|
+
"ts-node": "^10.0.0",
|
|
47
|
+
"typescript": "~5.6.2",
|
|
48
|
+
"uglify-js": "^3.4.9"
|
|
49
49
|
},
|
|
50
50
|
"repository": {
|
|
51
51
|
"type": "git",
|
|
@@ -73,28 +73,29 @@
|
|
|
73
73
|
],
|
|
74
74
|
"scripts": {
|
|
75
75
|
"build": "npm run clean && tsc && dev-tool run bundle && npm run minify && mkdirp ./review && npm run extract-api",
|
|
76
|
-
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
77
|
-
"prepack": "npm run build",
|
|
78
|
-
"pack": "npm pack 2>&1",
|
|
79
|
-
"extract-api": "dev-tool run extract-api",
|
|
80
|
-
"lint": "echo skipped",
|
|
81
|
-
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
82
|
-
"build:node": "echo skipped",
|
|
83
76
|
"build:browser": "echo skipped",
|
|
84
|
-
"build:
|
|
77
|
+
"build:node": "echo skipped",
|
|
85
78
|
"build:samples": "echo skipped.",
|
|
79
|
+
"build:test": "echo skipped",
|
|
86
80
|
"check-format": "echo skipped",
|
|
81
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
87
82
|
"execute:samples": "echo skipped",
|
|
83
|
+
"extract-api": "dev-tool run extract-api",
|
|
88
84
|
"format": "echo skipped",
|
|
85
|
+
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
86
|
+
"integration-test:browser": "echo skipped",
|
|
87
|
+
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
|
|
88
|
+
"lint": "echo skipped",
|
|
89
|
+
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
90
|
+
"pack": "npm pack 2>&1",
|
|
91
|
+
"prepack": "npm run build",
|
|
89
92
|
"test": "npm run integration-test",
|
|
90
|
-
"test:node": "echo skipped",
|
|
91
93
|
"test:browser": "echo skipped",
|
|
94
|
+
"test:node": "echo skipped",
|
|
92
95
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
93
|
-
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
|
|
94
96
|
"unit-test:browser": "echo skipped",
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"integration-test:browser": "echo skipped"
|
|
97
|
+
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
|
|
98
|
+
"update-snippets": "echo skipped"
|
|
98
99
|
},
|
|
99
100
|
"sideEffects": false,
|
|
100
101
|
"//metadata": {
|