@azure/arm-kubernetesconfiguration-extensions 1.0.0-beta.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 (218) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/LICENSE +21 -0
  3. package/README.md +115 -0
  4. package/dist/browser/extensionsClient.d.ts +21 -0
  5. package/dist/browser/extensionsClient.d.ts.map +1 -0
  6. package/dist/browser/extensionsClient.js +97 -0
  7. package/dist/browser/extensionsClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.d.ts +11 -0
  13. package/dist/browser/lroImpl.d.ts.map +1 -0
  14. package/dist/browser/lroImpl.js +21 -0
  15. package/dist/browser/lroImpl.js.map +1 -0
  16. package/dist/browser/models/index.d.ts +398 -0
  17. package/dist/browser/models/index.d.ts.map +1 -0
  18. package/dist/browser/models/index.js +46 -0
  19. package/dist/browser/models/index.js.map +1 -0
  20. package/dist/browser/models/mappers.d.ts +19 -0
  21. package/dist/browser/models/mappers.d.ts.map +1 -0
  22. package/dist/browser/models/mappers.js +612 -0
  23. package/dist/browser/models/mappers.js.map +1 -0
  24. package/dist/browser/models/parameters.d.ts +17 -0
  25. package/dist/browser/models/parameters.d.ts.map +1 -0
  26. package/dist/browser/models/parameters.js +164 -0
  27. package/dist/browser/models/parameters.js.map +1 -0
  28. package/dist/browser/operations/extensions.d.ts +141 -0
  29. package/dist/browser/operations/extensions.d.ts.map +1 -0
  30. package/dist/browser/operations/extensions.js +536 -0
  31. package/dist/browser/operations/extensions.js.map +1 -0
  32. package/dist/browser/operations/index.d.ts +3 -0
  33. package/dist/browser/operations/index.d.ts.map +1 -0
  34. package/dist/browser/operations/index.js +10 -0
  35. package/dist/browser/operations/index.js.map +1 -0
  36. package/dist/browser/operations/operationStatus.d.ts +26 -0
  37. package/dist/browser/operations/operationStatus.d.ts.map +1 -0
  38. package/dist/browser/operations/operationStatus.js +71 -0
  39. package/dist/browser/operations/operationStatus.js.map +1 -0
  40. package/dist/browser/operationsInterfaces/extensions.d.ts +108 -0
  41. package/dist/browser/operationsInterfaces/extensions.d.ts.map +1 -0
  42. package/dist/browser/operationsInterfaces/extensions.js +9 -0
  43. package/dist/browser/operationsInterfaces/extensions.js.map +1 -0
  44. package/dist/browser/operationsInterfaces/index.d.ts +3 -0
  45. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  46. package/dist/browser/operationsInterfaces/index.js +10 -0
  47. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  48. package/dist/browser/operationsInterfaces/operationStatus.d.ts +18 -0
  49. package/dist/browser/operationsInterfaces/operationStatus.d.ts.map +1 -0
  50. package/dist/browser/operationsInterfaces/operationStatus.js +9 -0
  51. package/dist/browser/operationsInterfaces/operationStatus.js.map +1 -0
  52. package/dist/browser/package.json +3 -0
  53. package/dist/browser/pagingHelper.d.ts +13 -0
  54. package/dist/browser/pagingHelper.d.ts.map +1 -0
  55. package/dist/browser/pagingHelper.js +32 -0
  56. package/dist/browser/pagingHelper.js.map +1 -0
  57. package/dist/commonjs/extensionsClient.d.ts +21 -0
  58. package/dist/commonjs/extensionsClient.d.ts.map +1 -0
  59. package/dist/commonjs/extensionsClient.js +102 -0
  60. package/dist/commonjs/extensionsClient.js.map +1 -0
  61. package/dist/commonjs/index.d.ts +5 -0
  62. package/dist/commonjs/index.d.ts.map +1 -0
  63. package/dist/commonjs/index.js +19 -0
  64. package/dist/commonjs/index.js.map +1 -0
  65. package/dist/commonjs/lroImpl.d.ts +11 -0
  66. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  67. package/dist/commonjs/lroImpl.js +24 -0
  68. package/dist/commonjs/lroImpl.js.map +1 -0
  69. package/dist/commonjs/models/index.d.ts +398 -0
  70. package/dist/commonjs/models/index.d.ts.map +1 -0
  71. package/dist/commonjs/models/index.js +49 -0
  72. package/dist/commonjs/models/index.js.map +1 -0
  73. package/dist/commonjs/models/mappers.d.ts +19 -0
  74. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  75. package/dist/commonjs/models/mappers.js +615 -0
  76. package/dist/commonjs/models/mappers.js.map +1 -0
  77. package/dist/commonjs/models/parameters.d.ts +17 -0
  78. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  79. package/dist/commonjs/models/parameters.js +167 -0
  80. package/dist/commonjs/models/parameters.js.map +1 -0
  81. package/dist/commonjs/operations/extensions.d.ts +141 -0
  82. package/dist/commonjs/operations/extensions.d.ts.map +1 -0
  83. package/dist/commonjs/operations/extensions.js +540 -0
  84. package/dist/commonjs/operations/extensions.js.map +1 -0
  85. package/dist/commonjs/operations/index.d.ts +3 -0
  86. package/dist/commonjs/operations/index.d.ts.map +1 -0
  87. package/dist/commonjs/operations/index.js +13 -0
  88. package/dist/commonjs/operations/index.js.map +1 -0
  89. package/dist/commonjs/operations/operationStatus.d.ts +26 -0
  90. package/dist/commonjs/operations/operationStatus.d.ts.map +1 -0
  91. package/dist/commonjs/operations/operationStatus.js +76 -0
  92. package/dist/commonjs/operations/operationStatus.js.map +1 -0
  93. package/dist/commonjs/operationsInterfaces/extensions.d.ts +108 -0
  94. package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +1 -0
  95. package/dist/commonjs/operationsInterfaces/extensions.js +10 -0
  96. package/dist/commonjs/operationsInterfaces/extensions.js.map +1 -0
  97. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
  98. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  99. package/dist/commonjs/operationsInterfaces/index.js +13 -0
  100. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  101. package/dist/commonjs/operationsInterfaces/operationStatus.d.ts +18 -0
  102. package/dist/commonjs/operationsInterfaces/operationStatus.d.ts.map +1 -0
  103. package/dist/commonjs/operationsInterfaces/operationStatus.js +10 -0
  104. package/dist/commonjs/operationsInterfaces/operationStatus.js.map +1 -0
  105. package/dist/commonjs/package.json +3 -0
  106. package/dist/commonjs/pagingHelper.d.ts +13 -0
  107. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  108. package/dist/commonjs/pagingHelper.js +36 -0
  109. package/dist/commonjs/pagingHelper.js.map +1 -0
  110. package/dist/commonjs/tsdoc-metadata.json +11 -0
  111. package/dist/esm/extensionsClient.d.ts +21 -0
  112. package/dist/esm/extensionsClient.d.ts.map +1 -0
  113. package/dist/esm/extensionsClient.js +97 -0
  114. package/dist/esm/extensionsClient.js.map +1 -0
  115. package/dist/esm/index.d.ts +5 -0
  116. package/dist/esm/index.d.ts.map +1 -0
  117. package/dist/esm/index.js +13 -0
  118. package/dist/esm/index.js.map +1 -0
  119. package/dist/esm/lroImpl.d.ts +11 -0
  120. package/dist/esm/lroImpl.d.ts.map +1 -0
  121. package/dist/esm/lroImpl.js +21 -0
  122. package/dist/esm/lroImpl.js.map +1 -0
  123. package/dist/esm/models/index.d.ts +398 -0
  124. package/dist/esm/models/index.d.ts.map +1 -0
  125. package/dist/esm/models/index.js +46 -0
  126. package/dist/esm/models/index.js.map +1 -0
  127. package/dist/esm/models/mappers.d.ts +19 -0
  128. package/dist/esm/models/mappers.d.ts.map +1 -0
  129. package/dist/esm/models/mappers.js +612 -0
  130. package/dist/esm/models/mappers.js.map +1 -0
  131. package/dist/esm/models/parameters.d.ts +17 -0
  132. package/dist/esm/models/parameters.d.ts.map +1 -0
  133. package/dist/esm/models/parameters.js +164 -0
  134. package/dist/esm/models/parameters.js.map +1 -0
  135. package/dist/esm/operations/extensions.d.ts +141 -0
  136. package/dist/esm/operations/extensions.d.ts.map +1 -0
  137. package/dist/esm/operations/extensions.js +536 -0
  138. package/dist/esm/operations/extensions.js.map +1 -0
  139. package/dist/esm/operations/index.d.ts +3 -0
  140. package/dist/esm/operations/index.d.ts.map +1 -0
  141. package/dist/esm/operations/index.js +10 -0
  142. package/dist/esm/operations/index.js.map +1 -0
  143. package/dist/esm/operations/operationStatus.d.ts +26 -0
  144. package/dist/esm/operations/operationStatus.d.ts.map +1 -0
  145. package/dist/esm/operations/operationStatus.js +71 -0
  146. package/dist/esm/operations/operationStatus.js.map +1 -0
  147. package/dist/esm/operationsInterfaces/extensions.d.ts +108 -0
  148. package/dist/esm/operationsInterfaces/extensions.d.ts.map +1 -0
  149. package/dist/esm/operationsInterfaces/extensions.js +9 -0
  150. package/dist/esm/operationsInterfaces/extensions.js.map +1 -0
  151. package/dist/esm/operationsInterfaces/index.d.ts +3 -0
  152. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  153. package/dist/esm/operationsInterfaces/index.js +10 -0
  154. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  155. package/dist/esm/operationsInterfaces/operationStatus.d.ts +18 -0
  156. package/dist/esm/operationsInterfaces/operationStatus.d.ts.map +1 -0
  157. package/dist/esm/operationsInterfaces/operationStatus.js +9 -0
  158. package/dist/esm/operationsInterfaces/operationStatus.js.map +1 -0
  159. package/dist/esm/package.json +3 -0
  160. package/dist/esm/pagingHelper.d.ts +13 -0
  161. package/dist/esm/pagingHelper.d.ts.map +1 -0
  162. package/dist/esm/pagingHelper.js +32 -0
  163. package/dist/esm/pagingHelper.js.map +1 -0
  164. package/dist/react-native/extensionsClient.d.ts +21 -0
  165. package/dist/react-native/extensionsClient.d.ts.map +1 -0
  166. package/dist/react-native/extensionsClient.js +97 -0
  167. package/dist/react-native/extensionsClient.js.map +1 -0
  168. package/dist/react-native/index.d.ts +5 -0
  169. package/dist/react-native/index.d.ts.map +1 -0
  170. package/dist/react-native/index.js +13 -0
  171. package/dist/react-native/index.js.map +1 -0
  172. package/dist/react-native/lroImpl.d.ts +11 -0
  173. package/dist/react-native/lroImpl.d.ts.map +1 -0
  174. package/dist/react-native/lroImpl.js +21 -0
  175. package/dist/react-native/lroImpl.js.map +1 -0
  176. package/dist/react-native/models/index.d.ts +398 -0
  177. package/dist/react-native/models/index.d.ts.map +1 -0
  178. package/dist/react-native/models/index.js +46 -0
  179. package/dist/react-native/models/index.js.map +1 -0
  180. package/dist/react-native/models/mappers.d.ts +19 -0
  181. package/dist/react-native/models/mappers.d.ts.map +1 -0
  182. package/dist/react-native/models/mappers.js +612 -0
  183. package/dist/react-native/models/mappers.js.map +1 -0
  184. package/dist/react-native/models/parameters.d.ts +17 -0
  185. package/dist/react-native/models/parameters.d.ts.map +1 -0
  186. package/dist/react-native/models/parameters.js +164 -0
  187. package/dist/react-native/models/parameters.js.map +1 -0
  188. package/dist/react-native/operations/extensions.d.ts +141 -0
  189. package/dist/react-native/operations/extensions.d.ts.map +1 -0
  190. package/dist/react-native/operations/extensions.js +536 -0
  191. package/dist/react-native/operations/extensions.js.map +1 -0
  192. package/dist/react-native/operations/index.d.ts +3 -0
  193. package/dist/react-native/operations/index.d.ts.map +1 -0
  194. package/dist/react-native/operations/index.js +10 -0
  195. package/dist/react-native/operations/index.js.map +1 -0
  196. package/dist/react-native/operations/operationStatus.d.ts +26 -0
  197. package/dist/react-native/operations/operationStatus.d.ts.map +1 -0
  198. package/dist/react-native/operations/operationStatus.js +71 -0
  199. package/dist/react-native/operations/operationStatus.js.map +1 -0
  200. package/dist/react-native/operationsInterfaces/extensions.d.ts +108 -0
  201. package/dist/react-native/operationsInterfaces/extensions.d.ts.map +1 -0
  202. package/dist/react-native/operationsInterfaces/extensions.js +9 -0
  203. package/dist/react-native/operationsInterfaces/extensions.js.map +1 -0
  204. package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
  205. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  206. package/dist/react-native/operationsInterfaces/index.js +10 -0
  207. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  208. package/dist/react-native/operationsInterfaces/operationStatus.d.ts +18 -0
  209. package/dist/react-native/operationsInterfaces/operationStatus.d.ts.map +1 -0
  210. package/dist/react-native/operationsInterfaces/operationStatus.js +9 -0
  211. package/dist/react-native/operationsInterfaces/operationStatus.js.map +1 -0
  212. package/dist/react-native/package.json +3 -0
  213. package/dist/react-native/pagingHelper.d.ts +13 -0
  214. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  215. package/dist/react-native/pagingHelper.js +32 -0
  216. package/dist/react-native/pagingHelper.js.map +1 -0
  217. package/package.json +133 -0
  218. package/review/arm-kubernetesconfiguration-extensions.api.md +294 -0
