@azure/arm-databricks 3.0.0-beta.4 → 3.0.1-alpha.20231124.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/CHANGELOG.md +14 -4
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/dist/index.js +1101 -274
- 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/accessConnectorsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/accessConnectorsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accessConnectorsCreateOrUpdateSample.js +58 -0
- package/dist-esm/samples-dev/accessConnectorsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/accessConnectorsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/accessConnectorsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accessConnectorsDeleteSample.js +38 -0
- package/dist-esm/samples-dev/accessConnectorsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/accessConnectorsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/accessConnectorsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accessConnectorsGetSample.js +38 -0
- package/dist-esm/samples-dev/accessConnectorsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/accessConnectorsListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/accessConnectorsListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accessConnectorsListByResourceGroupSample.js +53 -0
- package/dist-esm/samples-dev/accessConnectorsListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/accessConnectorsListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/accessConnectorsListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accessConnectorsListBySubscriptionSample.js +52 -0
- package/dist-esm/samples-dev/accessConnectorsListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/accessConnectorsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/accessConnectorsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accessConnectorsUpdateSample.js +39 -0
- package/dist-esm/samples-dev/accessConnectorsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +17 -7
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/outboundNetworkDependenciesEndpointsListSample.js +12 -4
- package/dist-esm/samples-dev/outboundNetworkDependenciesEndpointsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js +12 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +12 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +18 -8
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +12 -4
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js +18 -8
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js.map +1 -1
- package/dist-esm/samples-dev/vNetPeeringCreateOrUpdateSample.js +11 -4
- package/dist-esm/samples-dev/vNetPeeringCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/vNetPeeringDeleteSample.js +11 -4
- package/dist-esm/samples-dev/vNetPeeringDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/vNetPeeringGetSample.js +11 -4
- package/dist-esm/samples-dev/vNetPeeringGetSample.js.map +1 -1
- package/dist-esm/samples-dev/vNetPeeringListByWorkspaceSample.js +17 -8
- package/dist-esm/samples-dev/vNetPeeringListByWorkspaceSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +98 -20
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesDeleteSample.js +11 -4
- package/dist-esm/samples-dev/workspacesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesGetSample.js +33 -8
- package/dist-esm/samples-dev/workspacesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +17 -8
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +16 -7
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesUpdateSample.js +11 -4
- package/dist-esm/samples-dev/workspacesUpdateSample.js.map +1 -1
- package/dist-esm/src/azureDatabricksManagementClient.d.ts +2 -4
- package/dist-esm/src/azureDatabricksManagementClient.d.ts.map +1 -1
- package/dist-esm/src/azureDatabricksManagementClient.js +3 -32
- package/dist-esm/src/azureDatabricksManagementClient.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +204 -36
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +12 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +8 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +243 -2
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +4 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +35 -2
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/accessConnectors.d.ts +107 -0
- package/dist-esm/src/operations/accessConnectors.d.ts.map +1 -0
- package/dist-esm/src/operations/accessConnectors.js +543 -0
- package/dist-esm/src/operations/accessConnectors.js.map +1 -0
- 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/operations.js +6 -5
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +3 -3
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +35 -26
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/privateLinkResources.js +6 -5
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/vNetPeering.d.ts +3 -3
- package/dist-esm/src/operations/vNetPeering.d.ts.map +1 -1
- package/dist-esm/src/operations/vNetPeering.js +30 -21
- package/dist-esm/src/operations/vNetPeering.js.map +1 -1
- package/dist-esm/src/operations/workspaces.d.ts +4 -4
- package/dist-esm/src/operations/workspaces.d.ts.map +1 -1
- package/dist-esm/src/operations/workspaces.js +38 -24
- package/dist-esm/src/operations/workspaces.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/accessConnectors.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/accessConnectors.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/accessConnectors.js +9 -0
- package/dist-esm/src/operationsInterfaces/accessConnectors.js.map +1 -0
- 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 +3 -3
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/vNetPeering.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/vNetPeering.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +1 -1
- package/dist-esm/src/pagingHelper.d.ts +4 -4
- package/dist-esm/src/pagingHelper.js +4 -4
- package/dist-esm/test/databricks_examples.js +6 -4
- package/dist-esm/test/databricks_examples.js.map +1 -1
- package/package.json +21 -24
- package/review/arm-databricks.api.md +155 -12
- package/src/azureDatabricksManagementClient.ts +7 -39
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +196 -4
- package/src/models/mappers.ts +258 -2
- package/src/models/parameters.ts +41 -2
- package/src/operations/accessConnectors.ts +717 -0
- package/src/operations/index.ts +1 -0
- package/src/operations/operations.ts +0 -1
- package/src/operations/privateEndpointConnections.ts +28 -22
- package/src/operations/privateLinkResources.ts +0 -1
- package/src/operations/vNetPeering.ts +28 -22
- package/src/operations/workspaces.ts +41 -33
- package/src/operationsInterfaces/accessConnectors.ts +139 -0
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +4 -4
- package/src/operationsInterfaces/vNetPeering.ts +4 -4
- package/src/operationsInterfaces/workspaces.ts +6 -6
- package/src/pagingHelper.ts +4 -4
- package/types/arm-databricks.d.ts +279 -20
- package/types/tsdoc-metadata.json +1 -1
- package/rollup.config.js +0 -122
|
@@ -1,8 +1,180 @@
|
|
|
1
1
|
import * as coreAuth from '@azure/core-auth';
|
|
2
2
|
import * as coreClient from '@azure/core-client';
|
|
3
|
+
import { OperationState } from '@azure/core-lro';
|
|
3
4
|
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
4
|
-
import {
|
|
5
|
-
|
|
5
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
6
|
+
|
|
7
|
+
/** Information about azure databricks accessConnector. */
|
|
8
|
+
export declare interface AccessConnector extends TrackedResource {
|
|
9
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
10
|
+
identity?: ManagedServiceIdentity;
|
|
11
|
+
/**
|
|
12
|
+
* The system metadata relating to this resource
|
|
13
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
14
|
+
*/
|
|
15
|
+
readonly systemData?: SystemData;
|
|
16
|
+
/** Azure Databricks accessConnector properties */
|
|
17
|
+
properties?: AccessConnectorProperties;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
/** List of azure databricks accessConnector. */
|
|
21
|
+
export declare interface AccessConnectorListResult {
|
|
22
|
+
/** The array of azure databricks accessConnector. */
|
|
23
|
+
value?: AccessConnector[];
|
|
24
|
+
/** The URL to use for getting the next set of results. */
|
|
25
|
+
nextLink?: string;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export declare interface AccessConnectorProperties {
|
|
29
|
+
/**
|
|
30
|
+
* Provisioning status of the accessConnector.
|
|
31
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
32
|
+
*/
|
|
33
|
+
readonly provisioningState?: ProvisioningState;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/** Interface representing a AccessConnectors. */
|
|
37
|
+
export declare interface AccessConnectors {
|
|
38
|
+
/**
|
|
39
|
+
* Gets all the azure databricks accessConnectors within a resource group.
|
|
40
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
41
|
+
* @param options The options parameters.
|
|
42
|
+
*/
|
|
43
|
+
listByResourceGroup(resourceGroupName: string, options?: AccessConnectorsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AccessConnector>;
|
|
44
|
+
/**
|
|
45
|
+
* Gets all the azure databricks accessConnectors within a subscription.
|
|
46
|
+
* @param options The options parameters.
|
|
47
|
+
*/
|
|
48
|
+
listBySubscription(options?: AccessConnectorsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<AccessConnector>;
|
|
49
|
+
/**
|
|
50
|
+
* Gets an azure databricks accessConnector.
|
|
51
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
52
|
+
* @param connectorName The name of the azure databricks accessConnector.
|
|
53
|
+
* @param options The options parameters.
|
|
54
|
+
*/
|
|
55
|
+
get(resourceGroupName: string, connectorName: string, options?: AccessConnectorsGetOptionalParams): Promise<AccessConnectorsGetResponse>;
|
|
56
|
+
/**
|
|
57
|
+
* Deletes the azure databricks accessConnector.
|
|
58
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
59
|
+
* @param connectorName The name of the azure databricks accessConnector.
|
|
60
|
+
* @param options The options parameters.
|
|
61
|
+
*/
|
|
62
|
+
beginDelete(resourceGroupName: string, connectorName: string, options?: AccessConnectorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
63
|
+
/**
|
|
64
|
+
* Deletes the azure databricks accessConnector.
|
|
65
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
66
|
+
* @param connectorName The name of the azure databricks accessConnector.
|
|
67
|
+
* @param options The options parameters.
|
|
68
|
+
*/
|
|
69
|
+
beginDeleteAndWait(resourceGroupName: string, connectorName: string, options?: AccessConnectorsDeleteOptionalParams): Promise<void>;
|
|
70
|
+
/**
|
|
71
|
+
* Creates or updates azure databricks accessConnector.
|
|
72
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
73
|
+
* @param connectorName The name of the azure databricks accessConnector.
|
|
74
|
+
* @param parameters Parameters supplied to the create or update an azure databricks accessConnector.
|
|
75
|
+
* @param options The options parameters.
|
|
76
|
+
*/
|
|
77
|
+
beginCreateOrUpdate(resourceGroupName: string, connectorName: string, parameters: AccessConnector, options?: AccessConnectorsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AccessConnectorsCreateOrUpdateResponse>, AccessConnectorsCreateOrUpdateResponse>>;
|
|
78
|
+
/**
|
|
79
|
+
* Creates or updates azure databricks accessConnector.
|
|
80
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
81
|
+
* @param connectorName The name of the azure databricks accessConnector.
|
|
82
|
+
* @param parameters Parameters supplied to the create or update an azure databricks accessConnector.
|
|
83
|
+
* @param options The options parameters.
|
|
84
|
+
*/
|
|
85
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, connectorName: string, parameters: AccessConnector, options?: AccessConnectorsCreateOrUpdateOptionalParams): Promise<AccessConnectorsCreateOrUpdateResponse>;
|
|
86
|
+
/**
|
|
87
|
+
* Updates an azure databricks accessConnector.
|
|
88
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
89
|
+
* @param connectorName The name of the azure databricks accessConnector.
|
|
90
|
+
* @param parameters The update to the azure databricks accessConnector.
|
|
91
|
+
* @param options The options parameters.
|
|
92
|
+
*/
|
|
93
|
+
beginUpdate(resourceGroupName: string, connectorName: string, parameters: AccessConnectorUpdate, options?: AccessConnectorsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AccessConnectorsUpdateResponse>, AccessConnectorsUpdateResponse>>;
|
|
94
|
+
/**
|
|
95
|
+
* Updates an azure databricks accessConnector.
|
|
96
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
97
|
+
* @param connectorName The name of the azure databricks accessConnector.
|
|
98
|
+
* @param parameters The update to the azure databricks accessConnector.
|
|
99
|
+
* @param options The options parameters.
|
|
100
|
+
*/
|
|
101
|
+
beginUpdateAndWait(resourceGroupName: string, connectorName: string, parameters: AccessConnectorUpdate, options?: AccessConnectorsUpdateOptionalParams): Promise<AccessConnectorsUpdateResponse>;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
/** Optional parameters. */
|
|
105
|
+
export declare interface AccessConnectorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
106
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
107
|
+
updateIntervalInMs?: number;
|
|
108
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
109
|
+
resumeFrom?: string;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
113
|
+
export declare type AccessConnectorsCreateOrUpdateResponse = AccessConnector;
|
|
114
|
+
|
|
115
|
+
/** Optional parameters. */
|
|
116
|
+
export declare interface AccessConnectorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
117
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
118
|
+
updateIntervalInMs?: number;
|
|
119
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
120
|
+
resumeFrom?: string;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
/** Optional parameters. */
|
|
124
|
+
export declare interface AccessConnectorsGetOptionalParams extends coreClient.OperationOptions {
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/** Contains response data for the get operation. */
|
|
128
|
+
export declare type AccessConnectorsGetResponse = AccessConnector;
|
|
129
|
+
|
|
130
|
+
/** Optional parameters. */
|
|
131
|
+
export declare interface AccessConnectorsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
135
|
+
export declare type AccessConnectorsListByResourceGroupNextResponse = AccessConnectorListResult;
|
|
136
|
+
|
|
137
|
+
/** Optional parameters. */
|
|
138
|
+
export declare interface AccessConnectorsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
142
|
+
export declare type AccessConnectorsListByResourceGroupResponse = AccessConnectorListResult;
|
|
143
|
+
|
|
144
|
+
/** Optional parameters. */
|
|
145
|
+
export declare interface AccessConnectorsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
149
|
+
export declare type AccessConnectorsListBySubscriptionNextResponse = AccessConnectorListResult;
|
|
150
|
+
|
|
151
|
+
/** Optional parameters. */
|
|
152
|
+
export declare interface AccessConnectorsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
/** Contains response data for the listBySubscription operation. */
|
|
156
|
+
export declare type AccessConnectorsListBySubscriptionResponse = AccessConnectorListResult;
|
|
157
|
+
|
|
158
|
+
/** Optional parameters. */
|
|
159
|
+
export declare interface AccessConnectorsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
160
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
161
|
+
updateIntervalInMs?: number;
|
|
162
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
163
|
+
resumeFrom?: string;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/** Contains response data for the update operation. */
|
|
167
|
+
export declare type AccessConnectorsUpdateResponse = AccessConnector;
|
|
168
|
+
|
|
169
|
+
/** An update to an azure databricks accessConnector. */
|
|
170
|
+
export declare interface AccessConnectorUpdate {
|
|
171
|
+
/** Resource tags. */
|
|
172
|
+
tags?: {
|
|
173
|
+
[propertyName: string]: string;
|
|
174
|
+
};
|
|
175
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
176
|
+
identity?: ManagedServiceIdentity;
|
|
177
|
+
}
|
|
6
178
|
|
|
7
179
|
/** AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network. */
|
|
8
180
|
export declare interface AddressSpace {
|
|
@@ -12,7 +184,6 @@ export declare interface AddressSpace {
|
|
|
12
184
|
|
|
13
185
|
export declare class AzureDatabricksManagementClient extends coreClient.ServiceClient {
|
|
14
186
|
$host: string;
|
|
15
|
-
apiVersion: string;
|
|
16
187
|
subscriptionId: string;
|
|
17
188
|
/**
|
|
18
189
|
* Initializes a new instance of the AzureDatabricksManagementClient class.
|
|
@@ -21,22 +192,19 @@ export declare class AzureDatabricksManagementClient extends coreClient.ServiceC
|
|
|
21
192
|
* @param options The parameter options
|
|
22
193
|
*/
|
|
23
194
|
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureDatabricksManagementClientOptionalParams);
|
|
24
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
25
|
-
private addCustomApiVersionPolicy;
|
|
26
195
|
workspaces: Workspaces;
|
|
27
196
|
operations: Operations;
|
|
28
197
|
privateLinkResources: PrivateLinkResources;
|
|
29
198
|
privateEndpointConnections: PrivateEndpointConnections;
|
|
30
199
|
outboundNetworkDependenciesEndpoints: OutboundNetworkDependenciesEndpoints;
|
|
31
200
|
vNetPeering: VNetPeering;
|
|
201
|
+
accessConnectors: AccessConnectors;
|
|
32
202
|
}
|
|
33
203
|
|
|
34
204
|
/** Optional parameters. */
|
|
35
205
|
export declare interface AzureDatabricksManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
36
206
|
/** server parameter */
|
|
37
207
|
$host?: string;
|
|
38
|
-
/** Api Version */
|
|
39
|
-
apiVersion?: string;
|
|
40
208
|
/** Overrides client endpoint. */
|
|
41
209
|
endpoint?: string;
|
|
42
210
|
}
|
|
@@ -99,6 +267,8 @@ export declare interface Encryption {
|
|
|
99
267
|
export declare interface EncryptionEntitiesDefinition {
|
|
100
268
|
/** Encryption properties for the databricks managed services. */
|
|
101
269
|
managedServices?: EncryptionV2;
|
|
270
|
+
/** Encryption properties for the databricks managed disks. */
|
|
271
|
+
managedDisk?: ManagedDiskEncryption;
|
|
102
272
|
}
|
|
103
273
|
|
|
104
274
|
/**
|
|
@@ -177,11 +347,11 @@ export declare interface ErrorResponse {
|
|
|
177
347
|
}
|
|
178
348
|
|
|
179
349
|
/**
|
|
180
|
-
* Given
|
|
181
|
-
* continuation token that can be used to begin paging from
|
|
350
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
351
|
+
* returns a continuation token that can be used to begin paging from
|
|
182
352
|
* that point later.
|
|
183
|
-
* @param page
|
|
184
|
-
* @returns The continuation token that can be passed into byPage().
|
|
353
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
354
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
185
355
|
*/
|
|
186
356
|
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
187
357
|
|
|
@@ -247,6 +417,18 @@ export declare enum KnownKeySource {
|
|
|
247
417
|
MicrosoftKeyvault = "Microsoft.Keyvault"
|
|
248
418
|
}
|
|
249
419
|
|
|
420
|
+
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
421
|
+
export declare enum KnownManagedServiceIdentityType {
|
|
422
|
+
/** None */
|
|
423
|
+
None = "None",
|
|
424
|
+
/** SystemAssigned */
|
|
425
|
+
SystemAssigned = "SystemAssigned",
|
|
426
|
+
/** UserAssigned */
|
|
427
|
+
UserAssigned = "UserAssigned",
|
|
428
|
+
/** SystemAssignedUserAssigned */
|
|
429
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
430
|
+
}
|
|
431
|
+
|
|
250
432
|
/** Known values of {@link PeeringProvisioningState} that the service accepts. */
|
|
251
433
|
export declare enum KnownPeeringProvisioningState {
|
|
252
434
|
/** Succeeded */
|
|
@@ -339,6 +521,26 @@ export declare enum KnownRequiredNsgRules {
|
|
|
339
521
|
NoAzureServiceRules = "NoAzureServiceRules"
|
|
340
522
|
}
|
|
341
523
|
|
|
524
|
+
/** The object that contains details of encryption used on the workspace. */
|
|
525
|
+
export declare interface ManagedDiskEncryption {
|
|
526
|
+
/** The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault */
|
|
527
|
+
keySource: EncryptionKeySource;
|
|
528
|
+
/** Key Vault input properties for encryption. */
|
|
529
|
+
keyVaultProperties: ManagedDiskEncryptionKeyVaultProperties;
|
|
530
|
+
/** Indicate whether the latest key version should be automatically used for Managed Disk Encryption. */
|
|
531
|
+
rotationToLatestKeyVersionEnabled?: boolean;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
/** Key Vault input properties for encryption. */
|
|
535
|
+
export declare interface ManagedDiskEncryptionKeyVaultProperties {
|
|
536
|
+
/** The URI of KeyVault. */
|
|
537
|
+
keyVaultUri: string;
|
|
538
|
+
/** The name of KeyVault key. */
|
|
539
|
+
keyName: string;
|
|
540
|
+
/** The version of KeyVault key. */
|
|
541
|
+
keyVersion: string;
|
|
542
|
+
}
|
|
543
|
+
|
|
342
544
|
/** The Managed Identity details for storage account. */
|
|
343
545
|
export declare interface ManagedIdentityConfiguration {
|
|
344
546
|
/**
|
|
@@ -358,6 +560,38 @@ export declare interface ManagedIdentityConfiguration {
|
|
|
358
560
|
readonly type?: string;
|
|
359
561
|
}
|
|
360
562
|
|
|
563
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
564
|
+
export declare interface ManagedServiceIdentity {
|
|
565
|
+
/**
|
|
566
|
+
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
567
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
568
|
+
*/
|
|
569
|
+
readonly principalId?: string;
|
|
570
|
+
/**
|
|
571
|
+
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
572
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
573
|
+
*/
|
|
574
|
+
readonly tenantId?: string;
|
|
575
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
576
|
+
type: ManagedServiceIdentityType;
|
|
577
|
+
/** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
|
|
578
|
+
userAssignedIdentities?: {
|
|
579
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
580
|
+
};
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
/**
|
|
584
|
+
* Defines values for ManagedServiceIdentityType. \
|
|
585
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
586
|
+
* this enum contains the known values that the service supports.
|
|
587
|
+
* ### Known values supported by the service
|
|
588
|
+
* **None** \
|
|
589
|
+
* **SystemAssigned** \
|
|
590
|
+
* **UserAssigned** \
|
|
591
|
+
* **SystemAssigned,UserAssigned**
|
|
592
|
+
*/
|
|
593
|
+
export declare type ManagedServiceIdentityType = string;
|
|
594
|
+
|
|
361
595
|
/** REST API operation */
|
|
362
596
|
export declare interface Operation {
|
|
363
597
|
/** Operation name: {provider}/{resource}/{operation} */
|
|
@@ -368,12 +602,14 @@ export declare interface Operation {
|
|
|
368
602
|
|
|
369
603
|
/** The object that represents the operation. */
|
|
370
604
|
export declare interface OperationDisplay {
|
|
371
|
-
/** Service provider: Microsoft.
|
|
605
|
+
/** Service provider: ex Microsoft.Databricks */
|
|
372
606
|
provider?: string;
|
|
373
607
|
/** Resource on which the operation is performed. */
|
|
374
608
|
resource?: string;
|
|
375
609
|
/** Operation type: Read, write, delete, etc. */
|
|
376
610
|
operation?: string;
|
|
611
|
+
/** Description for the resource operation. */
|
|
612
|
+
description?: string;
|
|
377
613
|
}
|
|
378
614
|
|
|
379
615
|
/** Result of the request to list Resource Provider operations. It contains a list of operations and a URL link to get the next set of results. */
|
|
@@ -492,6 +728,8 @@ export declare interface PrivateEndpointConnection {
|
|
|
492
728
|
export declare interface PrivateEndpointConnectionProperties {
|
|
493
729
|
/** Private endpoint */
|
|
494
730
|
privateEndpoint?: PrivateEndpoint;
|
|
731
|
+
/** GroupIds from the private link service resource. */
|
|
732
|
+
groupIds?: string[];
|
|
495
733
|
/** Private endpoint connection state */
|
|
496
734
|
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
497
735
|
/**
|
|
@@ -539,7 +777,7 @@ export declare interface PrivateEndpointConnections {
|
|
|
539
777
|
* @param privateEndpointConnection The private endpoint connection with updated properties
|
|
540
778
|
* @param options The options parameters.
|
|
541
779
|
*/
|
|
542
|
-
beginCreate(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<
|
|
780
|
+
beginCreate(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsCreateResponse>, PrivateEndpointConnectionsCreateResponse>>;
|
|
543
781
|
/**
|
|
544
782
|
* Update the status of a private endpoint connection with the specified name
|
|
545
783
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -556,7 +794,7 @@ export declare interface PrivateEndpointConnections {
|
|
|
556
794
|
* @param privateEndpointConnectionName The name of the private endpoint connection
|
|
557
795
|
* @param options The options parameters.
|
|
558
796
|
*/
|
|
559
|
-
beginDelete(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<
|
|
797
|
+
beginDelete(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
560
798
|
/**
|
|
561
799
|
* Remove private endpoint connection with the specified name
|
|
562
800
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -670,7 +908,7 @@ export declare interface PrivateLinkServiceConnectionState {
|
|
|
670
908
|
/** The description for the current state of a private endpoint connection */
|
|
671
909
|
description?: string;
|
|
672
910
|
/** Actions required for a private endpoint connection */
|
|
673
|
-
|
|
911
|
+
actionsRequired?: string;
|
|
674
912
|
}
|
|
675
913
|
|
|
676
914
|
/**
|
|
@@ -778,6 +1016,20 @@ export declare interface TrackedResource extends Resource {
|
|
|
778
1016
|
location: string;
|
|
779
1017
|
}
|
|
780
1018
|
|
|
1019
|
+
/** User assigned identity properties */
|
|
1020
|
+
export declare interface UserAssignedIdentity {
|
|
1021
|
+
/**
|
|
1022
|
+
* The principal ID of the assigned identity.
|
|
1023
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1024
|
+
*/
|
|
1025
|
+
readonly principalId?: string;
|
|
1026
|
+
/**
|
|
1027
|
+
* The client ID of the assigned identity.
|
|
1028
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1029
|
+
*/
|
|
1030
|
+
readonly clientId?: string;
|
|
1031
|
+
}
|
|
1032
|
+
|
|
781
1033
|
/** Peerings in a VirtualNetwork resource */
|
|
782
1034
|
export declare interface VirtualNetworkPeering {
|
|
783
1035
|
/**
|
|
@@ -867,7 +1119,7 @@ export declare interface VNetPeering {
|
|
|
867
1119
|
* @param peeringName The name of the workspace vNet peering.
|
|
868
1120
|
* @param options The options parameters.
|
|
869
1121
|
*/
|
|
870
|
-
beginDelete(resourceGroupName: string, workspaceName: string, peeringName: string, options?: VNetPeeringDeleteOptionalParams): Promise<
|
|
1122
|
+
beginDelete(resourceGroupName: string, workspaceName: string, peeringName: string, options?: VNetPeeringDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
871
1123
|
/**
|
|
872
1124
|
* Deletes the workspace vNetPeering.
|
|
873
1125
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -884,7 +1136,7 @@ export declare interface VNetPeering {
|
|
|
884
1136
|
* @param virtualNetworkPeeringParameters Parameters supplied to the create workspace vNet Peering.
|
|
885
1137
|
* @param options The options parameters.
|
|
886
1138
|
*/
|
|
887
|
-
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, peeringName: string, virtualNetworkPeeringParameters: VirtualNetworkPeering, options?: VNetPeeringCreateOrUpdateOptionalParams): Promise<
|
|
1139
|
+
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, peeringName: string, virtualNetworkPeeringParameters: VirtualNetworkPeering, options?: VNetPeeringCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VNetPeeringCreateOrUpdateResponse>, VNetPeeringCreateOrUpdateResponse>>;
|
|
888
1140
|
/**
|
|
889
1141
|
* Creates vNet Peering for workspace.
|
|
890
1142
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -979,6 +1231,13 @@ export declare interface Workspace extends TrackedResource {
|
|
|
979
1231
|
readonly workspaceUrl?: string;
|
|
980
1232
|
/** The details of Managed Identity of Storage Account */
|
|
981
1233
|
storageAccountIdentity?: ManagedIdentityConfiguration;
|
|
1234
|
+
/** The details of Managed Identity of Disk Encryption Set used for Managed Disk Encryption */
|
|
1235
|
+
managedDiskIdentity?: ManagedIdentityConfiguration;
|
|
1236
|
+
/**
|
|
1237
|
+
* The resource Id of the managed disk encryption set.
|
|
1238
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1239
|
+
*/
|
|
1240
|
+
readonly diskEncryptionSetId?: string;
|
|
982
1241
|
/** Encryption properties for databricks workspace */
|
|
983
1242
|
encryption?: WorkspacePropertiesEncryption;
|
|
984
1243
|
/**
|
|
@@ -1123,7 +1382,7 @@ export declare interface Workspaces {
|
|
|
1123
1382
|
* @param workspaceName The name of the workspace.
|
|
1124
1383
|
* @param options The options parameters.
|
|
1125
1384
|
*/
|
|
1126
|
-
beginDelete(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<
|
|
1385
|
+
beginDelete(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1127
1386
|
/**
|
|
1128
1387
|
* Deletes the workspace.
|
|
1129
1388
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -1138,7 +1397,7 @@ export declare interface Workspaces {
|
|
|
1138
1397
|
* @param parameters Parameters supplied to the create or update a workspace.
|
|
1139
1398
|
* @param options The options parameters.
|
|
1140
1399
|
*/
|
|
1141
|
-
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<
|
|
1400
|
+
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WorkspacesCreateOrUpdateResponse>, WorkspacesCreateOrUpdateResponse>>;
|
|
1142
1401
|
/**
|
|
1143
1402
|
* Creates a new workspace.
|
|
1144
1403
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -1154,7 +1413,7 @@ export declare interface Workspaces {
|
|
|
1154
1413
|
* @param parameters The update to the workspace.
|
|
1155
1414
|
* @param options The options parameters.
|
|
1156
1415
|
*/
|
|
1157
|
-
beginUpdate(resourceGroupName: string, workspaceName: string, parameters: WorkspaceUpdate, options?: WorkspacesUpdateOptionalParams): Promise<
|
|
1416
|
+
beginUpdate(resourceGroupName: string, workspaceName: string, parameters: WorkspaceUpdate, options?: WorkspacesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WorkspacesUpdateResponse>, WorkspacesUpdateResponse>>;
|
|
1158
1417
|
/**
|
|
1159
1418
|
* Updates a workspace.
|
|
1160
1419
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
package/rollup.config.js
DELETED
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import nodeResolve from "@rollup/plugin-node-resolve";
|
|
10
|
-
import cjs from "@rollup/plugin-commonjs";
|
|
11
|
-
import sourcemaps from "rollup-plugin-sourcemaps";
|
|
12
|
-
import multiEntry from "@rollup/plugin-multi-entry";
|
|
13
|
-
import json from "@rollup/plugin-json";
|
|
14
|
-
|
|
15
|
-
import nodeBuiltins from "builtin-modules";
|
|
16
|
-
|
|
17
|
-
// #region Warning Handler
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* A function that can determine whether a rollup warning should be ignored. If
|
|
21
|
-
* the function returns `true`, then the warning will not be displayed.
|
|
22
|
-
*/
|
|
23
|
-
|
|
24
|
-
function ignoreNiseSinonEval(warning) {
|
|
25
|
-
return (
|
|
26
|
-
warning.code === "EVAL" &&
|
|
27
|
-
warning.id &&
|
|
28
|
-
(warning.id.includes("node_modules/nise") ||
|
|
29
|
-
warning.id.includes("node_modules/sinon")) === true
|
|
30
|
-
);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
function ignoreChaiCircularDependency(warning) {
|
|
34
|
-
return (
|
|
35
|
-
warning.code === "CIRCULAR_DEPENDENCY" &&
|
|
36
|
-
warning.importer && warning.importer.includes("node_modules/chai") === true
|
|
37
|
-
);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
const warningInhibitors = [ignoreChaiCircularDependency, ignoreNiseSinonEval];
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Construct a warning handler for the shared rollup configuration
|
|
44
|
-
* that ignores certain warnings that are not relevant to testing.
|
|
45
|
-
*/
|
|
46
|
-
function makeOnWarnForTesting() {
|
|
47
|
-
return (warning, warn) => {
|
|
48
|
-
// If every inhibitor returns false (i.e. no inhibitors), then show the warning
|
|
49
|
-
if (warningInhibitors.every((inhib) => !inhib(warning))) {
|
|
50
|
-
warn(warning);
|
|
51
|
-
}
|
|
52
|
-
};
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
// #endregion
|
|
56
|
-
|
|
57
|
-
function makeBrowserTestConfig() {
|
|
58
|
-
const config = {
|
|
59
|
-
input: {
|
|
60
|
-
include: ["dist-esm/test/**/*.spec.js"],
|
|
61
|
-
exclude: ["dist-esm/test/**/node/**"]
|
|
62
|
-
},
|
|
63
|
-
output: {
|
|
64
|
-
file: `dist-test/index.browser.js`,
|
|
65
|
-
format: "umd",
|
|
66
|
-
sourcemap: true
|
|
67
|
-
},
|
|
68
|
-
preserveSymlinks: false,
|
|
69
|
-
plugins: [
|
|
70
|
-
multiEntry({ exports: false }),
|
|
71
|
-
nodeResolve({
|
|
72
|
-
mainFields: ["module", "browser"]
|
|
73
|
-
}),
|
|
74
|
-
cjs(),
|
|
75
|
-
json(),
|
|
76
|
-
sourcemaps()
|
|
77
|
-
//viz({ filename: "dist-test/browser-stats.html", sourcemap: true })
|
|
78
|
-
],
|
|
79
|
-
onwarn: makeOnWarnForTesting(),
|
|
80
|
-
// Disable tree-shaking of test code. In rollup-plugin-node-resolve@5.0.0,
|
|
81
|
-
// rollup started respecting the "sideEffects" field in package.json. Since
|
|
82
|
-
// our package.json sets "sideEffects=false", this also applies to test
|
|
83
|
-
// code, which causes all tests to be removed by tree-shaking.
|
|
84
|
-
treeshake: false
|
|
85
|
-
};
|
|
86
|
-
|
|
87
|
-
return config;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
const defaultConfigurationOptions = {
|
|
91
|
-
disableBrowserBundle: false
|
|
92
|
-
};
|
|
93
|
-
|
|
94
|
-
export function makeConfig(pkg, options) {
|
|
95
|
-
options = {
|
|
96
|
-
...defaultConfigurationOptions,
|
|
97
|
-
...(options || {})
|
|
98
|
-
};
|
|
99
|
-
|
|
100
|
-
const baseConfig = {
|
|
101
|
-
// Use the package's module field if it has one
|
|
102
|
-
input: pkg["module"] || "dist-esm/src/index.js",
|
|
103
|
-
external: [
|
|
104
|
-
...nodeBuiltins,
|
|
105
|
-
...Object.keys(pkg.dependencies),
|
|
106
|
-
...Object.keys(pkg.devDependencies)
|
|
107
|
-
],
|
|
108
|
-
output: { file: "dist/index.js", format: "cjs", sourcemap: true },
|
|
109
|
-
preserveSymlinks: false,
|
|
110
|
-
plugins: [sourcemaps(), nodeResolve()]
|
|
111
|
-
};
|
|
112
|
-
|
|
113
|
-
const config = [baseConfig];
|
|
114
|
-
|
|
115
|
-
if (!options.disableBrowserBundle) {
|
|
116
|
-
config.push(makeBrowserTestConfig());
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
return config;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
export default makeConfig(require("./package.json"));
|