@azure/arm-msi 2.1.1-alpha.20250718.1 → 2.2.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.
Files changed (118) hide show
  1. package/CHANGELOG.md +11 -10
  2. package/LICENSE +1 -1
  3. package/README.md +1 -2
  4. package/dist/browser/managedServiceIdentityClient.d.ts +2 -1
  5. package/dist/browser/managedServiceIdentityClient.d.ts.map +1 -1
  6. package/dist/browser/managedServiceIdentityClient.js +33 -23
  7. package/dist/browser/managedServiceIdentityClient.js.map +1 -1
  8. package/dist/browser/models/index.d.ts +20 -0
  9. package/dist/browser/models/index.d.ts.map +1 -1
  10. package/dist/browser/models/index.js +8 -0
  11. package/dist/browser/models/index.js.map +1 -1
  12. package/dist/browser/models/mappers.d.ts.map +1 -1
  13. package/dist/browser/models/mappers.js +203 -160
  14. package/dist/browser/models/mappers.js.map +1 -1
  15. package/dist/browser/models/parameters.js +47 -47
  16. package/dist/browser/models/parameters.js.map +1 -1
  17. package/dist/browser/operations/federatedIdentityCredentials.d.ts.map +1 -1
  18. package/dist/browser/operations/federatedIdentityCredentials.js +53 -70
  19. package/dist/browser/operations/federatedIdentityCredentials.js.map +1 -1
  20. package/dist/browser/operations/operations.js +32 -49
  21. package/dist/browser/operations/operations.js.map +1 -1
  22. package/dist/browser/operations/systemAssignedIdentities.js +5 -4
  23. package/dist/browser/operations/systemAssignedIdentities.js.map +1 -1
  24. package/dist/browser/operations/userAssignedIdentities.js +86 -120
  25. package/dist/browser/operations/userAssignedIdentities.js.map +1 -1
  26. package/dist/browser/operationsInterfaces/federatedIdentityCredentials.js.map +1 -1
  27. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  28. package/dist/browser/operationsInterfaces/systemAssignedIdentities.js.map +1 -1
  29. package/dist/browser/operationsInterfaces/userAssignedIdentities.js.map +1 -1
  30. package/dist/browser/pagingHelper.js +2 -4
  31. package/dist/browser/pagingHelper.js.map +1 -1
  32. package/dist/commonjs/managedServiceIdentityClient.d.ts +2 -1
  33. package/dist/commonjs/managedServiceIdentityClient.d.ts.map +1 -1
  34. package/dist/commonjs/managedServiceIdentityClient.js +32 -22
  35. package/dist/commonjs/managedServiceIdentityClient.js.map +1 -1
  36. package/dist/commonjs/models/index.d.ts +20 -0
  37. package/dist/commonjs/models/index.d.ts.map +1 -1
  38. package/dist/commonjs/models/index.js +9 -1
  39. package/dist/commonjs/models/index.js.map +1 -1
  40. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  41. package/dist/commonjs/models/mappers.js +203 -160
  42. package/dist/commonjs/models/mappers.js.map +1 -1
  43. package/dist/commonjs/models/parameters.js +46 -46
  44. package/dist/commonjs/models/parameters.js.map +1 -1
  45. package/dist/commonjs/operations/federatedIdentityCredentials.d.ts.map +1 -1
  46. package/dist/commonjs/operations/federatedIdentityCredentials.js +53 -69
  47. package/dist/commonjs/operations/federatedIdentityCredentials.js.map +1 -1
  48. package/dist/commonjs/operations/operations.js +32 -48
  49. package/dist/commonjs/operations/operations.js.map +1 -1
  50. package/dist/commonjs/operations/systemAssignedIdentities.js +5 -4
  51. package/dist/commonjs/operations/systemAssignedIdentities.js.map +1 -1
  52. package/dist/commonjs/operations/userAssignedIdentities.js +86 -119
  53. package/dist/commonjs/operations/userAssignedIdentities.js.map +1 -1
  54. package/dist/commonjs/operationsInterfaces/federatedIdentityCredentials.js.map +1 -1
  55. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  56. package/dist/commonjs/operationsInterfaces/systemAssignedIdentities.js.map +1 -1
  57. package/dist/commonjs/operationsInterfaces/userAssignedIdentities.js.map +1 -1
  58. package/dist/commonjs/pagingHelper.js +2 -4
  59. package/dist/commonjs/pagingHelper.js.map +1 -1
  60. package/dist/commonjs/tsdoc-metadata.json +11 -11
  61. package/dist/esm/managedServiceIdentityClient.d.ts +2 -1
  62. package/dist/esm/managedServiceIdentityClient.d.ts.map +1 -1
  63. package/dist/esm/managedServiceIdentityClient.js +33 -23
  64. package/dist/esm/managedServiceIdentityClient.js.map +1 -1
  65. package/dist/esm/models/index.d.ts +20 -0
  66. package/dist/esm/models/index.d.ts.map +1 -1
  67. package/dist/esm/models/index.js +8 -0
  68. package/dist/esm/models/index.js.map +1 -1
  69. package/dist/esm/models/mappers.d.ts.map +1 -1
  70. package/dist/esm/models/mappers.js +203 -160
  71. package/dist/esm/models/mappers.js.map +1 -1
  72. package/dist/esm/models/parameters.js +47 -47
  73. package/dist/esm/models/parameters.js.map +1 -1
  74. package/dist/esm/operations/federatedIdentityCredentials.d.ts.map +1 -1
  75. package/dist/esm/operations/federatedIdentityCredentials.js +53 -70
  76. package/dist/esm/operations/federatedIdentityCredentials.js.map +1 -1
  77. package/dist/esm/operations/operations.js +32 -49
  78. package/dist/esm/operations/operations.js.map +1 -1
  79. package/dist/esm/operations/systemAssignedIdentities.js +5 -4
  80. package/dist/esm/operations/systemAssignedIdentities.js.map +1 -1
  81. package/dist/esm/operations/userAssignedIdentities.js +86 -120
  82. package/dist/esm/operations/userAssignedIdentities.js.map +1 -1
  83. package/dist/esm/operationsInterfaces/federatedIdentityCredentials.js.map +1 -1
  84. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  85. package/dist/esm/operationsInterfaces/systemAssignedIdentities.js.map +1 -1
  86. package/dist/esm/operationsInterfaces/userAssignedIdentities.js.map +1 -1
  87. package/dist/esm/pagingHelper.js +2 -4
  88. package/dist/esm/pagingHelper.js.map +1 -1
  89. package/dist/react-native/managedServiceIdentityClient.d.ts +2 -1
  90. package/dist/react-native/managedServiceIdentityClient.d.ts.map +1 -1
  91. package/dist/react-native/managedServiceIdentityClient.js +33 -23
  92. package/dist/react-native/managedServiceIdentityClient.js.map +1 -1
  93. package/dist/react-native/models/index.d.ts +20 -0
  94. package/dist/react-native/models/index.d.ts.map +1 -1
  95. package/dist/react-native/models/index.js +8 -0
  96. package/dist/react-native/models/index.js.map +1 -1
  97. package/dist/react-native/models/mappers.d.ts.map +1 -1
  98. package/dist/react-native/models/mappers.js +203 -160
  99. package/dist/react-native/models/mappers.js.map +1 -1
  100. package/dist/react-native/models/parameters.js +47 -47
  101. package/dist/react-native/models/parameters.js.map +1 -1
  102. package/dist/react-native/operations/federatedIdentityCredentials.d.ts.map +1 -1
  103. package/dist/react-native/operations/federatedIdentityCredentials.js +53 -70
  104. package/dist/react-native/operations/federatedIdentityCredentials.js.map +1 -1
  105. package/dist/react-native/operations/operations.js +32 -49
  106. package/dist/react-native/operations/operations.js.map +1 -1
  107. package/dist/react-native/operations/systemAssignedIdentities.js +5 -4
  108. package/dist/react-native/operations/systemAssignedIdentities.js.map +1 -1
  109. package/dist/react-native/operations/userAssignedIdentities.js +86 -120
  110. package/dist/react-native/operations/userAssignedIdentities.js.map +1 -1
  111. package/dist/react-native/operationsInterfaces/federatedIdentityCredentials.js.map +1 -1
  112. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  113. package/dist/react-native/operationsInterfaces/systemAssignedIdentities.js.map +1 -1
  114. package/dist/react-native/operationsInterfaces/userAssignedIdentities.js.map +1 -1
  115. package/dist/react-native/pagingHelper.js +2 -4
  116. package/dist/react-native/pagingHelper.js.map +1 -1
  117. package/package.json +23 -23
  118. package/review/arm-msi-node.api.md +313 -301
