@azure/arm-databricks 2.0.0 → 3.0.0-beta.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 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +66 -82
- package/dist/index.js +3186 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/azureDatabricksManagementClient.d.ts +20 -0
- package/dist-esm/src/azureDatabricksManagementClient.d.ts.map +1 -0
- package/dist-esm/src/azureDatabricksManagementClient.js +27 -0
- package/dist-esm/src/azureDatabricksManagementClient.js.map +1 -0
- package/dist-esm/src/azureDatabricksManagementClientContext.d.ts +16 -0
- package/dist-esm/src/azureDatabricksManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/azureDatabricksManagementClientContext.js +49 -0
- package/dist-esm/src/azureDatabricksManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +839 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +94 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +44 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +578 -549
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +17 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +77 -51
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +14 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.d.ts +22 -0
- package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.js +65 -0
- package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +81 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +347 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +46 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +169 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/vNetPeering.d.ts +81 -0
- package/dist-esm/src/operations/vNetPeering.d.ts.map +1 -0
- package/dist-esm/src/operations/vNetPeering.js +338 -0
- package/dist-esm/src/operations/vNetPeering.js.map +1 -0
- package/dist-esm/src/operations/workspaces.d.ts +107 -0
- package/dist-esm/src/operations/workspaces.d.ts.map +1 -0
- package/dist-esm/src/operations/workspaces.js +500 -0
- package/dist-esm/src/operations/workspaces.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +7 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +14 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/operations.js} +2 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.js} +2 -9
- package/dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/privateEndpointConnections.js} +2 -2
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/vNetPeering.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/vNetPeering.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/vNetPeering.js +9 -0
- package/dist-esm/src/operationsInterfaces/vNetPeering.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workspaces.js +9 -0
- package/dist-esm/src/operationsInterfaces/workspaces.js.map +1 -0
- package/dist-esm/test/databricks_examples.d.ts +2 -0
- package/dist-esm/test/databricks_examples.d.ts.map +1 -0
- package/dist-esm/test/databricks_examples.js +100 -0
- package/dist-esm/test/databricks_examples.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-databricks.api.md +742 -0
- package/rollup.config.js +181 -30
- package/src/azureDatabricksManagementClient.ts +42 -39
- package/src/azureDatabricksManagementClientContext.ts +45 -40
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +712 -1127
- package/src/models/mappers.ts +585 -552
- package/src/models/parameters.ts +101 -52
- package/src/operations/index.ts +2 -2
- package/src/operations/operations.ts +82 -70
- package/src/operations/outboundNetworkDependenciesEndpoints.ts +85 -0
- package/src/operations/privateEndpointConnections.ts +326 -184
- package/src/operations/privateLinkResources.ts +141 -123
- package/src/operations/vNetPeering.ts +349 -199
- package/src/operations/workspaces.ts +503 -308
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +3 -3
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.ts +29 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
- package/src/operationsInterfaces/privateLinkResources.ts +44 -0
- package/src/operationsInterfaces/vNetPeering.ts +109 -0
- package/src/operationsInterfaces/workspaces.ts +139 -0
- package/tsconfig.json +3 -3
- package/types/arm-databricks.d.ts +1198 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-databricks.js +0 -2791
- package/dist/arm-databricks.js.map +0 -1
- package/dist/arm-databricks.min.js +0 -1
- package/dist/arm-databricks.min.js.map +0 -1
- package/esm/azureDatabricksManagementClient.d.ts +0 -28
- package/esm/azureDatabricksManagementClient.d.ts.map +0 -1
- package/esm/azureDatabricksManagementClient.js +0 -41
- package/esm/azureDatabricksManagementClient.js.map +0 -1
- package/esm/azureDatabricksManagementClientContext.d.ts +0 -21
- package/esm/azureDatabricksManagementClientContext.d.ts.map +0 -1
- package/esm/azureDatabricksManagementClientContext.js +0 -59
- package/esm/azureDatabricksManagementClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -1273
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -43
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -12
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/vNetPeeringMappers.d.ts +0 -2
- package/esm/models/vNetPeeringMappers.d.ts.map +0 -1
- package/esm/models/vNetPeeringMappers.js +0 -9
- package/esm/models/vNetPeeringMappers.js.map +0 -1
- package/esm/models/workspacesMappers.d.ts +0 -2
- package/esm/models/workspacesMappers.d.ts.map +0 -1
- package/esm/models/workspacesMappers.js +0 -9
- package/esm/models/workspacesMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -122
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -240
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -79
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -119
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/vNetPeering.d.ts +0 -115
- package/esm/operations/vNetPeering.d.ts.map +0 -1
- package/esm/operations/vNetPeering.js +0 -237
- package/esm/operations/vNetPeering.js.map +0 -1
- package/esm/operations/workspaces.d.ts +0 -156
- package/esm/operations/workspaces.d.ts.map +0 -1
- package/esm/operations/workspaces.js +0 -337
- package/esm/operations/workspaces.js.map +0 -1
- package/src/models/privateEndpointConnectionsMappers.ts +0 -43
- package/src/models/privateLinkResourcesMappers.ts +0 -43
- package/src/models/vNetPeeringMappers.ts +0 -43
- package/src/models/workspacesMappers.ts +0 -44
package/src/models/mappers.ts
CHANGED
|
@@ -6,141 +6,39 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
import
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
11
10
|
|
|
12
|
-
export const
|
|
13
|
-
export const BaseResource = BaseResourceMapper;
|
|
14
|
-
|
|
15
|
-
export const WorkspaceCustomStringParameter: msRest.CompositeMapper = {
|
|
16
|
-
serializedName: "WorkspaceCustomStringParameter",
|
|
17
|
-
type: {
|
|
18
|
-
name: "Composite",
|
|
19
|
-
className: "WorkspaceCustomStringParameter",
|
|
20
|
-
modelProperties: {
|
|
21
|
-
type: {
|
|
22
|
-
serializedName: "type",
|
|
23
|
-
type: {
|
|
24
|
-
name: "String"
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
value: {
|
|
28
|
-
required: true,
|
|
29
|
-
serializedName: "value",
|
|
30
|
-
type: {
|
|
31
|
-
name: "String"
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
export const WorkspaceCustomBooleanParameter: msRest.CompositeMapper = {
|
|
39
|
-
serializedName: "WorkspaceCustomBooleanParameter",
|
|
40
|
-
type: {
|
|
41
|
-
name: "Composite",
|
|
42
|
-
className: "WorkspaceCustomBooleanParameter",
|
|
43
|
-
modelProperties: {
|
|
44
|
-
type: {
|
|
45
|
-
serializedName: "type",
|
|
46
|
-
type: {
|
|
47
|
-
name: "String"
|
|
48
|
-
}
|
|
49
|
-
},
|
|
50
|
-
value: {
|
|
51
|
-
required: true,
|
|
52
|
-
serializedName: "value",
|
|
53
|
-
type: {
|
|
54
|
-
name: "Boolean"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
export const Encryption: msRest.CompositeMapper = {
|
|
62
|
-
serializedName: "Encryption",
|
|
11
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
63
12
|
type: {
|
|
64
13
|
name: "Composite",
|
|
65
|
-
className: "
|
|
14
|
+
className: "Resource",
|
|
66
15
|
modelProperties: {
|
|
67
|
-
|
|
68
|
-
serializedName: "
|
|
69
|
-
|
|
70
|
-
type: {
|
|
71
|
-
name: "String"
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
keyName: {
|
|
75
|
-
serializedName: "KeyName",
|
|
76
|
-
type: {
|
|
77
|
-
name: "String"
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
keyVersion: {
|
|
81
|
-
serializedName: "keyversion",
|
|
16
|
+
id: {
|
|
17
|
+
serializedName: "id",
|
|
18
|
+
readOnly: true,
|
|
82
19
|
type: {
|
|
83
20
|
name: "String"
|
|
84
21
|
}
|
|
85
22
|
},
|
|
86
|
-
|
|
87
|
-
serializedName: "
|
|
88
|
-
|
|
89
|
-
name: "String"
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
};
|
|
95
|
-
|
|
96
|
-
export const WorkspaceEncryptionParameter: msRest.CompositeMapper = {
|
|
97
|
-
serializedName: "WorkspaceEncryptionParameter",
|
|
98
|
-
type: {
|
|
99
|
-
name: "Composite",
|
|
100
|
-
className: "WorkspaceEncryptionParameter",
|
|
101
|
-
modelProperties: {
|
|
102
|
-
type: {
|
|
103
|
-
serializedName: "type",
|
|
23
|
+
name: {
|
|
24
|
+
serializedName: "name",
|
|
25
|
+
readOnly: true,
|
|
104
26
|
type: {
|
|
105
27
|
name: "String"
|
|
106
28
|
}
|
|
107
29
|
},
|
|
108
|
-
value: {
|
|
109
|
-
serializedName: "value",
|
|
110
|
-
type: {
|
|
111
|
-
name: "Composite",
|
|
112
|
-
className: "Encryption"
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
};
|
|
118
|
-
|
|
119
|
-
export const WorkspaceCustomObjectParameter: msRest.CompositeMapper = {
|
|
120
|
-
serializedName: "WorkspaceCustomObjectParameter",
|
|
121
|
-
type: {
|
|
122
|
-
name: "Composite",
|
|
123
|
-
className: "WorkspaceCustomObjectParameter",
|
|
124
|
-
modelProperties: {
|
|
125
30
|
type: {
|
|
126
31
|
serializedName: "type",
|
|
32
|
+
readOnly: true,
|
|
127
33
|
type: {
|
|
128
34
|
name: "String"
|
|
129
35
|
}
|
|
130
|
-
},
|
|
131
|
-
value: {
|
|
132
|
-
required: true,
|
|
133
|
-
serializedName: "value",
|
|
134
|
-
type: {
|
|
135
|
-
name: "Object"
|
|
136
|
-
}
|
|
137
36
|
}
|
|
138
37
|
}
|
|
139
38
|
}
|
|
140
39
|
};
|
|
141
40
|
|
|
142
|
-
export const WorkspaceCustomParameters:
|
|
143
|
-
serializedName: "WorkspaceCustomParameters",
|
|
41
|
+
export const WorkspaceCustomParameters: coreClient.CompositeMapper = {
|
|
144
42
|
type: {
|
|
145
43
|
name: "Composite",
|
|
146
44
|
className: "WorkspaceCustomParameters",
|
|
@@ -251,7 +149,6 @@ export const WorkspaceCustomParameters: msRest.CompositeMapper = {
|
|
|
251
149
|
}
|
|
252
150
|
},
|
|
253
151
|
resourceTags: {
|
|
254
|
-
readOnly: true,
|
|
255
152
|
serializedName: "resourceTags",
|
|
256
153
|
type: {
|
|
257
154
|
name: "Composite",
|
|
@@ -262,115 +159,101 @@ export const WorkspaceCustomParameters: msRest.CompositeMapper = {
|
|
|
262
159
|
}
|
|
263
160
|
};
|
|
264
161
|
|
|
265
|
-
export const
|
|
266
|
-
serializedName: "WorkspaceProviderAuthorization",
|
|
162
|
+
export const WorkspaceCustomStringParameter: coreClient.CompositeMapper = {
|
|
267
163
|
type: {
|
|
268
164
|
name: "Composite",
|
|
269
|
-
className: "
|
|
165
|
+
className: "WorkspaceCustomStringParameter",
|
|
270
166
|
modelProperties: {
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
167
|
+
type: {
|
|
168
|
+
serializedName: "type",
|
|
169
|
+
readOnly: true,
|
|
274
170
|
type: {
|
|
275
|
-
name: "
|
|
171
|
+
name: "String"
|
|
276
172
|
}
|
|
277
173
|
},
|
|
278
|
-
|
|
174
|
+
value: {
|
|
175
|
+
serializedName: "value",
|
|
279
176
|
required: true,
|
|
280
|
-
serializedName: "roleDefinitionId",
|
|
281
177
|
type: {
|
|
282
|
-
name: "
|
|
178
|
+
name: "String"
|
|
283
179
|
}
|
|
284
180
|
}
|
|
285
181
|
}
|
|
286
182
|
}
|
|
287
183
|
};
|
|
288
184
|
|
|
289
|
-
export const
|
|
290
|
-
serializedName: "CreatedBy",
|
|
185
|
+
export const WorkspaceCustomBooleanParameter: coreClient.CompositeMapper = {
|
|
291
186
|
type: {
|
|
292
187
|
name: "Composite",
|
|
293
|
-
className: "
|
|
188
|
+
className: "WorkspaceCustomBooleanParameter",
|
|
294
189
|
modelProperties: {
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
serializedName: "oid",
|
|
298
|
-
type: {
|
|
299
|
-
name: "Uuid"
|
|
300
|
-
}
|
|
301
|
-
},
|
|
302
|
-
puid: {
|
|
190
|
+
type: {
|
|
191
|
+
serializedName: "type",
|
|
303
192
|
readOnly: true,
|
|
304
|
-
serializedName: "puid",
|
|
305
193
|
type: {
|
|
306
194
|
name: "String"
|
|
307
195
|
}
|
|
308
196
|
},
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
197
|
+
value: {
|
|
198
|
+
serializedName: "value",
|
|
199
|
+
required: true,
|
|
312
200
|
type: {
|
|
313
|
-
name: "
|
|
201
|
+
name: "Boolean"
|
|
314
202
|
}
|
|
315
203
|
}
|
|
316
204
|
}
|
|
317
205
|
}
|
|
318
206
|
};
|
|
319
207
|
|
|
320
|
-
export const
|
|
321
|
-
serializedName: "ManagedIdentityConfiguration",
|
|
208
|
+
export const WorkspaceEncryptionParameter: coreClient.CompositeMapper = {
|
|
322
209
|
type: {
|
|
323
210
|
name: "Composite",
|
|
324
|
-
className: "
|
|
211
|
+
className: "WorkspaceEncryptionParameter",
|
|
325
212
|
modelProperties: {
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
serializedName: "principalId",
|
|
329
|
-
type: {
|
|
330
|
-
name: "Uuid"
|
|
331
|
-
}
|
|
332
|
-
},
|
|
333
|
-
tenantId: {
|
|
213
|
+
type: {
|
|
214
|
+
serializedName: "type",
|
|
334
215
|
readOnly: true,
|
|
335
|
-
serializedName: "tenantId",
|
|
336
216
|
type: {
|
|
337
|
-
name: "
|
|
217
|
+
name: "String"
|
|
338
218
|
}
|
|
339
219
|
},
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
serializedName: "type",
|
|
220
|
+
value: {
|
|
221
|
+
serializedName: "value",
|
|
343
222
|
type: {
|
|
344
|
-
name: "
|
|
223
|
+
name: "Composite",
|
|
224
|
+
className: "Encryption"
|
|
345
225
|
}
|
|
346
226
|
}
|
|
347
227
|
}
|
|
348
228
|
}
|
|
349
229
|
};
|
|
350
230
|
|
|
351
|
-
export const
|
|
352
|
-
serializedName: "EncryptionV2_keyVaultProperties",
|
|
231
|
+
export const Encryption: coreClient.CompositeMapper = {
|
|
353
232
|
type: {
|
|
354
233
|
name: "Composite",
|
|
355
|
-
className: "
|
|
234
|
+
className: "Encryption",
|
|
356
235
|
modelProperties: {
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
serializedName: "
|
|
236
|
+
keySource: {
|
|
237
|
+
defaultValue: "Default",
|
|
238
|
+
serializedName: "keySource",
|
|
360
239
|
type: {
|
|
361
240
|
name: "String"
|
|
362
241
|
}
|
|
363
242
|
},
|
|
364
243
|
keyName: {
|
|
365
|
-
|
|
366
|
-
serializedName: "keyName",
|
|
244
|
+
serializedName: "KeyName",
|
|
367
245
|
type: {
|
|
368
246
|
name: "String"
|
|
369
247
|
}
|
|
370
248
|
},
|
|
371
249
|
keyVersion: {
|
|
372
|
-
|
|
373
|
-
|
|
250
|
+
serializedName: "keyversion",
|
|
251
|
+
type: {
|
|
252
|
+
name: "String"
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
keyVaultUri: {
|
|
256
|
+
serializedName: "keyvaulturi",
|
|
374
257
|
type: {
|
|
375
258
|
name: "String"
|
|
376
259
|
}
|
|
@@ -379,106 +262,105 @@ export const EncryptionV2KeyVaultProperties: msRest.CompositeMapper = {
|
|
|
379
262
|
}
|
|
380
263
|
};
|
|
381
264
|
|
|
382
|
-
export const
|
|
383
|
-
serializedName: "EncryptionV2",
|
|
265
|
+
export const WorkspaceCustomObjectParameter: coreClient.CompositeMapper = {
|
|
384
266
|
type: {
|
|
385
267
|
name: "Composite",
|
|
386
|
-
className: "
|
|
268
|
+
className: "WorkspaceCustomObjectParameter",
|
|
387
269
|
modelProperties: {
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
serializedName: "keySource",
|
|
392
|
-
defaultValue: 'Microsoft.Keyvault',
|
|
270
|
+
type: {
|
|
271
|
+
serializedName: "type",
|
|
272
|
+
readOnly: true,
|
|
393
273
|
type: {
|
|
394
274
|
name: "String"
|
|
395
275
|
}
|
|
396
276
|
},
|
|
397
|
-
|
|
398
|
-
serializedName: "
|
|
277
|
+
value: {
|
|
278
|
+
serializedName: "value",
|
|
279
|
+
required: true,
|
|
399
280
|
type: {
|
|
400
|
-
name: "
|
|
401
|
-
|
|
281
|
+
name: "Dictionary",
|
|
282
|
+
value: { type: { name: "any" } }
|
|
402
283
|
}
|
|
403
284
|
}
|
|
404
285
|
}
|
|
405
286
|
}
|
|
406
287
|
};
|
|
407
288
|
|
|
408
|
-
export const
|
|
409
|
-
serializedName: "EncryptionEntitiesDefinition",
|
|
289
|
+
export const WorkspaceProviderAuthorization: coreClient.CompositeMapper = {
|
|
410
290
|
type: {
|
|
411
291
|
name: "Composite",
|
|
412
|
-
className: "
|
|
292
|
+
className: "WorkspaceProviderAuthorization",
|
|
413
293
|
modelProperties: {
|
|
414
|
-
|
|
415
|
-
serializedName: "
|
|
294
|
+
principalId: {
|
|
295
|
+
serializedName: "principalId",
|
|
296
|
+
required: true,
|
|
416
297
|
type: {
|
|
417
|
-
name: "
|
|
418
|
-
className: "EncryptionV2"
|
|
298
|
+
name: "Uuid"
|
|
419
299
|
}
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
};
|
|
424
|
-
|
|
425
|
-
export const WorkspacePropertiesEncryption: msRest.CompositeMapper = {
|
|
426
|
-
serializedName: "WorkspaceProperties_encryption",
|
|
427
|
-
type: {
|
|
428
|
-
name: "Composite",
|
|
429
|
-
className: "WorkspacePropertiesEncryption",
|
|
430
|
-
modelProperties: {
|
|
431
|
-
entities: {
|
|
300
|
+
},
|
|
301
|
+
roleDefinitionId: {
|
|
302
|
+
serializedName: "roleDefinitionId",
|
|
432
303
|
required: true,
|
|
433
|
-
serializedName: "entities",
|
|
434
|
-
defaultValue: {},
|
|
435
304
|
type: {
|
|
436
|
-
name: "
|
|
437
|
-
className: "EncryptionEntitiesDefinition"
|
|
305
|
+
name: "Uuid"
|
|
438
306
|
}
|
|
439
307
|
}
|
|
440
308
|
}
|
|
441
309
|
}
|
|
442
310
|
};
|
|
443
311
|
|
|
444
|
-
export const
|
|
445
|
-
serializedName: "PrivateEndpoint",
|
|
312
|
+
export const CreatedBy: coreClient.CompositeMapper = {
|
|
446
313
|
type: {
|
|
447
314
|
name: "Composite",
|
|
448
|
-
className: "
|
|
315
|
+
className: "CreatedBy",
|
|
449
316
|
modelProperties: {
|
|
450
|
-
|
|
317
|
+
oid: {
|
|
318
|
+
serializedName: "oid",
|
|
319
|
+
readOnly: true,
|
|
320
|
+
type: {
|
|
321
|
+
name: "Uuid"
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
puid: {
|
|
325
|
+
serializedName: "puid",
|
|
451
326
|
readOnly: true,
|
|
452
|
-
serializedName: "id",
|
|
453
327
|
type: {
|
|
454
328
|
name: "String"
|
|
455
329
|
}
|
|
330
|
+
},
|
|
331
|
+
applicationId: {
|
|
332
|
+
serializedName: "applicationId",
|
|
333
|
+
readOnly: true,
|
|
334
|
+
type: {
|
|
335
|
+
name: "Uuid"
|
|
336
|
+
}
|
|
456
337
|
}
|
|
457
338
|
}
|
|
458
339
|
}
|
|
459
340
|
};
|
|
460
341
|
|
|
461
|
-
export const
|
|
462
|
-
serializedName: "PrivateLinkServiceConnectionState",
|
|
342
|
+
export const ManagedIdentityConfiguration: coreClient.CompositeMapper = {
|
|
463
343
|
type: {
|
|
464
344
|
name: "Composite",
|
|
465
|
-
className: "
|
|
345
|
+
className: "ManagedIdentityConfiguration",
|
|
466
346
|
modelProperties: {
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
347
|
+
principalId: {
|
|
348
|
+
serializedName: "principalId",
|
|
349
|
+
readOnly: true,
|
|
470
350
|
type: {
|
|
471
|
-
name: "
|
|
351
|
+
name: "Uuid"
|
|
472
352
|
}
|
|
473
353
|
},
|
|
474
|
-
|
|
475
|
-
serializedName: "
|
|
354
|
+
tenantId: {
|
|
355
|
+
serializedName: "tenantId",
|
|
356
|
+
readOnly: true,
|
|
476
357
|
type: {
|
|
477
|
-
name: "
|
|
358
|
+
name: "Uuid"
|
|
478
359
|
}
|
|
479
360
|
},
|
|
480
|
-
|
|
481
|
-
serializedName: "
|
|
361
|
+
type: {
|
|
362
|
+
serializedName: "type",
|
|
363
|
+
readOnly: true,
|
|
482
364
|
type: {
|
|
483
365
|
name: "String"
|
|
484
366
|
}
|
|
@@ -487,29 +369,83 @@ export const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {
|
|
|
487
369
|
}
|
|
488
370
|
};
|
|
489
371
|
|
|
490
|
-
export const
|
|
491
|
-
serializedName: "PrivateEndpointConnectionProperties",
|
|
372
|
+
export const WorkspacePropertiesEncryption: coreClient.CompositeMapper = {
|
|
492
373
|
type: {
|
|
493
374
|
name: "Composite",
|
|
494
|
-
className: "
|
|
375
|
+
className: "WorkspacePropertiesEncryption",
|
|
495
376
|
modelProperties: {
|
|
496
|
-
|
|
497
|
-
serializedName: "
|
|
377
|
+
entities: {
|
|
378
|
+
serializedName: "entities",
|
|
498
379
|
type: {
|
|
499
380
|
name: "Composite",
|
|
500
|
-
className: "
|
|
381
|
+
className: "EncryptionEntitiesDefinition"
|
|
501
382
|
}
|
|
502
|
-
}
|
|
503
|
-
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
};
|
|
387
|
+
|
|
388
|
+
export const EncryptionEntitiesDefinition: coreClient.CompositeMapper = {
|
|
389
|
+
type: {
|
|
390
|
+
name: "Composite",
|
|
391
|
+
className: "EncryptionEntitiesDefinition",
|
|
392
|
+
modelProperties: {
|
|
393
|
+
managedServices: {
|
|
394
|
+
serializedName: "managedServices",
|
|
395
|
+
type: {
|
|
396
|
+
name: "Composite",
|
|
397
|
+
className: "EncryptionV2"
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
};
|
|
403
|
+
|
|
404
|
+
export const EncryptionV2: coreClient.CompositeMapper = {
|
|
405
|
+
type: {
|
|
406
|
+
name: "Composite",
|
|
407
|
+
className: "EncryptionV2",
|
|
408
|
+
modelProperties: {
|
|
409
|
+
keySource: {
|
|
410
|
+
serializedName: "keySource",
|
|
504
411
|
required: true,
|
|
505
|
-
|
|
412
|
+
type: {
|
|
413
|
+
name: "String"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
keyVaultProperties: {
|
|
417
|
+
serializedName: "keyVaultProperties",
|
|
506
418
|
type: {
|
|
507
419
|
name: "Composite",
|
|
508
|
-
className: "
|
|
420
|
+
className: "EncryptionV2KeyVaultProperties"
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
};
|
|
426
|
+
|
|
427
|
+
export const EncryptionV2KeyVaultProperties: coreClient.CompositeMapper = {
|
|
428
|
+
type: {
|
|
429
|
+
name: "Composite",
|
|
430
|
+
className: "EncryptionV2KeyVaultProperties",
|
|
431
|
+
modelProperties: {
|
|
432
|
+
keyVaultUri: {
|
|
433
|
+
serializedName: "keyVaultUri",
|
|
434
|
+
required: true,
|
|
435
|
+
type: {
|
|
436
|
+
name: "String"
|
|
509
437
|
}
|
|
510
438
|
},
|
|
511
|
-
|
|
512
|
-
serializedName: "
|
|
439
|
+
keyName: {
|
|
440
|
+
serializedName: "keyName",
|
|
441
|
+
required: true,
|
|
442
|
+
type: {
|
|
443
|
+
name: "String"
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
keyVersion: {
|
|
447
|
+
serializedName: "keyVersion",
|
|
448
|
+
required: true,
|
|
513
449
|
type: {
|
|
514
450
|
name: "String"
|
|
515
451
|
}
|
|
@@ -518,35 +454,33 @@ export const PrivateEndpointConnectionProperties: msRest.CompositeMapper = {
|
|
|
518
454
|
}
|
|
519
455
|
};
|
|
520
456
|
|
|
521
|
-
export const PrivateEndpointConnection:
|
|
522
|
-
serializedName: "PrivateEndpointConnection",
|
|
457
|
+
export const PrivateEndpointConnection: coreClient.CompositeMapper = {
|
|
523
458
|
type: {
|
|
524
459
|
name: "Composite",
|
|
525
460
|
className: "PrivateEndpointConnection",
|
|
526
461
|
modelProperties: {
|
|
527
462
|
id: {
|
|
528
|
-
readOnly: true,
|
|
529
463
|
serializedName: "id",
|
|
464
|
+
readOnly: true,
|
|
530
465
|
type: {
|
|
531
466
|
name: "String"
|
|
532
467
|
}
|
|
533
468
|
},
|
|
534
469
|
name: {
|
|
535
|
-
readOnly: true,
|
|
536
470
|
serializedName: "name",
|
|
471
|
+
readOnly: true,
|
|
537
472
|
type: {
|
|
538
473
|
name: "String"
|
|
539
474
|
}
|
|
540
475
|
},
|
|
541
476
|
type: {
|
|
542
|
-
readOnly: true,
|
|
543
477
|
serializedName: "type",
|
|
478
|
+
readOnly: true,
|
|
544
479
|
type: {
|
|
545
480
|
name: "String"
|
|
546
481
|
}
|
|
547
482
|
},
|
|
548
483
|
properties: {
|
|
549
|
-
required: true,
|
|
550
484
|
serializedName: "properties",
|
|
551
485
|
type: {
|
|
552
486
|
name: "Composite",
|
|
@@ -557,21 +491,28 @@ export const PrivateEndpointConnection: msRest.CompositeMapper = {
|
|
|
557
491
|
}
|
|
558
492
|
};
|
|
559
493
|
|
|
560
|
-
export const
|
|
561
|
-
serializedName: "Sku",
|
|
494
|
+
export const PrivateEndpointConnectionProperties: coreClient.CompositeMapper = {
|
|
562
495
|
type: {
|
|
563
496
|
name: "Composite",
|
|
564
|
-
className: "
|
|
497
|
+
className: "PrivateEndpointConnectionProperties",
|
|
565
498
|
modelProperties: {
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
serializedName: "name",
|
|
499
|
+
privateEndpoint: {
|
|
500
|
+
serializedName: "privateEndpoint",
|
|
569
501
|
type: {
|
|
570
|
-
name: "
|
|
502
|
+
name: "Composite",
|
|
503
|
+
className: "PrivateEndpoint"
|
|
571
504
|
}
|
|
572
505
|
},
|
|
573
|
-
|
|
574
|
-
serializedName: "
|
|
506
|
+
privateLinkServiceConnectionState: {
|
|
507
|
+
serializedName: "privateLinkServiceConnectionState",
|
|
508
|
+
type: {
|
|
509
|
+
name: "Composite",
|
|
510
|
+
className: "PrivateLinkServiceConnectionState"
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
provisioningState: {
|
|
514
|
+
serializedName: "provisioningState",
|
|
515
|
+
readOnly: true,
|
|
575
516
|
type: {
|
|
576
517
|
name: "String"
|
|
577
518
|
}
|
|
@@ -580,75 +521,42 @@ export const Sku: msRest.CompositeMapper = {
|
|
|
580
521
|
}
|
|
581
522
|
};
|
|
582
523
|
|
|
583
|
-
export const
|
|
584
|
-
serializedName: "systemData",
|
|
524
|
+
export const PrivateEndpoint: coreClient.CompositeMapper = {
|
|
585
525
|
type: {
|
|
586
526
|
name: "Composite",
|
|
587
|
-
className: "
|
|
527
|
+
className: "PrivateEndpoint",
|
|
588
528
|
modelProperties: {
|
|
589
|
-
|
|
590
|
-
serializedName: "
|
|
591
|
-
|
|
592
|
-
name: "String"
|
|
593
|
-
}
|
|
594
|
-
},
|
|
595
|
-
createdByType: {
|
|
596
|
-
serializedName: "createdByType",
|
|
597
|
-
type: {
|
|
598
|
-
name: "String"
|
|
599
|
-
}
|
|
600
|
-
},
|
|
601
|
-
createdAt: {
|
|
602
|
-
serializedName: "createdAt",
|
|
603
|
-
type: {
|
|
604
|
-
name: "DateTime"
|
|
605
|
-
}
|
|
606
|
-
},
|
|
607
|
-
lastModifiedBy: {
|
|
608
|
-
serializedName: "lastModifiedBy",
|
|
609
|
-
type: {
|
|
610
|
-
name: "String"
|
|
611
|
-
}
|
|
612
|
-
},
|
|
613
|
-
lastModifiedByType: {
|
|
614
|
-
serializedName: "lastModifiedByType",
|
|
529
|
+
id: {
|
|
530
|
+
serializedName: "id",
|
|
531
|
+
readOnly: true,
|
|
615
532
|
type: {
|
|
616
533
|
name: "String"
|
|
617
534
|
}
|
|
618
|
-
},
|
|
619
|
-
lastModifiedAt: {
|
|
620
|
-
serializedName: "lastModifiedAt",
|
|
621
|
-
type: {
|
|
622
|
-
name: "DateTime"
|
|
623
|
-
}
|
|
624
535
|
}
|
|
625
536
|
}
|
|
626
537
|
}
|
|
627
538
|
};
|
|
628
539
|
|
|
629
|
-
export const
|
|
630
|
-
serializedName: "Resource",
|
|
540
|
+
export const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
|
|
631
541
|
type: {
|
|
632
542
|
name: "Composite",
|
|
633
|
-
className: "
|
|
543
|
+
className: "PrivateLinkServiceConnectionState",
|
|
634
544
|
modelProperties: {
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
545
|
+
status: {
|
|
546
|
+
serializedName: "status",
|
|
547
|
+
required: true,
|
|
638
548
|
type: {
|
|
639
549
|
name: "String"
|
|
640
550
|
}
|
|
641
551
|
},
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
serializedName: "name",
|
|
552
|
+
description: {
|
|
553
|
+
serializedName: "description",
|
|
645
554
|
type: {
|
|
646
555
|
name: "String"
|
|
647
556
|
}
|
|
648
557
|
},
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
serializedName: "type",
|
|
558
|
+
actionRequired: {
|
|
559
|
+
serializedName: "actionRequired",
|
|
652
560
|
type: {
|
|
653
561
|
name: "String"
|
|
654
562
|
}
|
|
@@ -657,27 +565,20 @@ export const Resource: msRest.CompositeMapper = {
|
|
|
657
565
|
}
|
|
658
566
|
};
|
|
659
567
|
|
|
660
|
-
export const
|
|
661
|
-
serializedName: "TrackedResource",
|
|
568
|
+
export const Sku: coreClient.CompositeMapper = {
|
|
662
569
|
type: {
|
|
663
570
|
name: "Composite",
|
|
664
|
-
className: "
|
|
571
|
+
className: "Sku",
|
|
665
572
|
modelProperties: {
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
573
|
+
name: {
|
|
574
|
+
serializedName: "name",
|
|
575
|
+
required: true,
|
|
669
576
|
type: {
|
|
670
|
-
name: "
|
|
671
|
-
value: {
|
|
672
|
-
type: {
|
|
673
|
-
name: "String"
|
|
674
|
-
}
|
|
675
|
-
}
|
|
577
|
+
name: "String"
|
|
676
578
|
}
|
|
677
579
|
},
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
serializedName: "location",
|
|
580
|
+
tier: {
|
|
581
|
+
serializedName: "tier",
|
|
681
582
|
type: {
|
|
682
583
|
name: "String"
|
|
683
584
|
}
|
|
@@ -686,146 +587,138 @@ export const TrackedResource: msRest.CompositeMapper = {
|
|
|
686
587
|
}
|
|
687
588
|
};
|
|
688
589
|
|
|
689
|
-
export const
|
|
690
|
-
serializedName: "Workspace",
|
|
590
|
+
export const SystemData: coreClient.CompositeMapper = {
|
|
691
591
|
type: {
|
|
692
592
|
name: "Composite",
|
|
693
|
-
className: "
|
|
593
|
+
className: "SystemData",
|
|
694
594
|
modelProperties: {
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
required: true,
|
|
698
|
-
serializedName: "properties.managedResourceGroupId",
|
|
595
|
+
createdBy: {
|
|
596
|
+
serializedName: "createdBy",
|
|
699
597
|
type: {
|
|
700
598
|
name: "String"
|
|
701
599
|
}
|
|
702
600
|
},
|
|
703
|
-
|
|
704
|
-
serializedName: "
|
|
601
|
+
createdByType: {
|
|
602
|
+
serializedName: "createdByType",
|
|
705
603
|
type: {
|
|
706
|
-
name: "
|
|
707
|
-
className: "WorkspaceCustomParameters"
|
|
604
|
+
name: "String"
|
|
708
605
|
}
|
|
709
606
|
},
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
serializedName: "properties.provisioningState",
|
|
607
|
+
createdAt: {
|
|
608
|
+
serializedName: "createdAt",
|
|
713
609
|
type: {
|
|
714
|
-
name: "
|
|
610
|
+
name: "DateTime"
|
|
715
611
|
}
|
|
716
612
|
},
|
|
717
|
-
|
|
718
|
-
serializedName: "
|
|
613
|
+
lastModifiedBy: {
|
|
614
|
+
serializedName: "lastModifiedBy",
|
|
719
615
|
type: {
|
|
720
616
|
name: "String"
|
|
721
617
|
}
|
|
722
618
|
},
|
|
723
|
-
|
|
724
|
-
serializedName: "
|
|
619
|
+
lastModifiedByType: {
|
|
620
|
+
serializedName: "lastModifiedByType",
|
|
725
621
|
type: {
|
|
726
|
-
name: "
|
|
727
|
-
element: {
|
|
728
|
-
type: {
|
|
729
|
-
name: "Composite",
|
|
730
|
-
className: "WorkspaceProviderAuthorization"
|
|
731
|
-
}
|
|
732
|
-
}
|
|
622
|
+
name: "String"
|
|
733
623
|
}
|
|
734
624
|
},
|
|
735
|
-
|
|
736
|
-
serializedName: "
|
|
625
|
+
lastModifiedAt: {
|
|
626
|
+
serializedName: "lastModifiedAt",
|
|
737
627
|
type: {
|
|
738
|
-
name: "
|
|
739
|
-
className: "CreatedBy"
|
|
628
|
+
name: "DateTime"
|
|
740
629
|
}
|
|
741
|
-
}
|
|
742
|
-
|
|
743
|
-
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
};
|
|
634
|
+
|
|
635
|
+
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
636
|
+
type: {
|
|
637
|
+
name: "Composite",
|
|
638
|
+
className: "ErrorResponse",
|
|
639
|
+
modelProperties: {
|
|
640
|
+
error: {
|
|
641
|
+
serializedName: "error",
|
|
744
642
|
type: {
|
|
745
643
|
name: "Composite",
|
|
746
|
-
className: "
|
|
747
|
-
}
|
|
748
|
-
},
|
|
749
|
-
createdDateTime: {
|
|
750
|
-
serializedName: "properties.createdDateTime",
|
|
751
|
-
type: {
|
|
752
|
-
name: "DateTime"
|
|
644
|
+
className: "ErrorInfo"
|
|
753
645
|
}
|
|
754
|
-
}
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
};
|
|
650
|
+
|
|
651
|
+
export const ErrorInfo: coreClient.CompositeMapper = {
|
|
652
|
+
type: {
|
|
653
|
+
name: "Composite",
|
|
654
|
+
className: "ErrorInfo",
|
|
655
|
+
modelProperties: {
|
|
656
|
+
code: {
|
|
657
|
+
serializedName: "code",
|
|
658
|
+
required: true,
|
|
758
659
|
type: {
|
|
759
660
|
name: "String"
|
|
760
661
|
}
|
|
761
662
|
},
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
663
|
+
message: {
|
|
664
|
+
serializedName: "message",
|
|
665
|
+
required: true,
|
|
765
666
|
type: {
|
|
766
667
|
name: "String"
|
|
767
668
|
}
|
|
768
669
|
},
|
|
769
|
-
|
|
770
|
-
serializedName: "
|
|
771
|
-
type: {
|
|
772
|
-
name: "Composite",
|
|
773
|
-
className: "ManagedIdentityConfiguration"
|
|
774
|
-
}
|
|
775
|
-
},
|
|
776
|
-
encryption: {
|
|
777
|
-
serializedName: "properties.encryption",
|
|
778
|
-
type: {
|
|
779
|
-
name: "Composite",
|
|
780
|
-
className: "WorkspacePropertiesEncryption"
|
|
781
|
-
}
|
|
782
|
-
},
|
|
783
|
-
privateEndpointConnections: {
|
|
784
|
-
readOnly: true,
|
|
785
|
-
serializedName: "properties.privateEndpointConnections",
|
|
670
|
+
details: {
|
|
671
|
+
serializedName: "details",
|
|
786
672
|
type: {
|
|
787
673
|
name: "Sequence",
|
|
788
674
|
element: {
|
|
789
675
|
type: {
|
|
790
676
|
name: "Composite",
|
|
791
|
-
className: "
|
|
677
|
+
className: "ErrorDetail"
|
|
792
678
|
}
|
|
793
679
|
}
|
|
794
680
|
}
|
|
795
681
|
},
|
|
796
|
-
|
|
797
|
-
serializedName: "
|
|
682
|
+
innererror: {
|
|
683
|
+
serializedName: "innererror",
|
|
798
684
|
type: {
|
|
799
685
|
name: "String"
|
|
800
686
|
}
|
|
801
|
-
}
|
|
802
|
-
|
|
803
|
-
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
}
|
|
690
|
+
};
|
|
691
|
+
|
|
692
|
+
export const ErrorDetail: coreClient.CompositeMapper = {
|
|
693
|
+
type: {
|
|
694
|
+
name: "Composite",
|
|
695
|
+
className: "ErrorDetail",
|
|
696
|
+
modelProperties: {
|
|
697
|
+
code: {
|
|
698
|
+
serializedName: "code",
|
|
699
|
+
required: true,
|
|
804
700
|
type: {
|
|
805
701
|
name: "String"
|
|
806
702
|
}
|
|
807
703
|
},
|
|
808
|
-
|
|
809
|
-
serializedName: "
|
|
704
|
+
message: {
|
|
705
|
+
serializedName: "message",
|
|
706
|
+
required: true,
|
|
810
707
|
type: {
|
|
811
|
-
name: "
|
|
812
|
-
className: "Sku"
|
|
708
|
+
name: "String"
|
|
813
709
|
}
|
|
814
710
|
},
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
serializedName: "systemData",
|
|
711
|
+
target: {
|
|
712
|
+
serializedName: "target",
|
|
818
713
|
type: {
|
|
819
|
-
name: "
|
|
820
|
-
className: "SystemData"
|
|
714
|
+
name: "String"
|
|
821
715
|
}
|
|
822
716
|
}
|
|
823
717
|
}
|
|
824
718
|
}
|
|
825
719
|
};
|
|
826
720
|
|
|
827
|
-
export const WorkspaceUpdate:
|
|
828
|
-
serializedName: "WorkspaceUpdate",
|
|
721
|
+
export const WorkspaceUpdate: coreClient.CompositeMapper = {
|
|
829
722
|
type: {
|
|
830
723
|
name: "Composite",
|
|
831
724
|
className: "WorkspaceUpdate",
|
|
@@ -834,39 +727,32 @@ export const WorkspaceUpdate: msRest.CompositeMapper = {
|
|
|
834
727
|
serializedName: "tags",
|
|
835
728
|
type: {
|
|
836
729
|
name: "Dictionary",
|
|
837
|
-
value: {
|
|
838
|
-
type: {
|
|
839
|
-
name: "String"
|
|
840
|
-
}
|
|
841
|
-
}
|
|
730
|
+
value: { type: { name: "String" } }
|
|
842
731
|
}
|
|
843
732
|
}
|
|
844
733
|
}
|
|
845
734
|
}
|
|
846
735
|
};
|
|
847
736
|
|
|
848
|
-
export const
|
|
849
|
-
serializedName: "ErrorDetail",
|
|
737
|
+
export const WorkspaceListResult: coreClient.CompositeMapper = {
|
|
850
738
|
type: {
|
|
851
739
|
name: "Composite",
|
|
852
|
-
className: "
|
|
740
|
+
className: "WorkspaceListResult",
|
|
853
741
|
modelProperties: {
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
serializedName: "code",
|
|
857
|
-
type: {
|
|
858
|
-
name: "String"
|
|
859
|
-
}
|
|
860
|
-
},
|
|
861
|
-
message: {
|
|
862
|
-
required: true,
|
|
863
|
-
serializedName: "message",
|
|
742
|
+
value: {
|
|
743
|
+
serializedName: "value",
|
|
864
744
|
type: {
|
|
865
|
-
name: "
|
|
745
|
+
name: "Sequence",
|
|
746
|
+
element: {
|
|
747
|
+
type: {
|
|
748
|
+
name: "Composite",
|
|
749
|
+
className: "Workspace"
|
|
750
|
+
}
|
|
751
|
+
}
|
|
866
752
|
}
|
|
867
753
|
},
|
|
868
|
-
|
|
869
|
-
serializedName: "
|
|
754
|
+
nextLink: {
|
|
755
|
+
serializedName: "nextLink",
|
|
870
756
|
type: {
|
|
871
757
|
name: "String"
|
|
872
758
|
}
|
|
@@ -875,40 +761,25 @@ export const ErrorDetail: msRest.CompositeMapper = {
|
|
|
875
761
|
}
|
|
876
762
|
};
|
|
877
763
|
|
|
878
|
-
export const
|
|
879
|
-
serializedName: "ErrorInfo",
|
|
764
|
+
export const OperationListResult: coreClient.CompositeMapper = {
|
|
880
765
|
type: {
|
|
881
766
|
name: "Composite",
|
|
882
|
-
className: "
|
|
767
|
+
className: "OperationListResult",
|
|
883
768
|
modelProperties: {
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
serializedName: "code",
|
|
887
|
-
type: {
|
|
888
|
-
name: "String"
|
|
889
|
-
}
|
|
890
|
-
},
|
|
891
|
-
message: {
|
|
892
|
-
required: true,
|
|
893
|
-
serializedName: "message",
|
|
894
|
-
type: {
|
|
895
|
-
name: "String"
|
|
896
|
-
}
|
|
897
|
-
},
|
|
898
|
-
details: {
|
|
899
|
-
serializedName: "details",
|
|
769
|
+
value: {
|
|
770
|
+
serializedName: "value",
|
|
900
771
|
type: {
|
|
901
772
|
name: "Sequence",
|
|
902
773
|
element: {
|
|
903
774
|
type: {
|
|
904
775
|
name: "Composite",
|
|
905
|
-
className: "
|
|
776
|
+
className: "Operation"
|
|
906
777
|
}
|
|
907
778
|
}
|
|
908
779
|
}
|
|
909
780
|
},
|
|
910
|
-
|
|
911
|
-
serializedName: "
|
|
781
|
+
nextLink: {
|
|
782
|
+
serializedName: "nextLink",
|
|
912
783
|
type: {
|
|
913
784
|
name: "String"
|
|
914
785
|
}
|
|
@@ -917,26 +788,29 @@ export const ErrorInfo: msRest.CompositeMapper = {
|
|
|
917
788
|
}
|
|
918
789
|
};
|
|
919
790
|
|
|
920
|
-
export const
|
|
921
|
-
serializedName: "ErrorResponse",
|
|
791
|
+
export const Operation: coreClient.CompositeMapper = {
|
|
922
792
|
type: {
|
|
923
793
|
name: "Composite",
|
|
924
|
-
className: "
|
|
794
|
+
className: "Operation",
|
|
925
795
|
modelProperties: {
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
796
|
+
name: {
|
|
797
|
+
serializedName: "name",
|
|
798
|
+
type: {
|
|
799
|
+
name: "String"
|
|
800
|
+
}
|
|
801
|
+
},
|
|
802
|
+
display: {
|
|
803
|
+
serializedName: "display",
|
|
929
804
|
type: {
|
|
930
805
|
name: "Composite",
|
|
931
|
-
className: "
|
|
806
|
+
className: "OperationDisplay"
|
|
932
807
|
}
|
|
933
808
|
}
|
|
934
809
|
}
|
|
935
810
|
}
|
|
936
811
|
};
|
|
937
812
|
|
|
938
|
-
export const OperationDisplay:
|
|
939
|
-
serializedName: "Operation_display",
|
|
813
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
940
814
|
type: {
|
|
941
815
|
name: "Composite",
|
|
942
816
|
className: "OperationDisplay",
|
|
@@ -963,31 +837,34 @@ export const OperationDisplay: msRest.CompositeMapper = {
|
|
|
963
837
|
}
|
|
964
838
|
};
|
|
965
839
|
|
|
966
|
-
export const
|
|
967
|
-
serializedName: "Operation",
|
|
840
|
+
export const PrivateLinkResourcesList: coreClient.CompositeMapper = {
|
|
968
841
|
type: {
|
|
969
842
|
name: "Composite",
|
|
970
|
-
className: "
|
|
843
|
+
className: "PrivateLinkResourcesList",
|
|
971
844
|
modelProperties: {
|
|
972
|
-
|
|
973
|
-
serializedName: "
|
|
845
|
+
value: {
|
|
846
|
+
serializedName: "value",
|
|
974
847
|
type: {
|
|
975
|
-
name: "
|
|
848
|
+
name: "Sequence",
|
|
849
|
+
element: {
|
|
850
|
+
type: {
|
|
851
|
+
name: "Composite",
|
|
852
|
+
className: "GroupIdInformation"
|
|
853
|
+
}
|
|
854
|
+
}
|
|
976
855
|
}
|
|
977
856
|
},
|
|
978
|
-
|
|
979
|
-
serializedName: "
|
|
857
|
+
nextLink: {
|
|
858
|
+
serializedName: "nextLink",
|
|
980
859
|
type: {
|
|
981
|
-
name: "
|
|
982
|
-
className: "OperationDisplay"
|
|
860
|
+
name: "String"
|
|
983
861
|
}
|
|
984
862
|
}
|
|
985
863
|
}
|
|
986
864
|
}
|
|
987
865
|
};
|
|
988
866
|
|
|
989
|
-
export const GroupIdInformationProperties:
|
|
990
|
-
serializedName: "GroupIdInformationProperties",
|
|
867
|
+
export const GroupIdInformationProperties: coreClient.CompositeMapper = {
|
|
991
868
|
type: {
|
|
992
869
|
name: "Composite",
|
|
993
870
|
className: "GroupIdInformationProperties",
|
|
@@ -1024,54 +901,79 @@ export const GroupIdInformationProperties: msRest.CompositeMapper = {
|
|
|
1024
901
|
}
|
|
1025
902
|
};
|
|
1026
903
|
|
|
1027
|
-
export const
|
|
1028
|
-
serializedName: "GroupIdInformation",
|
|
904
|
+
export const PrivateEndpointConnectionsList: coreClient.CompositeMapper = {
|
|
1029
905
|
type: {
|
|
1030
906
|
name: "Composite",
|
|
1031
|
-
className: "
|
|
907
|
+
className: "PrivateEndpointConnectionsList",
|
|
1032
908
|
modelProperties: {
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
required: true,
|
|
1036
|
-
serializedName: "properties",
|
|
909
|
+
value: {
|
|
910
|
+
serializedName: "value",
|
|
1037
911
|
type: {
|
|
1038
|
-
name: "
|
|
1039
|
-
|
|
912
|
+
name: "Sequence",
|
|
913
|
+
element: {
|
|
914
|
+
type: {
|
|
915
|
+
name: "Composite",
|
|
916
|
+
className: "PrivateEndpointConnection"
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
}
|
|
920
|
+
},
|
|
921
|
+
nextLink: {
|
|
922
|
+
serializedName: "nextLink",
|
|
923
|
+
type: {
|
|
924
|
+
name: "String"
|
|
1040
925
|
}
|
|
1041
926
|
}
|
|
1042
927
|
}
|
|
1043
928
|
}
|
|
1044
929
|
};
|
|
1045
930
|
|
|
1046
|
-
export const
|
|
1047
|
-
serializedName: "VirtualNetworkPeeringPropertiesFormat_databricksVirtualNetwork",
|
|
931
|
+
export const OutboundEnvironmentEndpoint: coreClient.CompositeMapper = {
|
|
1048
932
|
type: {
|
|
1049
933
|
name: "Composite",
|
|
1050
|
-
className: "
|
|
934
|
+
className: "OutboundEnvironmentEndpoint",
|
|
1051
935
|
modelProperties: {
|
|
1052
|
-
|
|
1053
|
-
serializedName: "
|
|
936
|
+
category: {
|
|
937
|
+
serializedName: "category",
|
|
1054
938
|
type: {
|
|
1055
939
|
name: "String"
|
|
1056
940
|
}
|
|
941
|
+
},
|
|
942
|
+
endpoints: {
|
|
943
|
+
serializedName: "endpoints",
|
|
944
|
+
type: {
|
|
945
|
+
name: "Sequence",
|
|
946
|
+
element: {
|
|
947
|
+
type: {
|
|
948
|
+
name: "Composite",
|
|
949
|
+
className: "EndpointDependency"
|
|
950
|
+
}
|
|
951
|
+
}
|
|
952
|
+
}
|
|
1057
953
|
}
|
|
1058
954
|
}
|
|
1059
955
|
}
|
|
1060
956
|
};
|
|
1061
957
|
|
|
1062
|
-
export const
|
|
1063
|
-
serializedName: "AddressSpace",
|
|
958
|
+
export const EndpointDependency: coreClient.CompositeMapper = {
|
|
1064
959
|
type: {
|
|
1065
960
|
name: "Composite",
|
|
1066
|
-
className: "
|
|
961
|
+
className: "EndpointDependency",
|
|
1067
962
|
modelProperties: {
|
|
1068
|
-
|
|
1069
|
-
serializedName: "
|
|
963
|
+
domainName: {
|
|
964
|
+
serializedName: "domainName",
|
|
965
|
+
type: {
|
|
966
|
+
name: "String"
|
|
967
|
+
}
|
|
968
|
+
},
|
|
969
|
+
endpointDetails: {
|
|
970
|
+
serializedName: "endpointDetails",
|
|
1070
971
|
type: {
|
|
1071
972
|
name: "Sequence",
|
|
1072
973
|
element: {
|
|
1073
974
|
type: {
|
|
1074
|
-
name: "
|
|
975
|
+
name: "Composite",
|
|
976
|
+
className: "EndpointDetail"
|
|
1075
977
|
}
|
|
1076
978
|
}
|
|
1077
979
|
}
|
|
@@ -1080,28 +982,65 @@ export const AddressSpace: msRest.CompositeMapper = {
|
|
|
1080
982
|
}
|
|
1081
983
|
};
|
|
1082
984
|
|
|
1083
|
-
export const
|
|
1084
|
-
serializedName: "VirtualNetworkPeeringPropertiesFormat_remoteVirtualNetwork",
|
|
985
|
+
export const EndpointDetail: coreClient.CompositeMapper = {
|
|
1085
986
|
type: {
|
|
1086
987
|
name: "Composite",
|
|
1087
|
-
className: "
|
|
988
|
+
className: "EndpointDetail",
|
|
1088
989
|
modelProperties: {
|
|
1089
|
-
|
|
1090
|
-
serializedName: "
|
|
990
|
+
ipAddress: {
|
|
991
|
+
serializedName: "ipAddress",
|
|
1091
992
|
type: {
|
|
1092
993
|
name: "String"
|
|
1093
994
|
}
|
|
995
|
+
},
|
|
996
|
+
port: {
|
|
997
|
+
serializedName: "port",
|
|
998
|
+
type: {
|
|
999
|
+
name: "Number"
|
|
1000
|
+
}
|
|
1001
|
+
},
|
|
1002
|
+
latency: {
|
|
1003
|
+
serializedName: "latency",
|
|
1004
|
+
type: {
|
|
1005
|
+
name: "Number"
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
1008
|
+
isAccessible: {
|
|
1009
|
+
serializedName: "isAccessible",
|
|
1010
|
+
type: {
|
|
1011
|
+
name: "Boolean"
|
|
1012
|
+
}
|
|
1094
1013
|
}
|
|
1095
1014
|
}
|
|
1096
1015
|
}
|
|
1097
1016
|
};
|
|
1098
1017
|
|
|
1099
|
-
export const VirtualNetworkPeering:
|
|
1100
|
-
serializedName: "VirtualNetworkPeering",
|
|
1018
|
+
export const VirtualNetworkPeering: coreClient.CompositeMapper = {
|
|
1101
1019
|
type: {
|
|
1102
1020
|
name: "Composite",
|
|
1103
1021
|
className: "VirtualNetworkPeering",
|
|
1104
1022
|
modelProperties: {
|
|
1023
|
+
name: {
|
|
1024
|
+
serializedName: "name",
|
|
1025
|
+
readOnly: true,
|
|
1026
|
+
type: {
|
|
1027
|
+
name: "String"
|
|
1028
|
+
}
|
|
1029
|
+
},
|
|
1030
|
+
id: {
|
|
1031
|
+
serializedName: "id",
|
|
1032
|
+
readOnly: true,
|
|
1033
|
+
type: {
|
|
1034
|
+
name: "String"
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
type: {
|
|
1038
|
+
serializedName: "type",
|
|
1039
|
+
readOnly: true,
|
|
1040
|
+
type: {
|
|
1041
|
+
name: "String"
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1105
1044
|
allowVirtualNetworkAccess: {
|
|
1106
1045
|
serializedName: "properties.allowVirtualNetworkAccess",
|
|
1107
1046
|
type: {
|
|
@@ -1130,7 +1069,8 @@ export const VirtualNetworkPeering: msRest.CompositeMapper = {
|
|
|
1130
1069
|
serializedName: "properties.databricksVirtualNetwork",
|
|
1131
1070
|
type: {
|
|
1132
1071
|
name: "Composite",
|
|
1133
|
-
className:
|
|
1072
|
+
className:
|
|
1073
|
+
"VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork"
|
|
1134
1074
|
}
|
|
1135
1075
|
},
|
|
1136
1076
|
databricksAddressSpace: {
|
|
@@ -1141,7 +1081,6 @@ export const VirtualNetworkPeering: msRest.CompositeMapper = {
|
|
|
1141
1081
|
}
|
|
1142
1082
|
},
|
|
1143
1083
|
remoteVirtualNetwork: {
|
|
1144
|
-
required: true,
|
|
1145
1084
|
serializedName: "properties.remoteVirtualNetwork",
|
|
1146
1085
|
type: {
|
|
1147
1086
|
name: "Composite",
|
|
@@ -1156,64 +1095,65 @@ export const VirtualNetworkPeering: msRest.CompositeMapper = {
|
|
|
1156
1095
|
}
|
|
1157
1096
|
},
|
|
1158
1097
|
peeringState: {
|
|
1159
|
-
readOnly: true,
|
|
1160
1098
|
serializedName: "properties.peeringState",
|
|
1099
|
+
readOnly: true,
|
|
1161
1100
|
type: {
|
|
1162
1101
|
name: "String"
|
|
1163
1102
|
}
|
|
1164
1103
|
},
|
|
1165
1104
|
provisioningState: {
|
|
1166
|
-
readOnly: true,
|
|
1167
1105
|
serializedName: "properties.provisioningState",
|
|
1168
|
-
type: {
|
|
1169
|
-
name: "String"
|
|
1170
|
-
}
|
|
1171
|
-
},
|
|
1172
|
-
name: {
|
|
1173
1106
|
readOnly: true,
|
|
1174
|
-
serializedName: "name",
|
|
1175
1107
|
type: {
|
|
1176
1108
|
name: "String"
|
|
1177
1109
|
}
|
|
1178
|
-
}
|
|
1110
|
+
}
|
|
1111
|
+
}
|
|
1112
|
+
}
|
|
1113
|
+
};
|
|
1114
|
+
|
|
1115
|
+
export const VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork: coreClient.CompositeMapper = {
|
|
1116
|
+
type: {
|
|
1117
|
+
name: "Composite",
|
|
1118
|
+
className: "VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork",
|
|
1119
|
+
modelProperties: {
|
|
1179
1120
|
id: {
|
|
1180
|
-
readOnly: true,
|
|
1181
1121
|
serializedName: "id",
|
|
1182
1122
|
type: {
|
|
1183
1123
|
name: "String"
|
|
1184
1124
|
}
|
|
1185
|
-
},
|
|
1186
|
-
type: {
|
|
1187
|
-
readOnly: true,
|
|
1188
|
-
serializedName: "type",
|
|
1189
|
-
type: {
|
|
1190
|
-
name: "String"
|
|
1191
|
-
}
|
|
1192
1125
|
}
|
|
1193
1126
|
}
|
|
1194
1127
|
}
|
|
1195
1128
|
};
|
|
1196
1129
|
|
|
1197
|
-
export const
|
|
1198
|
-
serializedName: "WorkspaceListResult",
|
|
1130
|
+
export const AddressSpace: coreClient.CompositeMapper = {
|
|
1199
1131
|
type: {
|
|
1200
1132
|
name: "Composite",
|
|
1201
|
-
className: "
|
|
1133
|
+
className: "AddressSpace",
|
|
1202
1134
|
modelProperties: {
|
|
1203
|
-
|
|
1204
|
-
serializedName: "",
|
|
1135
|
+
addressPrefixes: {
|
|
1136
|
+
serializedName: "addressPrefixes",
|
|
1205
1137
|
type: {
|
|
1206
1138
|
name: "Sequence",
|
|
1207
1139
|
element: {
|
|
1208
1140
|
type: {
|
|
1209
|
-
name: "
|
|
1210
|
-
className: "Workspace"
|
|
1141
|
+
name: "String"
|
|
1211
1142
|
}
|
|
1212
1143
|
}
|
|
1213
1144
|
}
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
|
-
|
|
1145
|
+
}
|
|
1146
|
+
}
|
|
1147
|
+
}
|
|
1148
|
+
};
|
|
1149
|
+
|
|
1150
|
+
export const VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork: coreClient.CompositeMapper = {
|
|
1151
|
+
type: {
|
|
1152
|
+
name: "Composite",
|
|
1153
|
+
className: "VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork",
|
|
1154
|
+
modelProperties: {
|
|
1155
|
+
id: {
|
|
1156
|
+
serializedName: "id",
|
|
1217
1157
|
type: {
|
|
1218
1158
|
name: "String"
|
|
1219
1159
|
}
|
|
@@ -1222,20 +1162,19 @@ export const WorkspaceListResult: msRest.CompositeMapper = {
|
|
|
1222
1162
|
}
|
|
1223
1163
|
};
|
|
1224
1164
|
|
|
1225
|
-
export const
|
|
1226
|
-
serializedName: "OperationListResult",
|
|
1165
|
+
export const VirtualNetworkPeeringList: coreClient.CompositeMapper = {
|
|
1227
1166
|
type: {
|
|
1228
1167
|
name: "Composite",
|
|
1229
|
-
className: "
|
|
1168
|
+
className: "VirtualNetworkPeeringList",
|
|
1230
1169
|
modelProperties: {
|
|
1231
1170
|
value: {
|
|
1232
|
-
serializedName: "",
|
|
1171
|
+
serializedName: "value",
|
|
1233
1172
|
type: {
|
|
1234
1173
|
name: "Sequence",
|
|
1235
1174
|
element: {
|
|
1236
1175
|
type: {
|
|
1237
1176
|
name: "Composite",
|
|
1238
|
-
className: "
|
|
1177
|
+
className: "VirtualNetworkPeering"
|
|
1239
1178
|
}
|
|
1240
1179
|
}
|
|
1241
1180
|
}
|
|
@@ -1250,26 +1189,22 @@ export const OperationListResult: msRest.CompositeMapper = {
|
|
|
1250
1189
|
}
|
|
1251
1190
|
};
|
|
1252
1191
|
|
|
1253
|
-
export const
|
|
1254
|
-
serializedName: "PrivateLinkResourcesList",
|
|
1192
|
+
export const TrackedResource: coreClient.CompositeMapper = {
|
|
1255
1193
|
type: {
|
|
1256
1194
|
name: "Composite",
|
|
1257
|
-
className: "
|
|
1195
|
+
className: "TrackedResource",
|
|
1258
1196
|
modelProperties: {
|
|
1259
|
-
|
|
1260
|
-
|
|
1197
|
+
...Resource.type.modelProperties,
|
|
1198
|
+
tags: {
|
|
1199
|
+
serializedName: "tags",
|
|
1261
1200
|
type: {
|
|
1262
|
-
name: "
|
|
1263
|
-
|
|
1264
|
-
type: {
|
|
1265
|
-
name: "Composite",
|
|
1266
|
-
className: "GroupIdInformation"
|
|
1267
|
-
}
|
|
1268
|
-
}
|
|
1201
|
+
name: "Dictionary",
|
|
1202
|
+
value: { type: { name: "String" } }
|
|
1269
1203
|
}
|
|
1270
1204
|
},
|
|
1271
|
-
|
|
1272
|
-
serializedName: "
|
|
1205
|
+
location: {
|
|
1206
|
+
serializedName: "location",
|
|
1207
|
+
required: true,
|
|
1273
1208
|
type: {
|
|
1274
1209
|
name: "String"
|
|
1275
1210
|
}
|
|
@@ -1278,54 +1213,152 @@ export const PrivateLinkResourcesList: msRest.CompositeMapper = {
|
|
|
1278
1213
|
}
|
|
1279
1214
|
};
|
|
1280
1215
|
|
|
1281
|
-
export const
|
|
1282
|
-
serializedName: "PrivateEndpointConnectionsList",
|
|
1216
|
+
export const GroupIdInformation: coreClient.CompositeMapper = {
|
|
1283
1217
|
type: {
|
|
1284
1218
|
name: "Composite",
|
|
1285
|
-
className: "
|
|
1219
|
+
className: "GroupIdInformation",
|
|
1286
1220
|
modelProperties: {
|
|
1287
|
-
|
|
1288
|
-
|
|
1221
|
+
...Resource.type.modelProperties,
|
|
1222
|
+
properties: {
|
|
1223
|
+
serializedName: "properties",
|
|
1224
|
+
type: {
|
|
1225
|
+
name: "Composite",
|
|
1226
|
+
className: "GroupIdInformationProperties"
|
|
1227
|
+
}
|
|
1228
|
+
}
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
1231
|
+
};
|
|
1232
|
+
|
|
1233
|
+
export const Workspace: coreClient.CompositeMapper = {
|
|
1234
|
+
type: {
|
|
1235
|
+
name: "Composite",
|
|
1236
|
+
className: "Workspace",
|
|
1237
|
+
modelProperties: {
|
|
1238
|
+
...TrackedResource.type.modelProperties,
|
|
1239
|
+
sku: {
|
|
1240
|
+
serializedName: "sku",
|
|
1241
|
+
type: {
|
|
1242
|
+
name: "Composite",
|
|
1243
|
+
className: "Sku"
|
|
1244
|
+
}
|
|
1245
|
+
},
|
|
1246
|
+
systemData: {
|
|
1247
|
+
serializedName: "systemData",
|
|
1248
|
+
type: {
|
|
1249
|
+
name: "Composite",
|
|
1250
|
+
className: "SystemData"
|
|
1251
|
+
}
|
|
1252
|
+
},
|
|
1253
|
+
managedResourceGroupId: {
|
|
1254
|
+
serializedName: "properties.managedResourceGroupId",
|
|
1255
|
+
required: true,
|
|
1256
|
+
type: {
|
|
1257
|
+
name: "String"
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
parameters: {
|
|
1261
|
+
serializedName: "properties.parameters",
|
|
1262
|
+
type: {
|
|
1263
|
+
name: "Composite",
|
|
1264
|
+
className: "WorkspaceCustomParameters"
|
|
1265
|
+
}
|
|
1266
|
+
},
|
|
1267
|
+
provisioningState: {
|
|
1268
|
+
serializedName: "properties.provisioningState",
|
|
1269
|
+
readOnly: true,
|
|
1270
|
+
type: {
|
|
1271
|
+
name: "String"
|
|
1272
|
+
}
|
|
1273
|
+
},
|
|
1274
|
+
uiDefinitionUri: {
|
|
1275
|
+
serializedName: "properties.uiDefinitionUri",
|
|
1276
|
+
type: {
|
|
1277
|
+
name: "String"
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
authorizations: {
|
|
1281
|
+
serializedName: "properties.authorizations",
|
|
1289
1282
|
type: {
|
|
1290
1283
|
name: "Sequence",
|
|
1291
1284
|
element: {
|
|
1292
1285
|
type: {
|
|
1293
1286
|
name: "Composite",
|
|
1294
|
-
className: "
|
|
1287
|
+
className: "WorkspaceProviderAuthorization"
|
|
1295
1288
|
}
|
|
1296
1289
|
}
|
|
1297
1290
|
}
|
|
1298
1291
|
},
|
|
1299
|
-
|
|
1300
|
-
serializedName: "
|
|
1292
|
+
createdBy: {
|
|
1293
|
+
serializedName: "properties.createdBy",
|
|
1294
|
+
type: {
|
|
1295
|
+
name: "Composite",
|
|
1296
|
+
className: "CreatedBy"
|
|
1297
|
+
}
|
|
1298
|
+
},
|
|
1299
|
+
updatedBy: {
|
|
1300
|
+
serializedName: "properties.updatedBy",
|
|
1301
|
+
type: {
|
|
1302
|
+
name: "Composite",
|
|
1303
|
+
className: "CreatedBy"
|
|
1304
|
+
}
|
|
1305
|
+
},
|
|
1306
|
+
createdDateTime: {
|
|
1307
|
+
serializedName: "properties.createdDateTime",
|
|
1308
|
+
readOnly: true,
|
|
1309
|
+
type: {
|
|
1310
|
+
name: "DateTime"
|
|
1311
|
+
}
|
|
1312
|
+
},
|
|
1313
|
+
workspaceId: {
|
|
1314
|
+
serializedName: "properties.workspaceId",
|
|
1315
|
+
readOnly: true,
|
|
1301
1316
|
type: {
|
|
1302
1317
|
name: "String"
|
|
1303
1318
|
}
|
|
1304
|
-
}
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1319
|
+
},
|
|
1320
|
+
workspaceUrl: {
|
|
1321
|
+
serializedName: "properties.workspaceUrl",
|
|
1322
|
+
readOnly: true,
|
|
1323
|
+
type: {
|
|
1324
|
+
name: "String"
|
|
1325
|
+
}
|
|
1326
|
+
},
|
|
1327
|
+
storageAccountIdentity: {
|
|
1328
|
+
serializedName: "properties.storageAccountIdentity",
|
|
1329
|
+
type: {
|
|
1330
|
+
name: "Composite",
|
|
1331
|
+
className: "ManagedIdentityConfiguration"
|
|
1332
|
+
}
|
|
1333
|
+
},
|
|
1334
|
+
encryption: {
|
|
1335
|
+
serializedName: "properties.encryption",
|
|
1336
|
+
type: {
|
|
1337
|
+
name: "Composite",
|
|
1338
|
+
className: "WorkspacePropertiesEncryption"
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
privateEndpointConnections: {
|
|
1342
|
+
serializedName: "properties.privateEndpointConnections",
|
|
1343
|
+
readOnly: true,
|
|
1317
1344
|
type: {
|
|
1318
1345
|
name: "Sequence",
|
|
1319
1346
|
element: {
|
|
1320
1347
|
type: {
|
|
1321
1348
|
name: "Composite",
|
|
1322
|
-
className: "
|
|
1349
|
+
className: "PrivateEndpointConnection"
|
|
1323
1350
|
}
|
|
1324
1351
|
}
|
|
1325
1352
|
}
|
|
1326
1353
|
},
|
|
1327
|
-
|
|
1328
|
-
serializedName: "
|
|
1354
|
+
publicNetworkAccess: {
|
|
1355
|
+
serializedName: "properties.publicNetworkAccess",
|
|
1356
|
+
type: {
|
|
1357
|
+
name: "String"
|
|
1358
|
+
}
|
|
1359
|
+
},
|
|
1360
|
+
requiredNsgRules: {
|
|
1361
|
+
serializedName: "properties.requiredNsgRules",
|
|
1329
1362
|
type: {
|
|
1330
1363
|
name: "String"
|
|
1331
1364
|
}
|