@azure/arm-subscriptions 3.1.2 → 4.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.
Files changed (184) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/{LICENSE.txt → LICENSE} +2 -2
  3. package/README.md +68 -79
  4. package/dist/index.js +1772 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/dist-esm/src/index.js +12 -0
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +514 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +36 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +29 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/dist-esm/src/models/mappers.js +825 -0
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +14 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +110 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/alias.d.ts +53 -0
  29. package/dist-esm/src/operations/alias.d.ts.map +1 -0
  30. package/dist-esm/src/operations/alias.js +180 -0
  31. package/dist-esm/src/operations/alias.js.map +1 -0
  32. package/dist-esm/src/operations/billingAccount.d.ts +19 -0
  33. package/dist-esm/src/operations/billingAccount.d.ts.map +1 -0
  34. package/dist-esm/src/operations/billingAccount.js +47 -0
  35. package/dist-esm/src/operations/billingAccount.js.map +1 -0
  36. package/dist-esm/src/operations/index.d.ts +6 -0
  37. package/dist-esm/src/operations/index.d.ts.map +1 -0
  38. package/dist-esm/src/operations/index.js +13 -0
  39. package/dist-esm/src/operations/index.js.map +1 -0
  40. package/dist-esm/src/operations/operations.d.ts +32 -0
  41. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  42. package/dist-esm/src/operations/operations.js +120 -0
  43. package/dist-esm/src/operations/operations.js.map +1 -0
  44. package/dist-esm/src/operations/subscription.d.ts +53 -0
  45. package/dist-esm/src/operations/subscription.d.ts.map +1 -0
  46. package/dist-esm/src/operations/subscription.js +201 -0
  47. package/dist-esm/src/operations/subscription.js.map +1 -0
  48. package/dist-esm/src/operations/subscriptionPolicy.d.ts +43 -0
  49. package/dist-esm/src/operations/subscriptionPolicy.d.ts.map +1 -0
  50. package/dist-esm/src/operations/subscriptionPolicy.js +169 -0
  51. package/dist-esm/src/operations/subscriptionPolicy.js.map +1 -0
  52. package/dist-esm/src/operationsInterfaces/alias.d.ts +45 -0
  53. package/dist-esm/src/operationsInterfaces/alias.d.ts.map +1 -0
  54. package/dist-esm/src/operationsInterfaces/alias.js +9 -0
  55. package/dist-esm/src/operationsInterfaces/alias.js.map +1 -0
  56. package/dist-esm/src/operationsInterfaces/billingAccount.d.ts +11 -0
  57. package/dist-esm/src/operationsInterfaces/billingAccount.d.ts.map +1 -0
  58. package/dist-esm/src/operationsInterfaces/billingAccount.js +9 -0
  59. package/dist-esm/src/operationsInterfaces/billingAccount.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
  61. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  62. package/dist-esm/src/operationsInterfaces/index.js +13 -0
  63. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  65. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  67. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/subscription.d.ts +45 -0
  69. package/dist-esm/src/operationsInterfaces/subscription.d.ts.map +1 -0
  70. package/dist-esm/src/operationsInterfaces/subscription.js +9 -0
  71. package/dist-esm/src/operationsInterfaces/subscription.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/subscriptionPolicy.d.ts +22 -0
  73. package/dist-esm/src/operationsInterfaces/subscriptionPolicy.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/subscriptionPolicy.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/subscriptionPolicy.js.map +1 -0
  76. package/dist-esm/src/subscriptionClient.d.ts +20 -0
  77. package/dist-esm/src/subscriptionClient.d.ts.map +1 -0
  78. package/dist-esm/src/subscriptionClient.js +49 -0
  79. package/dist-esm/src/subscriptionClient.js.map +1 -0
  80. package/dist-esm/test/sampleTest.d.ts +2 -0
  81. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  82. package/dist-esm/test/sampleTest.js +40 -0
  83. package/dist-esm/test/sampleTest.js.map +1 -0
  84. package/package.json +65 -32
  85. package/review/arm-subscriptions.api.md +446 -0
  86. package/rollup.config.js +181 -30
  87. package/src/index.ts +12 -0
  88. package/src/lroImpl.ts +34 -0
  89. package/src/models/index.ts +449 -555
  90. package/src/models/mappers.ts +506 -250
  91. package/src/models/parameters.ts +82 -27
  92. package/src/operations/alias.ts +170 -170
  93. package/src/operations/billingAccount.ts +65 -0
  94. package/src/operations/index.ts +6 -8
  95. package/src/operations/operations.ts +103 -40
  96. package/src/operations/subscription.ts +289 -0
  97. package/src/operations/subscriptionPolicy.ts +207 -0
  98. package/src/operationsInterfaces/alias.ts +75 -0
  99. package/src/operationsInterfaces/billingAccount.ts +25 -0
  100. package/src/operationsInterfaces/index.ts +13 -0
  101. package/src/operationsInterfaces/operations.ts +22 -0
  102. package/src/operationsInterfaces/subscription.ts +92 -0
  103. package/src/operationsInterfaces/subscriptionPolicy.ts +46 -0
  104. package/src/subscriptionClient.ts +75 -43
  105. package/tsconfig.json +3 -3
  106. package/types/arm-subscriptions.d.ts +727 -0
  107. package/types/tsdoc-metadata.json +11 -0
  108. package/dist/arm-subscriptions.js +0 -1442
  109. package/dist/arm-subscriptions.js.map +0 -1
  110. package/dist/arm-subscriptions.min.js +0 -1
  111. package/dist/arm-subscriptions.min.js.map +0 -1
  112. package/esm/models/aliasMappers.d.ts +0 -2
  113. package/esm/models/aliasMappers.d.ts.map +0 -1
  114. package/esm/models/aliasMappers.js +0 -9
  115. package/esm/models/aliasMappers.js.map +0 -1
  116. package/esm/models/index.d.ts +0 -624
  117. package/esm/models/index.d.ts.map +0 -1
  118. package/esm/models/index.js +0 -8
  119. package/esm/models/index.js.map +0 -1
  120. package/esm/models/mappers.d.ts +0 -25
  121. package/esm/models/mappers.d.ts.map +0 -1
  122. package/esm/models/mappers.js +0 -574
  123. package/esm/models/mappers.js.map +0 -1
  124. package/esm/models/operationsMappers.d.ts +0 -2
  125. package/esm/models/operationsMappers.d.ts.map +0 -1
  126. package/esm/models/operationsMappers.js +0 -9
  127. package/esm/models/operationsMappers.js.map +0 -1
  128. package/esm/models/parameters.d.ts +0 -8
  129. package/esm/models/parameters.d.ts.map +0 -1
  130. package/esm/models/parameters.js +0 -75
  131. package/esm/models/parameters.js.map +0 -1
  132. package/esm/models/subscriptionOperationsMappers.d.ts +0 -2
  133. package/esm/models/subscriptionOperationsMappers.d.ts.map +0 -1
  134. package/esm/models/subscriptionOperationsMappers.js +0 -9
  135. package/esm/models/subscriptionOperationsMappers.js.map +0 -1
  136. package/esm/models/subscriptionsMappers.d.ts +0 -2
  137. package/esm/models/subscriptionsMappers.d.ts.map +0 -1
  138. package/esm/models/subscriptionsMappers.js +0 -9
  139. package/esm/models/subscriptionsMappers.js.map +0 -1
  140. package/esm/models/tenantsMappers.d.ts +0 -2
  141. package/esm/models/tenantsMappers.d.ts.map +0 -1
  142. package/esm/models/tenantsMappers.js +0 -9
  143. package/esm/models/tenantsMappers.js.map +0 -1
  144. package/esm/operations/alias.d.ts +0 -81
  145. package/esm/operations/alias.d.ts.map +0 -1
  146. package/esm/operations/alias.js +0 -161
  147. package/esm/operations/alias.js.map +0 -1
  148. package/esm/operations/index.d.ts +0 -6
  149. package/esm/operations/index.d.ts.map +0 -1
  150. package/esm/operations/index.js +0 -15
  151. package/esm/operations/index.js.map +0 -1
  152. package/esm/operations/operations.d.ts +0 -28
  153. package/esm/operations/operations.d.ts.map +0 -1
  154. package/esm/operations/operations.js +0 -51
  155. package/esm/operations/operations.js.map +0 -1
  156. package/esm/operations/subscriptionOperations.d.ts +0 -70
  157. package/esm/operations/subscriptionOperations.d.ts.map +0 -1
  158. package/esm/operations/subscriptionOperations.js +0 -117
  159. package/esm/operations/subscriptionOperations.js.map +0 -1
  160. package/esm/operations/subscriptions.d.ts +0 -84
  161. package/esm/operations/subscriptions.d.ts.map +0 -1
  162. package/esm/operations/subscriptions.js +0 -133
  163. package/esm/operations/subscriptions.js.map +0 -1
  164. package/esm/operations/tenants.d.ts +0 -46
  165. package/esm/operations/tenants.d.ts.map +0 -1
  166. package/esm/operations/tenants.js +0 -77
  167. package/esm/operations/tenants.js.map +0 -1
  168. package/esm/subscriptionClient.d.ts +0 -27
  169. package/esm/subscriptionClient.d.ts.map +0 -1
  170. package/esm/subscriptionClient.js +0 -41
  171. package/esm/subscriptionClient.js.map +0 -1
  172. package/esm/subscriptionClientContext.d.ts +0 -19
  173. package/esm/subscriptionClientContext.d.ts.map +0 -1
  174. package/esm/subscriptionClientContext.js +0 -55
  175. package/esm/subscriptionClientContext.js.map +0 -1
  176. package/src/models/aliasMappers.ts +0 -18
  177. package/src/models/operationsMappers.ts +0 -14
  178. package/src/models/subscriptionOperationsMappers.ts +0 -15
  179. package/src/models/subscriptionsMappers.ts +0 -16
  180. package/src/models/tenantsMappers.ts +0 -13
  181. package/src/operations/subscriptionOperations.ts +0 -194
  182. package/src/operations/subscriptions.ts +0 -227
  183. package/src/operations/tenants.ts +0 -123
  184. package/src/subscriptionClientContext.ts +0 -60