@@ -14,32 +14,32 @@ export const Resource = {
14
14
  serializedName: "id",
15
15
  readOnly: true,
16
16
  type: {
17
- name: "String"
18
- }
17
+ name: "String",
18
+ },
19
19
  },
20
20
  name: {
21
21
  serializedName: "name",
22
22
  readOnly: true,
23
23
  type: {
24
- name: "String"
25
- }
24
+ name: "String",
25
+ },
26
26
  },
27
27
  type: {
28
28
  serializedName: "type",
29
29
  readOnly: true,
30
30
  type: {
31
- name: "String"
32
- }
31
+ name: "String",
32
+ },
33
33
  },
34
34
  systemData: {
35
35
  serializedName: "systemData",
36
36
  type: {
37
37
  name: "Composite",
38
- className: "SystemData"
39
- }
40
- }
41
- }
42
- }
38
+ className: "SystemData",
39
+ },
40
+ },
41
+ },
42
+ },
43
43
  };
44
44
  export const SystemData = {
45
45
  type: {
@@ -49,41 +49,41 @@ export const SystemData = {
49
49
  createdBy: {
50
50
  serializedName: "createdBy",
51
51
  type: {
52
- name: "String"
53
- }
52
+ name: "String",
53
+ },
54
54
  },
55
55
  createdByType: {
56
56
  serializedName: "createdByType",
57
57
  type: {
58
- name: "String"
59
- }
58
+ name: "String",
59
+ },
60
60
  },
61
61
  createdAt: {
62
62
  serializedName: "createdAt",
63
63
  type: {
64
- name: "DateTime"
65
- }
64
+ name: "DateTime",
65
+ },
66
66
  },
