@azure/arm-databricks 0.1.0 → 3.0.0-alpha.20211103.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.
Files changed (176) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/{LICENSE.txt → LICENSE} +2 -2
  3. package/README.md +71 -77
  4. package/dist/index.js +3186 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/azureDatabricksManagementClient.d.ts +20 -0
  9. package/dist-esm/src/azureDatabricksManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/azureDatabricksManagementClient.js +27 -0
  11. package/dist-esm/src/azureDatabricksManagementClient.js.map +1 -0
  12. package/dist-esm/src/azureDatabricksManagementClientContext.d.ts +16 -0
  13. package/dist-esm/src/azureDatabricksManagementClientContext.d.ts.map +1 -0
  14. package/dist-esm/src/azureDatabricksManagementClientContext.js +49 -0
  15. package/dist-esm/src/azureDatabricksManagementClientContext.js.map +1 -0
  16. package/dist-esm/src/index.d.ts +6 -0
  17. package/dist-esm/src/index.d.ts.map +1 -0
  18. package/dist-esm/src/index.js +13 -0
  19. package/dist-esm/src/index.js.map +1 -0
  20. package/dist-esm/src/lroImpl.d.ts +16 -0
  21. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  22. package/dist-esm/src/lroImpl.js +29 -0
  23. package/dist-esm/src/lroImpl.js.map +1 -0
  24. package/dist-esm/src/models/index.d.ts +839 -0
  25. package/dist-esm/src/models/index.d.ts.map +1 -0
  26. package/dist-esm/src/models/index.js +94 -0
  27. package/dist-esm/src/models/index.js.map +1 -0
  28. package/dist-esm/src/models/mappers.d.ts +44 -0
  29. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  30. package/dist-esm/src/models/mappers.js +1298 -0
  31. package/dist-esm/src/models/mappers.js.map +1 -0
  32. package/dist-esm/src/models/parameters.d.ts +17 -0
  33. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  34. package/dist-esm/src/models/parameters.js +149 -0
  35. package/dist-esm/src/models/parameters.js.map +1 -0
  36. package/dist-esm/src/operations/index.d.ts +7 -0
  37. package/dist-esm/src/operations/index.d.ts.map +1 -0
  38. package/dist-esm/src/operations/index.js +14 -0
  39. package/dist-esm/src/operations/index.js.map +1 -0
  40. package/dist-esm/src/operations/operations.d.ts +32 -0
  41. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  42. package/dist-esm/src/operations/operations.js +120 -0
  43. package/dist-esm/src/operations/operations.js.map +1 -0
  44. package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.d.ts +22 -0
  45. package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.d.ts.map +1 -0
  46. package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.js +65 -0
  47. package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.js.map +1 -0
  48. package/dist-esm/src/operations/privateEndpointConnections.d.ts +81 -0
  49. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  50. package/dist-esm/src/operations/privateEndpointConnections.js +347 -0
  51. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  52. package/dist-esm/src/operations/privateLinkResources.d.ts +46 -0
  53. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  54. package/dist-esm/src/operations/privateLinkResources.js +169 -0
  55. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  56. package/dist-esm/src/operations/vNetPeering.d.ts +81 -0
  57. package/dist-esm/src/operations/vNetPeering.d.ts.map +1 -0
  58. package/dist-esm/src/operations/vNetPeering.js +338 -0
  59. package/dist-esm/src/operations/vNetPeering.js.map +1 -0
  60. package/dist-esm/src/operations/workspaces.d.ts +107 -0
  61. package/dist-esm/src/operations/workspaces.d.ts.map +1 -0
  62. package/dist-esm/src/operations/workspaces.js +500 -0
  63. package/dist-esm/src/operations/workspaces.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/index.d.ts +7 -0
  65. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/index.js +14 -0
  67. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  69. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  70. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  71. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.d.ts +14 -0
  73. package/dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  77. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
  81. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  83. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/vNetPeering.d.ts +56 -0
  85. package/dist-esm/src/operationsInterfaces/vNetPeering.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/vNetPeering.js +9 -0
  87. package/dist-esm/src/operationsInterfaces/vNetPeering.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/workspaces.d.ts +71 -0
  89. package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/workspaces.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/workspaces.js.map +1 -0
  92. package/dist-esm/test/databricks_examples.d.ts +2 -0
  93. package/dist-esm/test/databricks_examples.d.ts.map +1 -0
  94. package/dist-esm/test/databricks_examples.js +100 -0
  95. package/dist-esm/test/databricks_examples.js.map +1 -0
  96. package/package.json +72 -25
  97. package/review/arm-databricks.api.md +742 -0
  98. package/rollup.config.js +184 -27
  99. package/src/azureDatabricksManagementClient.ts +58 -0
  100. package/src/azureDatabricksManagementClientContext.ts +70 -0
  101. package/src/index.ts +13 -0
  102. package/src/lroImpl.ts +34 -0
  103. package/src/models/index.ts +960 -0
  104. package/src/models/mappers.ts +1368 -0
  105. package/src/models/parameters.ts +174 -0
  106. package/src/operations/index.ts +14 -0
  107. package/src/operations/operations.ts +137 -0
  108. package/src/operations/outboundNetworkDependenciesEndpoints.ts +85 -0
  109. package/src/operations/privateEndpointConnections.ts +481 -0
  110. package/src/operations/privateLinkResources.ts +221 -0
  111. package/src/operations/vNetPeering.ts +483 -0
  112. package/src/operations/workspaces.ts +674 -0
  113. package/src/operationsInterfaces/index.ts +14 -0
  114. package/src/operationsInterfaces/operations.ts +22 -0
  115. package/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.ts +29 -0
  116. package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
  117. package/src/operationsInterfaces/privateLinkResources.ts +44 -0
  118. package/src/operationsInterfaces/vNetPeering.ts +109 -0
  119. package/src/operationsInterfaces/workspaces.ts +139 -0
  120. package/tsconfig.json +4 -4
  121. package/types/arm-databricks.d.ts +1198 -0
  122. package/types/tsdoc-metadata.json +11 -0
  123. package/dist/arm-databricks.js +0 -1078
  124. package/dist/arm-databricks.js.map +0 -1
  125. package/dist/arm-databricks.min.js +0 -1
  126. package/dist/arm-databricks.min.js.map +0 -1
  127. package/esm/databricksClient.d.ts +0 -19
  128. package/esm/databricksClient.d.ts.map +0 -1
  129. package/esm/databricksClient.js +0 -34
  130. package/esm/databricksClient.js.map +0 -1
  131. package/esm/databricksClientContext.d.ts +0 -16
  132. package/esm/databricksClientContext.d.ts.map +0 -1
  133. package/esm/databricksClientContext.js +0 -56
  134. package/esm/databricksClientContext.js.map +0 -1
  135. package/esm/models/index.d.ts +0 -486
  136. package/esm/models/index.d.ts.map +0 -1
  137. package/esm/models/index.js +0 -10
  138. package/esm/models/index.js.map +0 -1
  139. package/esm/models/mappers.d.ts +0 -17
  140. package/esm/models/mappers.d.ts.map +0 -1
  141. package/esm/models/mappers.js +0 -370
  142. package/esm/models/mappers.js.map +0 -1
  143. package/esm/models/operationsMappers.d.ts +0 -2
  144. package/esm/models/operationsMappers.d.ts.map +0 -1
  145. package/esm/models/operationsMappers.js +0 -11
  146. package/esm/models/operationsMappers.js.map +0 -1
  147. package/esm/models/parameters.d.ts +0 -8
  148. package/esm/models/parameters.d.ts.map +0 -1
  149. package/esm/models/parameters.js +0 -80
  150. package/esm/models/parameters.js.map +0 -1
  151. package/esm/models/workspacesMappers.d.ts +0 -2
  152. package/esm/models/workspacesMappers.d.ts.map +0 -1
  153. package/esm/models/workspacesMappers.js +0 -11
  154. package/esm/models/workspacesMappers.js.map +0 -1
  155. package/esm/operations/index.d.ts +0 -3
  156. package/esm/operations/index.d.ts.map +0 -1
  157. package/esm/operations/index.js +0 -12
  158. package/esm/operations/index.js.map +0 -1
  159. package/esm/operations/operations.d.ts +0 -46
  160. package/esm/operations/operations.d.ts.map +0 -1
  161. package/esm/operations/operations.js +0 -77
  162. package/esm/operations/operations.js.map +0 -1
  163. package/esm/operations/workspaces.d.ts +0 -156
  164. package/esm/operations/workspaces.d.ts.map +0 -1
  165. package/esm/operations/workspaces.js +0 -332
  166. package/esm/operations/workspaces.js.map +0 -1
  167. package/lib/databricksClient.ts +0 -44
  168. package/lib/databricksClientContext.ts +0 -62
  169. package/lib/models/index.ts +0 -520
  170. package/lib/models/mappers.ts +0 -396
  171. package/lib/models/operationsMappers.ts +0 -19
  172. package/lib/models/parameters.ts +0 -82
  173. package/lib/models/workspacesMappers.ts +0 -24
  174. package/lib/operations/index.ts +0 -12
  175. package/lib/operations/operations.ts +0 -123
  176. package/lib/operations/workspaces.ts +0 -474
