@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
@@ -17,32 +17,32 @@ exports.Resource = {
17
17
  serializedName: "id",
18
18
  readOnly: true,
19
19
  type: {
20
- name: "String"
21
- }
20
+ name: "String",
21
+ },
22
22
  },
23
23
  name: {
24
24
  serializedName: "name",
25
25
  readOnly: true,
26
26
  type: {
27
- name: "String"
28
- }
27
+ name: "String",
28
+ },
29
29
  },
30
30
  type: {
31
31
  serializedName: "type",
32
32
  readOnly: true,
33
33
  type: {
34
- name: "String"
35
- }
34
+ name: "String",
35
+ },
36
36
  },
37
37
  systemData: {
38
38
  serializedName: "systemData",
39
39
  type: {
40
40
  name: "Composite",
41
- className: "SystemData"
42
- }
43
- }
44
- }
45
- }
41
+ className: "SystemData",
42
+ },
43
+ },
44
+ },
45
+ },
46
46
  };
47
47
  exports.SystemData = {
48
48
  type: {
@@ -52,41 +52,41 @@ exports.SystemData = {
52
52
  createdBy: {
53
53
  serializedName: "createdBy",
54
54
  type: {
55
- name: "String"
56
- }
55
+ name: "String",
56
+ },
57
57
  },
58
58
  createdByType: {
59
59
  serializedName: "createdByType",
60
60
  type: {
61
- name: "String"
62
- }
61
+ name: "String",
62
+ },
63
63
  },
64
64
  createdAt: {
65
65
  serializedName: "createdAt",
66
66
  type: {
67
- name: "DateTime"
68
- }
67
+ name: "DateTime",
68
+ },
69
69
  },
70
70
  lastModifiedBy: {
71
71
  serializedName: "lastModifiedBy",
72
72
  type: {
73
- name: "String"
74
- }
73
+ name: "String",
74
+ },
75
75
  },
76
76
  lastModifiedByType: {
77
77
  serializedName: "lastModifiedByType",
78
78
  type: {
79
- name: "String"
80
- }
79
+ name: "String",
80
+ },
81
81
  },
82
82
  lastModifiedAt: {
83
83
  serializedName: "lastModifiedAt",
84
84
  type: {
85
- name: "DateTime"
86
- }
87
- }
88
- }
89
- }
85
+ name: "DateTime",
86
+ },
87
+ },
88
+ },
89
+ },
90
90
  };
91
91
  exports.CloudError = {
92
92
  type: {
@@ -97,11 +97,11 @@ exports.CloudError = {
97
97
  serializedName: "error",
98
98
  type: {
99
99
  name: "Composite",
100
- className: "CloudErrorBody"
101
- }
102
- }
103
- }
104
- }
100
+ className: "CloudErrorBody",
101
+ },
102
+ },
103
+ },
104
+ },
105
105
  };
106
106
  exports.CloudErrorBody = {
107
107
  type: {
@@ -111,20 +111,20 @@ exports.CloudErrorBody = {
111
111
  code: {
112
112
  serializedName: "code",
113
113
  type: {
114
- name: "String"
115
- }
114
+ name: "String",
115
+ },
116
116
  },
117
117
  message: {
118
118
  serializedName: "message",
119
119
  type: {
120
- name: "String"
121
- }
120
+ name: "String",
121
+ },
122
122
  },
123
123
  target: {
124
124
  serializedName: "target",
125
125
  type: {
126
- name: "String"
127
- }
126
+ name: "String",
127
+ },
128
128
  },
129
129
  details: {
130
130
  serializedName: "details",
@@ -133,13 +133,13 @@ exports.CloudErrorBody = {
133
133
  element: {
134
134
  type: {
135
135
  name: "Composite",
136
- className: "CloudErrorBody"
137
- }
138
- }
139
- }
140
- }
141
- }
142
- }
136
+ className: "CloudErrorBody",
137
+ },
138
+ },
139
+ },
140
+ },
141
+ },
142
+ },
143
143
  };
144
144
  exports.OperationListResult = {
145
145
  type: {
@@ -153,19 +153,19 @@ exports.OperationListResult = {
153
153
  element: {
154
154
  type: {
155
155
  name: "Composite",
156
- className: "Operation"
157
- }
158
- }
159
- }
156
+ className: "Operation",
157
+ },
158
+ },
159
+ },
160
160
  },
161
161
  nextLink: {
162
162
  serializedName: "nextLink",
163
163
  type: {
164
- name: "String"
165
- }
166
- }
167
- }
168
- }
164
+ name: "String",
165
+ },
166
+ },
167
+ },
168
+ },
169
169
  };
170
170
  exports.Operation = {
171
171
  type: {
@@ -175,18 +175,18 @@ exports.Operation = {
175
175
  name: {
176
176
  serializedName: "name",
177
177
  type: {
178
- name: "String"
179
- }
178
+ name: "String",
179
+ },
180
180
  },
181
181
  display: {
182
182
  serializedName: "display",
183
183
  type: {
184
184
  name: "Composite",
185
- className: "OperationDisplay"
186
- }
187
- }
188
- }
189
- }
185
+ className: "OperationDisplay",
186
+ },
187
+ },
188
+ },
189
+ },
190
190
  };