67
67
  lastModifiedBy: {
68
68
  serializedName: "lastModifiedBy",
69
69
  type: {
70
- name: "String"
71
- }
70
+ name: "String",
71
+ },
72
72
  },
73
73
  lastModifiedByType: {
74
74
  serializedName: "lastModifiedByType",
75
75
  type: {
76
- name: "String"
77
- }
76
+ name: "String",
77
+ },
78
78
  },
79
79
  lastModifiedAt: {
80
80
  serializedName: "lastModifiedAt",
81
81
  type: {
82
- name: "DateTime"
83
- }
84
- }
85
- }
86
- }
82
+ name: "DateTime",
83
+ },
84
+ },
85
+ },
86
+ },
87
87
  };
88
88
  export const CloudError = {
89
89
  type: {
@@ -94,11 +94,11 @@ export const CloudError = {
94
94
  serializedName: "error",
95
95
  type: {
96
96
  name: "Composite",
97
- className: "CloudErrorBody"
98
- }
99
- }
100
- }
101
- }
97
+ className: "CloudErrorBody",
98
+ },
99
+ },
100
+ },
101
+ },
102
102
  };
103
103
  export const CloudErrorBody = {
104
104
  type: {
@@ -108,20 +108,20 @@ export const CloudErrorBody = {
108
108
  code: {
109
109
  serializedName: "code",
110
110
  type: {
111
- name: "String"
112
- }
111
+ name: "String",
112
+ },
113
113
  },
114
114
  message: {
115
115
  serializedName: "message",
116
116
  type: {
117
- name: "String"
118
- }
117
+ name: "String",
118
+ },
119
119
  },
120
120
  target: {
121
121
  serializedName: "target",
122
122
  type: {
123
- name: "String"
124
- }
123
+ name: "String",
124
+ },
125
125
  },
126
126
  details: {
127
127
  serializedName: "details",
@@ -130,13 +130,13 @@ export const CloudErrorBody = {
130
130
  element: {
131
131
  type: {
132
132
  name: "Composite",
133
- className: "CloudErrorBody"
134
- }
135
- }
136
- }
137
- }
138
- }
139
- }
133
+ className: "CloudErrorBody",
134
+ },
135
+ },
136
+ },
137
+ },
138
+ },
139
+ },
140
140
  };
141
141
  export const OperationListResult = {
142
142
  type: {
@@ -150,19 +150,19 @@ export const OperationListResult = {
150
150
  element: {
151
151
  type: {
152
152
  name: "Composite",
153
- className: "Operation"
154
- }
155
- }
156
- }
153
+ className: "Operation",
154
+ },
155
+ },
156
+ },
157
157
  },