@@ -0,0 +1,612 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
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 const Scope = {
9
+ type: {
10
+ name: "Composite",
11
+ className: "Scope",
12
+ modelProperties: {
13
+ cluster: {
14
+ serializedName: "cluster",
15
+ type: {
16
+ name: "Composite",
17
+ className: "ScopeCluster",
18
+ },
19
+ },
20
+ namespace: {
21
+ serializedName: "namespace",
22
+ type: {
23
+ name: "Composite",
24
+ className: "ScopeNamespace",
25
+ },
26
+ },
27
+ },
28
+ },
29
+ };
30
+ export const ScopeCluster = {
31
+ type: {
32
+ name: "Composite",
33
+ className: "ScopeCluster",
34
+ modelProperties: {
35
+ releaseNamespace: {
36
+ serializedName: "releaseNamespace",
37
+ type: {
38
+ name: "String",
39
+ },
40
+ },
41
+ },
42
+ },
43
+ };
44
+ export const ScopeNamespace = {
45
+ type: {
46
+ name: "Composite",
47
+ className: "ScopeNamespace",
48
+ modelProperties: {
49
+ targetNamespace: {
50
+ serializedName: "targetNamespace",
51
+ type: {
52
+ name: "String",
53
+ },
54
+ },
55
+ },
56
+ },
57
+ };
58
+ export const ExtensionStatus = {
59
+ type: {
60
+ name: "Composite",
61
+ className: "ExtensionStatus",
62
+ modelProperties: {
63
+ code: {
64
+ serializedName: "code",
65
+ type: {
66
+ name: "String",
67
+ },
68
+ },
69
+ displayStatus: {
70
+ serializedName: "displayStatus",
71
+ type: {
72
+ name: "String",
73
+ },
74
+ },
75
+ level: {
76
+ defaultValue: "Information",
77
+ serializedName: "level",
78
+ type: {
79
+ name: "String",
80
+ },
81
+ },
82
+ message: {
83
+ serializedName: "message",
84
+ type: {
85
+ name: "String",
86
+ },
87
+ },
88
+ time: {
89
+ serializedName: "time",
90
+ type: {
91
+ name: "String",
92
+ },
93
+ },
94
+ },
95
+ },
96
+ };
97
+ export const ErrorDetail = {
98
+ type: {
99
+ name: "Composite",
100
+ className: "ErrorDetail",
101
+ modelProperties: {
102
+ code: {
103
+ serializedName: "code",
104
+ readOnly: true,
105
+ type: {
106
+ name: "String",
107
+ },
108
+ },
109
+ message: {
110
+ serializedName: "message",
111
+ readOnly: true,
112
+ type: {
113
+ name: "String",
114
+ },
115
+ },
116
+ target: {
117
+ serializedName: "target",
118
+ readOnly: true,
119
+ type: {
120
+ name: "String",
121
+ },
122
+ },
123
+ details: {
124
+ serializedName: "details",
125
+ readOnly: true,
126
+ type: {
127
+ name: "Sequence",
128
+ element: {
129
+ type: {
130
+ name: "Composite",
131
+ className: "ErrorDetail",
132
+ },
133
+ },
134
+ },
135
+ },
136
+ additionalInfo: {
137
+ serializedName: "additionalInfo",
138
+ readOnly: true,
139
+ type: {
140
+ name: "Sequence",
141
+ element: {
142
+ type: {
143
+ name: "Composite",
144
+ className: "ErrorAdditionalInfo",
145
+ },
146
+ },
147
+ },
148
+ },
149
+ },
150
+ },
151
+ };
152
+ export const ErrorAdditionalInfo = {
153
+ type: {
154
+ name: "Composite",
155
+ className: "ErrorAdditionalInfo",
156
+ modelProperties: {
157
+ type: {
158
+ serializedName: "type",
159
+ readOnly: true,
160
+ type: {
161
+ name: "String",
162
+ },
163
+ },
164
+ info: {
165
+ serializedName: "info",
166
+ readOnly: true,
167
+ type: {
168
+ name: "Dictionary",
169
+ value: { type: { name: "any" } },
170
+ },
171
+ },
172
+ },
173
+ },
174
+ };
175
+ export const ExtensionPropertiesAksAssignedIdentity = {
176
+ type: {
177
+ name: "Composite",
178
+ className: "ExtensionPropertiesAksAssignedIdentity",
179
+ modelProperties: {
180
+ principalId: {
181
+ serializedName: "principalId",
182
+ readOnly: true,
183
+ type: {
184
+ name: "String",
185
+ },
186
+ },
187
+ tenantId: {
188
+ serializedName: "tenantId",
189
+ readOnly: true,
190
+ type: {
191
+ name: "String",
192
+ },
193
+ },
194
+ type: {
195
+ serializedName: "type",
196
+ type: {
197
+ name: "Enum",
198
+ allowedValues: ["SystemAssigned", "UserAssigned"],
199
+ },
200
+ },
201
+ },
202
+ },
203
+ };
204
+ export const Identity = {
205
+ type: {
206
+ name: "Composite",
207
+ className: "Identity",
208
+ modelProperties: {
209
+ principalId: {
210
+ serializedName: "principalId",
211
+ readOnly: true,
212
+ type: {
213
+ name: "String",
214
+ },
215
+ },
216
+ tenantId: {
217
+ serializedName: "tenantId",
218
+ readOnly: true,
219
+ type: {
220
+ name: "String",
221
+ },
222
+ },
223
+ type: {
224
+ defaultValue: "SystemAssigned",
225
+ isConstant: true,
226
+ serializedName: "type",
227
+ type: {
228
+ name: "String",
229
+ },
230
+ },
231
+ },
232
+ },
233
+ };
234
+ export const SystemData = {
235
+ type: {
236
+ name: "Composite",
237
+ className: "SystemData",
238
+ modelProperties: {
239
+ createdBy: {
240
+ serializedName: "createdBy",
241
+ type: {
242
+ name: "String",
243
+ },
244
+ },
245
+ createdByType: {
246
+ serializedName: "createdByType",
247
+ type: {
248
+ name: "String",
249
+ },
250
+ },
251
+ createdAt: {
252
+ serializedName: "createdAt",
253
+ type: {
254
+ name: "DateTime",
255
+ },
256
+ },
257
+ lastModifiedBy: {
258
+ serializedName: "lastModifiedBy",
259
+ type: {
260
+ name: "String",
261
+ },
262
+ },
263
+ lastModifiedByType: {
264
+ serializedName: "lastModifiedByType",
265
+ type: {
266
+ name: "String",
267
+ },
268
+ },
269
+ lastModifiedAt: {
270
+ serializedName: "lastModifiedAt",
271
+ type: {
272
+ name: "DateTime",
273
+ },
274
+ },
275
+ },
276
+ },
277
+ };
278
+ export const Plan = {
279
+ type: {
280
+ name: "Composite",
281
+ className: "Plan",
282
+ modelProperties: {
283
+ name: {
284
+ serializedName: "name",
285
+ required: true,
286
+ type: {
287
+ name: "String",
288
+ },
289
+ },
290
+ publisher: {
291
+ serializedName: "publisher",
292
+ required: true,
293
+ type: {
294
+ name: "String",
295
+ },
296
+ },
297
+ product: {
298
+ serializedName: "product",
299
+ required: true,
300
+ type: {
301
+ name: "String",
302
+ },
303
+ },
304
+ promotionCode: {
305
+ serializedName: "promotionCode",
306
+ type: {
307
+ name: "String",
308
+ },
309
+ },
310
+ version: {
311
+ serializedName: "version",
312
+ type: {
313
+ name: "String",
314
+ },
315
+ },
316
+ },
317
+ },
318
+ };
319
+ export const Resource = {
320
+ type: {
321
+ name: "Composite",
322
+ className: "Resource",
323
+ modelProperties: {
324
+ id: {
325
+ serializedName: "id",
326
+ readOnly: true,
327
+ type: {
328
+ name: "String",
329
+ },
330
+ },
331
+ name: {
332
+ serializedName: "name",
333
+ readOnly: true,
334
+ type: {
335
+ name: "String",
336
+ },
337
+ },
338
+ type: {
339
+ serializedName: "type",
340
+ readOnly: true,
341
+ type: {
342
+ name: "String",
343
+ },
344
+ },
345
+ },
346
+ },
347
+ };
348
+ export const ErrorResponse = {
349
+ type: {
350
+ name: "Composite",
351
+ className: "ErrorResponse",
352
+ modelProperties: {
353
+ error: {
354
+ serializedName: "error",
355
+ type: {
356
+ name: "Composite",
357
+ className: "ErrorDetail",
358
+ },
359
+ },
360
+ },
361
+ },
362
+ };
363
+ export const PatchExtension = {
364
+ type: {
365
+ name: "Composite",
366
+ className: "PatchExtension",
367
+ modelProperties: {
368
+ autoUpgradeMinorVersion: {
369
+ defaultValue: true,
370
+ serializedName: "properties.autoUpgradeMinorVersion",
371
+ type: {
372
+ name: "Boolean",
373
+ },
374
+ },
375
+ releaseTrain: {
376
+ defaultValue: "Stable",
377
+ serializedName: "properties.releaseTrain",
378
+ type: {
379
+ name: "String",
380
+ },
381
+ },
382
+ version: {
383
+ serializedName: "properties.version",
384
+ nullable: true,
385
+ type: {
386
+ name: "String",
387
+ },
388
+ },
389
+ configurationSettings: {
390
+ serializedName: "properties.configurationSettings",
391
+ nullable: true,
392
+ type: {
393
+ name: "Dictionary",
394
+ value: { type: { name: "String" } },
395
+ },
396
+ },
397
+ configurationProtectedSettings: {
398
+ serializedName: "properties.configurationProtectedSettings",
399
+ nullable: true,
400
+ type: {
401
+ name: "Dictionary",
402
+ value: { type: { name: "String" } },
403
+ },
404
+ },
405
+ },
406
+ },
407
+ };
408
+ export const ExtensionsList = {
409
+ type: {
410
+ name: "Composite",
411
+ className: "ExtensionsList",
412
+ modelProperties: {
413
+ value: {
414
+ serializedName: "value",
415
+ readOnly: true,
416
+ type: {
417
+ name: "Sequence",
418
+ element: {
419
+ type: {
420
+ name: "Composite",
421
+ className: "Extension",
422
+ },
423
+ },
424
+ },
425
+ },
426
+ nextLink: {
427
+ serializedName: "nextLink",
428
+ readOnly: true,
429
+ type: {
430
+ name: "String",
431
+ },
432
+ },
433
+ },
434
+ },
435
+ };
436
+ export const OperationStatusResult = {
437
+ type: {
438
+ name: "Composite",
439
+ className: "OperationStatusResult",
440
+ modelProperties: {
441
+ id: {
442
+ serializedName: "id",
443
+ type: {
444
+ name: "String",
445
+ },
446
+ },
447
+ name: {
448
+ serializedName: "name",
449
+ type: {
450
+ name: "String",
451
+ },
452
+ },
453
+ status: {
454
+ serializedName: "status",
455
+ required: true,
456
+ type: {
457
+ name: "String",
458
+ },
459
+ },
460
+ properties: {
461
+ serializedName: "properties",
462
+ nullable: true,
463
+ type: {
464
+ name: "Dictionary",
465
+ value: { type: { name: "String" } },
466
+ },
467
+ },
468
+ error: {
469
+ serializedName: "error",
470
+ type: {
471
+ name: "Composite",
472
+ className: "ErrorDetail",
473
+ },
474
+ },
475
+ },
476
+ },
477
+ };
478
+ export const ProxyResource = {
479
+ type: {
480
+ name: "Composite",
481
+ className: "ProxyResource",
482
+ modelProperties: Object.assign({}, Resource.type.modelProperties),
483
+ },
484
+ };
485
+ export const Extension = {
486
+ type: {
487
+ name: "Composite",
488
+ className: "Extension",
489
+ modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { identity: {
490
+ serializedName: "identity",
491
+ type: {
492
+ name: "Composite",
493
+ className: "Identity",
494
+ },
495
+ }, systemData: {
496
+ serializedName: "systemData",
497
+ type: {
498
+ name: "Composite",
499
+ className: "SystemData",
500
+ },
501
+ }, plan: {
502
+ serializedName: "plan",
503
+ type: {
504
+ name: "Composite",
505
+ className: "Plan",
506
+ },
507
+ }, extensionType: {
508
+ serializedName: "properties.extensionType",
509
+ type: {
510
+ name: "String",
511
+ },
512
+ }, autoUpgradeMinorVersion: {
513
+ defaultValue: true,
514
+ serializedName: "properties.autoUpgradeMinorVersion",
515
+ type: {
516
+ name: "Boolean",
517
+ },
518
+ }, releaseTrain: {
519
+ defaultValue: "Stable",
520
+ serializedName: "properties.releaseTrain",
521
+ type: {
522
+ name: "String",
523
+ },
524
+ }, version: {
525
+ serializedName: "properties.version",
526
+ nullable: true,
527
+ type: {
528
+ name: "String",
529
+ },
530
+ }, scope: {
531
+ serializedName: "properties.scope",
532
+ type: {
533
+ name: "Composite",
534
+ className: "Scope",
535
+ },
536
+ }, configurationSettings: {
537
+ serializedName: "properties.configurationSettings",
538
+ nullable: true,
539
+ type: {
540
+ name: "Dictionary",
541
+ value: { type: { name: "String" } },
542
+ },
543
+ }, configurationProtectedSettings: {
544
+ serializedName: "properties.configurationProtectedSettings",
545
+ nullable: true,
546
+ type: {
547
+ name: "Dictionary",
548
+ value: { type: { name: "String" } },
549
+ },
550
+ }, currentVersion: {
551
+ serializedName: "properties.currentVersion",
552
+ readOnly: true,
553
+ nullable: true,
554
+ type: {
555
+ name: "String",
556
+ },
557
+ }, provisioningState: {
558
+ serializedName: "properties.provisioningState",
559
+ readOnly: true,
560
+ type: {
561
+ name: "String",
562
+ },
563
+ }, statuses: {
564
+ serializedName: "properties.statuses",
565
+ nullable: true,
566
+ type: {
567
+ name: "Sequence",
568
+ element: {
569
+ type: {
570
+ name: "Composite",
571
+ className: "ExtensionStatus",
572
+ },
573
+ },
574
+ },
575
+ }, errorInfo: {
576
+ serializedName: "properties.errorInfo",
577
+ type: {
578
+ name: "Composite",
579
+ className: "ErrorDetail",
580
+ },
581
+ }, customLocationSettings: {
582
+ serializedName: "properties.customLocationSettings",
583
+ readOnly: true,
584
+ nullable: true,
585
+ type: {
586
+ name: "Dictionary",
587
+ value: { type: { name: "String" } },
588
+ },
589
+ }, packageUri: {
590
+ serializedName: "properties.packageUri",
591
+ readOnly: true,
592
+ nullable: true,
593
+ type: {
594
+ name: "String",
595
+ },
596
+ }, aksAssignedIdentity: {
597
+ serializedName: "properties.aksAssignedIdentity",
598
+ type: {
599
+ name: "Composite",
600
+ className: "ExtensionPropertiesAksAssignedIdentity",
601
+ },
602
+ }, isSystemExtension: {
603
+ defaultValue: false,
604
+ serializedName: "properties.isSystemExtension",
605
+ readOnly: true,
606
+ type: {
607
+ name: "Boolean",
608
+ },
609
+ } }),
610
+ },
611
+ };
612
+ //# sourceMappingURL=mappers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const Scope: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Scope\",\n modelProperties: {\n cluster: {\n serializedName: \"cluster\",\n type: {\n name: \"Composite\",\n className: \"ScopeCluster\",\n },\n },\n namespace: {\n serializedName: \"namespace\",\n type: {\n name: \"Composite\",\n className: \"ScopeNamespace\",\n },\n },\n },\n },\n};\n\nexport const ScopeCluster: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScopeCluster\",\n modelProperties: {\n releaseNamespace: {\n serializedName: \"releaseNamespace\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ScopeNamespace: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScopeNamespace\",\n modelProperties: {\n targetNamespace: {\n serializedName: \"targetNamespace\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExtensionStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionStatus\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n displayStatus: {\n serializedName: \"displayStatus\",\n type: {\n name: \"String\",\n },\n },\n level: {\n defaultValue: \"Information\",\n serializedName: \"level\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n time: {\n serializedName: \"time\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const ExtensionPropertiesAksAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionPropertiesAksAssignedIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\"SystemAssigned\", \"UserAssigned\"],\n },\n },\n },\n },\n};\n\nexport const Identity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n defaultValue: \"SystemAssigned\",\n isConstant: true,\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const Plan: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Plan\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n publisher: {\n serializedName: \"publisher\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n product: {\n serializedName: \"product\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n promotionCode: {\n serializedName: \"promotionCode\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const PatchExtension: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PatchExtension\",\n modelProperties: {\n autoUpgradeMinorVersion: {\n defaultValue: true,\n serializedName: \"properties.autoUpgradeMinorVersion\",\n type: {\n name: \"Boolean\",\n },\n },\n releaseTrain: {\n defaultValue: \"Stable\",\n serializedName: \"properties.releaseTrain\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"properties.version\",\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n configurationSettings: {\n serializedName: \"properties.configurationSettings\",\n nullable: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n configurationProtectedSettings: {\n serializedName: \"properties.configurationProtectedSettings\",\n nullable: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ExtensionsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Extension\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationStatusResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationStatusResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n nullable: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const Extension: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Extension\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n plan: {\n serializedName: \"plan\",\n type: {\n name: \"Composite\",\n className: \"Plan\",\n },\n },\n extensionType: {\n serializedName: \"properties.extensionType\",\n type: {\n name: \"String\",\n },\n },\n autoUpgradeMinorVersion: {\n defaultValue: true,\n serializedName: \"properties.autoUpgradeMinorVersion\",\n type: {\n name: \"Boolean\",\n },\n },\n releaseTrain: {\n defaultValue: \"Stable\",\n serializedName: \"properties.releaseTrain\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"properties.version\",\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"Composite\",\n className: \"Scope\",\n },\n },\n configurationSettings: {\n serializedName: \"properties.configurationSettings\",\n nullable: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n configurationProtectedSettings: {\n serializedName: \"properties.configurationProtectedSettings\",\n nullable: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n currentVersion: {\n serializedName: \"properties.currentVersion\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n statuses: {\n serializedName: \"properties.statuses\",\n nullable: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ExtensionStatus\",\n },\n },\n },\n },\n errorInfo: {\n serializedName: \"properties.errorInfo\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n customLocationSettings: {\n serializedName: \"properties.customLocationSettings\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n packageUri: {\n serializedName: \"properties.packageUri\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n aksAssignedIdentity: {\n serializedName: \"properties.aksAssignedIdentity\",\n type: {\n name: \"Composite\",\n className: \"ExtensionPropertiesAksAssignedIdentity\",\n },\n },\n isSystemExtension: {\n defaultValue: false,\n serializedName: \"properties.isSystemExtension\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n"]}
@@ -0,0 +1,17 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const contentType: OperationParameter;
3
+ export declare const extension: OperationParameter;
4
+ export declare const accept: OperationParameter;
5
+ export declare const $host: OperationURLParameter;
6
+ export declare const subscriptionId: OperationURLParameter;
7
+ export declare const resourceGroupName: OperationURLParameter;
8
+ export declare const clusterRp: OperationURLParameter;
9
+ export declare const clusterResourceName: OperationURLParameter;
10
+ export declare const clusterName: OperationURLParameter;
11
+ export declare const extensionName: OperationURLParameter;
12
+ export declare const apiVersion: OperationQueryParameter;
13
+ export declare const forceDelete: OperationQueryParameter;
14
+ export declare const patchExtension: OperationParameter;
15
+ export declare const nextLink: OperationURLParameter;
16
+ export declare const operationId: OperationURLParameter;
17
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAM5B,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,kBAGvB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAY5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAa/B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBASvB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,qBAYjC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBAYzB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAS3B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,uBAQzB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,kBAG5B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBASzB,CAAC"}