@azure/arm-templatespecs 1.0.0 → 2.0.1-alpha.20220106.1

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 (115) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +70 -84
  4. package/dist/index.js +1285 -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/models/index.d.ts +306 -0
  13. package/dist-esm/src/models/index.d.ts.map +1 -0
  14. package/dist-esm/src/models/index.js +22 -0
  15. package/dist-esm/src/models/index.js.map +1 -0
  16. package/dist-esm/src/models/mappers.d.ts +15 -0
  17. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  18. package/{esm → dist-esm/src}/models/mappers.js +196 -227
  19. package/dist-esm/src/models/mappers.js.map +1 -0
  20. package/dist-esm/src/models/parameters.d.ts +16 -0
  21. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  22. package/dist-esm/src/models/parameters.js +144 -0
  23. package/dist-esm/src/models/parameters.js.map +1 -0
  24. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  25. package/dist-esm/src/operations/index.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/operations/index.js +1 -2
  27. package/dist-esm/src/operations/index.js.map +1 -0
  28. package/dist-esm/src/operations/templateSpecVersions.d.ts +72 -0
  29. package/dist-esm/src/operations/templateSpecVersions.d.ts.map +1 -0
  30. package/dist-esm/src/operations/templateSpecVersions.js +279 -0
  31. package/dist-esm/src/operations/templateSpecVersions.js.map +1 -0
  32. package/dist-esm/src/operations/templateSpecs.d.ts +82 -0
  33. package/dist-esm/src/operations/templateSpecs.d.ts.map +1 -0
  34. package/dist-esm/src/operations/templateSpecs.js +358 -0
  35. package/dist-esm/src/operations/templateSpecs.js.map +1 -0
  36. package/dist-esm/src/operationsInterfaces/index.d.ts +3 -0
  37. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  38. package/dist-esm/src/operationsInterfaces/index.js +10 -0
  39. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  40. package/dist-esm/src/operationsInterfaces/templateSpecVersions.d.ts +47 -0
  41. package/dist-esm/src/operationsInterfaces/templateSpecVersions.d.ts.map +1 -0
  42. package/dist-esm/src/operationsInterfaces/templateSpecVersions.js +9 -0
  43. package/dist-esm/src/operationsInterfaces/templateSpecVersions.js.map +1 -0
  44. package/dist-esm/src/operationsInterfaces/templateSpecs.d.ts +46 -0
  45. package/dist-esm/src/operationsInterfaces/templateSpecs.d.ts.map +1 -0
  46. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/templateSpecs.js} +2 -1
  47. package/dist-esm/src/operationsInterfaces/templateSpecs.js.map +1 -0
  48. package/dist-esm/src/templateSpecsClient.d.ts +19 -0
  49. package/dist-esm/src/templateSpecsClient.d.ts.map +1 -0
  50. package/dist-esm/src/templateSpecsClient.js +52 -0
  51. package/dist-esm/src/templateSpecsClient.js.map +1 -0
  52. package/dist-esm/test/sampleTest.d.ts +2 -0
  53. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  54. package/dist-esm/test/sampleTest.js +40 -0
  55. package/dist-esm/test/sampleTest.js.map +1 -0
  56. package/package.json +63 -22
  57. package/review/arm-templatespecs.api.md +280 -0
  58. package/rollup.config.js +181 -30
  59. package/src/index.ts +12 -0
  60. package/src/models/index.ts +233 -494
  61. package/src/models/mappers.ts +208 -239
  62. package/src/models/parameters.ts +104 -45
  63. package/src/operations/index.ts +1 -2
  64. package/src/operations/templateSpecVersions.ts +222 -254
  65. package/src/operations/templateSpecs.ts +276 -315
  66. package/src/operationsInterfaces/index.ts +10 -0
  67. package/src/operationsInterfaces/templateSpecVersions.ts +91 -0
  68. package/src/operationsInterfaces/templateSpecs.ts +88 -0
  69. package/src/templateSpecsClient.ts +62 -34
  70. package/tsconfig.json +3 -3
  71. package/types/arm-templatespecs.d.ts +457 -0
  72. package/types/tsdoc-metadata.json +11 -0
  73. package/dist/arm-templatespecs.js +0 -1294
  74. package/dist/arm-templatespecs.js.map +0 -1
  75. package/dist/arm-templatespecs.min.js +0 -1
  76. package/dist/arm-templatespecs.min.js.map +0 -1
  77. package/esm/models/index.d.ts +0 -571
  78. package/esm/models/index.d.ts.map +0 -1
  79. package/esm/models/index.js.map +0 -1
  80. package/esm/models/mappers.d.ts +0 -17
  81. package/esm/models/mappers.d.ts.map +0 -1
  82. package/esm/models/mappers.js.map +0 -1
  83. package/esm/models/parameters.d.ts +0 -10
  84. package/esm/models/parameters.d.ts.map +0 -1
  85. package/esm/models/parameters.js +0 -107
  86. package/esm/models/parameters.js.map +0 -1
  87. package/esm/models/templateSpecVersionsMappers.d.ts +0 -2
  88. package/esm/models/templateSpecVersionsMappers.d.ts.map +0 -1
  89. package/esm/models/templateSpecVersionsMappers.js +0 -9
  90. package/esm/models/templateSpecVersionsMappers.js.map +0 -1
  91. package/esm/models/templateSpecsMappers.d.ts +0 -2
  92. package/esm/models/templateSpecsMappers.d.ts.map +0 -1
  93. package/esm/models/templateSpecsMappers.js +0 -9
  94. package/esm/models/templateSpecsMappers.js.map +0 -1
  95. package/esm/operations/index.d.ts.map +0 -1
  96. package/esm/operations/index.js.map +0 -1
  97. package/esm/operations/templateSpecVersions.d.ts +0 -152
  98. package/esm/operations/templateSpecVersions.d.ts.map +0 -1
  99. package/esm/operations/templateSpecVersions.js +0 -233
  100. package/esm/operations/templateSpecVersions.js.map +0 -1
  101. package/esm/operations/templateSpecs.d.ts +0 -170
  102. package/esm/operations/templateSpecs.d.ts.map +0 -1
  103. package/esm/operations/templateSpecs.js +0 -284
  104. package/esm/operations/templateSpecs.js.map +0 -1
  105. package/esm/templateSpecsClient.d.ts +0 -25
  106. package/esm/templateSpecsClient.d.ts.map +0 -1
  107. package/esm/templateSpecsClient.js +0 -38
  108. package/esm/templateSpecsClient.js.map +0 -1
  109. package/esm/templateSpecsClientContext.d.ts +0 -22
  110. package/esm/templateSpecsClientContext.d.ts.map +0 -1
  111. package/esm/templateSpecsClientContext.js +0 -60
  112. package/esm/templateSpecsClientContext.js.map +0 -1
  113. package/src/models/templateSpecVersionsMappers.ts +0 -23
  114. package/src/models/templateSpecsMappers.ts +0 -23
  115. package/src/templateSpecsClientContext.ts +0 -67