158
158
  nextLink: {
159
159
  serializedName: "nextLink",
160
160
  type: {
161
- name: "String"
162
- }
163
- }
164
- }
165
- }
161
+ name: "String",
162
+ },
163
+ },
164
+ },
165
+ },
166
166
  };
167
167
  export const Operation = {
168
168
  type: {
@@ -172,18 +172,18 @@ export const Operation = {
172
172
  name: {
173
173
  serializedName: "name",
174
174
  type: {
175
- name: "String"
176
- }
175
+ name: "String",
176
+ },
177
177
  },
178
178
  display: {
179
179
  serializedName: "display",
180
180
  type: {
181
181
  name: "Composite",
182
- className: "OperationDisplay"
183
- }
184
- }
185
- }
186
- }
182
+ className: "OperationDisplay",
183
+ },
184
+ },
185
+ },
186
+ },
187
187
  };
188
188
  export const OperationDisplay = {
189
189
  type: {
@@ -193,29 +193,29 @@ export const OperationDisplay = {
193
193
  provider: {
194
194
  serializedName: "provider",
195
195
  type: {
196
- name: "String"
197
- }
196
+ name: "String",
197
+ },
198
198
  },
199
199
  operation: {
200
200
  serializedName: "operation",
201
201
  type: {
202
- name: "String"
203
- }
202
+ name: "String",
203
+ },
204
204
  },
205
205
  resource: {
206
206
  serializedName: "resource",
207
207
  type: {
208
- name: "String"
209
- }
208
+ name: "String",
209
+ },
210
210
  },
211
211
  description: {
212
212
  serializedName: "description",
213
213
  type: {
214
- name: "String"
215
- }
216
- }
217
- }
218
- }
214
+ name: "String",
215
+ },
216
+ },
217
+ },
218
+ },
219
219
  };
220
220
  export const UserAssignedIdentitiesListResult = {
221
221
  type: {
@@ -229,19 +229,19 @@ export const UserAssignedIdentitiesListResult = {
229
229
  element: {
230
230
  type: {
231
231
  name: "Composite",
232
- className: "Identity"
233
- }
234
- }
235
- }
232
+ className: "Identity",
233
+ },
234
+ },
235
+ },
236
236
  },
237
237
  nextLink: {
238
238
  serializedName: "nextLink",
239
239
  type: {
240
- name: "String"
241
- }
242
- }
243
- }
244
- }
240
+ name: "String",
241
+ },
242
+ },
243
+ },
244
+ },
245
245
  };
246
246
  export const FederatedIdentityCredentialsListResult = {
247
247
  type: {
@@ -255,175 +255,218 @@ export const FederatedIdentityCredentialsListResult = {
255
255
  element: {
256
256
  type: {
257
257
  name: "Composite",
258
- className: "FederatedIdentityCredential"
259
- }
260
- }
261
- }
258
+ className: "FederatedIdentityCredential",
259
+ },
260
+ },
261
+ },
262
262
  },
263
263
  nextLink: {
264
264
  serializedName: "nextLink",
265
265
  type: {
266
- name: "String"
267
- }
268
- }
269
- }
270
- }
266
+ name: "String",
267
+ },
268
+ },
269
+ },
270
+ },
271
271
  };
272
272
  export const ProxyResource = {
273
273
  type: {
274
274
  name: "Composite",
275
275
  className: "ProxyResource",
276
- modelProperties: Object.assign({}, Resource.type.modelProperties)
277
- }
276
+ modelProperties: {
277
+ ...Resource.type.modelProperties,
278
+ },
279
+ },
278
280
  };
279
281
  export const TrackedResource = {
280
282
  type: {
281
283
  name: "Composite",
282
284
  className: "TrackedResource",
283
- modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
285
+ modelProperties: {
286
+ ...Resource.type.modelProperties,
287
+ tags: {
284
288
  serializedName: "tags",
285
289
  type: {
286
290
  name: "Dictionary",
287
- value: { type: { name: "String" } }
288
- }
289
- }, location: {
291
+ value: { type: { name: "String" } },
292
+ },
293
+ },
294
+ location: {
290
295
  serializedName: "location",
291
296
  required: true,
292
297
  type: {
293
- name: "String"
294
- }
295
- } })
296
- }
298
+ name: "String",
299
+ },
300
+ },
301
+ },
302
+ },
297
303
  };
