@azure/arm-databricks 3.0.0-alpha.20231010.1 → 3.0.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 (30) hide show
  1. package/dist/index.js +52 -85
  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/operationsListSample.js +3 -8
  6. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  7. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +3 -8
  8. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
  9. package/dist-esm/samples-dev/privateLinkResourcesListSample.js +3 -8
  10. package/dist-esm/samples-dev/privateLinkResourcesListSample.js.map +1 -1
  11. package/dist-esm/samples-dev/vNetPeeringListByWorkspaceSample.js +3 -8
  12. package/dist-esm/samples-dev/vNetPeeringListByWorkspaceSample.js.map +1 -1
  13. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +3 -8
  14. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +1 -1
  15. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +3 -8
  16. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +1 -1
  17. package/dist-esm/src/operations/operations.js +3 -8
  18. package/dist-esm/src/operations/operations.js.map +1 -1
  19. package/dist-esm/src/operations/privateEndpointConnections.js +3 -8
  20. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  21. package/dist-esm/src/operations/privateLinkResources.js +3 -8
  22. package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
  23. package/dist-esm/src/operations/vNetPeering.js +3 -8
  24. package/dist-esm/src/operations/vNetPeering.js.map +1 -1
  25. package/dist-esm/src/operations/workspaces.js +6 -16
  26. package/dist-esm/src/operations/workspaces.js.map +1 -1
  27. package/dist-esm/test/databricks_examples.js +3 -8
  28. package/dist-esm/test/databricks_examples.js.map +1 -1
  29. package/package.json +3 -10
  30. 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.
@@ -1496,48 +1493,48 @@ const Workspace = {
1496
1493
 
1497
1494
  var Mappers = /*#__PURE__*/Object.freeze({
1498
1495
  __proto__: null,
1499
- WorkspaceCustomParameters: WorkspaceCustomParameters,
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
- ManagedIdentityConfiguration: ManagedIdentityConfiguration,
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
- PrivateEndpoint: PrivateEndpoint,
1517
+ PrivateEndpointConnectionsList: PrivateEndpointConnectionsList,
1518
+ PrivateLinkResourcesList: PrivateLinkResourcesList,
1515
1519
  PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
1520
+ Resource: Resource,
1516
1521
  Sku: Sku,
1517
1522
  SystemData: SystemData,
1518
- Resource: Resource,
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
- VirtualNetworkPeeringList: VirtualNetworkPeeringList,
1538
- TrackedResource: TrackedResource,
1539
- GroupIdInformation: GroupIdInformation,
1540
- Workspace: Workspace
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
  /*
@@ -1779,16 +1776,11 @@ class WorkspacesImpl {
1779
1776
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
1780
1777
  var _a, e_1, _b, _c;
1781
1778
  try {
1782
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1779
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
1783
1780
  _c = _f.value;
1784
1781
  _d = false;
1785
- try {
1786
- const page = _c;
1787
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1788
- }
1789
- finally {
1790
- _d = true;
1791
- }
1782
+ const page = _c;
1783
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1792
1784
  }
1793
1785
  }
1794
1786
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -1845,16 +1837,11 @@ class WorkspacesImpl {
1845
1837
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
1846
1838
  var _a, e_2, _b, _c;
1847
1839
  try {
1848
- for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1840
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
1849
1841
  _c = _f.value;
1850
1842
  _d = false;
1851
- try {
1852
- const page = _c;
1853
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1854
- }
1855
- finally {
1856
- _d = true;
1857
- }
1843
+ const page = _c;
1844
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1858
1845
  }
1859
1846
  }
1860
1847
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -2314,16 +2301,11 @@ class OperationsImpl {
2314
2301
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
2315
2302
  var _a, e_1, _b, _c;
2316
2303
  try {
2317
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2304
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2318
2305
  _c = _f.value;
2319
2306
  _d = false;
2320
- try {
2321
- const page = _c;
2322
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2323
- }
2324
- finally {
2325
- _d = true;
2326
- }
2307
+ const page = _c;
2308
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2327
2309
  }
2328
2310
  }
2329
2311
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -2450,16 +2432,11 @@ class PrivateLinkResourcesImpl {
2450
2432
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
2451
2433
  var _a, e_1, _b, _c;
2452
2434
  try {
2453
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2435
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2454
2436
  _c = _f.value;
2455
2437
  _d = false;
2456
- try {
2457
- const page = _c;
2458
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2459
- }
2460
- finally {
2461
- _d = true;
2462
- }
2438
+ const page = _c;
2439
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2463
2440
  }
2464
2441
  }
2465
2442
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -2633,16 +2610,11 @@ class PrivateEndpointConnectionsImpl {
2633
2610
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
2634
2611
  var _a, e_1, _b, _c;
2635
2612
  try {
2636
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2613
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2637
2614
  _c = _f.value;
2638
2615
  _d = false;
2639
- try {
2640
- const page = _c;
2641
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2642
- }
2643
- finally {
2644
- _d = true;
2645
- }
2616
+ const page = _c;
2617
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2646
2618
  }
2647
2619
  }
2648
2620
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3058,16 +3030,11 @@ class VNetPeeringImpl {
3058
3030
  return tslib.__asyncGenerator(this, arguments, function* listByWorkspacePagingAll_1() {
3059
3031
  var _a, e_1, _b, _c;
3060
3032
  try {
3061
- for (var _d = true, _e = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3033
+ for (var _d = true, _e = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3062
3034
  _c = _f.value;
3063
3035
  _d = false;
3064
- try {
3065
- const page = _c;
3066
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3067
- }
3068
- finally {
3069
- _d = true;
3070
- }
3036
+ const page = _c;
3037
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3071
3038
  }
3072
3039
  }
3073
3040
  catch (e_1_1) { e_1 = { error: e_1_1 }; }