@azure/arm-databricks 3.0.0-alpha.20231010.1 → 3.0.0-alpha.20231017.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 +34 -37
- 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.
|
|
@@ -1496,48 +1493,48 @@ const Workspace = {
|
|
|
1496
1493
|
|
|
1497
1494
|
var Mappers = /*#__PURE__*/Object.freeze({
|
|
1498
1495
|
__proto__: null,
|
|
1499
|
-
|
|
1500
|
-
WorkspaceCustomStringParameter: WorkspaceCustomStringParameter,
|
|
1501
|
-
WorkspaceCustomBooleanParameter: WorkspaceCustomBooleanParameter,
|
|
1502
|
-
WorkspaceEncryptionParameter: WorkspaceEncryptionParameter,
|
|
1503
|
-
Encryption: Encryption,
|
|
1504
|
-
WorkspaceCustomObjectParameter: WorkspaceCustomObjectParameter,
|
|
1505
|
-
WorkspaceProviderAuthorization: WorkspaceProviderAuthorization,
|
|
1496
|
+
AddressSpace: AddressSpace,
|
|
1506
1497
|
CreatedBy: CreatedBy,
|
|
1507
|
-
|
|
1508
|
-
WorkspacePropertiesEncryption: WorkspacePropertiesEncryption,
|
|
1498
|
+
Encryption: Encryption,
|
|
1509
1499
|
EncryptionEntitiesDefinition: EncryptionEntitiesDefinition,
|
|
1510
1500
|
EncryptionV2: EncryptionV2,
|
|
1511
1501
|
EncryptionV2KeyVaultProperties: EncryptionV2KeyVaultProperties,
|
|
1502
|
+
EndpointDependency: EndpointDependency,
|
|
1503
|
+
EndpointDetail: EndpointDetail,
|
|
1504
|
+
ErrorDetail: ErrorDetail,
|
|
1505
|
+
ErrorInfo: ErrorInfo,
|
|
1506
|
+
ErrorResponse: ErrorResponse,
|
|
1507
|
+
GroupIdInformation: GroupIdInformation,
|
|
1508
|
+
GroupIdInformationProperties: GroupIdInformationProperties,
|
|
1509
|
+
ManagedIdentityConfiguration: ManagedIdentityConfiguration,
|
|
1510
|
+
Operation: Operation,
|
|
1511
|
+
OperationDisplay: OperationDisplay,
|
|
1512
|
+
OperationListResult: OperationListResult,
|
|
1513
|
+
OutboundEnvironmentEndpoint: OutboundEnvironmentEndpoint,
|
|
1514
|
+
PrivateEndpoint: PrivateEndpoint,
|
|
1512
1515
|
PrivateEndpointConnection: PrivateEndpointConnection,
|
|
1513
1516
|
PrivateEndpointConnectionProperties: PrivateEndpointConnectionProperties,
|
|
1514
|
-
|
|
1517
|
+
PrivateEndpointConnectionsList: PrivateEndpointConnectionsList,
|
|
1518
|
+
PrivateLinkResourcesList: PrivateLinkResourcesList,
|
|
1515
1519
|
PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
|
|
1520
|
+
Resource: Resource,
|
|
1516
1521
|
Sku: Sku,
|
|
1517
1522
|
SystemData: SystemData,
|
|
1518
|
-
|
|
1519
|
-
ErrorResponse: ErrorResponse,
|
|
1520
|
-
ErrorInfo: ErrorInfo,
|
|
1521
|
-
ErrorDetail: ErrorDetail,
|
|
1522
|
-
WorkspaceUpdate: WorkspaceUpdate,
|
|
1523
|
-
WorkspaceListResult: WorkspaceListResult,
|
|
1524
|
-
OperationListResult: OperationListResult,
|
|
1525
|
-
Operation: Operation,
|
|
1526
|
-
OperationDisplay: OperationDisplay,
|
|
1527
|
-
PrivateLinkResourcesList: PrivateLinkResourcesList,
|
|
1528
|
-
GroupIdInformationProperties: GroupIdInformationProperties,
|
|
1529
|
-
PrivateEndpointConnectionsList: PrivateEndpointConnectionsList,
|
|
1530
|
-
OutboundEnvironmentEndpoint: OutboundEnvironmentEndpoint,
|
|
1531
|
-
EndpointDependency: EndpointDependency,
|
|
1532
|
-
EndpointDetail: EndpointDetail,
|
|
1523
|
+
TrackedResource: TrackedResource,
|
|
1533
1524
|
VirtualNetworkPeering: VirtualNetworkPeering,
|
|
1525
|
+
VirtualNetworkPeeringList: VirtualNetworkPeeringList,
|
|
1534
1526
|
VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork: VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork,
|
|
1535
|
-
AddressSpace: AddressSpace,
|
|
1536
1527
|
VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork: VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork,
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1528
|
+
Workspace: Workspace,
|
|
1529
|
+
WorkspaceCustomBooleanParameter: WorkspaceCustomBooleanParameter,
|
|
1530
|
+
WorkspaceCustomObjectParameter: WorkspaceCustomObjectParameter,
|
|
1531
|
+
WorkspaceCustomParameters: WorkspaceCustomParameters,
|
|
1532
|
+
WorkspaceCustomStringParameter: WorkspaceCustomStringParameter,
|
|
1533
|
+
WorkspaceEncryptionParameter: WorkspaceEncryptionParameter,
|
|
1534
|
+
WorkspaceListResult: WorkspaceListResult,
|
|
1535
|
+
WorkspacePropertiesEncryption: WorkspacePropertiesEncryption,
|
|
1536
|
+
WorkspaceProviderAuthorization: WorkspaceProviderAuthorization,
|
|
1537
|
+
WorkspaceUpdate: WorkspaceUpdate
|
|
1541
1538
|
});
|
|
1542
1539
|
|
|
1543
1540
|
/*
|