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