@@ -1,486 +0,0 @@
1
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
2
- import * as msRest from "@azure/ms-rest-js";
3
- export { BaseResource, CloudError };
4
- /**
5
- * @interface
6
- * An interface representing WorkspaceProviderAuthorization.
7
- * The workspace provider authorization.
8
- *
9
- */
10
- export interface WorkspaceProviderAuthorization {
11
- /**
12
- * @member {string} principalId The provider's principal identifier. This is
13
- * the identity that the provider will use to call ARM to manage the
14
- * workspace resources.
15
- */
16
- principalId: string;
17
- /**
18
- * @member {string} roleDefinitionId The provider's role definition
19
- * identifier. This role will define all the permissions that the provider
20
- * must have on the workspace's container resource group. This role
21
- * definition cannot have permission to delete the resource group.
22
- */
23
- roleDefinitionId: string;
24
- }
25
- /**
26
- * @interface
27
- * An interface representing Sku.
28
- * SKU for the resource.
29
- *
30
- */
31
- export interface Sku {
32
- /**
33
- * @member {string} name The SKU name.
34
- */
35
- name: string;
36
- /**
37
- * @member {string} [tier] The SKU tier.
38
- */
39
- tier?: string;
40
- }
41
- /**
42
- * @interface
43
- * An interface representing Resource.
44
- * The core properties of ARM resources
45
- *
46
- * @extends BaseResource
47
- */
48
- export interface Resource extends BaseResource {
49
- /**
50
- * @member {string} [id] Fully qualified resource Id for the resource. Ex -
51
- * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
52
- * **NOTE: This property will not be serialized. It can only be populated by
53
- * the server.**
54
- */
55
- readonly id?: string;
56
- /**
57
- * @member {string} [name] The name of the resource
58
- * **NOTE: This property will not be serialized. It can only be populated by
59
- * the server.**
60
- */
61
- readonly name?: string;
62
- /**
63
- * @member {string} [type] The type of the resource. Ex-
64
- * Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
65
- * **NOTE: This property will not be serialized. It can only be populated by
66
- * the server.**
67
- */
68
- readonly type?: string;
69
- }
70
- /**
71
- * @interface
72
- * An interface representing TrackedResource.
73
- * The resource model definition for a ARM tracked top level resource
74
- *
75
- * @extends Resource
76
- */
77
- export interface TrackedResource extends Resource {
78
- /**
79
- * @member {{ [propertyName: string]: string }} [tags] Resource tags.
80
- */
81
- tags?: {
82
- [propertyName: string]: string;
83
- };
84
- /**
85
- * @member {string} location The geo-location where the resource lives
86
- */
87
- location: string;
88
- }
89
- /**
90
- * @interface
91
- * An interface representing Workspace.
92
- * Information about workspace.
93
- *
94
- * @extends TrackedResource
95
- */
96
- export interface Workspace extends TrackedResource {
97
- /**
98
- * @member {string} managedResourceGroupId The managed resource group Id.
99
- */
100
- managedResourceGroupId: string;
101
- /**
102
- * @member {any} [parameters] Name and value pairs that define the workspace
103
- * parameters.
104
- */
105
- parameters?: any;
106
- /**
107
- * @member {ProvisioningState} [provisioningState] The workspace provisioning
108
- * state. Possible values include: 'Accepted', 'Running', 'Ready',
109
- * 'Creating', 'Created', 'Deleting', 'Deleted', 'Canceled', 'Failed',
110
- * 'Succeeded', 'Updating'
111
- * **NOTE: This property will not be serialized. It can only be populated by
112
- * the server.**
113
- */
114
- readonly provisioningState?: ProvisioningState;
115
- /**
116
- * @member {string} [uiDefinitionUri] The blob URI where the UI definition
117
- * file is located.
118
- */
119
- uiDefinitionUri?: string;
120
- /**
121
- * @member {WorkspaceProviderAuthorization[]} [authorizations] The workspace
122
- * provider authorizations.
123
- */
124
- authorizations?: WorkspaceProviderAuthorization[];
125
- /**
126
- * @member {Sku} [sku] The SKU of the resource.
127
- */
128
- sku?: Sku;
129
- }
130
- /**
131
- * @interface
132
- * An interface representing WorkspaceUpdate.
133
- * An update to a workspace.
134
- *
135
- */
136
- export interface WorkspaceUpdate {
137
- /**
138
- * @member {{ [propertyName: string]: string }} [tags] Resource tags.
139
- */
140
- tags?: {
141
- [propertyName: string]: string;
142
- };
143
- }
144
- /**
145
- * @interface
146
- * An interface representing ErrorDetail.
147
- * @summary Error details.
148
- *
149
- */
150
- export interface ErrorDetail {
151
- /**
152
- * @member {string} code The error's code.
153
- */
154
- code: string;
155
- /**
156
- * @member {string} message A human readable error message.
157
- */
158
- message: string;
159
- /**
160
- * @member {string} [target] Indicates which property in the request is
161
- * responsible for the error.
162
- */
163
- target?: string;
164
- }
165
- /**
166
- * @interface
167
- * An interface representing ErrorInfo.
168
- * @summary The code and message for an error.
169
- *
170
- */
171
- export interface ErrorInfo {
172
- /**
173
- * @member {string} code A machine readable error code.
174
- */
175
- code: string;
176
- /**
177
- * @member {string} message A human readable error message.
178
- */
179
- message: string;
180
- /**
181
- * @member {ErrorDetail[]} [details] error details.
182
- */
183
- details?: ErrorDetail[];
184
- /**
185
- * @member {string} [innererror] Inner error details if they exist.
186
- */
187
- innererror?: string;
188
- }
189
- /**
190
- * @interface
191
- * An interface representing ErrorResponse.
192
- * @summary Error response.
193
- *
194
- * Contains details when the response code indicates an error.
195
- *
196
- */
197
- export interface ErrorResponse {
198
- /**
199
- * @member {ErrorInfo} error The error details.
200
- */
201
- error: ErrorInfo;
202
- }
203
- /**
204
- * @interface
205
- * An interface representing OperationDisplay.
206
- * The object that represents the operation.
207
- *
208
- */
209
- export interface OperationDisplay {
210
- /**
211
- * @member {string} [provider] Service provider: Microsoft.ResourceProvider
212
- */
213
- provider?: string;
214
- /**
215
- * @member {string} [resource] Resource on which the operation is performed.
216
- */
217
- resource?: string;
218
- /**
219
- * @member {string} [operation] Operation type: Read, write, delete, etc.
220
- */
221
- operation?: string;
222
- }
223
- /**
224
- * @interface
225
- * An interface representing Operation.
226
- * REST API operation
227
- *
228
- */
229
- export interface Operation {
230
- /**
231
- * @member {string} [name] Operation name: {provider}/{resource}/{operation}
232
- */
233
- name?: string;
234
- /**
235
- * @member {OperationDisplay} [display] The object that represents the
236
- * operation.
237
- */
238
- display?: OperationDisplay;
239
- }
240
- /**
241
- * @interface
242
- * An interface representing DatabricksClientOptions.
243
- * @extends AzureServiceClientOptions
244
- */
245
- export interface DatabricksClientOptions extends AzureServiceClientOptions {
246
- /**
247
- * @member {string} [baseUri]
248
- */
249
- baseUri?: string;
250
- }
251
- /**
252
- * @interface
253
- * An interface representing the WorkspaceListResult.
254
- * List of workspaces.
255
- *
256
- * @extends Array<Workspace>
257
- */
258
- export interface WorkspaceListResult extends Array<Workspace> {
259
- /**
260
- * @member {string} [nextLink] The URL to use for getting the next set of
261
- * results.
262
- */
263
- nextLink?: string;
264
- }
265
- /**
266
- * @interface
267
- * An interface representing the OperationListResult.
268
- * Result of the request to list Resource Provider operations. It contains a
269
- * list of operations and a URL link to get the next set of results.
270
- *
271
- * @extends Array<Operation>
272
- */
273
- export interface OperationListResult extends Array<Operation> {
274
- /**
275
- * @member {string} [nextLink] URL to get the next set of operation list
276
- * results if there are any.
277
- */
278
- nextLink?: string;
279
- }
280
- /**
281
- * Defines values for ProvisioningState.
282
- * Possible values include: 'Accepted', 'Running', 'Ready', 'Creating', 'Created', 'Deleting',
283
- * 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Updating'
284
- * @readonly
285
- * @enum {string}
286
- */
287
- export declare type ProvisioningState = 'Accepted' | 'Running' | 'Ready' | 'Creating' | 'Created' | 'Deleting' | 'Deleted' | 'Canceled' | 'Failed' | 'Succeeded' | 'Updating';
288
- /**
289
- * Contains response data for the get operation.
290
- */
291
- export declare type WorkspacesGetResponse = Workspace & {
292
- /**
293
- * The underlying HTTP response.
294
- */
295
- _response: msRest.HttpResponse & {
296
- /**
297
- * The response body as text (string format)
298
- */
299
- bodyAsText: string;
300
- /**
301
- * The response body as parsed JSON or XML
302
- */
303
- parsedBody: Workspace;
304
- };
305
- };
306
- /**
307
- * Contains response data for the createOrUpdate operation.
308
- */
309
- export declare type WorkspacesCreateOrUpdateResponse = Workspace & {
310
- /**
311
- * The underlying HTTP response.
312
- */
313
- _response: msRest.HttpResponse & {
314
- /**
315
- * The response body as text (string format)
316
- */
317
- bodyAsText: string;
318
- /**
319
- * The response body as parsed JSON or XML
320
- */
321
- parsedBody: Workspace;
322
- };
323
- };
324
- /**
325
- * Contains response data for the update operation.
326
- */
327
- export declare type WorkspacesUpdateResponse = Workspace & {
328
- /**
329
- * The underlying HTTP response.
330
- */
331
- _response: msRest.HttpResponse & {
332
- /**
333
- * The response body as text (string format)
334
- */
335
- bodyAsText: string;
336
- /**
337
- * The response body as parsed JSON or XML
338
- */
339
- parsedBody: Workspace;
340
- };
341
- };
342
- /**
343
- * Contains response data for the listByResourceGroup operation.
344
- */
345
- export declare type WorkspacesListByResourceGroupResponse = WorkspaceListResult & {
346
- /**
347
- * The underlying HTTP response.
348
- */
349
- _response: msRest.HttpResponse & {
350
- /**
351
- * The response body as text (string format)
352
- */
353
- bodyAsText: string;
354
- /**
355
- * The response body as parsed JSON or XML
356
- */
357
- parsedBody: WorkspaceListResult;
358
- };
359
- };
360
- /**
361
- * Contains response data for the listBySubscription operation.
362
- */
363
- export declare type WorkspacesListBySubscriptionResponse = WorkspaceListResult & {
364
- /**
365
- * The underlying HTTP response.
366
- */
367
- _response: msRest.HttpResponse & {
368
- /**
369
- * The response body as text (string format)
370
- */
371
- bodyAsText: string;
372
- /**
373
- * The response body as parsed JSON or XML
374
- */
375
- parsedBody: WorkspaceListResult;
376
- };
377
- };
378
- /**
379
- * Contains response data for the beginCreateOrUpdate operation.
380
- */
381
- export declare type WorkspacesBeginCreateOrUpdateResponse = Workspace & {
382
- /**
383
- * The underlying HTTP response.
384
- */
385
- _response: msRest.HttpResponse & {
386
- /**
387
- * The response body as text (string format)
388
- */
389
- bodyAsText: string;
390
- /**
391
- * The response body as parsed JSON or XML
392
- */
393
- parsedBody: Workspace;
394
- };
395
- };
396
- /**
397
- * Contains response data for the beginUpdate operation.
398
- */
399
- export declare type WorkspacesBeginUpdateResponse = Workspace & {
400
- /**
401
- * The underlying HTTP response.
402
- */
403
- _response: msRest.HttpResponse & {
404
- /**
405
- * The response body as text (string format)
406
- */
407
- bodyAsText: string;
408
- /**
409
- * The response body as parsed JSON or XML
410
- */
411
- parsedBody: Workspace;
412
- };
413
- };
414
- /**
415
- * Contains response data for the listByResourceGroupNext operation.
416
- */
417
- export declare type WorkspacesListByResourceGroupNextResponse = WorkspaceListResult & {
418
- /**
419
- * The underlying HTTP response.
420
- */
421
- _response: msRest.HttpResponse & {
422
- /**
423
- * The response body as text (string format)
424
- */
425
- bodyAsText: string;
426
- /**
427
- * The response body as parsed JSON or XML
428
- */
429
- parsedBody: WorkspaceListResult;
430
- };
431
- };
432
- /**
433
- * Contains response data for the listBySubscriptionNext operation.
434
- */
435
- export declare type WorkspacesListBySubscriptionNextResponse = WorkspaceListResult & {
436
- /**
437
- * The underlying HTTP response.
438
- */
439
- _response: msRest.HttpResponse & {
440
- /**
441
- * The response body as text (string format)
442
- */
443
- bodyAsText: string;
444
- /**
445
- * The response body as parsed JSON or XML
446
- */
447
- parsedBody: WorkspaceListResult;
448
- };
449
- };
450
- /**
451
- * Contains response data for the list operation.
452
- */
453
- export declare type OperationsListResponse = OperationListResult & {
454
- /**
455
- * The underlying HTTP response.
456
- */
457
- _response: msRest.HttpResponse & {
458
- /**
459
- * The response body as text (string format)
460
- */
461
- bodyAsText: string;
462
- /**
463
- * The response body as parsed JSON or XML
464
- */
465
- parsedBody: OperationListResult;
466
- };
467
- };
468
- /**
469
- * Contains response data for the listNext operation.
470
- */
471
- export declare type OperationsListNextResponse = OperationListResult & {
472
- /**
473
- * The underlying HTTP response.
474
- */
475
- _response: msRest.HttpResponse & {
476
- /**
477
- * The response body as text (string format)
478
- */
479
- bodyAsText: string;
480
- /**
481
- * The response body as parsed JSON or XML
482
- */
483
- parsedBody: OperationListResult;
484
- };
485
- };
486
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/models/index.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAC9F,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,CAAC;AAGpC;;;;;GAKG;AACH,MAAM,WAAW,8BAA8B;IAC7C;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;;OAKG;IACH,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED;;;;;GAKG;AACH,MAAM,WAAW,GAAG;IAClB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;;;;;GAMG;AACH,MAAM,WAAW,QAAS,SAAQ,YAAY;IAC5C;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;;;OAKG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;;;;;GAMG;AACH,MAAM,WAAW,eAAgB,SAAQ,QAAQ;IAC/C;;OAEG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC1C;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED;;;;;;GAMG;AACH,MAAM,WAAW,SAAU,SAAQ,eAAe;IAChD;;OAEG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAC/B;;;OAGG;IACH,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB;;;;;;;OAOG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IAC/C;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,cAAc,CAAC,EAAE,8BAA8B,EAAE,CAAC;IAClD;;OAEG;IACH,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;AAED;;;;;GAKG;AACH,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED;;;;;GAKG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;;GAKG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,WAAW,EAAE,CAAC;IACxB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;;;;;;GAOG;AACH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,KAAK,EAAE,SAAS,CAAC;CAClB;AAED;;;;;GAKG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;GAKG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,OAAO,CAAC,EAAE,gBAAgB,CAAC;CAC5B;AAED;;;;GAIG;AACH,MAAM,WAAW,uBAAwB,SAAQ,yBAAyB;IACxE;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAGD;;;;;;GAMG;AACH,MAAM,WAAW,mBAAoB,SAAQ,KAAK,CAAC,SAAS,CAAC;IAC3D;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;;;;;;GAOG;AACH,MAAM,WAAW,mBAAoB,SAAQ,KAAK,CAAC,SAAS,CAAC;IAC3D;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;;;;;GAMG;AACH,oBAAY,iBAAiB,GAAG,UAAU,GAAG,SAAS,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,QAAQ,GAAG,WAAW,GAAG,UAAU,CAAC;AAEtK;;GAEG;AACH,oBAAY,qBAAqB,GAAG,SAAS,GAAG;IAC9C;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,YAAY,GAAG;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,UAAU,EAAE,SAAS,CAAC;KACvB,CAAC;CACL,CAAC;AAEF;;GAEG;AACH,oBAAY,gCAAgC,GAAG,SAAS,GAAG;IACzD;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,YAAY,GAAG;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,UAAU,EAAE,SAAS,CAAC;KACvB,CAAC;CACL,CAAC;AAEF;;GAEG;AACH,oBAAY,wBAAwB,GAAG,SAAS,GAAG;IACjD;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,YAAY,GAAG;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,UAAU,EAAE,SAAS,CAAC;KACvB,CAAC;CACL,CAAC;AAEF;;GAEG;AACH,oBAAY,qCAAqC,GAAG,mBAAmB,GAAG;IACxE;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,YAAY,GAAG;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,UAAU,EAAE,mBAAmB,CAAC;KACjC,CAAC;CACL,CAAC;AAEF;;GAEG;AACH,oBAAY,oCAAoC,GAAG,mBAAmB,GAAG;IACvE;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,YAAY,GAAG;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,UAAU,EAAE,mBAAmB,CAAC;KACjC,CAAC;CACL,CAAC;AAEF;;GAEG;AACH,oBAAY,qCAAqC,GAAG,SAAS,GAAG;IAC9D;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,YAAY,GAAG;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,UAAU,EAAE,SAAS,CAAC;KACvB,CAAC;CACL,CAAC;AAEF;;GAEG;AACH,oBAAY,6BAA6B,GAAG,SAAS,GAAG;IACtD;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,YAAY,GAAG;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,UAAU,EAAE,SAAS,CAAC;KACvB,CAAC;CACL,CAAC;AAEF;;GAEG;AACH,oBAAY,yCAAyC,GAAG,mBAAmB,GAAG;IAC5E;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,YAAY,GAAG;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,UAAU,EAAE,mBAAmB,CAAC;KACjC,CAAC;CACL,CAAC;AAEF;;GAEG;AACH,oBAAY,wCAAwC,GAAG,mBAAmB,GAAG;IAC3E;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,YAAY,GAAG;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,UAAU,EAAE,mBAAmB,CAAC;KACjC,CAAC;CACL,CAAC;AAEF;;GAEG;AACH,oBAAY,sBAAsB,GAAG,mBAAmB,GAAG;IACzD;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,YAAY,GAAG;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,UAAU,EAAE,mBAAmB,CAAC;KACjC,CAAC;CACL,CAAC;AAEF;;GAEG;AACH,oBAAY,0BAA0B,GAAG,mBAAmB,GAAG;IAC7D;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,YAAY,GAAG;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,UAAU,EAAE,mBAAmB,CAAC;KACjC,CAAC;CACL,CAAC"}
@@ -1,10 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../lib/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG"}
@@ -1,17 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- export declare const CloudError: msRest.CompositeMapper;
3
- export declare const BaseResource: msRest.CompositeMapper;
4
- export declare const WorkspaceProviderAuthorization: msRest.CompositeMapper;
5
- export declare const Sku: msRest.CompositeMapper;
6
- export declare const Resource: msRest.CompositeMapper;
7
- export declare const TrackedResource: msRest.CompositeMapper;
8
- export declare const Workspace: msRest.CompositeMapper;
9
- export declare const WorkspaceUpdate: msRest.CompositeMapper;
10
- export declare const ErrorDetail: msRest.CompositeMapper;
11
- export declare const ErrorInfo: msRest.CompositeMapper;
12
- export declare const ErrorResponse: msRest.CompositeMapper;
13
- export declare const OperationDisplay: msRest.CompositeMapper;
14
- export declare const Operation: msRest.CompositeMapper;
15
- export declare const WorkspaceListResult: msRest.CompositeMapper;
16
- export declare const OperationListResult: msRest.CompositeMapper;
17
- //# sourceMappingURL=mappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../lib/models/mappers.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,eAAO,MAAM,UAAU,wBAAmB,CAAC;AAC3C,eAAO,MAAM,YAAY,wBAAqB,CAAC;AAE/C,eAAO,MAAM,8BAA8B,EAAE,MAAM,CAAC,eAsBnD,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,MAAM,CAAC,eAqBxB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,MAAM,CAAC,eA6B7B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,eA2BpC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,eAsD9B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,eAmBpC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,eA4BhC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,eAwC9B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,eAgBlC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,eA0BrC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,eAqB9B,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,eA0BxC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,eA0BxC,CAAC"}