@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,185 +1,214 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var parameters_exports = {};
|
|
19
|
+
__export(parameters_exports, {
|
|
20
|
+
$host: () => $host,
|
|
21
|
+
accept: () => accept,
|
|
22
|
+
apiVersion: () => apiVersion,
|
|
23
|
+
apiVersion1: () => apiVersion1,
|
|
24
|
+
connectorName: () => connectorName,
|
|
25
|
+
contentType: () => contentType,
|
|
26
|
+
groupId: () => groupId,
|
|
27
|
+
nextLink: () => nextLink,
|
|
28
|
+
parameters: () => parameters,
|
|
29
|
+
parameters1: () => parameters1,
|
|
30
|
+
parameters2: () => parameters2,
|
|
31
|
+
parameters3: () => parameters3,
|
|
32
|
+
peeringName: () => peeringName,
|
|
33
|
+
privateEndpointConnection: () => privateEndpointConnection,
|
|
34
|
+
privateEndpointConnectionName: () => privateEndpointConnectionName,
|
|
35
|
+
resourceGroupName: () => resourceGroupName,
|
|
36
|
+
subscriptionId: () => subscriptionId,
|
|
37
|
+
virtualNetworkPeeringParameters: () => virtualNetworkPeeringParameters,
|
|
38
|
+
workspaceName: () => workspaceName
|
|
39
|
+
});
|
|
40
|
+
module.exports = __toCommonJS(parameters_exports);
|
|
41
|
+
var import_mappers = require("../models/mappers.js");
|
|
42
|
+
const accept = {
|
|
43
|
+
parameterPath: "accept",
|
|
44
|
+
mapper: {
|
|
45
|
+
defaultValue: "application/json",
|
|
46
|
+
isConstant: true,
|
|
47
|
+
serializedName: "Accept",
|
|
48
|
+
type: {
|
|
49
|
+
name: "String"
|
|
21
50
|
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
51
|
+
}
|
|
52
|
+
};
|
|
53
|
+
const $host = {
|
|
54
|
+
parameterPath: "$host",
|
|
55
|
+
mapper: {
|
|
56
|
+
serializedName: "$host",
|
|
57
|
+
required: true,
|
|
58
|
+
type: {
|
|
59
|
+
name: "String"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
skipEncoding: true
|
|
63
|
+
};
|
|
64
|
+
const resourceGroupName = {
|
|
65
|
+
parameterPath: "resourceGroupName",
|
|
66
|
+
mapper: {
|
|
67
|
+
constraints: {
|
|
68
|
+
Pattern: new RegExp("^[-\\w\\._\\(\\)]+$"),
|
|
69
|
+
MaxLength: 90,
|
|
70
|
+
MinLength: 1
|
|
31
71
|
},
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
mapper: {
|
|
37
|
-
constraints: {
|
|
38
|
-
Pattern: new RegExp("^[-\\w\\._\\(\\)]+$"),
|
|
39
|
-
MaxLength: 90,
|
|
40
|
-
MinLength: 1
|
|
41
|
-
},
|
|
42
|
-
serializedName: "resourceGroupName",
|
|
43
|
-
required: true,
|
|
44
|
-
type: {
|
|
45
|
-
name: "String"
|
|
46
|
-
}
|
|
72
|
+
serializedName: "resourceGroupName",
|
|
73
|
+
required: true,
|
|
74
|
+
type: {
|
|
75
|
+
name: "String"
|
|
47
76
|
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
const workspaceName = {
|
|
80
|
+
parameterPath: "workspaceName",
|
|
81
|
+
mapper: {
|
|
82
|
+
constraints: {
|
|
83
|
+
MaxLength: 64,
|
|
84
|
+
MinLength: 3
|
|
85
|
+
},
|
|
86
|
+
serializedName: "workspaceName",
|
|
87
|
+
required: true,
|
|
88
|
+
type: {
|
|
89
|
+
name: "String"
|
|
61
90
|
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
91
|
+
}
|
|
92
|
+
};
|
|
93
|
+
const apiVersion = {
|
|
94
|
+
parameterPath: "apiVersion",
|
|
95
|
+
mapper: {
|
|
96
|
+
defaultValue: "2023-02-01",
|
|
97
|
+
isConstant: true,
|
|
98
|
+
serializedName: "api-version",
|
|
99
|
+
type: {
|
|
100
|
+
name: "String"
|
|
72
101
|
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
102
|
+
}
|
|
103
|
+
};
|
|
104
|
+
const subscriptionId = {
|
|
105
|
+
parameterPath: "subscriptionId",
|
|
106
|
+
mapper: {
|
|
107
|
+
serializedName: "subscriptionId",
|
|
108
|
+
required: true,
|
|
109
|
+
type: {
|
|
110
|
+
name: "String"
|
|
82
111
|
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
112
|
+
}
|
|
113
|
+
};
|
|
114
|
+
const contentType = {
|
|
115
|
+
parameterPath: ["options", "contentType"],
|
|
116
|
+
mapper: {
|
|
117
|
+
defaultValue: "application/json",
|
|
118
|
+
isConstant: true,
|
|
119
|
+
serializedName: "Content-Type",
|
|
120
|
+
type: {
|
|
121
|
+
name: "String"
|
|
93
122
|
}
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
},
|
|
112
|
-
skipEncoding: true
|
|
113
|
-
};
|
|
114
|
-
exports.groupId = {
|
|
115
|
-
parameterPath: "groupId",
|
|
116
|
-
mapper: {
|
|
117
|
-
serializedName: "groupId",
|
|
118
|
-
required: true,
|
|
119
|
-
type: {
|
|
120
|
-
name: "String"
|
|
121
|
-
}
|
|
123
|
+
}
|
|
124
|
+
};
|
|
125
|
+
const parameters = {
|
|
126
|
+
parameterPath: "parameters",
|
|
127
|
+
mapper: import_mappers.Workspace
|
|
128
|
+
};
|
|
129
|
+
const parameters1 = {
|
|
130
|
+
parameterPath: "parameters",
|
|
131
|
+
mapper: import_mappers.WorkspaceUpdate
|
|
132
|
+
};
|
|
133
|
+
const nextLink = {
|
|
134
|
+
parameterPath: "nextLink",
|
|
135
|
+
mapper: {
|
|
136
|
+
serializedName: "nextLink",
|
|
137
|
+
required: true,
|
|
138
|
+
type: {
|
|
139
|
+
name: "String"
|
|
122
140
|
}
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
141
|
+
},
|
|
142
|
+
skipEncoding: true
|
|
143
|
+
};
|
|
144
|
+
const groupId = {
|
|
145
|
+
parameterPath: "groupId",
|
|
146
|
+
mapper: {
|
|
147
|
+
serializedName: "groupId",
|
|
148
|
+
required: true,
|
|
149
|
+
type: {
|
|
150
|
+
name: "String"
|
|
132
151
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
required: true,
|
|
143
|
-
type: {
|
|
144
|
-
name: "String"
|
|
145
|
-
}
|
|
152
|
+
}
|
|
153
|
+
};
|
|
154
|
+
const privateEndpointConnectionName = {
|
|
155
|
+
parameterPath: "privateEndpointConnectionName",
|
|
156
|
+
mapper: {
|
|
157
|
+
serializedName: "privateEndpointConnectionName",
|
|
158
|
+
required: true,
|
|
159
|
+
type: {
|
|
160
|
+
name: "String"
|
|
146
161
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
required: true,
|
|
161
|
-
type: {
|
|
162
|
-
name: "String"
|
|
163
|
-
}
|
|
162
|
+
}
|
|
163
|
+
};
|
|
164
|
+
const privateEndpointConnection = {
|
|
165
|
+
parameterPath: "privateEndpointConnection",
|
|
166
|
+
mapper: import_mappers.PrivateEndpointConnection
|
|
167
|
+
};
|
|
168
|
+
const peeringName = {
|
|
169
|
+
parameterPath: "peeringName",
|
|
170
|
+
mapper: {
|
|
171
|
+
serializedName: "peeringName",
|
|
172
|
+
required: true,
|
|
173
|
+
type: {
|
|
174
|
+
name: "String"
|
|
164
175
|
}
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
176
|
+
}
|
|
177
|
+
};
|
|
178
|
+
const virtualNetworkPeeringParameters = {
|
|
179
|
+
parameterPath: "virtualNetworkPeeringParameters",
|
|
180
|
+
mapper: import_mappers.VirtualNetworkPeering
|
|
181
|
+
};
|
|
182
|
+
const connectorName = {
|
|
183
|
+
parameterPath: "connectorName",
|
|
184
|
+
mapper: {
|
|
185
|
+
constraints: {
|
|
186
|
+
MaxLength: 64,
|
|
187
|
+
MinLength: 3
|
|
188
|
+
},
|
|
189
|
+
serializedName: "connectorName",
|
|
190
|
+
required: true,
|
|
191
|
+
type: {
|
|
192
|
+
name: "String"
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
};
|
|
196
|
+
const apiVersion1 = {
|
|
197
|
+
parameterPath: "apiVersion",
|
|
198
|
+
mapper: {
|
|
199
|
+
defaultValue: "2023-05-01",
|
|
200
|
+
isConstant: true,
|
|
201
|
+
serializedName: "api-version",
|
|
202
|
+
type: {
|
|
203
|
+
name: "String"
|
|
175
204
|
}
|
|
205
|
+
}
|
|
176
206
|
};
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
207
|
+
const parameters2 = {
|
|
208
|
+
parameterPath: "parameters",
|
|
209
|
+
mapper: import_mappers.AccessConnector
|
|
180
210
|
};
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
211
|
+
const parameters3 = {
|
|
212
|
+
parameterPath: "parameters",
|
|
213
|
+
mapper: import_mappers.AccessConnectorUpdate
|
|
184
214
|
};
|
|
185
|
-
//# sourceMappingURL=parameters.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/databricks/arm-databricks/src/models/parameters.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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n Workspace as WorkspaceMapper,\n WorkspaceUpdate as WorkspaceUpdateMapper,\n PrivateEndpointConnection as PrivateEndpointConnectionMapper,\n VirtualNetworkPeering as VirtualNetworkPeeringMapper,\n AccessConnector as AccessConnectorMapper,\n AccessConnectorUpdate as AccessConnectorUpdateMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+$\"),\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const workspaceName: OperationURLParameter = {\n parameterPath: \"workspaceName\",\n mapper: {\n constraints: {\n MaxLength: 64,\n MinLength: 3\n },\n serializedName: \"workspaceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-02-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: WorkspaceMapper\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: WorkspaceUpdateMapper\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const groupId: OperationURLParameter = {\n parameterPath: \"groupId\",\n mapper: {\n serializedName: \"groupId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const privateEndpointConnectionName: OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n serializedName: \"privateEndpointConnectionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const privateEndpointConnection: OperationParameter = {\n parameterPath: \"privateEndpointConnection\",\n mapper: PrivateEndpointConnectionMapper\n};\n\nexport const peeringName: OperationURLParameter = {\n parameterPath: \"peeringName\",\n mapper: {\n serializedName: \"peeringName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const virtualNetworkPeeringParameters: OperationParameter = {\n parameterPath: \"virtualNetworkPeeringParameters\",\n mapper: VirtualNetworkPeeringMapper\n};\n\nexport const connectorName: OperationURLParameter = {\n parameterPath: \"connectorName\",\n mapper: {\n constraints: {\n MaxLength: 64,\n MinLength: 3\n },\n serializedName: \"connectorName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion1: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-05-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: AccessConnectorMapper\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: AccessConnectorUpdateMapper\n};\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": ["WorkspaceMapper", "WorkspaceUpdateMapper", "PrivateEndpointConnectionMapper", "VirtualNetworkPeeringMapper", "AccessConnectorMapper", "AccessConnectorUpdateMapper"]
|
|
7
|
+
}
|