@@ -1,574 +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 license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { CloudErrorMapper, BaseResourceMapper } from "@azure/ms-rest-azure-js";
9
- export var CloudError = CloudErrorMapper;
10
- export var BaseResource = BaseResourceMapper;
11
- export var Location = {
12
- serializedName: "Location",
13
- type: {
14
- name: "Composite",
15
- className: "Location",
16
- modelProperties: {
17
- id: {
18
- readOnly: true,
19
- serializedName: "id",
20
- type: {
21
- name: "String"
22
- }
23
- },
24
- subscriptionId: {
25
- readOnly: true,
26
- serializedName: "subscriptionId",
27
- type: {
28
- name: "String"
29
- }
30
- },
31
- name: {
32
- readOnly: true,
33
- serializedName: "name",
34
- type: {
35
- name: "String"
36
- }
37
- },
38
- displayName: {
39
- readOnly: true,
40
- serializedName: "displayName",
41
- type: {
42
- name: "String"
43
- }
44
- },
45
- latitude: {
46
- readOnly: true,
47
- serializedName: "latitude",
48
- type: {
49
- name: "String"
50
- }
51
- },
52
- longitude: {
53
- readOnly: true,
54
- serializedName: "longitude",
55
- type: {
56
- name: "String"
57
- }
58
- }
59
- }
60
- }
61
- };
62
- export var SubscriptionPolicies = {
63
- serializedName: "SubscriptionPolicies",
64
- type: {
65
- name: "Composite",
66
- className: "SubscriptionPolicies",
67
- modelProperties: {
68
- locationPlacementId: {
69
- readOnly: true,
70
- serializedName: "locationPlacementId",
71
- type: {
72
- name: "String"
73
- }
74
- },
75
- quotaId: {
76
- readOnly: true,
77
- serializedName: "quotaId",
78
- type: {
79
- name: "String"
80
- }
81
- },
82
- spendingLimit: {
83
- readOnly: true,
84
- serializedName: "spendingLimit",
85
- type: {
86
- name: "Enum",
87
- allowedValues: [
88
- "On",
89
- "Off",
90
- "CurrentPeriodOff"
91
- ]
92
- }
93
- }
94
- }
95
- }
96
- };
97
- export var Subscription = {
98
- serializedName: "Subscription",
99
- type: {
100
- name: "Composite",
101
- className: "Subscription",
102
- modelProperties: {
103
- id: {
104
- readOnly: true,
105
- serializedName: "id",
106
- type: {
107
- name: "String"
108
- }
109
- },
110
- subscriptionId: {
111
- readOnly: true,
112
- serializedName: "subscriptionId",
113
- type: {
114
- name: "String"
115
- }
116
- },
117
- displayName: {
118
- readOnly: true,
119
- serializedName: "displayName",
120
- type: {
121
- name: "String"
122
- }
123
- },
124
- state: {
125
- readOnly: true,
126
- serializedName: "state",
127
- type: {
128
- name: "Enum",
129
- allowedValues: [
130
- "Enabled",
131
- "Warned",
132
- "PastDue",
133
- "Disabled",
134
- "Deleted"
135
- ]
136
- }
137
- },
138
- subscriptionPolicies: {
139
- serializedName: "subscriptionPolicies",
140
- type: {
141
- name: "Composite",
142
- className: "SubscriptionPolicies"
143
- }
144
- },
145
- authorizationSource: {
146
- serializedName: "authorizationSource",
147
- type: {
148
- name: "String"
149
- }
150
- }
151
- }
152
- }
153
- };
154
- export var TenantIdDescription = {
155
- serializedName: "TenantIdDescription",
156
- type: {
157
- name: "Composite",
158
- className: "TenantIdDescription",
159
- modelProperties: {
160
- id: {
161
- readOnly: true,
162
- serializedName: "id",
163
- type: {
164
- name: "String"
165
- }
166
- },
167
- tenantId: {
168
- readOnly: true,
169
- serializedName: "tenantId",
170
- type: {
171
- name: "String"
172
- }
173
- }
174
- }
175
- }
176
- };
177
- export var ErrorResponse = {
178
- serializedName: "ErrorResponse",
179
- type: {
180
- name: "Composite",
181
- className: "ErrorResponse",
182
- modelProperties: {
183
- code: {
184
- serializedName: "code",
185
- type: {
186
- name: "String"
187
- }
188
- },
189
- message: {
190
- serializedName: "message",
191
- type: {
192
- name: "String"
193
- }
194
- }
195
- }
196
- }
197
- };
198
- export var ErrorResponseBody = {
199
- serializedName: "ErrorResponseBody",
200
- type: {
201
- name: "Composite",
202
- className: "ErrorResponseBody",
203
- modelProperties: {
204
- error: {
205
- serializedName: "error",
206
- type: {
207
- name: "Composite",
208
- className: "ErrorResponse"
209
- }
210
- }
211
- }
212
- }
213
- };
214
- export var CanceledSubscriptionId = {
215
- serializedName: "CanceledSubscriptionId",
216
- type: {
217
- name: "Composite",
218
- className: "CanceledSubscriptionId",
219
- modelProperties: {
220
- value: {
221
- readOnly: true,
222
- serializedName: "value",
223
- type: {
224
- name: "String"
225
- }
226
- }
227
- }
228
- }
229
- };
230
- export var RenamedSubscriptionId = {
231
- serializedName: "RenamedSubscriptionId",
232
- type: {
233
- name: "Composite",
234
- className: "RenamedSubscriptionId",
235
- modelProperties: {
236
- value: {
237
- readOnly: true,
238
- serializedName: "value",
239
- type: {
240
- name: "String"
241
- }
242
- }
243
- }
244
- }
245
- };
246
- export var EnabledSubscriptionId = {
247
- serializedName: "EnabledSubscriptionId",
248
- type: {
249
- name: "Composite",
250
- className: "EnabledSubscriptionId",
251
- modelProperties: {
252
- value: {
253
- readOnly: true,
254
- serializedName: "value",
255
- type: {
256
- name: "String"
257
- }
258
- }
259
- }
260
- }
261
- };
262
- export var SubscriptionName = {
263
- serializedName: "SubscriptionName",
264
- type: {
265
- name: "Composite",
266
- className: "SubscriptionName",
267
- modelProperties: {
268
- subscriptionName: {
269
- serializedName: "subscriptionName",
270
- type: {
271
- name: "String"
272
- }
273
- }
274
- }
275
- }
276
- };
277
- export var OperationDisplay = {
278
- serializedName: "Operation_display",
279
- type: {
280
- name: "Composite",
281
- className: "OperationDisplay",
282
- modelProperties: {
283
- provider: {
284
- serializedName: "provider",
285
- type: {
286
- name: "String"
287
- }
288
- },
289
- resource: {
290
- serializedName: "resource",
291
- type: {
292
- name: "String"
293
- }
294
- },
295
- operation: {
296
- serializedName: "operation",
297
- type: {
298
- name: "String"
299
- }
300
- }
301
- }
302
- }
303
- };
304
- export var Operation = {
305
- serializedName: "Operation",
306
- type: {
307
- name: "Composite",
308
- className: "Operation",
309
- modelProperties: {
310
- name: {
311
- serializedName: "name",
312
- type: {
313
- name: "String"
314
- }
315
- },
316
- display: {
317
- serializedName: "display",
318
- type: {
319
- name: "Composite",
320
- className: "OperationDisplay"
321
- }
322
- }
323
- }
324
- }
325
- };
326
- export var OperationListResult = {
327
- serializedName: "OperationListResult",
328
- type: {
329
- name: "Composite",
330
- className: "OperationListResult",
331
- modelProperties: {
332
- value: {
333
- serializedName: "value",
334
- type: {
335
- name: "Sequence",
336
- element: {
337
- type: {
338
- name: "Composite",
339
- className: "Operation"
340
- }
341
- }
342
- }
343
- },
344
- nextLink: {
345
- serializedName: "nextLink",
346
- type: {
347
- name: "String"
348
- }
349
- }
350
- }
351
- }
352
- };
353
- export var PutAliasRequestProperties = {
354
- serializedName: "PutAliasRequestProperties",
355
- type: {
356
- name: "Composite",
357
- className: "PutAliasRequestProperties",
358
- modelProperties: {
359
- displayName: {
360
- serializedName: "displayName",
361
- type: {
362
- name: "String"
363
- }
364
- },
365
- workload: {
366
- serializedName: "workload",
367
- type: {
368
- name: "String"
369
- }
370
- },
371
- billingScope: {
372
- serializedName: "billingScope",
373
- type: {
374
- name: "String"
375
- }
376
- },
377
- subscriptionId: {
378
- serializedName: "subscriptionId",
379
- type: {
380
- name: "String"
381
- }
382
- },
383
- resellerId: {
384
- serializedName: "resellerId",
385
- type: {
386
- name: "String"
387
- }
388
- }
389
- }
390
- }
391
- };
392
- export var PutAliasRequest = {
393
- serializedName: "PutAliasRequest",
394
- type: {
395
- name: "Composite",
396
- className: "PutAliasRequest",
397
- modelProperties: {
398
- properties: {
399
- required: true,
400
- serializedName: "properties",
401
- type: {
402
- name: "Composite",
403
- className: "PutAliasRequestProperties"
404
- }
405
- }
406
- }
407
- }
408
- };
409
- export var PutAliasResponseProperties = {
410
- serializedName: "PutAliasResponseProperties",
411
- type: {
412
- name: "Composite",
413
- className: "PutAliasResponseProperties",
414
- modelProperties: {
415
- subscriptionId: {
416
- readOnly: true,
417
- serializedName: "subscriptionId",
418
- type: {
419
- name: "String"
420
- }
421
- },
422
- provisioningState: {
423
- serializedName: "provisioningState",
424
- type: {
425
- name: "String"
426
- }
427
- }
428
- }
429
- }
430
- };
431
- export var PutAliasResponse = {
432
- serializedName: "PutAliasResponse",
433
- type: {
434
- name: "Composite",
435
- className: "PutAliasResponse",
436
- modelProperties: {
437
- id: {
438
- readOnly: true,
439
- serializedName: "id",
440
- type: {
441
- name: "String"
442
- }
443
- },
444
- name: {
445
- readOnly: true,
446
- serializedName: "name",
447
- type: {
448
- name: "String"
449
- }
450
- },
451
- type: {
452
- readOnly: true,
453
- serializedName: "type",
454
- type: {
455
- name: "String"
456
- }
457
- },
458
- properties: {
459
- serializedName: "properties",
460
- type: {
461
- name: "Composite",
462
- className: "PutAliasResponseProperties"
463
- }
464
- }
465
- }
466
- }
467
- };
468
- export var PutAliasListResult = {
469
- serializedName: "PutAliasListResult",
470
- type: {
471
- name: "Composite",
472
- className: "PutAliasListResult",
473
- modelProperties: {
474
- value: {
475
- readOnly: true,
476
- serializedName: "value",
477
- type: {
478
- name: "Sequence",
479
- element: {
480
- type: {
481
- name: "Composite",
482
- className: "PutAliasResponse"
483
- }
484
- }
485
- }
486
- },
487
- nextLink: {
488
- readOnly: true,
489
- serializedName: "nextLink",
490
- type: {
491
- name: "String"
492
- }
493
- }
494
- }
495
- }
496
- };
497
- export var LocationListResult = {
498
- serializedName: "LocationListResult",
499
- type: {
500
- name: "Composite",
501
- className: "LocationListResult",
502
- modelProperties: {
503
- value: {
504
- serializedName: "",
505
- type: {
506
- name: "Sequence",
507
- element: {
508
- type: {
509
- name: "Composite",
510
- className: "Location"
511
- }
512
- }
513
- }
514
- }
515
- }
516
- }
517
- };
518
- export var SubscriptionListResult = {
519
- serializedName: "SubscriptionListResult",
520
- type: {
521
- name: "Composite",
522
- className: "SubscriptionListResult",
523
- modelProperties: {
524
- value: {
525
- serializedName: "",
526
- type: {
527
- name: "Sequence",
528
- element: {
529
- type: {
530
- name: "Composite",
531
- className: "Subscription"
532
- }
533
- }
534
- }
535
- },
536
- nextLink: {
537
- required: true,
538
- serializedName: "nextLink",
539
- type: {
540
- name: "String"
541
- }
542
- }
543
- }
544
- }
545
- };
546
- export var TenantListResult = {
547
- serializedName: "TenantListResult",
548
- type: {
549
- name: "Composite",
550
- className: "TenantListResult",
551
- modelProperties: {
552
- value: {
553
- serializedName: "",
554
- type: {
555
- name: "Sequence",
556
- element: {
557
- type: {
558
- name: "Composite",
559
- className: "TenantIdDescription"
560
- }
561
- }
562
- }
563
- },
564
- nextLink: {
565
- required: true,
566
- serializedName: "nextLink",
567
- type: {
568
- name: "String"
569
- }
570
- }
571
- }
572
- }
573
- };
574
- //# sourceMappingURL=mappers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../src/models/mappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;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,QAAQ,GAA2B;IAC9C,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,oBAAoB,GAA2B;IAC1D,cAAc,EAAE,sBAAsB;IACtC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,IAAI;wBACJ,KAAK;wBACL,kBAAkB;qBACnB;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,YAAY,GAA2B;IAClD,cAAc,EAAE,cAAc;IAC9B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,SAAS;wBACT,QAAQ;wBACR,SAAS;wBACT,UAAU;wBACV,SAAS;qBACV;iBACF;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,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,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;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,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;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,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,eAAe;iBAC3B;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,sBAAsB,GAA2B;IAC5D,cAAc,EAAE,wBAAwB;IACxC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,qBAAqB,GAA2B;IAC3D,cAAc,EAAE,uBAAuB;IACvC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,qBAAqB,GAA2B;IAC3D,cAAc,EAAE,uBAAuB;IACvC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;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,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,gBAAgB,GAA2B;IACtD,cAAc,EAAE,mBAAmB;IACnC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,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;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,kBAAkB;iBAC9B;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,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;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAA2B;IAC/D,cAAc,EAAE,2BAA2B;IAC3C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,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,eAAe,GAA2B;IACrD,cAAc,EAAE,iBAAiB;IACjC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,2BAA2B;iBACvC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,0BAA0B,GAA2B;IAChE,cAAc,EAAE,4BAA4B;IAC5C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;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,EAAE,EAAE;gBACF,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,QAAQ,EAAE,IAAI;gBACd,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,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,kBAAkB,GAA2B;IACxD,cAAc,EAAE,oBAAoB;IACpC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,kBAAkB,GAA2B;IACxD,cAAc,EAAE,oBAAoB;IACpC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,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,UAAU;yBACtB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,sBAAsB,GAA2B;IAC5D,cAAc,EAAE,wBAAwB;IACxC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,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,cAAc;yBAC1B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;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,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;YACD,QAAQ,EAAE;gBACR,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC"}
@@ -1,2 +0,0 @@
1
- export { ErrorResponse, Operation, OperationDisplay, OperationListResult } from "../models/mappers";
2
- //# sourceMappingURL=operationsMappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operationsMappers.d.ts","sourceRoot":"","sources":["../../src/models/operationsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,aAAa,EACb,SAAS,EACT,gBAAgB,EAChB,mBAAmB,EACpB,MAAM,mBAAmB,CAAC"}
@@ -1,9 +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 license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export { ErrorResponse, Operation, OperationDisplay, OperationListResult } from "../models/mappers";
9
- //# sourceMappingURL=operationsMappers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operationsMappers.js","sourceRoot":"","sources":["../../src/models/operationsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,aAAa,EACb,SAAS,EACT,gBAAgB,EAChB,mBAAmB,EACpB,MAAM,mBAAmB,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 aliasName: msRest.OperationURLParameter;
4
- export declare const apiVersion0: msRest.OperationQueryParameter;
5
- export declare const apiVersion1: msRest.OperationQueryParameter;
6
- export declare const nextPageLink: msRest.OperationURLParameter;
7
- export declare const subscriptionId: msRest.OperationURLParameter;
8
- //# sourceMappingURL=parameters.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../src/models/parameters.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,kBASnC,CAAC;AACF,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,qBAS9B,CAAC;AACF,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,uBAWhC,CAAC;AACF,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,uBAWhC,CAAC;AACF,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,qBAUjC,CAAC;AACF,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,qBASnC,CAAC"}
@@ -1,75 +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 aliasName = {
21
- parameterPath: "aliasName",
22
- mapper: {
23
- required: true,
24
- serializedName: "aliasName",
25
- type: {
26
- name: "String"
27
- }
28
- }
29
- };
30
- export var apiVersion0 = {
31
- parameterPath: "apiVersion",
32
- mapper: {
33
- required: true,
34
- isConstant: true,
35
- serializedName: "api-version",
36
- defaultValue: '2016-06-01',
37
- type: {
38
- name: "String"
39
- }
40
- }
41
- };
42
- export var apiVersion1 = {
43
- parameterPath: "apiVersion",
44
- mapper: {
45
- required: true,
46
- isConstant: true,
47
- serializedName: "api-version",
48
- defaultValue: '2020-09-01',
49
- type: {
50
- name: "String"
51
- }
52
- }
53
- };
54
- export var nextPageLink = {
55
- parameterPath: "nextPageLink",
56
- mapper: {
57
- required: true,
58
- serializedName: "nextLink",
59
- type: {
60
- name: "String"
61
- }
62
- },
63
- skipEncoding: true
64
- };
65
- export var subscriptionId = {
66
- parameterPath: "subscriptionId",
67
- mapper: {
68
- required: true,
69
- serializedName: "subscriptionId",
70
- type: {
71
- name: "String"
72
- }
73
- }
74
- };
75
- //# sourceMappingURL=parameters.js.map