@azure/arm-databricks 3.0.2-alpha.20260302.1 → 3.0.2-alpha.20260303.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/dist/commonjs/azureDatabricksManagementClient.js +107 -92
- package/dist/commonjs/azureDatabricksManagementClient.js.map +7 -1
- package/dist/commonjs/index.js +28 -19
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/lroImpl.js +37 -19
- package/dist/commonjs/lroImpl.js.map +7 -1
- package/dist/commonjs/models/index.js +115 -151
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/mappers.js +1472 -1412
- package/dist/commonjs/models/mappers.js.map +7 -1
- package/dist/commonjs/models/parameters.js +199 -170
- package/dist/commonjs/models/parameters.js.map +7 -1
- package/dist/commonjs/operations/accessConnectors.js +543 -483
- package/dist/commonjs/operations/accessConnectors.js.map +7 -1
- package/dist/commonjs/operations/index.js +23 -18
- package/dist/commonjs/operations/index.js.map +7 -1
- package/dist/commonjs/operations/operations.js +132 -109
- package/dist/commonjs/operations/operations.js.map +7 -1
- package/dist/commonjs/operations/outboundNetworkDependenciesEndpoints.js +88 -64
- package/dist/commonjs/operations/outboundNetworkDependenciesEndpoints.js.map +7 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +395 -341
- package/dist/commonjs/operations/privateEndpointConnections.js.map +7 -1
- package/dist/commonjs/operations/privateLinkResources.js +198 -155
- package/dist/commonjs/operations/privateLinkResources.js.map +7 -1
- package/dist/commonjs/operations/vNetPeering.js +394 -332
- package/dist/commonjs/operations/vNetPeering.js.map +7 -1
- package/dist/commonjs/operations/workspaces.js +543 -483
- package/dist/commonjs/operations/workspaces.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/accessConnectors.js +15 -10
- package/dist/commonjs/operationsInterfaces/accessConnectors.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/index.js +23 -18
- package/dist/commonjs/operationsInterfaces/index.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/operations.js +15 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/outboundNetworkDependenciesEndpoints.js +15 -10
- package/dist/commonjs/operationsInterfaces/outboundNetworkDependenciesEndpoints.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +15 -10
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +15 -10
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/vNetPeering.js +15 -10
- package/dist/commonjs/operationsInterfaces/vNetPeering.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/workspaces.js +15 -10
- package/dist/commonjs/operationsInterfaces/workspaces.js.map +7 -1
- package/dist/commonjs/pagingHelper.js +34 -30
- package/dist/commonjs/pagingHelper.js.map +7 -1
- package/dist/esm/azureDatabricksManagementClient.js +85 -86
- package/dist/esm/azureDatabricksManagementClient.js.map +7 -1
- package/dist/esm/index.js +6 -11
- package/dist/esm/index.js.map +7 -1
- package/dist/esm/lroImpl.js +19 -17
- package/dist/esm/lroImpl.js.map +7 -1
- package/dist/esm/models/index.js +96 -148
- package/dist/esm/models/index.js.map +7 -1
- package/dist/esm/models/mappers.js +1453 -1409
- package/dist/esm/models/mappers.js.map +7 -1
- package/dist/esm/models/parameters.js +189 -169
- package/dist/esm/models/parameters.js.map +7 -1
- package/dist/esm/operations/accessConnectors.js +512 -474
- package/dist/esm/operations/accessConnectors.js.map +7 -1
- package/dist/esm/operations/index.js +0 -8
- package/dist/esm/operations/index.js.map +7 -1
- package/dist/esm/operations/operations.js +100 -101
- package/dist/esm/operations/operations.js.map +7 -1
- package/dist/esm/operations/outboundNetworkDependenciesEndpoints.js +57 -57
- package/dist/esm/operations/outboundNetworkDependenciesEndpoints.js.map +7 -1
- package/dist/esm/operations/privateEndpointConnections.js +364 -332
- package/dist/esm/operations/privateEndpointConnections.js.map +7 -1
- package/dist/esm/operations/privateLinkResources.js +166 -147
- package/dist/esm/operations/privateLinkResources.js.map +7 -1
- package/dist/esm/operations/vNetPeering.js +363 -323
- package/dist/esm/operations/vNetPeering.js.map +7 -1
- package/dist/esm/operations/workspaces.js +512 -474
- package/dist/esm/operations/workspaces.js.map +7 -1
- package/dist/esm/operationsInterfaces/accessConnectors.js +0 -9
- package/dist/esm/operationsInterfaces/accessConnectors.js.map +7 -1
- package/dist/esm/operationsInterfaces/index.js +0 -8
- package/dist/esm/operationsInterfaces/index.js.map +7 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +7 -1
- package/dist/esm/operationsInterfaces/outboundNetworkDependenciesEndpoints.js +0 -9
- package/dist/esm/operationsInterfaces/outboundNetworkDependenciesEndpoints.js.map +7 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +7 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +7 -1
- package/dist/esm/operationsInterfaces/vNetPeering.js +0 -9
- package/dist/esm/operationsInterfaces/vNetPeering.js.map +7 -1
- package/dist/esm/operationsInterfaces/workspaces.js +0 -9
- package/dist/esm/operationsInterfaces/workspaces.js.map +7 -1
- package/dist/esm/pagingHelper.js +17 -28
- package/dist/esm/pagingHelper.js.map +7 -1
- package/package.json +2 -19
|
@@ -1,71 +1,95 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
var outboundNetworkDependenciesEndpoints_exports = {};
|
|
29
|
+
__export(outboundNetworkDependenciesEndpoints_exports, {
|
|
30
|
+
OutboundNetworkDependenciesEndpointsImpl: () => OutboundNetworkDependenciesEndpointsImpl
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(outboundNetworkDependenciesEndpoints_exports);
|
|
33
|
+
var coreClient = __toESM(require("@azure/core-client"));
|
|
34
|
+
var Mappers = __toESM(require("../models/mappers.js"));
|
|
35
|
+
var Parameters = __toESM(require("../models/parameters.js"));
|
|
16
36
|
class OutboundNetworkDependenciesEndpointsImpl {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
37
|
+
client;
|
|
38
|
+
/**
|
|
39
|
+
* Initialize a new instance of the class OutboundNetworkDependenciesEndpoints class.
|
|
40
|
+
* @param client Reference to the service client
|
|
41
|
+
*/
|
|
42
|
+
constructor(client) {
|
|
43
|
+
this.client = client;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Gets the list of endpoints that VNET Injected Workspace calls Azure Databricks Control Plane. You
|
|
47
|
+
* must configure outbound access with these endpoints. For more information, see
|
|
48
|
+
* https://docs.microsoft.com/azure/databricks/administration-guide/cloud-configurations/azure/udr
|
|
49
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
50
|
+
* @param workspaceName The name of the workspace.
|
|
51
|
+
* @param options The options parameters.
|
|
52
|
+
*/
|
|
53
|
+
list(resourceGroupName, workspaceName, options) {
|
|
54
|
+
return this.client.sendOperationRequest(
|
|
55
|
+
{ resourceGroupName, workspaceName, options },
|
|
56
|
+
listOperationSpec
|
|
57
|
+
);
|
|
58
|
+
}
|
|
36
59
|
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
60
|
+
const serializer = coreClient.createSerializer(
|
|
61
|
+
Mappers,
|
|
62
|
+
/* isXml */
|
|
63
|
+
false
|
|
64
|
+
);
|
|
40
65
|
const listOperationSpec = {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
66
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/outboundNetworkDependenciesEndpoints",
|
|
67
|
+
httpMethod: "GET",
|
|
68
|
+
responses: {
|
|
69
|
+
200: {
|
|
70
|
+
bodyMapper: {
|
|
71
|
+
type: {
|
|
72
|
+
name: "Sequence",
|
|
73
|
+
element: {
|
|
74
|
+
type: {
|
|
75
|
+
name: "Composite",
|
|
76
|
+
className: "OutboundEnvironmentEndpoint"
|
|
55
77
|
}
|
|
56
|
-
|
|
57
|
-
default: {
|
|
58
|
-
bodyMapper: Mappers.ErrorResponse
|
|
78
|
+
}
|
|
59
79
|
}
|
|
80
|
+
}
|
|
60
81
|
},
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
82
|
+
default: {
|
|
83
|
+
bodyMapper: Mappers.ErrorResponse
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
queryParameters: [Parameters.apiVersion],
|
|
87
|
+
urlParameters: [
|
|
88
|
+
Parameters.$host,
|
|
89
|
+
Parameters.resourceGroupName,
|
|
90
|
+
Parameters.workspaceName,
|
|
91
|
+
Parameters.subscriptionId
|
|
92
|
+
],
|
|
93
|
+
headerParameters: [Parameters.accept],
|
|
94
|
+
serializer
|
|
70
95
|
};
|
|
71
|
-
//# sourceMappingURL=outboundNetworkDependenciesEndpoints.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/databricks/arm-databricks/src/operations/outboundNetworkDependenciesEndpoints.ts"],
|
|
4
|
+
"sourcesContent": ["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { OutboundNetworkDependenciesEndpoints } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { AzureDatabricksManagementClient } from \"../azureDatabricksManagementClient.js\";\nimport {\n OutboundNetworkDependenciesEndpointsListOptionalParams,\n OutboundNetworkDependenciesEndpointsListResponse\n} from \"../models/index.js\";\n\n/** Class containing OutboundNetworkDependenciesEndpoints operations. */\nexport class OutboundNetworkDependenciesEndpointsImpl\n implements OutboundNetworkDependenciesEndpoints {\n private readonly client: AzureDatabricksManagementClient;\n\n /**\n * Initialize a new instance of the class OutboundNetworkDependenciesEndpoints class.\n * @param client Reference to the service client\n */\n constructor(client: AzureDatabricksManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the list of endpoints that VNET Injected Workspace calls Azure Databricks Control Plane. You\n * must configure outbound access with these endpoints. For more information, see\n * https://docs.microsoft.com/azure/databricks/administration-guide/cloud-configurations/azure/udr\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param workspaceName The name of the workspace.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n workspaceName: string,\n options?: OutboundNetworkDependenciesEndpointsListOptionalParams\n ): Promise<OutboundNetworkDependenciesEndpointsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, options },\n listOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/outboundNetworkDependenciesEndpoints\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: {\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OutboundEnvironmentEndpoint\"\n }\n }\n }\n }\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AASA,iBAA4B;AAC5B,cAAyB;AACzB,iBAA4B;AAQrB,MAAM,yCACqC;AAAA,EAC/B;AAAA;AAAA;AAAA;AAAA;AAAA,EAMjB,YAAY,QAAyC;AACnD,SAAK,SAAS;AAAA,EAChB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAUA,KACE,mBACA,eACA,SAC2D;AAC3D,WAAO,KAAK,OAAO;AAAA,MACjB,EAAE,mBAAmB,eAAe,QAAQ;AAAA,MAC5C;AAAA,IACF;AAAA,EACF;AACF;AAEA,MAAM,aAAa,WAAW;AAAA,EAAiB;AAAA;AAAA,EAAqB;AAAK;AAEzE,MAAM,oBAA8C;AAAA,EAClD,MACE;AAAA,EACF,YAAY;AAAA,EACZ,WAAW;AAAA,IACT,KAAK;AAAA,MACH,YAAY;AAAA,QACV,MAAM;AAAA,UACJ,MAAM;AAAA,UACN,SAAS;AAAA,YACP,MAAM;AAAA,cACJ,MAAM;AAAA,cACN,WAAW;AAAA,YACb;AAAA,UACF;AAAA,QACF;AAAA,MACF;AAAA,IACF;AAAA,IACA,SAAS;AAAA,MACP,YAAY,QAAQ;AAAA,IACtB;AAAA,EACF;AAAA,EACA,iBAAiB,CAAC,WAAW,UAAU;AAAA,EACvC,eAAe;AAAA,IACb,WAAW;AAAA,IACX,WAAW;AAAA,IACX,WAAW;AAAA,IACX,WAAW;AAAA,EACb;AAAA,EACA,kBAAkB,CAAC,WAAW,MAAM;AAAA,EACpC;AACF;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|