298
304
  export const IdentityUpdate = {
299
305
  type: {
300
306
  name: "Composite",
301
307
  className: "IdentityUpdate",
302
- modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { location: {
308
+ modelProperties: {
309
+ ...Resource.type.modelProperties,
310
+ location: {
303
311
  serializedName: "location",
304
312
  type: {
305
- name: "String"
306
- }
307
- }, tags: {
313
+ name: "String",
314
+ },
315
+ },
316
+ tags: {
308
317
  serializedName: "tags",
309
318
  type: {
310
319
  name: "Dictionary",
311
- value: { type: { name: "String" } }
312
- }
313
- }, tenantId: {
320
+ value: { type: { name: "String" } },
321
+ },
322
+ },
323
+ tenantId: {
314
324
  serializedName: "properties.tenantId",
315
325
  readOnly: true,
316
326
  type: {
317
- name: "Uuid"
318
- }
319
- }, principalId: {
327
+ name: "Uuid",
328
+ },
329
+ },
330
+ principalId: {
320
331
  serializedName: "properties.principalId",
321
332
  readOnly: true,
322
333
  type: {
323
- name: "Uuid"
324
- }
325
- }, clientId: {
334
+ name: "Uuid",
335
+ },
336
+ },
337
+ clientId: {
326
338
  serializedName: "properties.clientId",
327
339
  readOnly: true,
328
340
  type: {
329
- name: "Uuid"
330
- }
331
- } })
332
- }
341
+ name: "Uuid",
342
+ },
343
+ },
344
+ isolationScope: {
345
+ serializedName: "properties.isolationScope",
346
+ type: {
347
+ name: "String",
348
+ },
349
+ },
350
+ },
351
+ },
333
352
  };
334
353
  export const SystemAssignedIdentity = {
335
354
  type: {
336
355
  name: "Composite",
337
356
  className: "SystemAssignedIdentity",
338
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { location: {
357
+ modelProperties: {
358
+ ...ProxyResource.type.modelProperties,
359
+ location: {
339
360
  serializedName: "location",
340
361
  required: true,
341
362
  type: {
342
- name: "String"
343
- }
344
- }, tags: {
363
+ name: "String",
364
+ },
365
+ },
366
+ tags: {
345
367
  serializedName: "tags",
346
368
  type: {
347
369
  name: "Dictionary",
348
- value: { type: { name: "String" } }
349
- }
350
- }, tenantId: {
370
+ value: { type: { name: "String" } },
371
+ },
372
+ },
373
+ tenantId: {
351
374
  serializedName: "properties.tenantId",
352
375
  readOnly: true,
353
376
  type: {
354
- name: "Uuid"
355
- }
356
- }, principalId: {
377
+ name: "Uuid",
378
+ },
379
+ },
380
+ principalId: {
357
381
  serializedName: "properties.principalId",
358
382
  readOnly: true,
359
383
  type: {
360
- name: "Uuid"
361
- }
362
- }, clientId: {
384
+ name: "Uuid",
385
+ },
386
+ },
387
+ clientId: {
363
388
  serializedName: "properties.clientId",
364
389
  readOnly: true,
365
390
  type: {
366
- name: "Uuid"
367
- }
368
- }, clientSecretUrl: {
391
+ name: "Uuid",
392
+ },
393
+ },
394
+ clientSecretUrl: {
369
395
  serializedName: "properties.clientSecretUrl",
370
396
  readOnly: true,
371
397
  type: {
372
- name: "String"
373
- }
374
- } })
375
- }
398
+ name: "String",
399
+ },
400
+ },
401
+ },
402
+ },
376
403
  };
