@azure/arm-powerbiembedded 1.2.0 → 2.0.0
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 +11 -0
- package/LICENSE +21 -0
- package/README.md +75 -77
- package/dist/index.js +1266 -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/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -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 +226 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +24 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +19 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +183 -228
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +15 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +113 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +10 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/workspaceCollections.d.ts +110 -0
- package/dist-esm/src/operations/workspaceCollections.d.ts.map +1 -0
- package/dist-esm/src/operations/workspaceCollections.js +456 -0
- package/dist-esm/src/operations/workspaceCollections.js.map +1 -0
- package/dist-esm/src/operations/workspaces.d.ts +30 -0
- package/dist-esm/src/operations/workspaces.d.ts.map +1 -0
- package/dist-esm/src/operations/workspaces.js +99 -0
- package/dist-esm/src/operations/workspaces.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +3 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +10 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workspaceCollections.d.ts +87 -0
- package/dist-esm/src/operationsInterfaces/workspaceCollections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workspaceCollections.js +9 -0
- package/dist-esm/src/operationsInterfaces/workspaceCollections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts +13 -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/src/powerBIEmbeddedManagementClient.d.ts +25 -0
- package/dist-esm/src/powerBIEmbeddedManagementClient.d.ts.map +1 -0
- package/dist-esm/src/powerBIEmbeddedManagementClient.js +80 -0
- package/dist-esm/src/powerBIEmbeddedManagementClient.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +78 -34
- package/review/arm-powerbiembedded.api.md +304 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +275 -0
- package/{lib → src}/models/mappers.ts +185 -231
- package/src/models/parameters.ts +137 -0
- package/{lib → src}/operations/index.ts +3 -5
- package/src/operations/workspaceCollections.ts +595 -0
- package/src/operations/workspaces.ts +135 -0
- package/src/operationsInterfaces/index.ts +10 -0
- package/src/operationsInterfaces/workspaceCollections.ts +163 -0
- package/src/operationsInterfaces/workspaces.ts +26 -0
- package/src/powerBIEmbeddedManagementClient.ts +116 -0
- package/tsconfig.json +6 -5
- package/types/arm-powerbiembedded.d.ts +394 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-powerbiembedded.js +0 -1247
- package/dist/arm-powerbiembedded.js.map +0 -1
- package/dist/arm-powerbiembedded.min.js +0 -1
- package/dist/arm-powerbiembedded.min.js.map +0 -1
- package/esm/models/index.d.ts +0 -493
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -21
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -8
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -70
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/workspaceCollectionsMappers.d.ts +0 -2
- package/esm/models/workspaceCollectionsMappers.d.ts.map +0 -1
- package/esm/models/workspaceCollectionsMappers.js +0 -11
- package/esm/models/workspaceCollectionsMappers.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 -11
- package/esm/models/workspacesMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js +0 -12
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/workspaceCollections.d.ts +0 -222
- package/esm/operations/workspaceCollections.d.ts.map +0 -1
- package/esm/operations/workspaceCollections.js +0 -367
- package/esm/operations/workspaceCollections.js.map +0 -1
- package/esm/operations/workspaces.d.ts +0 -34
- package/esm/operations/workspaces.d.ts.map +0 -1
- package/esm/operations/workspaces.js +0 -58
- package/esm/operations/workspaces.js.map +0 -1
- package/esm/powerBIEmbeddedManagementClient.d.ts +0 -35
- package/esm/powerBIEmbeddedManagementClient.d.ts.map +0 -1
- package/esm/powerBIEmbeddedManagementClient.js +0 -62
- package/esm/powerBIEmbeddedManagementClient.js.map +0 -1
- package/esm/powerBIEmbeddedManagementClientContext.d.ts +0 -17
- package/esm/powerBIEmbeddedManagementClientContext.d.ts.map +0 -1
- package/esm/powerBIEmbeddedManagementClientContext.js +0 -57
- package/esm/powerBIEmbeddedManagementClientContext.js.map +0 -1
- package/lib/models/index.ts +0 -529
- package/lib/models/parameters.ts +0 -72
- package/lib/models/workspaceCollectionsMappers.ts +0 -25
- package/lib/models/workspacesMappers.ts +0 -17
- package/lib/operations/workspaceCollections.ts +0 -628
- package/lib/operations/workspaces.ts +0 -87
- package/lib/powerBIEmbeddedManagementClient.ts +0 -90
- package/lib/powerBIEmbeddedManagementClientContext.ts +0 -63
package/esm/models/index.d.ts
DELETED
|
@@ -1,493 +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 ErrorDetail.
|
|
7
|
-
*/
|
|
8
|
-
export interface ErrorDetail {
|
|
9
|
-
/**
|
|
10
|
-
* @member {string} [code]
|
|
11
|
-
*/
|
|
12
|
-
code?: string;
|
|
13
|
-
/**
|
|
14
|
-
* @member {string} [message]
|
|
15
|
-
*/
|
|
16
|
-
message?: string;
|
|
17
|
-
/**
|
|
18
|
-
* @member {string} [target]
|
|
19
|
-
*/
|
|
20
|
-
target?: string;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* @interface
|
|
24
|
-
* An interface representing ErrorModel.
|
|
25
|
-
*/
|
|
26
|
-
export interface ErrorModel {
|
|
27
|
-
/**
|
|
28
|
-
* @member {string} [code]
|
|
29
|
-
*/
|
|
30
|
-
code?: string;
|
|
31
|
-
/**
|
|
32
|
-
* @member {string} [message]
|
|
33
|
-
*/
|
|
34
|
-
message?: string;
|
|
35
|
-
/**
|
|
36
|
-
* @member {string} [target]
|
|
37
|
-
*/
|
|
38
|
-
target?: string;
|
|
39
|
-
/**
|
|
40
|
-
* @member {ErrorDetail[]} [details]
|
|
41
|
-
*/
|
|
42
|
-
details?: ErrorDetail[];
|
|
43
|
-
}
|
|
44
|
-
/**
|
|
45
|
-
* @interface
|
|
46
|
-
* An interface representing AzureSku.
|
|
47
|
-
*/
|
|
48
|
-
export interface AzureSku {
|
|
49
|
-
}
|
|
50
|
-
/**
|
|
51
|
-
* @interface
|
|
52
|
-
* An interface representing WorkspaceCollection.
|
|
53
|
-
*/
|
|
54
|
-
export interface WorkspaceCollection {
|
|
55
|
-
/**
|
|
56
|
-
* @member {string} [id] Resource id
|
|
57
|
-
*/
|
|
58
|
-
id?: string;
|
|
59
|
-
/**
|
|
60
|
-
* @member {string} [name] Workspace collection name
|
|
61
|
-
*/
|
|
62
|
-
name?: string;
|
|
63
|
-
/**
|
|
64
|
-
* @member {string} [type] Resource type
|
|
65
|
-
*/
|
|
66
|
-
type?: string;
|
|
67
|
-
/**
|
|
68
|
-
* @member {string} [location] Azure location
|
|
69
|
-
*/
|
|
70
|
-
location?: string;
|
|
71
|
-
/**
|
|
72
|
-
* @member {{ [propertyName: string]: string }} [tags]
|
|
73
|
-
*/
|
|
74
|
-
tags?: {
|
|
75
|
-
[propertyName: string]: string;
|
|
76
|
-
};
|
|
77
|
-
/**
|
|
78
|
-
* @member {any} [properties] Properties
|
|
79
|
-
*/
|
|
80
|
-
properties?: any;
|
|
81
|
-
}
|
|
82
|
-
/**
|
|
83
|
-
* @interface
|
|
84
|
-
* An interface representing Workspace.
|
|
85
|
-
*/
|
|
86
|
-
export interface Workspace {
|
|
87
|
-
/**
|
|
88
|
-
* @member {string} [id] Workspace id
|
|
89
|
-
*/
|
|
90
|
-
id?: string;
|
|
91
|
-
/**
|
|
92
|
-
* @member {string} [name] Workspace name
|
|
93
|
-
*/
|
|
94
|
-
name?: string;
|
|
95
|
-
/**
|
|
96
|
-
* @member {string} [type] Resource type
|
|
97
|
-
*/
|
|
98
|
-
type?: string;
|
|
99
|
-
/**
|
|
100
|
-
* @member {any} [properties] Property bag
|
|
101
|
-
*/
|
|
102
|
-
properties?: any;
|
|
103
|
-
}
|
|
104
|
-
/**
|
|
105
|
-
* @interface
|
|
106
|
-
* An interface representing Display.
|
|
107
|
-
*/
|
|
108
|
-
export interface Display {
|
|
109
|
-
/**
|
|
110
|
-
* @member {string} [provider] The localized friendly form of the resource
|
|
111
|
-
* provider name. This form is also expected to include the publisher/company
|
|
112
|
-
* responsible. Use Title Casing. Begin with "Microsoft" for 1st party
|
|
113
|
-
* services.
|
|
114
|
-
*/
|
|
115
|
-
provider?: string;
|
|
116
|
-
/**
|
|
117
|
-
* @member {string} [resource] The localized friendly form of the resource
|
|
118
|
-
* type related to this action/operation. This form should match the public
|
|
119
|
-
* documentation for the resource provider. Use Title Casing. For examples,
|
|
120
|
-
* refer to the "name" section.
|
|
121
|
-
*/
|
|
122
|
-
resource?: string;
|
|
123
|
-
/**
|
|
124
|
-
* @member {string} [operation] The localized friendly name for the operation
|
|
125
|
-
* as shown to the user. This name should be concise (to fit in drop downs),
|
|
126
|
-
* but clear (self-documenting). Use Title Casing and include the
|
|
127
|
-
* entity/resource to which it applies.
|
|
128
|
-
*/
|
|
129
|
-
operation?: string;
|
|
130
|
-
/**
|
|
131
|
-
* @member {string} [description] The localized friendly description for the
|
|
132
|
-
* operation as shown to the user. This description should be thorough, yet
|
|
133
|
-
* concise. It will be used in tool-tips and detailed views.
|
|
134
|
-
*/
|
|
135
|
-
description?: string;
|
|
136
|
-
/**
|
|
137
|
-
* @member {string} [origin] The intended executor of the operation; governs
|
|
138
|
-
* the display of the operation in the RBAC UX and the audit logs UX. Default
|
|
139
|
-
* value is 'user,system'
|
|
140
|
-
*/
|
|
141
|
-
origin?: string;
|
|
142
|
-
}
|
|
143
|
-
/**
|
|
144
|
-
* @interface
|
|
145
|
-
* An interface representing Operation.
|
|
146
|
-
*/
|
|
147
|
-
export interface Operation {
|
|
148
|
-
/**
|
|
149
|
-
* @member {string} [name] The name of the operation being performed on this
|
|
150
|
-
* particular object. This name should match the action name that appears in
|
|
151
|
-
* RBAC / the event service.
|
|
152
|
-
*/
|
|
153
|
-
name?: string;
|
|
154
|
-
/**
|
|
155
|
-
* @member {Display} [display]
|
|
156
|
-
*/
|
|
157
|
-
display?: Display;
|
|
158
|
-
}
|
|
159
|
-
/**
|
|
160
|
-
* @interface
|
|
161
|
-
* An interface representing OperationList.
|
|
162
|
-
*/
|
|
163
|
-
export interface OperationList {
|
|
164
|
-
/**
|
|
165
|
-
* @member {Operation[]} [value]
|
|
166
|
-
*/
|
|
167
|
-
value?: Operation[];
|
|
168
|
-
}
|
|
169
|
-
/**
|
|
170
|
-
* @interface
|
|
171
|
-
* An interface representing WorkspaceCollectionAccessKeys.
|
|
172
|
-
*/
|
|
173
|
-
export interface WorkspaceCollectionAccessKeys {
|
|
174
|
-
/**
|
|
175
|
-
* @member {string} [key1] Access key 1
|
|
176
|
-
*/
|
|
177
|
-
key1?: string;
|
|
178
|
-
/**
|
|
179
|
-
* @member {string} [key2] Access key 2
|
|
180
|
-
*/
|
|
181
|
-
key2?: string;
|
|
182
|
-
}
|
|
183
|
-
/**
|
|
184
|
-
* @interface
|
|
185
|
-
* An interface representing WorkspaceCollectionAccessKey.
|
|
186
|
-
*/
|
|
187
|
-
export interface WorkspaceCollectionAccessKey {
|
|
188
|
-
/**
|
|
189
|
-
* @member {AccessKeyName} [keyName] Key name. Possible values include:
|
|
190
|
-
* 'key1', 'key2'
|
|
191
|
-
*/
|
|
192
|
-
keyName?: AccessKeyName;
|
|
193
|
-
}
|
|
194
|
-
/**
|
|
195
|
-
* @interface
|
|
196
|
-
* An interface representing CreateWorkspaceCollectionRequest.
|
|
197
|
-
*/
|
|
198
|
-
export interface CreateWorkspaceCollectionRequest {
|
|
199
|
-
/**
|
|
200
|
-
* @member {string} [location] Azure location
|
|
201
|
-
*/
|
|
202
|
-
location?: string;
|
|
203
|
-
/**
|
|
204
|
-
* @member {{ [propertyName: string]: string }} [tags]
|
|
205
|
-
*/
|
|
206
|
-
tags?: {
|
|
207
|
-
[propertyName: string]: string;
|
|
208
|
-
};
|
|
209
|
-
}
|
|
210
|
-
/**
|
|
211
|
-
* @interface
|
|
212
|
-
* An interface representing UpdateWorkspaceCollectionRequest.
|
|
213
|
-
*/
|
|
214
|
-
export interface UpdateWorkspaceCollectionRequest {
|
|
215
|
-
/**
|
|
216
|
-
* @member {{ [propertyName: string]: string }} [tags]
|
|
217
|
-
*/
|
|
218
|
-
tags?: {
|
|
219
|
-
[propertyName: string]: string;
|
|
220
|
-
};
|
|
221
|
-
}
|
|
222
|
-
/**
|
|
223
|
-
* @interface
|
|
224
|
-
* An interface representing CheckNameRequest.
|
|
225
|
-
*/
|
|
226
|
-
export interface CheckNameRequest {
|
|
227
|
-
/**
|
|
228
|
-
* @member {string} [name] Workspace collection name
|
|
229
|
-
*/
|
|
230
|
-
name?: string;
|
|
231
|
-
/**
|
|
232
|
-
* @member {string} [type] Resource type. Default value:
|
|
233
|
-
* 'Microsoft.PowerBI/workspaceCollections' .
|
|
234
|
-
*/
|
|
235
|
-
type?: string;
|
|
236
|
-
}
|
|
237
|
-
/**
|
|
238
|
-
* @interface
|
|
239
|
-
* An interface representing CheckNameResponse.
|
|
240
|
-
*/
|
|
241
|
-
export interface CheckNameResponse {
|
|
242
|
-
/**
|
|
243
|
-
* @member {boolean} [nameAvailable] Specifies a Boolean value that indicates
|
|
244
|
-
* whether the specified Power BI Workspace Collection name is available to
|
|
245
|
-
* use.
|
|
246
|
-
*/
|
|
247
|
-
nameAvailable?: boolean;
|
|
248
|
-
/**
|
|
249
|
-
* @member {CheckNameReason} [reason] Reason why the workspace collection
|
|
250
|
-
* name cannot be used. Possible values include: 'Unavailable', 'Invalid'
|
|
251
|
-
*/
|
|
252
|
-
reason?: CheckNameReason;
|
|
253
|
-
/**
|
|
254
|
-
* @member {string} [message] Message indicating an unavailable name due to a
|
|
255
|
-
* conflict, or a description of the naming rules that are violated.
|
|
256
|
-
*/
|
|
257
|
-
message?: string;
|
|
258
|
-
}
|
|
259
|
-
/**
|
|
260
|
-
* @interface
|
|
261
|
-
* An interface representing MigrateWorkspaceCollectionRequest.
|
|
262
|
-
*/
|
|
263
|
-
export interface MigrateWorkspaceCollectionRequest {
|
|
264
|
-
/**
|
|
265
|
-
* @member {string} [targetResourceGroup] Name of the resource group the
|
|
266
|
-
* Power BI workspace collections will be migrated to.
|
|
267
|
-
*/
|
|
268
|
-
targetResourceGroup?: string;
|
|
269
|
-
/**
|
|
270
|
-
* @member {string[]} [resources]
|
|
271
|
-
*/
|
|
272
|
-
resources?: string[];
|
|
273
|
-
}
|
|
274
|
-
/**
|
|
275
|
-
* @interface
|
|
276
|
-
* An interface representing PowerBIEmbeddedManagementClientOptions.
|
|
277
|
-
* @extends AzureServiceClientOptions
|
|
278
|
-
*/
|
|
279
|
-
export interface PowerBIEmbeddedManagementClientOptions extends AzureServiceClientOptions {
|
|
280
|
-
/**
|
|
281
|
-
* @member {string} [baseUri]
|
|
282
|
-
*/
|
|
283
|
-
baseUri?: string;
|
|
284
|
-
}
|
|
285
|
-
/**
|
|
286
|
-
* @interface
|
|
287
|
-
* An interface representing the WorkspaceCollectionList.
|
|
288
|
-
* @extends Array<WorkspaceCollection>
|
|
289
|
-
*/
|
|
290
|
-
export interface WorkspaceCollectionList extends Array<WorkspaceCollection> {
|
|
291
|
-
}
|
|
292
|
-
/**
|
|
293
|
-
* @interface
|
|
294
|
-
* An interface representing the WorkspaceList.
|
|
295
|
-
* @extends Array<Workspace>
|
|
296
|
-
*/
|
|
297
|
-
export interface WorkspaceList extends Array<Workspace> {
|
|
298
|
-
}
|
|
299
|
-
/**
|
|
300
|
-
* Defines values for AccessKeyName.
|
|
301
|
-
* Possible values include: 'key1', 'key2'
|
|
302
|
-
* @readonly
|
|
303
|
-
* @enum {string}
|
|
304
|
-
*/
|
|
305
|
-
export declare type AccessKeyName = 'key1' | 'key2';
|
|
306
|
-
/**
|
|
307
|
-
* Defines values for CheckNameReason.
|
|
308
|
-
* Possible values include: 'Unavailable', 'Invalid'
|
|
309
|
-
* @readonly
|
|
310
|
-
* @enum {string}
|
|
311
|
-
*/
|
|
312
|
-
export declare type CheckNameReason = 'Unavailable' | 'Invalid';
|
|
313
|
-
/**
|
|
314
|
-
* Contains response data for the getByName operation.
|
|
315
|
-
*/
|
|
316
|
-
export declare type WorkspaceCollectionsGetByNameResponse = WorkspaceCollection & {
|
|
317
|
-
/**
|
|
318
|
-
* The underlying HTTP response.
|
|
319
|
-
*/
|
|
320
|
-
_response: msRest.HttpResponse & {
|
|
321
|
-
/**
|
|
322
|
-
* The response body as text (string format)
|
|
323
|
-
*/
|
|
324
|
-
bodyAsText: string;
|
|
325
|
-
/**
|
|
326
|
-
* The response body as parsed JSON or XML
|
|
327
|
-
*/
|
|
328
|
-
parsedBody: WorkspaceCollection;
|
|
329
|
-
};
|
|
330
|
-
};
|
|
331
|
-
/**
|
|
332
|
-
* Contains response data for the create operation.
|
|
333
|
-
*/
|
|
334
|
-
export declare type WorkspaceCollectionsCreateResponse = WorkspaceCollection & {
|
|
335
|
-
/**
|
|
336
|
-
* The underlying HTTP response.
|
|
337
|
-
*/
|
|
338
|
-
_response: msRest.HttpResponse & {
|
|
339
|
-
/**
|
|
340
|
-
* The response body as text (string format)
|
|
341
|
-
*/
|
|
342
|
-
bodyAsText: string;
|
|
343
|
-
/**
|
|
344
|
-
* The response body as parsed JSON or XML
|
|
345
|
-
*/
|
|
346
|
-
parsedBody: WorkspaceCollection;
|
|
347
|
-
};
|
|
348
|
-
};
|
|
349
|
-
/**
|
|
350
|
-
* Contains response data for the update operation.
|
|
351
|
-
*/
|
|
352
|
-
export declare type WorkspaceCollectionsUpdateResponse = WorkspaceCollection & {
|
|
353
|
-
/**
|
|
354
|
-
* The underlying HTTP response.
|
|
355
|
-
*/
|
|
356
|
-
_response: msRest.HttpResponse & {
|
|
357
|
-
/**
|
|
358
|
-
* The response body as text (string format)
|
|
359
|
-
*/
|
|
360
|
-
bodyAsText: string;
|
|
361
|
-
/**
|
|
362
|
-
* The response body as parsed JSON or XML
|
|
363
|
-
*/
|
|
364
|
-
parsedBody: WorkspaceCollection;
|
|
365
|
-
};
|
|
366
|
-
};
|
|
367
|
-
/**
|
|
368
|
-
* Contains response data for the checkNameAvailability operation.
|
|
369
|
-
*/
|
|
370
|
-
export declare type WorkspaceCollectionsCheckNameAvailabilityResponse = CheckNameResponse & {
|
|
371
|
-
/**
|
|
372
|
-
* The underlying HTTP response.
|
|
373
|
-
*/
|
|
374
|
-
_response: msRest.HttpResponse & {
|
|
375
|
-
/**
|
|
376
|
-
* The response body as text (string format)
|
|
377
|
-
*/
|
|
378
|
-
bodyAsText: string;
|
|
379
|
-
/**
|
|
380
|
-
* The response body as parsed JSON or XML
|
|
381
|
-
*/
|
|
382
|
-
parsedBody: CheckNameResponse;
|
|
383
|
-
};
|
|
384
|
-
};
|
|
385
|
-
/**
|
|
386
|
-
* Contains response data for the listByResourceGroup operation.
|
|
387
|
-
*/
|
|
388
|
-
export declare type WorkspaceCollectionsListByResourceGroupResponse = WorkspaceCollectionList & {
|
|
389
|
-
/**
|
|
390
|
-
* The underlying HTTP response.
|
|
391
|
-
*/
|
|
392
|
-
_response: msRest.HttpResponse & {
|
|
393
|
-
/**
|
|
394
|
-
* The response body as text (string format)
|
|
395
|
-
*/
|
|
396
|
-
bodyAsText: string;
|
|
397
|
-
/**
|
|
398
|
-
* The response body as parsed JSON or XML
|
|
399
|
-
*/
|
|
400
|
-
parsedBody: WorkspaceCollectionList;
|
|
401
|
-
};
|
|
402
|
-
};
|
|
403
|
-
/**
|
|
404
|
-
* Contains response data for the listBySubscription operation.
|
|
405
|
-
*/
|
|
406
|
-
export declare type WorkspaceCollectionsListBySubscriptionResponse = WorkspaceCollectionList & {
|
|
407
|
-
/**
|
|
408
|
-
* The underlying HTTP response.
|
|
409
|
-
*/
|
|
410
|
-
_response: msRest.HttpResponse & {
|
|
411
|
-
/**
|
|
412
|
-
* The response body as text (string format)
|
|
413
|
-
*/
|
|
414
|
-
bodyAsText: string;
|
|
415
|
-
/**
|
|
416
|
-
* The response body as parsed JSON or XML
|
|
417
|
-
*/
|
|
418
|
-
parsedBody: WorkspaceCollectionList;
|
|
419
|
-
};
|
|
420
|
-
};
|
|
421
|
-
/**
|
|
422
|
-
* Contains response data for the getAccessKeys operation.
|
|
423
|
-
*/
|
|
424
|
-
export declare type WorkspaceCollectionsGetAccessKeysResponse = WorkspaceCollectionAccessKeys & {
|
|
425
|
-
/**
|
|
426
|
-
* The underlying HTTP response.
|
|
427
|
-
*/
|
|
428
|
-
_response: msRest.HttpResponse & {
|
|
429
|
-
/**
|
|
430
|
-
* The response body as text (string format)
|
|
431
|
-
*/
|
|
432
|
-
bodyAsText: string;
|
|
433
|
-
/**
|
|
434
|
-
* The response body as parsed JSON or XML
|
|
435
|
-
*/
|
|
436
|
-
parsedBody: WorkspaceCollectionAccessKeys;
|
|
437
|
-
};
|
|
438
|
-
};
|
|
439
|
-
/**
|
|
440
|
-
* Contains response data for the regenerateKey operation.
|
|
441
|
-
*/
|
|
442
|
-
export declare type WorkspaceCollectionsRegenerateKeyResponse = WorkspaceCollectionAccessKeys & {
|
|
443
|
-
/**
|
|
444
|
-
* The underlying HTTP response.
|
|
445
|
-
*/
|
|
446
|
-
_response: msRest.HttpResponse & {
|
|
447
|
-
/**
|
|
448
|
-
* The response body as text (string format)
|
|
449
|
-
*/
|
|
450
|
-
bodyAsText: string;
|
|
451
|
-
/**
|
|
452
|
-
* The response body as parsed JSON or XML
|
|
453
|
-
*/
|
|
454
|
-
parsedBody: WorkspaceCollectionAccessKeys;
|
|
455
|
-
};
|
|
456
|
-
};
|
|
457
|
-
/**
|
|
458
|
-
* Contains response data for the getAvailableOperations operation.
|
|
459
|
-
*/
|
|
460
|
-
export declare type GetAvailableOperationsResponse = OperationList & {
|
|
461
|
-
/**
|
|
462
|
-
* The underlying HTTP response.
|
|
463
|
-
*/
|
|
464
|
-
_response: msRest.HttpResponse & {
|
|
465
|
-
/**
|
|
466
|
-
* The response body as text (string format)
|
|
467
|
-
*/
|
|
468
|
-
bodyAsText: string;
|
|
469
|
-
/**
|
|
470
|
-
* The response body as parsed JSON or XML
|
|
471
|
-
*/
|
|
472
|
-
parsedBody: OperationList;
|
|
473
|
-
};
|
|
474
|
-
};
|
|
475
|
-
/**
|
|
476
|
-
* Contains response data for the list operation.
|
|
477
|
-
*/
|
|
478
|
-
export declare type WorkspacesListResponse = WorkspaceList & {
|
|
479
|
-
/**
|
|
480
|
-
* The underlying HTTP response.
|
|
481
|
-
*/
|
|
482
|
-
_response: msRest.HttpResponse & {
|
|
483
|
-
/**
|
|
484
|
-
* The response body as text (string format)
|
|
485
|
-
*/
|
|
486
|
-
bodyAsText: string;
|
|
487
|
-
/**
|
|
488
|
-
* The response body as parsed JSON or XML
|
|
489
|
-
*/
|
|
490
|
-
parsedBody: WorkspaceList;
|
|
491
|
-
};
|
|
492
|
-
};
|
|
493
|
-
//# 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;;;GAGG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;GAGG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,WAAW,EAAE,CAAC;CACzB;AAED;;;GAGG;AACH,MAAM,WAAW,QAAQ;CACxB;AAED;;;GAGG;AACH,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC1C;;OAEG;IACH,UAAU,CAAC,EAAE,GAAG,CAAC;CAClB;AAED;;;GAGG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,UAAU,CAAC,EAAE,GAAG,CAAC;CAClB;AAED;;;GAGG;AACH,MAAM,WAAW,OAAO;IACtB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;GAGG;AACH,MAAM,WAAW,SAAS;IACxB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED;;;GAGG;AACH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,EAAE,CAAC;CACrB;AAED;;;GAGG;AACH,MAAM,WAAW,6BAA6B;IAC5C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;;GAGG;AACH,MAAM,WAAW,4BAA4B;IAC3C;;;OAGG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC;CACzB;AAED;;;GAGG;AACH,MAAM,WAAW,gCAAgC;IAC/C;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED;;;GAGG;AACH,MAAM,WAAW,gCAAgC;IAC/C;;OAEG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;;GAGG;AACH,MAAM,WAAW,iBAAiB;IAChC;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;OAGG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;IACzB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;;GAGG;AACH,MAAM,WAAW,iCAAiC;IAChD;;;OAGG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;CACtB;AAED;;;;GAIG;AACH,MAAM,WAAW,sCAAuC,SAAQ,yBAAyB;IACvF;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAGD;;;;GAIG;AACH,MAAM,WAAW,uBAAwB,SAAQ,KAAK,CAAC,mBAAmB,CAAC;CAC1E;AAED;;;;GAIG;AACH,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,SAAS,CAAC;CACtD;AAED;;;;;GAKG;AACH,oBAAY,aAAa,GAAG,MAAM,GAAG,MAAM,CAAC;AAE5C;;;;;GAKG;AACH,oBAAY,eAAe,GAAG,aAAa,GAAG,SAAS,CAAC;AAExD;;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,kCAAkC,GAAG,mBAAmB,GAAG;IACrE;;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,kCAAkC,GAAG,mBAAmB,GAAG;IACrE;;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,iDAAiD,GAAG,iBAAiB,GAAG;IAClF;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,YAAY,GAAG;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,UAAU,EAAE,iBAAiB,CAAC;KAC/B,CAAC;CACL,CAAC;AAEF;;GAEG;AACH,oBAAY,+CAA+C,GAAG,uBAAuB,GAAG;IACtF;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,YAAY,GAAG;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,UAAU,EAAE,uBAAuB,CAAC;KACrC,CAAC;CACL,CAAC;AAEF;;GAEG;AACH,oBAAY,8CAA8C,GAAG,uBAAuB,GAAG;IACrF;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,YAAY,GAAG;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,UAAU,EAAE,uBAAuB,CAAC;KACrC,CAAC;CACL,CAAC;AAEF;;GAEG;AACH,oBAAY,yCAAyC,GAAG,6BAA6B,GAAG;IACtF;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,YAAY,GAAG;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,UAAU,EAAE,6BAA6B,CAAC;KAC3C,CAAC;CACL,CAAC;AAEF;;GAEG;AACH,oBAAY,yCAAyC,GAAG,6BAA6B,GAAG;IACtF;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,YAAY,GAAG;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,UAAU,EAAE,6BAA6B,CAAC;KAC3C,CAAC;CACL,CAAC;AAEF;;GAEG;AACH,oBAAY,8BAA8B,GAAG,aAAa,GAAG;IAC3D;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,YAAY,GAAG;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,UAAU,EAAE,aAAa,CAAC;KAC3B,CAAC;CACL,CAAC;AAEF;;GAEG;AACH,oBAAY,sBAAsB,GAAG,aAAa,GAAG;IACnD;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,YAAY,GAAG;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,UAAU,EAAE,aAAa,CAAC;KAC3B,CAAC;CACL,CAAC"}
|
package/esm/models/index.js
DELETED
|
@@ -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
|
package/esm/models/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../lib/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG"}
|
package/esm/models/mappers.d.ts
DELETED
|
@@ -1,21 +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 ErrorDetail: msRest.CompositeMapper;
|
|
5
|
-
export declare const ErrorModel: msRest.CompositeMapper;
|
|
6
|
-
export declare const AzureSku: msRest.CompositeMapper;
|
|
7
|
-
export declare const WorkspaceCollection: msRest.CompositeMapper;
|
|
8
|
-
export declare const Workspace: msRest.CompositeMapper;
|
|
9
|
-
export declare const Display: msRest.CompositeMapper;
|
|
10
|
-
export declare const Operation: msRest.CompositeMapper;
|
|
11
|
-
export declare const OperationList: msRest.CompositeMapper;
|
|
12
|
-
export declare const WorkspaceCollectionAccessKeys: msRest.CompositeMapper;
|
|
13
|
-
export declare const WorkspaceCollectionAccessKey: msRest.CompositeMapper;
|
|
14
|
-
export declare const CreateWorkspaceCollectionRequest: msRest.CompositeMapper;
|
|
15
|
-
export declare const UpdateWorkspaceCollectionRequest: msRest.CompositeMapper;
|
|
16
|
-
export declare const CheckNameRequest: msRest.CompositeMapper;
|
|
17
|
-
export declare const CheckNameResponse: msRest.CompositeMapper;
|
|
18
|
-
export declare const MigrateWorkspaceCollectionRequest: msRest.CompositeMapper;
|
|
19
|
-
export declare const WorkspaceCollectionList: msRest.CompositeMapper;
|
|
20
|
-
export declare const WorkspaceList: msRest.CompositeMapper;
|
|
21
|
-
//# 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,WAAW,EAAE,MAAM,CAAC,eA0BhC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,eAsC/B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,MAAM,CAAC,eA0B7B,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,eA0DxC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,eAgC9B,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,MAAM,CAAC,eAsC5B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,eAqB9B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,eAoBlC,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,MAAM,CAAC,eAoBlD,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,MAAM,CAAC,eAkBjD,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,MAAM,CAAC,eAkCrD,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,MAAM,CAAC,eA4BrD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,eAqBrC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,eA0BtC,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,MAAM,CAAC,eAyBtD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,eAoB5C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,eAoBlC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../lib/models/mappers.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAG/E,MAAM,CAAC,IAAM,UAAU,GAAG,gBAAgB,CAAC;AAC3C,MAAM,CAAC,IAAM,YAAY,GAAG,kBAAkB,CAAC;AAE/C,MAAM,CAAC,IAAM,WAAW,GAA2B;IACjD,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,UAAU,GAA2B;IAChD,cAAc,EAAE,OAAO;IACvB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,QAAQ,GAA2B;IAC9C,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,QAAQ,EAAE,IAAI;gBACd,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,MAAM;gBACtB,YAAY,EAAE,IAAI;gBAClB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,QAAQ,EAAE,IAAI;gBACd,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,MAAM;gBACtB,YAAY,EAAE,UAAU;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,mBAAmB,GAA2B;IACzD,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,GAAG,EAAE;gBACH,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,KAAK;gBACrB,YAAY,EAAE,EAAE;gBAChB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,UAAU;iBACtB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,SAAS,GAA2B;IAC/C,cAAc,EAAE,WAAW;IAC3B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,OAAO,GAA2B;IAC7C,cAAc,EAAE,SAAS;IACzB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,SAAS;QACpB,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,SAAS,GAA2B;IAC/C,cAAc,EAAE,WAAW;IAC3B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,SAAS;iBACrB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,aAAa,GAA2B;IACnD,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,6BAA6B,GAA2B;IACnE,cAAc,EAAE,+BAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,4BAA4B,GAA2B;IAClE,cAAc,EAAE,8BAA8B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,MAAM;wBACN,MAAM;qBACP;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,gCAAgC,GAA2B;IACtE,cAAc,EAAE,kCAAkC;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,GAAG,EAAE;gBACH,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,KAAK;gBACrB,YAAY,EAAE,EAAE;gBAChB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,UAAU;iBACtB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,gCAAgC,GAA2B;IACtE,cAAc,EAAE,kCAAkC;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,GAAG,EAAE;gBACH,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,KAAK;gBACrB,YAAY,EAAE,EAAE;gBAChB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,UAAU;iBACtB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,gBAAgB,GAA2B;IACtD,cAAc,EAAE,kBAAkB;IAClC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,YAAY,EAAE,wCAAwC;gBACtD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,iBAAiB,GAA2B;IACvD,cAAc,EAAE,mBAAmB;IACnC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,iCAAiC,GAA2B;IACvE,cAAc,EAAE,mCAAmC;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,uBAAuB,GAA2B;IAC7D,cAAc,EAAE,yBAAyB;IACzC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,EAAE;gBAClB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,aAAa,GAA2B;IACnD,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,EAAE;gBAClB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
export declare const acceptLanguage: msRest.OperationParameter;
|
|
3
|
-
export declare const apiVersion: msRest.OperationQueryParameter;
|
|
4
|
-
export declare const location: msRest.OperationURLParameter;
|
|
5
|
-
export declare const resourceGroupName: msRest.OperationURLParameter;
|
|
6
|
-
export declare const subscriptionId: msRest.OperationURLParameter;
|
|
7
|
-
export declare const workspaceCollectionName: msRest.OperationURLParameter;
|
|
8
|
-
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../lib/models/parameters.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,kBASnC,CAAC;AACF,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,uBAS/B,CAAC;AACF,eAAO,MAAM,QAAQ,EAAE,MAAM,CAAC,qBAS7B,CAAC;AACF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,qBAStC,CAAC;AACF,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,qBASnC,CAAC;AACF,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,qBAS5C,CAAC"}
|
package/esm/models/parameters.js
DELETED
|
@@ -1,70 +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
|
-
export var acceptLanguage = {
|
|
11
|
-
parameterPath: "acceptLanguage",
|
|
12
|
-
mapper: {
|
|
13
|
-
serializedName: "accept-language",
|
|
14
|
-
defaultValue: 'en-US',
|
|
15
|
-
type: {
|
|
16
|
-
name: "String"
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
};
|
|
20
|
-
export var apiVersion = {
|
|
21
|
-
parameterPath: "apiVersion",
|
|
22
|
-
mapper: {
|
|
23
|
-
required: true,
|
|
24
|
-
serializedName: "api-version",
|
|
25
|
-
type: {
|
|
26
|
-
name: "String"
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
};
|
|
30
|
-
export var location = {
|
|
31
|
-
parameterPath: "location",
|
|
32
|
-
mapper: {
|
|
33
|
-
required: true,
|
|
34
|
-
serializedName: "location",
|
|
35
|
-
type: {
|
|
36
|
-
name: "String"
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
};
|
|
40
|
-
export var resourceGroupName = {
|
|
41
|
-
parameterPath: "resourceGroupName",
|
|
42
|
-
mapper: {
|
|
43
|
-
required: true,
|
|
44
|
-
serializedName: "resourceGroupName",
|
|
45
|
-
type: {
|
|
46
|
-
name: "String"
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
};
|
|
50
|
-
export var subscriptionId = {
|
|
51
|
-
parameterPath: "subscriptionId",
|
|
52
|
-
mapper: {
|
|
53
|
-
required: true,
|
|
54
|
-
serializedName: "subscriptionId",
|
|
55
|
-
type: {
|
|
56
|
-
name: "String"
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
export var workspaceCollectionName = {
|
|
61
|
-
parameterPath: "workspaceCollectionName",
|
|
62
|
-
mapper: {
|
|
63
|
-
required: true,
|
|
64
|
-
serializedName: "workspaceCollectionName",
|
|
65
|
-
type: {
|
|
66
|
-
name: "String"
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
};
|
|
70
|
-
//# sourceMappingURL=parameters.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../lib/models/parameters.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAIH,MAAM,CAAC,IAAM,cAAc,GAA8B;IACvD,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE;QACN,cAAc,EAAE,iBAAiB;QACjC,YAAY,EAAE,OAAO;QACrB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AACF,MAAM,CAAC,IAAM,UAAU,GAAmC;IACxD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AACF,MAAM,CAAC,IAAM,QAAQ,GAAiC;IACpD,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE,UAAU;QAC1B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AACF,MAAM,CAAC,IAAM,iBAAiB,GAAiC;IAC7D,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE;QACN,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE,mBAAmB;QACnC,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AACF,MAAM,CAAC,IAAM,cAAc,GAAiC;IAC1D,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE;QACN,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE,gBAAgB;QAChC,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AACF,MAAM,CAAC,IAAM,uBAAuB,GAAiC;IACnE,aAAa,EAAE,yBAAyB;IACxC,MAAM,EAAE;QACN,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE,yBAAyB;QACzC,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export { WorkspaceCollection, AzureSku, ErrorModel, ErrorDetail, CreateWorkspaceCollectionRequest, UpdateWorkspaceCollectionRequest, CheckNameRequest, CheckNameResponse, WorkspaceCollectionList, WorkspaceCollectionAccessKeys, WorkspaceCollectionAccessKey, MigrateWorkspaceCollectionRequest } from "../models/mappers";
|
|
2
|
-
//# sourceMappingURL=workspaceCollectionsMappers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workspaceCollectionsMappers.d.ts","sourceRoot":"","sources":["../../lib/models/workspaceCollectionsMappers.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,mBAAmB,EACnB,QAAQ,EACR,UAAU,EACV,WAAW,EACX,gCAAgC,EAChC,gCAAgC,EAChC,gBAAgB,EAChB,iBAAiB,EACjB,uBAAuB,EACvB,6BAA6B,EAC7B,4BAA4B,EAC5B,iCAAiC,EAClC,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,11 +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
|
-
export { WorkspaceCollection, AzureSku, ErrorModel, ErrorDetail, CreateWorkspaceCollectionRequest, UpdateWorkspaceCollectionRequest, CheckNameRequest, CheckNameResponse, WorkspaceCollectionList, WorkspaceCollectionAccessKeys, WorkspaceCollectionAccessKey, MigrateWorkspaceCollectionRequest } from "../models/mappers";
|
|
11
|
-
//# sourceMappingURL=workspaceCollectionsMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workspaceCollectionsMappers.js","sourceRoot":"","sources":["../../lib/models/workspaceCollectionsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EACL,mBAAmB,EACnB,QAAQ,EACR,UAAU,EACV,WAAW,EACX,gCAAgC,EAChC,gCAAgC,EAChC,gBAAgB,EAChB,iBAAiB,EACjB,uBAAuB,EACvB,6BAA6B,EAC7B,4BAA4B,EAC5B,iCAAiC,EAClC,MAAM,mBAAmB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workspacesMappers.d.ts","sourceRoot":"","sources":["../../lib/models/workspacesMappers.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,aAAa,EACb,SAAS,EACT,UAAU,EACV,WAAW,EACZ,MAAM,mBAAmB,CAAC"}
|