@@ -1,571 +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
- * High-level information about a Template Spec version.
6
- */
7
- export interface TemplateSpecVersionInfo {
8
- /**
9
- * Template Spec version description.
10
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
11
- */
12
- readonly description?: string;
13
- /**
14
- * The timestamp of when the version was created.
15
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
16
- */
17
- readonly timeCreated?: Date;
18
- /**
19
- * The timestamp of when the version was last modified.
20
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
21
- */
22
- readonly timeModified?: Date;
23
- }
24
- /**
25
- * Common properties for all Azure resources.
26
- */
27
- export interface AzureResourceBase extends BaseResource {
28
- /**
29
- * String Id used to locate any resource on Azure.
30
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
31
- */
32
- readonly id?: string;
33
- /**
34
- * Name of this resource.
35
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
36
- */
37
- readonly name?: string;
38
- /**
39
- * Type of this resource.
40
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
41
- */
42
- readonly type?: string;
43
- /**
44
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
45
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
46
- */
47
- readonly systemData?: SystemData;
48
- }
49
- /**
50
- * Template Spec object.
51
- */
52
- export interface TemplateSpec extends AzureResourceBase {
53
- /**
54
- * The location of the Template Spec. It cannot be changed after Template Spec creation. It must
55
- * be one of the supported Azure locations.
56
- */
57
- location: string;
58
- /**
59
- * Template Spec description.
60
- */
61
- description?: string;
62
- /**
63
- * Template Spec display name.
64
- */
65
- displayName?: string;
66
- /**
67
- * The Template Spec metadata. Metadata is an open-ended object and is typically a collection of
68
- * key-value pairs.
69
- */
70
- metadata?: any;
71
- /**
72
- * High-level information about the versions within this Template Spec. The keys are the version
73
- * names. Only populated if the $expand query parameter is set to 'versions'.
74
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
75
- */
76
- readonly versions?: {
77
- [propertyName: string]: TemplateSpecVersionInfo;
78
- };
79
- /**
80
- * Resource tags.
81
- */
82
- tags?: {
83
- [propertyName: string]: string;
84
- };
85
- }
86
- /**
87
- * Template Spec properties to be updated (only tags are currently supported).
88
- */
89
- export interface TemplateSpecUpdateModel extends AzureResourceBase {
90
- /**
91
- * Resource tags.
92
- */
93
- tags?: {
94
- [propertyName: string]: string;
95
- };
96
- }
97
- /**
98
- * Template Spec Version properties to be updated (only tags are currently supported).
99
- */
100
- export interface TemplateSpecVersionUpdateModel extends AzureResourceBase {
101
- /**
102
- * Resource tags.
103
- */
104
- tags?: {
105
- [propertyName: string]: string;
106
- };
107
- }
108
- /**
109
- * Metadata pertaining to creation and last modification of the resource.
110
- */
111
- export interface SystemData {
112
- /**
113
- * The identity that created the resource.
114
- */
115
- createdBy?: string;
116
- /**
117
- * The type of identity that created the resource. Possible values include: 'User',
118
- * 'Application', 'ManagedIdentity', 'Key'
119
- */
120
- createdByType?: CreatedByType;
121
- /**
122
- * The timestamp of resource creation (UTC).
123
- */
124
- createdAt?: Date;
125
- /**
126
- * The identity that last modified the resource.
127
- */
128
- lastModifiedBy?: string;
129
- /**
130
- * The type of identity that last modified the resource. Possible values include: 'User',
131
- * 'Application', 'ManagedIdentity', 'Key'
132
- */
133
- lastModifiedByType?: CreatedByType;
134
- /**
135
- * The timestamp of resource last modification (UTC)
136
- */
137
- lastModifiedAt?: Date;
138
- }
139
- /**
140
- * Represents a Template Spec artifact containing an embedded Azure Resource Manager template for
141
- * use as a linked template.
142
- */
143
- export interface LinkedTemplateArtifact {
144
- /**
145
- * A filesystem safe relative path of the artifact.
146
- */
147
- path: string;
148
- /**
149
- * The Azure Resource Manager template.
150
- */
151
- template: any;
152
- }
153
- /**
154
- * Template Spec Version object.
155
- */
156
- export interface TemplateSpecVersion extends AzureResourceBase {
157
- /**
158
- * The location of the Template Spec Version. It must match the location of the parent Template
159
- * Spec.
160
- */
161
- location: string;
162
- /**
163
- * Template Spec version description.
164
- */
165
- description?: string;
166
- /**
167
- * An array of linked template artifacts.
168
- */
169
- linkedTemplates?: LinkedTemplateArtifact[];
170
- /**
171
- * The version metadata. Metadata is an open-ended object and is typically a collection of
172
- * key-value pairs.
173
- */
174
- metadata?: any;
175
- /**
176
- * The main Azure Resource Manager template content.
177
- */
178
- mainTemplate?: any;
179
- /**
180
- * The Azure Resource Manager template UI definition content.
181
- */
182
- uiFormDefinition?: any;
183
- /**
184
- * Resource tags.
185
- */
186
- tags?: {
187
- [propertyName: string]: string;
188
- };
189
- }
190
- /**
191
- * The resource management error additional info.
192
- */
193
- export interface ErrorAdditionalInfo {
194
- /**
195
- * The additional info type.
196
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
197
- */
198
- readonly type?: string;
199
- /**
200
- * The additional info.
201
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
202
- */
203
- readonly info?: any;
204
- }
205
- /**
206
- * Common error response for all Azure Resource Manager APIs to return error details for failed
207
- * operations. (This also follows the OData error response format.)
208
- * @summary Error Response
209
- */
210
- export interface ErrorResponse {
211
- /**
212
- * The error code.
213
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
214
- */
215
- readonly code?: string;
216
- /**
217
- * The error message.
218
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
219
- */
220
- readonly message?: string;
221
- /**
222
- * The error target.
223
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
224
- */
225
- readonly target?: string;
226
- /**
227
- * The error details.
228
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
229
- */
230
- readonly details?: ErrorResponse[];
231
- /**
232
- * The error additional info.
233
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
234
- */
235
- readonly additionalInfo?: ErrorAdditionalInfo[];
236
- }
237
- /**
238
- * Template Specs error response.
239
- */
240
- export interface TemplateSpecsError {
241
- error?: ErrorResponse;
242
- }
243
- /**
244
- * Optional Parameters.
245
- */
246
- export interface TemplateSpecsUpdateOptionalParams extends msRest.RequestOptionsBase {
247
- /**
248
- * Template Spec resource with the tags to be updated.
249
- */
250
- templateSpec?: TemplateSpecUpdateModel;
251
- }
252
- /**
253
- * Optional Parameters.
254
- */
255
- export interface TemplateSpecsGetOptionalParams extends msRest.RequestOptionsBase {
256
- /**
257
- * Allows for expansion of additional Template Spec details in the response. Optional. Possible
258
- * values include: 'versions'
259
- */
260
- expand?: TemplateSpecExpandKind;
261
- }
262
- /**
263
- * Optional Parameters.
264
- */
265
- export interface TemplateSpecsListBySubscriptionOptionalParams extends msRest.RequestOptionsBase {
266
- /**
267
- * Allows for expansion of additional Template Spec details in the response. Optional. Possible
268
- * values include: 'versions'
269
- */
270
- expand?: TemplateSpecExpandKind;
271
- }
272
- /**
273
- * Optional Parameters.
274
- */
275
- export interface TemplateSpecsListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
276
- /**
277
- * Allows for expansion of additional Template Spec details in the response. Optional. Possible
278
- * values include: 'versions'
279
- */
280
- expand?: TemplateSpecExpandKind;
281
- }
282
- /**
283
- * Optional Parameters.
284
- */
285
- export interface TemplateSpecsListBySubscriptionNextOptionalParams extends msRest.RequestOptionsBase {
286
- /**
287
- * Allows for expansion of additional Template Spec details in the response. Optional. Possible
288
- * values include: 'versions'
289
- */
290
- expand?: TemplateSpecExpandKind;
291
- }
292
- /**
293
- * Optional Parameters.
294
- */
295
- export interface TemplateSpecsListByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {
296
- /**
297
- * Allows for expansion of additional Template Spec details in the response. Optional. Possible
298
- * values include: 'versions'
299
- */
300
- expand?: TemplateSpecExpandKind;
301
- }
302
- /**
303
- * Optional Parameters.
304
- */
305
- export interface TemplateSpecVersionsUpdateOptionalParams extends msRest.RequestOptionsBase {
306
- /**
307
- * Template Spec Version resource with the tags to be updated.
308
- */
309
- templateSpecVersionUpdateModel?: TemplateSpecVersionUpdateModel;
310
- }
311
- /**
312
- * An interface representing TemplateSpecsClientOptions.
313
- */
314
- export interface TemplateSpecsClientOptions extends AzureServiceClientOptions {
315
- baseUri?: string;
316
- }
317
- /**
318
- * @interface
319
- * List of Template Specs.
320
- * @extends Array<TemplateSpec>
321
- */
322
- export interface TemplateSpecsListResult extends Array<TemplateSpec> {
323
- /**
324
- * The URL to use for getting the next set of results.
325
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
326
- */
327
- readonly nextLink?: string;
328
- }
329
- /**
330
- * @interface
331
- * List of Template Specs versions
332
- * @extends Array<TemplateSpecVersion>
333
- */
334
- export interface TemplateSpecVersionsListResult extends Array<TemplateSpecVersion> {
335
- /**
336
- * The URL to use for getting the next set of results.
337
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
338
- */
339
- readonly nextLink?: string;
340
- }
341
- /**
342
- * Defines values for CreatedByType.
343
- * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
344
- * @readonly
345
- * @enum {string}
346
- */
347
- export declare type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';
348
- /**
349
- * Defines values for TemplateSpecExpandKind.
350
- * Possible values include: 'versions'
351
- * @readonly
352
- * @enum {string}
353
- */
354
- export declare type TemplateSpecExpandKind = 'versions';
355
- /**
356
- * Contains response data for the createOrUpdate operation.
357
- */
358
- export declare type TemplateSpecsCreateOrUpdateResponse = TemplateSpec & {
359
- /**
360
- * The underlying HTTP response.
361
- */
362
- _response: msRest.HttpResponse & {
363
- /**
364
- * The response body as text (string format)
365
- */
366
- bodyAsText: string;
367
- /**
368
- * The response body as parsed JSON or XML
369
- */
370
- parsedBody: TemplateSpec;
371
- };
372
- };
373
- /**
374
- * Contains response data for the update operation.
375
- */
376
- export declare type TemplateSpecsUpdateResponse = TemplateSpec & {
377
- /**
378
- * The underlying HTTP response.
379
- */
380
- _response: msRest.HttpResponse & {
381
- /**
382
- * The response body as text (string format)
383
- */
384
- bodyAsText: string;
385
- /**
386
- * The response body as parsed JSON or XML
387
- */
388
- parsedBody: TemplateSpec;
389
- };
390
- };
391
- /**
392
- * Contains response data for the get operation.
393
- */
394
- export declare type TemplateSpecsGetResponse = TemplateSpec & {
395
- /**
396
- * The underlying HTTP response.
397
- */
398
- _response: msRest.HttpResponse & {
399
- /**
400
- * The response body as text (string format)
401
- */
402
- bodyAsText: string;
403
- /**
404
- * The response body as parsed JSON or XML
405
- */
406
- parsedBody: TemplateSpec;
407
- };
408
- };
409
- /**
410
- * Contains response data for the listBySubscription operation.
411
- */
412
- export declare type TemplateSpecsListBySubscriptionResponse = TemplateSpecsListResult & {
413
- /**
414
- * The underlying HTTP response.
415
- */
416
- _response: msRest.HttpResponse & {
417
- /**
418
- * The response body as text (string format)
419
- */
420
- bodyAsText: string;
421
- /**
422
- * The response body as parsed JSON or XML
423
- */
424
- parsedBody: TemplateSpecsListResult;
425
- };
426
- };
427
- /**
428
- * Contains response data for the listByResourceGroup operation.
429
- */
430
- export declare type TemplateSpecsListByResourceGroupResponse = TemplateSpecsListResult & {
431
- /**
432
- * The underlying HTTP response.
433
- */
434
- _response: msRest.HttpResponse & {
435
- /**
436
- * The response body as text (string format)
437
- */
438
- bodyAsText: string;
439
- /**
440
- * The response body as parsed JSON or XML
441
- */
442
- parsedBody: TemplateSpecsListResult;
443
- };
444
- };
445
- /**
446
- * Contains response data for the listBySubscriptionNext operation.
447
- */
448
- export declare type TemplateSpecsListBySubscriptionNextResponse = TemplateSpecsListResult & {
449
- /**
450
- * The underlying HTTP response.
451
- */
452
- _response: msRest.HttpResponse & {
453
- /**
454
- * The response body as text (string format)
455
- */
456
- bodyAsText: string;
457
- /**
458
- * The response body as parsed JSON or XML
459
- */
460
- parsedBody: TemplateSpecsListResult;
461
- };
462
- };
463
- /**
464
- * Contains response data for the listByResourceGroupNext operation.
465
- */
466
- export declare type TemplateSpecsListByResourceGroupNextResponse = TemplateSpecsListResult & {
467
- /**
468
- * The underlying HTTP response.
469
- */
470
- _response: msRest.HttpResponse & {
471
- /**
472
- * The response body as text (string format)
473
- */
474
- bodyAsText: string;
475
- /**
476
- * The response body as parsed JSON or XML
477
- */
478
- parsedBody: TemplateSpecsListResult;
479
- };
480
- };
481
- /**
482
- * Contains response data for the createOrUpdate operation.
483
- */
484
- export declare type TemplateSpecVersionsCreateOrUpdateResponse = TemplateSpecVersion & {
485
- /**
486
- * The underlying HTTP response.
487
- */
488
- _response: msRest.HttpResponse & {
489
- /**
490
- * The response body as text (string format)
491
- */
492
- bodyAsText: string;
493
- /**
494
- * The response body as parsed JSON or XML
495
- */
496
- parsedBody: TemplateSpecVersion;
497
- };
498
- };
499
- /**
500
- * Contains response data for the update operation.
501
- */
502
- export declare type TemplateSpecVersionsUpdateResponse = TemplateSpecVersion & {
503
- /**
504
- * The underlying HTTP response.
505
- */
506
- _response: msRest.HttpResponse & {
507
- /**
508
- * The response body as text (string format)
509
- */
510
- bodyAsText: string;
511
- /**
512
- * The response body as parsed JSON or XML
513
- */
514
- parsedBody: TemplateSpecVersion;
515
- };
516
- };
517
- /**
518
- * Contains response data for the get operation.
519
- */
520
- export declare type TemplateSpecVersionsGetResponse = TemplateSpecVersion & {
521
- /**
522
- * The underlying HTTP response.
523
- */
524
- _response: msRest.HttpResponse & {
525
- /**
526
- * The response body as text (string format)
527
- */
528
- bodyAsText: string;
529
- /**
530
- * The response body as parsed JSON or XML
531
- */
532
- parsedBody: TemplateSpecVersion;
533
- };
534
- };
535
- /**
536
- * Contains response data for the list operation.
537
- */
538
- export declare type TemplateSpecVersionsListResponse = TemplateSpecVersionsListResult & {
539
- /**
540
- * The underlying HTTP response.
541
- */
542
- _response: msRest.HttpResponse & {
543
- /**
544
- * The response body as text (string format)
545
- */
546
- bodyAsText: string;
547
- /**
548
- * The response body as parsed JSON or XML
549
- */
550
- parsedBody: TemplateSpecVersionsListResult;
551
- };
552
- };
553
- /**
554
- * Contains response data for the listNext operation.
555
- */
556
- export declare type TemplateSpecVersionsListNextResponse = TemplateSpecVersionsListResult & {
557
- /**
558
- * The underlying HTTP response.
559
- */
560
- _response: msRest.HttpResponse & {
561
- /**
562
- * The response body as text (string format)
563
- */
564
- bodyAsText: string;
565
- /**
566
- * The response body as parsed JSON or XML
567
- */
568
- parsedBody: TemplateSpecVersionsListResult;
569
- };
570
- };
571
- //# 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 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -1,17 +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 TemplateSpecVersionInfo: msRest.CompositeMapper;
5
- export declare const AzureResourceBase: msRest.CompositeMapper;
6
- export declare const TemplateSpec: msRest.CompositeMapper;
7
- export declare const TemplateSpecUpdateModel: msRest.CompositeMapper;
8
- export declare const TemplateSpecVersionUpdateModel: msRest.CompositeMapper;
9
- export declare const SystemData: msRest.CompositeMapper;
10
- export declare const LinkedTemplateArtifact: msRest.CompositeMapper;
11
- export declare const TemplateSpecVersion: msRest.CompositeMapper;
12
- export declare const ErrorAdditionalInfo: msRest.CompositeMapper;
13
- export declare const ErrorResponse: msRest.CompositeMapper;
14
- export declare const TemplateSpecsError: msRest.CompositeMapper;
15
- export declare const TemplateSpecsListResult: msRest.CompositeMapper;
16
- export declare const TemplateSpecVersionsListResult: msRest.CompositeMapper;
17
- //# 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,uBAAuB,EAAE,MAAM,CAAC,eA6B5C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,eAqCtC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,eAgEjC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,eAoB5C,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,MAAM,CAAC,eAoBnD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,eA4C/B,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,eAsB3C,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,eAkExC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,eAuDlC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,eAevC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,eA2B5C,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,MAAM,CAAC,eA2BnD,CAAC"}
@@ -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,uBAAuB,GAA2B;IAC7D,cAAc,EAAE,yBAAyB;IACzC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,aAAa;gBAC7B,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,UAAU;iBACjB;aACF;YACD,YAAY,EAAE;gBACZ,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;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,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,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;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,wBACV,iBAAiB,CAAC,IAAI,CAAC,eAAe,KACzC,QAAQ,EAAE;gBACR,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,WAAW,EAAE;oBACX,SAAS,EAAE,IAAI;iBAChB;gBACD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,WAAW,EAAE;oBACX,SAAS,EAAE,EAAE;iBACd;gBACD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,yBAAyB;yBACrC;qBACF;iBACF;aACF,EACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,uBAAuB,GAA2B;IAC7D,cAAc,EAAE,yBAAyB;IACzC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,wBACV,iBAAiB,CAAC,IAAI,CAAC,eAAe,KACzC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,8BAA8B,GAA2B;IACpE,cAAc,EAAE,gCAAgC;IAChD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,wBACV,iBAAiB,CAAC,IAAI,CAAC,eAAe,KACzC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,UAAU,GAA2B;IAChD,cAAc,EAAE,YAAY;IAC5B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;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,IAAI,EAAE;gBACJ,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,MAAM;gBACtB,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,mBAAmB,GAA2B;IACzD,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,wBACV,iBAAiB,CAAC,IAAI,CAAC,eAAe,KACzC,QAAQ,EAAE;gBACR,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,WAAW,EAAE;oBACX,SAAS,EAAE,IAAI;iBAChB;gBACD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,wBAAwB;yBACpC;qBACF;iBACF;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,GACF;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,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;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,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,MAAM;gBACtB,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,MAAM,EAAE;gBACN,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,QAAQ;gBACxB,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,eAAe;yBAC3B;qBACF;iBACF;aACF;YACD,cAAc,EAAE;gBACd,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,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,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,eAAe;iBAC3B;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,uBAAuB,GAA2B;IAC7D,cAAc,EAAE,yBAAyB;IACzC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,EAAE;gBAClB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,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,8BAA8B,GAA2B;IACpE,cAAc,EAAE,gCAAgC;IAChD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,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,10 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- export declare const acceptLanguage: msRest.OperationParameter;
3
- export declare const apiVersion: msRest.OperationQueryParameter;
4
- export declare const expand: msRest.OperationQueryParameter;
5
- export declare const nextPageLink: msRest.OperationURLParameter;
6
- export declare const resourceGroupName: msRest.OperationURLParameter;
7
- export declare const subscriptionId: msRest.OperationURLParameter;
8
- export declare const templateSpecName: msRest.OperationURLParameter;
9
- export declare const templateSpecVersion: msRest.OperationURLParameter;
10
- //# sourceMappingURL=parameters.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../src/models/parameters.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,kBASnC,CAAC;AACF,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,uBAS/B,CAAC;AACF,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,uBAW3B,CAAC;AACF,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,qBAUjC,CAAC;AACF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,qBActC,CAAC;AACF,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,qBASnC,CAAC;AACF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,qBAcrC,CAAC;AACF,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,qBAcxC,CAAC"}