377
404
  export const FederatedIdentityCredential = {
378
405
  type: {
379
406
  name: "Composite",
380
407
  className: "FederatedIdentityCredential",
381
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { issuer: {
408
+ modelProperties: {
409
+ ...ProxyResource.type.modelProperties,
410
+ issuer: {
382
411
  serializedName: "properties.issuer",
383
412
  type: {
384
- name: "String"
385
- }
386
- }, subject: {
413
+ name: "String",
414
+ },
415
+ },
416
+ subject: {
387
417
  serializedName: "properties.subject",
388
418
  type: {
389
- name: "String"
390
- }
391
- }, audiences: {
419
+ name: "String",
420
+ },
421
+ },
422
+ audiences: {
392
423
  serializedName: "properties.audiences",
393
424
  type: {
394
425
  name: "Sequence",
395
426
  element: {
396
427
  type: {
397
- name: "String"
398
- }
399
- }
400
- }
401
- } })
402
- }
428
+ name: "String",
429
+ },
430
+ },
431
+ },
432
+ },
433
+ },
434
+ },
403
435
  };
404
436
  export const Identity = {
405
437
  type: {
406
438
  name: "Composite",
407
439
  className: "Identity",
408
- modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { tenantId: {
440
+ modelProperties: {
441
+ ...TrackedResource.type.modelProperties,
442
+ tenantId: {
409
443
  serializedName: "properties.tenantId",
410
444
  readOnly: true,
411
445
  type: {
412
- name: "Uuid"
413
- }
414
- }, principalId: {
446
+ name: "Uuid",
447
+ },
448
+ },
449
+ principalId: {
415
450
  serializedName: "properties.principalId",
416
451
  readOnly: true,
417
452
  type: {
418
- name: "Uuid"
419
- }
420
- }, clientId: {
453
+ name: "Uuid",
454
+ },
455
+ },
456
+ clientId: {
421
457
  serializedName: "properties.clientId",
422
458
  readOnly: true,
423
459
  type: {
424
- name: "Uuid"
425
- }
426
- } })
427
- }
460
+ name: "Uuid",
461
+ },
462
+ },
463
+ isolationScope: {
464
+ serializedName: "properties.isolationScope",
465
+ type: {
466
+ name: "String",
467
+ },
468
+ },
469
+ },
470
+ },
428
471
  };
429
472
  //# sourceMappingURL=mappers.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const CloudError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\"\n }\n }\n }\n }\n};\n\nexport const CloudErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UserAssignedIdentitiesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentitiesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FederatedIdentityCredentialsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FederatedIdentityCredentialsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FederatedIdentityCredential\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IdentityUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityUpdate\",\n modelProperties: {\n ...Resource.type.modelProperties,\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n principalId: {\n serializedName: \"properties.principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n clientId: {\n serializedName: \"properties.clientId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n }\n }\n }\n};\n\nexport const SystemAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemAssignedIdentity\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n principalId: {\n serializedName: \"properties.principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n clientId: {\n serializedName: \"properties.clientId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n clientSecretUrl: {\n serializedName: \"properties.clientSecretUrl\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FederatedIdentityCredential: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FederatedIdentityCredential\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n issuer: {\n serializedName: \"properties.issuer\",\n type: {\n name: \"String\"\n }\n },\n subject: {\n serializedName: \"properties.subject\",\n type: {\n name: \"String\"\n }\n },\n audiences: {\n serializedName: \"properties.audiences\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Identity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n principalId: {\n serializedName: \"properties.principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n clientId: {\n serializedName: \"properties.clientId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n }\n }\n }\n};\n"]}
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const CloudError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n },\n },\n },\n },\n};\n\nexport const CloudErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UserAssignedIdentitiesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentitiesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Identity\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FederatedIdentityCredentialsListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"FederatedIdentityCredentialsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FederatedIdentityCredential\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityUpdate\",\n modelProperties: {\n ...Resource.type.modelProperties,\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n principalId: {\n serializedName: \"properties.principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n clientId: {\n serializedName: \"properties.clientId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n isolationScope: {\n serializedName: \"properties.isolationScope\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SystemAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemAssignedIdentity\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n principalId: {\n serializedName: \"properties.principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n clientId: {\n serializedName: \"properties.clientId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n clientSecretUrl: {\n serializedName: \"properties.clientSecretUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FederatedIdentityCredential: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FederatedIdentityCredential\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n issuer: {\n serializedName: \"properties.issuer\",\n type: {\n name: \"String\",\n },\n },\n subject: {\n serializedName: \"properties.subject\",\n type: {\n name: \"String\",\n },\n },\n audiences: {\n serializedName: \"properties.audiences\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Identity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n principalId: {\n serializedName: \"properties.principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n clientId: {\n serializedName: \"properties.clientId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n isolationScope: {\n serializedName: \"properties.isolationScope\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n"]}