@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,624 +0,0 @@
1
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
2
- import * as msRest from "@azure/ms-rest-js";
3
- export { BaseResource, CloudError };
4
- /**
5
- * Location information.
6
- */
7
- export interface Location {
8
- /**
9
- * The fully qualified ID of the location. For example,
10
- * /subscriptions/00000000-0000-0000-0000-000000000000/locations/westus.
11
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
12
- */
13
- readonly id?: string;
14
- /**
15
- * The subscription ID.
16
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
17
- */
18
- readonly subscriptionId?: string;
19
- /**
20
- * The location name.
21
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
22
- */
23
- readonly name?: string;
24
- /**
25
- * The display name of the location.
26
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
27
- */
28
- readonly displayName?: string;
29
- /**
30
- * The latitude of the location.
31
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
32
- */
33
- readonly latitude?: string;
34
- /**
35
- * The longitude of the location.
36
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
37
- */
38
- readonly longitude?: string;
39
- }
40
- /**
41
- * Subscription policies.
42
- */
43
- export interface SubscriptionPolicies {
44
- /**
45
- * The subscription location placement ID. The ID indicates which regions are visible for a
46
- * subscription. For example, a subscription with a location placement Id of Public_2014-09-01
47
- * has access to Azure public regions.
48
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
49
- */
50
- readonly locationPlacementId?: string;
51
- /**
52
- * The subscription quota ID.
53
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
54
- */
55
- readonly quotaId?: string;
56
- /**
57
- * The subscription spending limit. Possible values include: 'On', 'Off', 'CurrentPeriodOff'
58
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
59
- */
60
- readonly spendingLimit?: SpendingLimit;
61
- }
62
- /**
63
- * Subscription information.
64
- */
65
- export interface Subscription {
66
- /**
67
- * The fully qualified ID for the subscription. For example,
68
- * /subscriptions/00000000-0000-0000-0000-000000000000.
69
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
70
- */
71
- readonly id?: string;
72
- /**
73
- * The subscription ID.
74
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
75
- */
76
- readonly subscriptionId?: string;
77
- /**
78
- * The subscription display name.
79
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
80
- */
81
- readonly displayName?: string;
82
- /**
83
- * The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.
84
- * Possible values include: 'Enabled', 'Warned', 'PastDue', 'Disabled', 'Deleted'
85
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
86
- */
87
- readonly state?: SubscriptionState;
88
- /**
89
- * The subscription policies.
90
- */
91
- subscriptionPolicies?: SubscriptionPolicies;
92
- /**
93
- * The authorization source of the request. Valid values are one or more combinations of Legacy,
94
- * RoleBased, Bypassed, Direct and Management. For example, 'Legacy, RoleBased'.
95
- */
96
- authorizationSource?: string;
97
- }
98
- /**
99
- * Tenant Id information.
100
- */
101
- export interface TenantIdDescription {
102
- /**
103
- * The fully qualified ID of the tenant. For example,
104
- * /tenants/00000000-0000-0000-0000-000000000000.
105
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
106
- */
107
- readonly id?: string;
108
- /**
109
- * The tenant ID. For example, 00000000-0000-0000-0000-000000000000.
110
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
111
- */
112
- readonly tenantId?: string;
113
- }
114
- /**
115
- * Describes the format of Error response.
116
- */
117
- export interface ErrorResponse {
118
- /**
119
- * Error code
120
- */
121
- code?: string;
122
- /**
123
- * Error message indicating why the operation failed.
124
- */
125
- message?: string;
126
- }
127
- /**
128
- * Error response indicates that the service is not able to process the incoming request. The
129
- * reason is provided in the error message.
130
- */
131
- export interface ErrorResponseBody {
132
- /**
133
- * The details of the error.
134
- */
135
- error?: ErrorResponse;
136
- }
137
- /**
138
- * The ID of the canceled subscription
139
- */
140
- export interface CanceledSubscriptionId {
141
- /**
142
- * The ID of the canceled subscription
143
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
144
- */
145
- readonly value?: string;
146
- }
147
- /**
148
- * The ID of the subscriptions that is being renamed
149
- */
150
- export interface RenamedSubscriptionId {
151
- /**
152
- * The ID of the subscriptions that is being renamed
153
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
154
- */
155
- readonly value?: string;
156
- }
157
- /**
158
- * The ID of the subscriptions that is being enabled
159
- */
160
- export interface EnabledSubscriptionId {
161
- /**
162
- * The ID of the subscriptions that is being enabled
163
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
164
- */
165
- readonly value?: string;
166
- }
167
- /**
168
- * The new name of the subscription.
169
- */
170
- export interface SubscriptionName {
171
- /**
172
- * New subscription name
173
- */
174
- subscriptionName?: string;
175
- }
176
- /**
177
- * The object that represents the operation.
178
- */
179
- export interface OperationDisplay {
180
- /**
181
- * Service provider: Microsoft.Subscription
182
- */
183
- provider?: string;
184
- /**
185
- * Resource on which the operation is performed: Profile, endpoint, etc.
186
- */
187
- resource?: string;
188
- /**
189
- * Operation type: Read, write, delete, etc.
190
- */
191
- operation?: string;
192
- }
193
- /**
194
- * REST API operation
195
- */
196
- export interface Operation {
197
- /**
198
- * Operation name: {provider}/{resource}/{operation}
199
- */
200
- name?: string;
201
- /**
202
- * The object that represents the operation.
203
- */
204
- display?: OperationDisplay;
205
- }
206
- /**
207
- * Result of the request to list operations. It contains a list of operations and a URL link to get
208
- * the next set of results.
209
- */
210
- export interface OperationListResult {
211
- /**
212
- * List of operations.
213
- */
214
- value?: Operation[];
215
- /**
216
- * URL to get the next set of operation list results if there are any.
217
- */
218
- nextLink?: string;
219
- }
220
- /**
221
- * Put subscription properties.
222
- */
223
- export interface PutAliasRequestProperties {
224
- /**
225
- * The friendly name of the subscription.
226
- */
227
- displayName?: string;
228
- /**
229
- * The workload type of the subscription. It can be either Production or DevTest. Possible values
230
- * include: 'Production', 'DevTest'
231
- */
232
- workload?: Workload;
233
- /**
234
- * Determines whether subscription is fieldLed, partnerLed or LegacyEA
235
- */
236
- billingScope?: string;
237
- /**
238
- * This parameter can be used to create alias for existing subscription Id
239
- */
240
- subscriptionId?: string;
241
- /**
242
- * Reseller ID, basically MPN Id
243
- */
244
- resellerId?: string;
245
- }
246
- /**
247
- * The parameters required to create a new subscription.
248
- */
249
- export interface PutAliasRequest {
250
- /**
251
- * Put alias request properties.
252
- */
253
- properties: PutAliasRequestProperties;
254
- }
255
- /**
256
- * Put subscription creation result properties.
257
- */
258
- export interface PutAliasResponseProperties {
259
- /**
260
- * Newly created subscription Id.
261
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
262
- */
263
- readonly subscriptionId?: string;
264
- /**
265
- * The provisioning state of the resource. Possible values include: 'Accepted', 'Succeeded',
266
- * 'Failed'
267
- */
268
- provisioningState?: ProvisioningState;
269
- }
270
- /**
271
- * Subscription Information with the alias.
272
- */
273
- export interface PutAliasResponse extends BaseResource {
274
- /**
275
- * Fully qualified ID for the alias resource.
276
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
277
- */
278
- readonly id?: string;
279
- /**
280
- * Alias ID.
281
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
282
- */
283
- readonly name?: string;
284
- /**
285
- * Resource type, Microsoft.Subscription/aliases.
286
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
287
- */
288
- readonly type?: string;
289
- /**
290
- * Put Alias response properties.
291
- */
292
- properties?: PutAliasResponseProperties;
293
- }
294
- /**
295
- * The list of aliases.
296
- */
297
- export interface PutAliasListResult {
298
- /**
299
- * The list of alias.
300
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
301
- */
302
- readonly value?: PutAliasResponse[];
303
- /**
304
- * The link (url) to the next page of results.
305
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
306
- */
307
- readonly nextLink?: string;
308
- }
309
- /**
310
- * An interface representing SubscriptionClientOptions.
311
- */
312
- export interface SubscriptionClientOptions extends AzureServiceClientOptions {
313
- baseUri?: string;
314
- }
315
- /**
316
- * @interface
317
- * Location list operation response.
318
- * @extends Array<Location>
319
- */
320
- export interface LocationListResult extends Array<Location> {
321
- }
322
- /**
323
- * @interface
324
- * Subscription list operation response.
325
- * @extends Array<Subscription>
326
- */
327
- export interface SubscriptionListResult extends Array<Subscription> {
328
- /**
329
- * The URL to get the next set of results.
330
- */
331
- nextLink: string;
332
- }
333
- /**
334
- * @interface
335
- * Tenant Ids information.
336
- * @extends Array<TenantIdDescription>
337
- */
338
- export interface TenantListResult extends Array<TenantIdDescription> {
339
- /**
340
- * The URL to use for getting the next set of results.
341
- */
342
- nextLink: string;
343
- }
344
- /**
345
- * Defines values for SubscriptionState.
346
- * Possible values include: 'Enabled', 'Warned', 'PastDue', 'Disabled', 'Deleted'
347
- * @readonly
348
- * @enum {string}
349
- */
350
- export declare type SubscriptionState = 'Enabled' | 'Warned' | 'PastDue' | 'Disabled' | 'Deleted';
351
- /**
352
- * Defines values for SpendingLimit.
353
- * Possible values include: 'On', 'Off', 'CurrentPeriodOff'
354
- * @readonly
355
- * @enum {string}
356
- */
357
- export declare type SpendingLimit = 'On' | 'Off' | 'CurrentPeriodOff';
358
- /**
359
- * Defines values for Workload.
360
- * Possible values include: 'Production', 'DevTest'
361
- * @readonly
362
- * @enum {string}
363
- */
364
- export declare type Workload = 'Production' | 'DevTest';
365
- /**
366
- * Defines values for ProvisioningState.
367
- * Possible values include: 'Accepted', 'Succeeded', 'Failed'
368
- * @readonly
369
- * @enum {string}
370
- */
371
- export declare type ProvisioningState = 'Accepted' | 'Succeeded' | 'Failed';
372
- /**
373
- * Contains response data for the listLocations operation.
374
- */
375
- export declare type SubscriptionsListLocationsResponse = LocationListResult & {
376
- /**
377
- * The underlying HTTP response.
378
- */
379
- _response: msRest.HttpResponse & {
380
- /**
381
- * The response body as text (string format)
382
- */
383
- bodyAsText: string;
384
- /**
385
- * The response body as parsed JSON or XML
386
- */
387
- parsedBody: LocationListResult;
388
- };
389
- };
390
- /**
391
- * Contains response data for the get operation.
392
- */
393
- export declare type SubscriptionsGetResponse = Subscription & {
394
- /**
395
- * The underlying HTTP response.
396
- */
397
- _response: msRest.HttpResponse & {
398
- /**
399
- * The response body as text (string format)
400
- */
401
- bodyAsText: string;
402
- /**
403
- * The response body as parsed JSON or XML
404
- */
405
- parsedBody: Subscription;
406
- };
407
- };
408
- /**
409
- * Contains response data for the list operation.
410
- */
411
- export declare type SubscriptionsListResponse = SubscriptionListResult & {
412
- /**
413
- * The underlying HTTP response.
414
- */
415
- _response: msRest.HttpResponse & {
416
- /**
417
- * The response body as text (string format)
418
- */
419
- bodyAsText: string;
420
- /**
421
- * The response body as parsed JSON or XML
422
- */
423
- parsedBody: SubscriptionListResult;
424
- };
425
- };
426
- /**
427
- * Contains response data for the listNext operation.
428
- */
429
- export declare type SubscriptionsListNextResponse = SubscriptionListResult & {
430
- /**
431
- * The underlying HTTP response.
432
- */
433
- _response: msRest.HttpResponse & {
434
- /**
435
- * The response body as text (string format)
436
- */
437
- bodyAsText: string;
438
- /**
439
- * The response body as parsed JSON or XML
440
- */
441
- parsedBody: SubscriptionListResult;
442
- };
443
- };
444
- /**
445
- * Contains response data for the list operation.
446
- */
447
- export declare type TenantsListResponse = TenantListResult & {
448
- /**
449
- * The underlying HTTP response.
450
- */
451
- _response: msRest.HttpResponse & {
452
- /**
453
- * The response body as text (string format)
454
- */
455
- bodyAsText: string;
456
- /**
457
- * The response body as parsed JSON or XML
458
- */
459
- parsedBody: TenantListResult;
460
- };
461
- };
462
- /**
463
- * Contains response data for the listNext operation.
464
- */
465
- export declare type TenantsListNextResponse = TenantListResult & {
466
- /**
467
- * The underlying HTTP response.
468
- */
469
- _response: msRest.HttpResponse & {
470
- /**
471
- * The response body as text (string format)
472
- */
473
- bodyAsText: string;
474
- /**
475
- * The response body as parsed JSON or XML
476
- */
477
- parsedBody: TenantListResult;
478
- };
479
- };
480
- /**
481
- * Contains response data for the cancel operation.
482
- */
483
- export declare type SubscriptionCancelResponse = CanceledSubscriptionId & {
484
- /**
485
- * The underlying HTTP response.
486
- */
487
- _response: msRest.HttpResponse & {
488
- /**
489
- * The response body as text (string format)
490
- */
491
- bodyAsText: string;
492
- /**
493
- * The response body as parsed JSON or XML
494
- */
495
- parsedBody: CanceledSubscriptionId;
496
- };
497
- };
498
- /**
499
- * Contains response data for the rename operation.
500
- */
501
- export declare type SubscriptionRenameResponse = RenamedSubscriptionId & {
502
- /**
503
- * The underlying HTTP response.
504
- */
505
- _response: msRest.HttpResponse & {
506
- /**
507
- * The response body as text (string format)
508
- */
509
- bodyAsText: string;
510
- /**
511
- * The response body as parsed JSON or XML
512
- */
513
- parsedBody: RenamedSubscriptionId;
514
- };
515
- };
516
- /**
517
- * Contains response data for the enable operation.
518
- */
519
- export declare type SubscriptionEnableResponse = EnabledSubscriptionId & {
520
- /**
521
- * The underlying HTTP response.
522
- */
523
- _response: msRest.HttpResponse & {
524
- /**
525
- * The response body as text (string format)
526
- */
527
- bodyAsText: string;
528
- /**
529
- * The response body as parsed JSON or XML
530
- */
531
- parsedBody: EnabledSubscriptionId;
532
- };
533
- };
534
- /**
535
- * Contains response data for the list operation.
536
- */
537
- export declare type OperationsListResponse = OperationListResult & {
538
- /**
539
- * The underlying HTTP response.
540
- */
541
- _response: msRest.HttpResponse & {
542
- /**
543
- * The response body as text (string format)
544
- */
545
- bodyAsText: string;
546
- /**
547
- * The response body as parsed JSON or XML
548
- */
549
- parsedBody: OperationListResult;
550
- };
551
- };
552
- /**
553
- * Contains response data for the create operation.
554
- */
555
- export declare type AliasCreateResponse = PutAliasResponse & {
556
- /**
557
- * The underlying HTTP response.
558
- */
559
- _response: msRest.HttpResponse & {
560
- /**
561
- * The response body as text (string format)
562
- */
563
- bodyAsText: string;
564
- /**
565
- * The response body as parsed JSON or XML
566
- */
567
- parsedBody: PutAliasResponse;
568
- };
569
- };
570
- /**
571
- * Contains response data for the get operation.
572
- */
573
- export declare type AliasGetResponse = PutAliasResponse & {
574
- /**
575
- * The underlying HTTP response.
576
- */
577
- _response: msRest.HttpResponse & {
578
- /**
579
- * The response body as text (string format)
580
- */
581
- bodyAsText: string;
582
- /**
583
- * The response body as parsed JSON or XML
584
- */
585
- parsedBody: PutAliasResponse;
586
- };
587
- };
588
- /**
589
- * Contains response data for the list operation.
590
- */
591
- export declare type AliasListResponse = PutAliasListResult & {
592
- /**
593
- * The underlying HTTP response.
594
- */
595
- _response: msRest.HttpResponse & {
596
- /**
597
- * The response body as text (string format)
598
- */
599
- bodyAsText: string;
600
- /**
601
- * The response body as parsed JSON or XML
602
- */
603
- parsedBody: PutAliasListResult;
604
- };
605
- };
606
- /**
607
- * Contains response data for the beginCreate operation.
608
- */
609
- export declare type AliasBeginCreateResponse = PutAliasResponse & {
610
- /**
611
- * The underlying HTTP response.
612
- */
613
- _response: msRest.HttpResponse & {
614
- /**
615
- * The response body as text (string format)
616
- */
617
- bodyAsText: string;
618
- /**
619
- * The response body as parsed JSON or XML
620
- */
621
- parsedBody: PutAliasResponse;
622
- };
623
- };
624
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -1,8 +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
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -1,25 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- export declare const CloudError: msRest.CompositeMapper;
3
- export declare const BaseResource: msRest.CompositeMapper;
4
- export declare const Location: msRest.CompositeMapper;
5
- export declare const SubscriptionPolicies: msRest.CompositeMapper;
6
- export declare const Subscription: msRest.CompositeMapper;
7
- export declare const TenantIdDescription: msRest.CompositeMapper;
8
- export declare const ErrorResponse: msRest.CompositeMapper;
9
- export declare const ErrorResponseBody: msRest.CompositeMapper;
10
- export declare const CanceledSubscriptionId: msRest.CompositeMapper;
11
- export declare const RenamedSubscriptionId: msRest.CompositeMapper;
12
- export declare const EnabledSubscriptionId: msRest.CompositeMapper;
13
- export declare const SubscriptionName: msRest.CompositeMapper;
14
- export declare const OperationDisplay: msRest.CompositeMapper;
15
- export declare const Operation: msRest.CompositeMapper;
16
- export declare const OperationListResult: msRest.CompositeMapper;
17
- export declare const PutAliasRequestProperties: msRest.CompositeMapper;
18
- export declare const PutAliasRequest: msRest.CompositeMapper;
19
- export declare const PutAliasResponseProperties: msRest.CompositeMapper;
20
- export declare const PutAliasResponse: msRest.CompositeMapper;
21
- export declare const PutAliasListResult: msRest.CompositeMapper;
22
- export declare const LocationListResult: msRest.CompositeMapper;
23
- export declare const SubscriptionListResult: msRest.CompositeMapper;
24
- export declare const TenantListResult: msRest.CompositeMapper;
25
- //# sourceMappingURL=mappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../src/models/mappers.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,eAAO,MAAM,UAAU,wBAAmB,CAAC;AAC3C,eAAO,MAAM,YAAY,wBAAqB,CAAC;AAE/C,eAAO,MAAM,QAAQ,EAAE,MAAM,CAAC,eAkD7B,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,eAkCzC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,eAwDjC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,eAoBlC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,eAetC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,eAe3C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,MAAM,CAAC,eAe1C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,MAAM,CAAC,eAe1C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,eAcrC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,eA0BrC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,eAqB9B,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,eA0BxC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,eAsC9C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,eAgBpC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,MAAM,CAAC,eAqB/C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,eAoCrC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,eA4BvC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,eAoBvC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,eA2B3C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,eA2BrC,CAAC"}