191
191
  exports.OperationDisplay = {
192
192
  type: {
@@ -196,29 +196,29 @@ exports.OperationDisplay = {
196
196
  provider: {
197
197
  serializedName: "provider",
198
198
  type: {
199
- name: "String"
200
- }
199
+ name: "String",
200
+ },
201
201
  },
202
202
  operation: {
203
203
  serializedName: "operation",
204
204
  type: {
205
- name: "String"
206
- }
205
+ name: "String",
206
+ },
207
207
  },
208
208
  resource: {
209
209
  serializedName: "resource",
210
210
  type: {
211
- name: "String"
212
- }
211
+ name: "String",
212
+ },
213
213
  },
214
214
  description: {
215
215
  serializedName: "description",
216
216
  type: {
217
- name: "String"
218
- }
219
- }
220
- }
221
- }
217
+ name: "String",
218
+ },
219
+ },
220
+ },
221
+ },
222
222
  };
223
223
  exports.UserAssignedIdentitiesListResult = {
224
224
  type: {
@@ -232,19 +232,19 @@ exports.UserAssignedIdentitiesListResult = {
232
232
  element: {
233
233
  type: {
234
234
  name: "Composite",
235
- className: "Identity"
236
- }
237
- }
238
- }
235
+ className: "Identity",
236
+ },
237
+ },
238
+ },
239
239
  },
240
240
  nextLink: {
241
241
  serializedName: "nextLink",
242
242
  type: {
243
- name: "String"
244
- }
245
- }
246
- }
247
- }
243
+ name: "String",
244
+ },
245
+ },
246
+ },
247
+ },
248
248
  };
249
249
  exports.FederatedIdentityCredentialsListResult = {
250
250
  type: {
@@ -258,175 +258,218 @@ exports.FederatedIdentityCredentialsListResult = {
258
258
  element: {
259
259
  type: {
260
260
  name: "Composite",
261
- className: "FederatedIdentityCredential"
262
- }
263
- }
264
- }
261
+ className: "FederatedIdentityCredential",
262
+ },
263
+ },
264
+ },
265
265
  },
266
266
  nextLink: {
267
267
  serializedName: "nextLink",
268
268
  type: {
269
- name: "String"
270
- }
271
- }
272
- }
273
- }
269
+ name: "String",
270
+ },
271
+ },
272
+ },
273
+ },
274
274
  };
275
275
  exports.ProxyResource = {
276
276
  type: {
277
277
  name: "Composite",
278
278
  className: "ProxyResource",
279
- modelProperties: Object.assign({}, exports.Resource.type.modelProperties)
280
- }
279
+ modelProperties: {
280
+ ...exports.Resource.type.modelProperties,
281
+ },
282
+ },
281
283
  };
282
284
  exports.TrackedResource = {
283
285
  type: {
284
286
  name: "Composite",
285
287
  className: "TrackedResource",
286
- modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { tags: {
288
+ modelProperties: {
289
+ ...exports.Resource.type.modelProperties,
290
+ tags: {
287
291
  serializedName: "tags",
288
292
  type: {
289
293
  name: "Dictionary",
290
- value: { type: { name: "String" } }
291
- }
292
- }, location: {
294
+ value: { type: { name: "String" } },
295
+ },
296
+ },
297
+ location: {
293
298
  serializedName: "location",
294
299
  required: true,
295
300
  type: {
296
- name: "String"
297
- }
298
- } })
299
- }
301
+ name: "String",
302
+ },
303
+ },
304
+ },
305
+ },
300
306
  };
301
307
  exports.IdentityUpdate = {
302
308
  type: {
303
309
  name: "Composite",
304
310
  className: "IdentityUpdate",
305
- modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { location: {
311
+ modelProperties: {
312
+ ...exports.Resource.type.modelProperties,
313
+ location: {
306
314
  serializedName: "location",
307
315
  type: {
308
- name: "String"
309
- }
310
- }, tags: {
316
+ name: "String",
317
+ },
318
+ },
319
+ tags: {
311
320
  serializedName: "tags",
312
321
  type: {
313
322
  name: "Dictionary",
314
- value: { type: { name: "String" } }
315
- }
316
- }, tenantId: {
323
+ value: { type: { name: "String" } },
324
+ },
325
+ },
326
+ tenantId: {
317
327
  serializedName: "properties.tenantId",
318
328
  readOnly: true,
319
329
  type: {
320
- name: "Uuid"
321
- }
322
- }, principalId: {
330
+ name: "Uuid",
331
+ },
332
+ },
333
+ principalId: {
323
334
  serializedName: "properties.principalId",
324
335
  readOnly: true,
325
336
  type: {
326
- name: "Uuid"
327
- }
328
- }, clientId: {
337
+ name: "Uuid",
338
+ },
339
+ },
340
+ clientId: {
329
341
  serializedName: "properties.clientId",
330
342
  readOnly: true,
331
343
  type: {
332
- name: "Uuid"
333
- }
334
- } })
335
- }
344
+ name: "Uuid",
345
+ },
346
+ },
347
+ isolationScope: {
348
+ serializedName: "properties.isolationScope",
349
+ type: {
350
+ name: "String",
351
+ },
352
+ },
353
+ },
354
+ },
336
355
  };
337
356
  exports.SystemAssignedIdentity = {
338
357
  type: {
339
358
  name: "Composite",
340
359
  className: "SystemAssignedIdentity",
341
- modelProperties: Object.assign(Object.assign({}, exports.ProxyResource.type.modelProperties), { location: {
360
+ modelProperties: {
361
+ ...exports.ProxyResource.type.modelProperties,
362
+ location: {
342
363
  serializedName: "location",
343
364
  required: true,
344
365
  type: {
345
- name: "String"
346
- }
347
- }, tags: {
366
+ name: "String",
367
+ },
368
+ },
369
+ tags: {
348
370
  serializedName: "tags",
349
371
  type: {
350
372
  name: "Dictionary",
351
- value: { type: { name: "String" } }
352
- }
353
- }, tenantId: {
373
+ value: { type: { name: "String" } },
374
+ },
375
+ },
376
+ tenantId: {
354
377
  serializedName: "properties.tenantId",
355
378
  readOnly: true,
356
379
  type: {
357
- name: "Uuid"
358
- }
359
- }, principalId: {
380
+ name: "Uuid",
381
+ },
382
+ },
383
+ principalId: {
360
384
  serializedName: "properties.principalId",
361
385
  readOnly: true,
362
386
  type: {
363
- name: "Uuid"
364
- }
365
- }, clientId: {
387
+ name: "Uuid",
388
+ },
389
+ },
390
+ clientId: {
366
391
  serializedName: "properties.clientId",
367
392
  readOnly: true,
368
393
  type: {
369
- name: "Uuid"
370
- }
371
- }, clientSecretUrl: {
394
+ name: "Uuid",
395
+ },
396
+ },
397
+ clientSecretUrl: {
372
398
  serializedName: "properties.clientSecretUrl",
373
399
  readOnly: true,
374
400
  type: {
375
- name: "String"
376
- }
377
- } })
378
- }
401
+ name: "String",
402
+ },
403
+ },
404
+ },
405
+ },
379
406
  };
380
407
  exports.FederatedIdentityCredential = {
381
408
  type: {
382
409
  name: "Composite",
383
410
  className: "FederatedIdentityCredential",
384
- modelProperties: Object.assign(Object.assign({}, exports.ProxyResource.type.modelProperties), { issuer: {
411
+ modelProperties: {
412
+ ...exports.ProxyResource.type.modelProperties,
413
+ issuer: {
385
414
  serializedName: "properties.issuer",
386
415
  type: {
387
- name: "String"
388
- }
389
- }, subject: {
416
+ name: "String",
417
+ },
418
+ },
419
+ subject: {
390
420
  serializedName: "properties.subject",
391
421
  type: {
392
- name: "String"
393
- }
394
- }, audiences: {
422
+ name: "String",
423
+ },
424
+ },
425
+ audiences: {
395
426
  serializedName: "properties.audiences",
396
427
  type: {
397
428
  name: "Sequence",
398
429
  element: {
399
430
  type: {
400
- name: "String"
401
- }
402
- }
403
- }
404
- } })
405
- }
431
+ name: "String",
432
+ },
433
+ },
434
+ },
435
+ },
436
+ },
437
+ },
406
438
  };
407
439
  exports.Identity = {
408
440
  type: {
409
441
  name: "Composite",
410
442
  className: "Identity",
411
- modelProperties: Object.assign(Object.assign({}, exports.TrackedResource.type.modelProperties), { tenantId: {
443
+ modelProperties: {
444
+ ...exports.TrackedResource.type.modelProperties,
445
+ tenantId: {
412
446
  serializedName: "properties.tenantId",
413
447
  readOnly: true,
414
448
  type: {
415
- name: "Uuid"
416
- }
417
- }, principalId: {
449
+ name: "Uuid",
450
+ },
451
+ },
452
+ principalId: {
418
453
  serializedName: "properties.principalId",
419
454
  readOnly: true,
420
455
  type: {
421
- name: "Uuid"
422
- }
423
- }, clientId: {
456
+ name: "Uuid",
457
+ },
458
+ },
459
+ clientId: {
424
460
  serializedName: "properties.clientId",
425
461
  readOnly: true,
426
462
  type: {
427
- name: "Uuid"
428
- }
429
- } })
430
- }
463
+ name: "Uuid",
464
+ },
465
+ },
466
+ isolationScope: {
467
+ serializedName: "properties.isolationScope",
468
+ type: {
469
+ name: "String",
470
+ },
471
+ },
472
+ },
473
+ },
431
474
  };
432
475
  //# 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"]}