@azure/arm-kubernetesconfiguration 2.0.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/LICENSE.txt +1 -1
  2. package/README.md +64 -57
  3. package/dist/arm-kubernetesconfiguration.js +3776 -331
  4. package/dist/arm-kubernetesconfiguration.js.map +1 -1
  5. package/dist/arm-kubernetesconfiguration.min.js +1 -1
  6. package/dist/arm-kubernetesconfiguration.min.js.map +1 -1
  7. package/esm/models/clusterExtensionTypeMappers.d.ts +2 -0
  8. package/esm/models/clusterExtensionTypeMappers.d.ts.map +1 -0
  9. package/esm/models/clusterExtensionTypeMappers.js +9 -0
  10. package/esm/models/clusterExtensionTypeMappers.js.map +1 -0
  11. package/esm/models/clusterExtensionTypesMappers.d.ts +2 -0
  12. package/esm/models/clusterExtensionTypesMappers.d.ts.map +1 -0
  13. package/esm/models/clusterExtensionTypesMappers.js +9 -0
  14. package/esm/models/clusterExtensionTypesMappers.js.map +1 -0
  15. package/esm/models/extensionTypeVersionsMappers.d.ts +2 -0
  16. package/esm/models/extensionTypeVersionsMappers.d.ts.map +1 -0
  17. package/esm/models/extensionTypeVersionsMappers.js +9 -0
  18. package/esm/models/extensionTypeVersionsMappers.js.map +1 -0
  19. package/esm/models/extensionsMappers.d.ts +2 -0
  20. package/esm/models/extensionsMappers.d.ts.map +1 -0
  21. package/esm/models/extensionsMappers.js +9 -0
  22. package/esm/models/extensionsMappers.js.map +1 -0
  23. package/esm/models/fluxConfigOperationStatusMappers.d.ts +2 -0
  24. package/esm/models/fluxConfigOperationStatusMappers.d.ts.map +1 -0
  25. package/esm/models/fluxConfigOperationStatusMappers.js +9 -0
  26. package/esm/models/fluxConfigOperationStatusMappers.js.map +1 -0
  27. package/esm/models/fluxConfigurationsMappers.d.ts +2 -0
  28. package/esm/models/fluxConfigurationsMappers.d.ts.map +1 -0
  29. package/esm/models/fluxConfigurationsMappers.js +9 -0
  30. package/esm/models/fluxConfigurationsMappers.js.map +1 -0
  31. package/esm/models/index.d.ts +2032 -179
  32. package/esm/models/index.d.ts.map +1 -1
  33. package/esm/models/index.js +2 -2
  34. package/esm/models/locationExtensionTypesMappers.d.ts +2 -0
  35. package/esm/models/locationExtensionTypesMappers.d.ts.map +1 -0
  36. package/esm/models/locationExtensionTypesMappers.js +9 -0
  37. package/esm/models/locationExtensionTypesMappers.js.map +1 -0
  38. package/esm/models/mappers.d.ts +43 -2
  39. package/esm/models/mappers.d.ts.map +1 -1
  40. package/esm/models/mappers.js +1811 -32
  41. package/esm/models/mappers.js.map +1 -1
  42. package/esm/models/operationStatusMappers.d.ts +2 -0
  43. package/esm/models/operationStatusMappers.d.ts.map +1 -0
  44. package/esm/models/operationStatusMappers.js +9 -0
  45. package/esm/models/operationStatusMappers.js.map +1 -0
  46. package/esm/models/operationsMappers.d.ts +1 -1
  47. package/esm/models/operationsMappers.d.ts.map +1 -1
  48. package/esm/models/operationsMappers.js +3 -3
  49. package/esm/models/operationsMappers.js.map +1 -1
  50. package/esm/models/parameters.d.ts +6 -0
  51. package/esm/models/parameters.d.ts.map +1 -1
  52. package/esm/models/parameters.js +74 -3
  53. package/esm/models/parameters.js.map +1 -1
  54. package/esm/models/sourceControlConfigurationsMappers.d.ts +1 -1
  55. package/esm/models/sourceControlConfigurationsMappers.d.ts.map +1 -1
  56. package/esm/models/sourceControlConfigurationsMappers.js +3 -3
  57. package/esm/models/sourceControlConfigurationsMappers.js.map +1 -1
  58. package/esm/operations/clusterExtensionType.d.ts +55 -0
  59. package/esm/operations/clusterExtensionType.d.ts.map +1 -0
  60. package/esm/operations/clusterExtensionType.js +63 -0
  61. package/esm/operations/clusterExtensionType.js.map +1 -0
  62. package/esm/operations/clusterExtensionTypes.d.ts +70 -0
  63. package/esm/operations/clusterExtensionTypes.d.ts.map +1 -0
  64. package/esm/operations/clusterExtensionTypes.js +90 -0
  65. package/esm/operations/clusterExtensionTypes.js.map +1 -0
  66. package/esm/operations/extensionTypeVersions.d.ts +52 -0
  67. package/esm/operations/extensionTypeVersions.d.ts.map +1 -0
  68. package/esm/operations/extensionTypeVersions.js +86 -0
  69. package/esm/operations/extensionTypeVersions.js.map +1 -0
  70. package/esm/operations/extensions.d.ts +209 -0
  71. package/esm/operations/extensions.d.ts.map +1 -0
  72. package/esm/operations/extensions.js +355 -0
  73. package/esm/operations/extensions.js.map +1 -0
  74. package/esm/operations/fluxConfigOperationStatus.d.ts +58 -0
  75. package/esm/operations/fluxConfigOperationStatus.d.ts.map +1 -0
  76. package/esm/operations/fluxConfigOperationStatus.js +65 -0
  77. package/esm/operations/fluxConfigOperationStatus.js.map +1 -0
  78. package/esm/operations/fluxConfigurations.d.ts +209 -0
  79. package/esm/operations/fluxConfigurations.d.ts.map +1 -0
  80. package/esm/operations/fluxConfigurations.js +355 -0
  81. package/esm/operations/fluxConfigurations.js.map +1 -0
  82. package/esm/operations/index.d.ts +8 -0
  83. package/esm/operations/index.d.ts.map +1 -1
  84. package/esm/operations/index.js +10 -3
  85. package/esm/operations/index.js.map +1 -1
  86. package/esm/operations/locationExtensionTypes.d.ts +49 -0
  87. package/esm/operations/locationExtensionTypes.d.ts.map +1 -0
  88. package/esm/operations/locationExtensionTypes.js +84 -0
  89. package/esm/operations/locationExtensionTypes.js.map +1 -0
  90. package/esm/operations/operationStatus.d.ts +115 -0
  91. package/esm/operations/operationStatus.d.ts.map +1 -0
  92. package/esm/operations/operationStatus.js +129 -0
  93. package/esm/operations/operationStatus.js.map +1 -0
  94. package/esm/operations/operations.d.ts.map +1 -1
  95. package/esm/operations/operations.js +7 -5
  96. package/esm/operations/operations.js.map +1 -1
  97. package/esm/operations/sourceControlConfigurations.d.ts +22 -22
  98. package/esm/operations/sourceControlConfigurations.d.ts.map +1 -1
  99. package/esm/operations/sourceControlConfigurations.js +7 -5
  100. package/esm/operations/sourceControlConfigurations.js.map +1 -1
  101. package/esm/sourceControlConfigurationClient.d.ts +17 -4
  102. package/esm/sourceControlConfigurationClient.d.ts.map +1 -1
  103. package/esm/sourceControlConfigurationClient.js +17 -6
  104. package/esm/sourceControlConfigurationClient.js.map +1 -1
  105. package/esm/sourceControlConfigurationClientContext.d.ts +11 -6
  106. package/esm/sourceControlConfigurationClientContext.d.ts.map +1 -1
  107. package/esm/sourceControlConfigurationClientContext.js +11 -8
  108. package/esm/sourceControlConfigurationClientContext.js.map +1 -1
  109. package/package.json +6 -5
  110. package/rollup.config.js +2 -2
  111. package/src/models/clusterExtensionTypeMappers.ts +48 -0
  112. package/src/models/clusterExtensionTypesMappers.ts +49 -0
  113. package/src/models/extensionTypeVersionsMappers.ts +16 -0
  114. package/src/models/extensionsMappers.ts +48 -0
  115. package/src/models/fluxConfigOperationStatusMappers.ts +14 -0
  116. package/src/models/fluxConfigurationsMappers.ts +50 -0
  117. package/src/models/index.ts +2143 -182
  118. package/src/models/locationExtensionTypesMappers.ts +49 -0
  119. package/src/models/mappers.ts +1898 -23
  120. package/src/models/operationStatusMappers.ts +15 -0
  121. package/src/models/operationsMappers.ts +5 -3
  122. package/src/models/parameters.ts +74 -3
  123. package/src/models/sourceControlConfigurationsMappers.ts +32 -4
  124. package/src/operations/clusterExtensionType.ts +113 -0
  125. package/src/operations/clusterExtensionTypes.ts +160 -0
  126. package/src/operations/extensionTypeVersions.ts +138 -0
  127. package/src/operations/extensions.ts +496 -0
  128. package/src/operations/fluxConfigOperationStatus.ts +118 -0
  129. package/src/operations/fluxConfigurations.ts +496 -0
  130. package/src/operations/index.ts +10 -3
  131. package/src/operations/locationExtensionTypes.ts +133 -0
  132. package/src/operations/operationStatus.ts +249 -0
  133. package/src/operations/operations.ts +7 -5
  134. package/src/operations/sourceControlConfigurations.ts +30 -28
  135. package/src/sourceControlConfigurationClient.ts +27 -7
  136. package/src/sourceControlConfigurationClientContext.ts +18 -14
@@ -1,6 +1,6 @@
1
1
  /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
4
  *
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
@@ -47,68 +47,1663 @@ export var ProxyResource = {
47
47
  modelProperties: __assign({}, Resource.type.modelProperties)
48
48
  }
49
49
  };
50
- export var Result = {
51
- serializedName: "Result",
50
+ export var ClusterScopeSettings = {
51
+ serializedName: "ClusterScopeSettings",
52
52
  type: {
53
53
  name: "Composite",
54
- className: "Result",
54
+ className: "ClusterScopeSettings",
55
+ modelProperties: __assign(__assign({}, ProxyResource.type.modelProperties), { allowMultipleInstances: {
56
+ serializedName: "properties.allowMultipleInstances",
57
+ type: {
58
+ name: "Boolean"
59
+ }
60
+ }, defaultReleaseNamespace: {
61
+ serializedName: "properties.defaultReleaseNamespace",
62
+ type: {
63
+ name: "String"
64
+ }
65
+ } })
66
+ }
67
+ };
68
+ export var SupportedScopes = {
69
+ serializedName: "SupportedScopes",
70
+ type: {
71
+ name: "Composite",
72
+ className: "SupportedScopes",
73
+ modelProperties: {
74
+ defaultScope: {
75
+ serializedName: "defaultScope",
76
+ type: {
77
+ name: "String"
78
+ }
79
+ },
80
+ clusterScopeSettings: {
81
+ serializedName: "clusterScopeSettings",
82
+ type: {
83
+ name: "Composite",
84
+ className: "ClusterScopeSettings"
85
+ }
86
+ }
87
+ }
88
+ }
89
+ };
90
+ export var SystemData = {
91
+ serializedName: "systemData",
92
+ type: {
93
+ name: "Composite",
94
+ className: "SystemData",
95
+ modelProperties: {
96
+ createdBy: {
97
+ serializedName: "createdBy",
98
+ type: {
99
+ name: "String"
100
+ }
101
+ },
102
+ createdByType: {
103
+ serializedName: "createdByType",
104
+ type: {
105
+ name: "String"
106
+ }
107
+ },
108
+ createdAt: {
109
+ serializedName: "createdAt",
110
+ type: {
111
+ name: "DateTime"
112
+ }
113
+ },
114
+ lastModifiedBy: {
115
+ serializedName: "lastModifiedBy",
116
+ type: {
117
+ name: "String"
118
+ }
119
+ },
120
+ lastModifiedByType: {
121
+ serializedName: "lastModifiedByType",
122
+ type: {
123
+ name: "String"
124
+ }
125
+ },
126
+ lastModifiedAt: {
127
+ serializedName: "lastModifiedAt",
128
+ type: {
129
+ name: "DateTime"
130
+ }
131
+ }
132
+ }
133
+ }
134
+ };
135
+ export var ExtensionType = {
136
+ serializedName: "ExtensionType",
137
+ type: {
138
+ name: "Composite",
139
+ className: "ExtensionType",
140
+ modelProperties: {
141
+ releaseTrains: {
142
+ readOnly: true,
143
+ serializedName: "properties.releaseTrains",
144
+ type: {
145
+ name: "Sequence",
146
+ element: {
147
+ type: {
148
+ name: "String"
149
+ }
150
+ }
151
+ }
152
+ },
153
+ clusterTypes: {
154
+ readOnly: true,
155
+ serializedName: "properties.clusterTypes",
156
+ type: {
157
+ name: "Enum",
158
+ allowedValues: [
159
+ "connectedClusters",
160
+ "managedClusters"
161
+ ]
162
+ }
163
+ },
164
+ supportedScopes: {
165
+ readOnly: true,
166
+ serializedName: "properties.supportedScopes",
167
+ type: {
168
+ name: "Composite",
169
+ className: "SupportedScopes"
170
+ }
171
+ },
172
+ systemData: {
173
+ readOnly: true,
174
+ serializedName: "systemData",
175
+ type: {
176
+ name: "Composite",
177
+ className: "SystemData"
178
+ }
179
+ }
180
+ }
181
+ }
182
+ };
183
+ export var ExtensionVersionListVersionsItem = {
184
+ serializedName: "ExtensionVersionList_versionsItem",
185
+ type: {
186
+ name: "Composite",
187
+ className: "ExtensionVersionListVersionsItem",
188
+ modelProperties: {
189
+ releaseTrain: {
190
+ serializedName: "releaseTrain",
191
+ type: {
192
+ name: "String"
193
+ }
194
+ },
195
+ versions: {
196
+ serializedName: "versions",
197
+ type: {
198
+ name: "Sequence",
199
+ element: {
200
+ type: {
201
+ name: "String"
202
+ }
203
+ }
204
+ }
205
+ }
206
+ }
207
+ }
208
+ };
209
+ export var TrackedResource = {
210
+ serializedName: "TrackedResource",
211
+ type: {
212
+ name: "Composite",
213
+ className: "TrackedResource",
214
+ modelProperties: __assign(__assign({}, Resource.type.modelProperties), { tags: {
215
+ serializedName: "tags",
216
+ type: {
217
+ name: "Dictionary",
218
+ value: {
219
+ type: {
220
+ name: "String"
221
+ }
222
+ }
223
+ }
224
+ }, location: {
225
+ required: true,
226
+ serializedName: "location",
227
+ type: {
228
+ name: "String"
229
+ }
230
+ } })
231
+ }
232
+ };
233
+ export var AzureEntityResource = {
234
+ serializedName: "AzureEntityResource",
235
+ type: {
236
+ name: "Composite",
237
+ className: "AzureEntityResource",
238
+ modelProperties: __assign(__assign({}, Resource.type.modelProperties), { etag: {
239
+ readOnly: true,
240
+ serializedName: "etag",
241
+ type: {
242
+ name: "String"
243
+ }
244
+ } })
245
+ }
246
+ };
247
+ export var ErrorAdditionalInfo = {
248
+ serializedName: "ErrorAdditionalInfo",
249
+ type: {
250
+ name: "Composite",
251
+ className: "ErrorAdditionalInfo",
252
+ modelProperties: {
253
+ type: {
254
+ readOnly: true,
255
+ serializedName: "type",
256
+ type: {
257
+ name: "String"
258
+ }
259
+ },
260
+ info: {
261
+ readOnly: true,
262
+ serializedName: "info",
263
+ type: {
264
+ name: "Object"
265
+ }
266
+ }
267
+ }
268
+ }
269
+ };
270
+ export var ErrorDetail = {
271
+ serializedName: "ErrorDetail",
272
+ type: {
273
+ name: "Composite",
274
+ className: "ErrorDetail",
275
+ modelProperties: {
276
+ code: {
277
+ readOnly: true,
278
+ serializedName: "code",
279
+ type: {
280
+ name: "String"
281
+ }
282
+ },
283
+ message: {
284
+ readOnly: true,
285
+ serializedName: "message",
286
+ type: {
287
+ name: "String"
288
+ }
289
+ },
290
+ target: {
291
+ readOnly: true,
292
+ serializedName: "target",
293
+ type: {
294
+ name: "String"
295
+ }
296
+ },
297
+ details: {
298
+ readOnly: true,
299
+ serializedName: "details",
300
+ type: {
301
+ name: "Sequence",
302
+ element: {
303
+ type: {
304
+ name: "Composite",
305
+ className: "ErrorDetail"
306
+ }
307
+ }
308
+ }
309
+ },
310
+ additionalInfo: {
311
+ readOnly: true,
312
+ serializedName: "additionalInfo",
313
+ type: {
314
+ name: "Sequence",
315
+ element: {
316
+ type: {
317
+ name: "Composite",
318
+ className: "ErrorAdditionalInfo"
319
+ }
320
+ }
321
+ }
322
+ }
323
+ }
324
+ }
325
+ };
326
+ export var ErrorResponse = {
327
+ serializedName: "ErrorResponse",
328
+ type: {
329
+ name: "Composite",
330
+ className: "ErrorResponse",
331
+ modelProperties: {
332
+ error: {
333
+ serializedName: "error",
334
+ type: {
335
+ name: "Composite",
336
+ className: "ErrorDetail"
337
+ }
338
+ }
339
+ }
340
+ }
341
+ };
342
+ export var ScopeCluster = {
343
+ serializedName: "ScopeCluster",
344
+ type: {
345
+ name: "Composite",
346
+ className: "ScopeCluster",
347
+ modelProperties: {
348
+ releaseNamespace: {
349
+ serializedName: "releaseNamespace",
350
+ type: {
351
+ name: "String"
352
+ }
353
+ }
354
+ }
355
+ }
356
+ };
357
+ export var ScopeNamespace = {
358
+ serializedName: "ScopeNamespace",
359
+ type: {
360
+ name: "Composite",
361
+ className: "ScopeNamespace",
362
+ modelProperties: {
363
+ targetNamespace: {
364
+ serializedName: "targetNamespace",
365
+ type: {
366
+ name: "String"
367
+ }
368
+ }
369
+ }
370
+ }
371
+ };
372
+ export var Scope = {
373
+ serializedName: "Scope",
374
+ type: {
375
+ name: "Composite",
376
+ className: "Scope",
377
+ modelProperties: {
378
+ cluster: {
379
+ nullable: true,
380
+ serializedName: "cluster",
381
+ type: {
382
+ name: "Composite",
383
+ className: "ScopeCluster"
384
+ }
385
+ },
386
+ namespace: {
387
+ nullable: true,
388
+ serializedName: "namespace",
389
+ type: {
390
+ name: "Composite",
391
+ className: "ScopeNamespace"
392
+ }
393
+ }
394
+ }
395
+ }
396
+ };
397
+ export var ExtensionStatus = {
398
+ serializedName: "ExtensionStatus",
399
+ type: {
400
+ name: "Composite",
401
+ className: "ExtensionStatus",
402
+ modelProperties: {
403
+ code: {
404
+ serializedName: "code",
405
+ type: {
406
+ name: "String"
407
+ }
408
+ },
409
+ displayStatus: {
410
+ serializedName: "displayStatus",
411
+ type: {
412
+ name: "String"
413
+ }
414
+ },
415
+ level: {
416
+ serializedName: "level",
417
+ defaultValue: 'Information',
418
+ type: {
419
+ name: "String"
420
+ }
421
+ },
422
+ message: {
423
+ serializedName: "message",
424
+ type: {
425
+ name: "String"
426
+ }
427
+ },
428
+ time: {
429
+ serializedName: "time",
430
+ type: {
431
+ name: "String"
432
+ }
433
+ }
434
+ }
435
+ }
436
+ };
437
+ export var ExtensionPropertiesAksAssignedIdentity = {
438
+ serializedName: "Extension_properties_aksAssignedIdentity",
439
+ type: {
440
+ name: "Composite",
441
+ className: "ExtensionPropertiesAksAssignedIdentity",
442
+ modelProperties: {
443
+ principalId: {
444
+ readOnly: true,
445
+ serializedName: "principalId",
446
+ type: {
447
+ name: "String"
448
+ }
449
+ },
450
+ tenantId: {
451
+ readOnly: true,
452
+ serializedName: "tenantId",
453
+ type: {
454
+ name: "String"
455
+ }
456
+ },
457
+ type: {
458
+ serializedName: "type",
459
+ type: {
460
+ name: "Enum",
461
+ allowedValues: [
462
+ "SystemAssigned"
463
+ ]
464
+ }
465
+ }
466
+ }
467
+ }
468
+ };
469
+ export var Identity = {
470
+ serializedName: "Identity",
471
+ type: {
472
+ name: "Composite",
473
+ className: "Identity",
474
+ modelProperties: {
475
+ principalId: {
476
+ readOnly: true,
477
+ serializedName: "principalId",
478
+ type: {
479
+ name: "String"
480
+ }
481
+ },
482
+ tenantId: {
483
+ readOnly: true,
484
+ serializedName: "tenantId",
485
+ type: {
486
+ name: "String"
487
+ }
488
+ },
489
+ type: {
490
+ serializedName: "type",
491
+ type: {
492
+ name: "Enum",
493
+ allowedValues: [
494
+ "SystemAssigned"
495
+ ]
496
+ }
497
+ }
498
+ }
499
+ }
500
+ };
501
+ export var Extension = {
502
+ serializedName: "Extension",
503
+ type: {
504
+ name: "Composite",
505
+ className: "Extension",
506
+ modelProperties: __assign(__assign({}, ProxyResource.type.modelProperties), { extensionType: {
507
+ serializedName: "properties.extensionType",
508
+ type: {
509
+ name: "String"
510
+ }
511
+ }, autoUpgradeMinorVersion: {
512
+ serializedName: "properties.autoUpgradeMinorVersion",
513
+ defaultValue: true,
514
+ type: {
515
+ name: "Boolean"
516
+ }
517
+ }, releaseTrain: {
518
+ serializedName: "properties.releaseTrain",
519
+ defaultValue: 'Stable',
520
+ type: {
521
+ name: "String"
522
+ }
523
+ }, version: {
524
+ serializedName: "properties.version",
525
+ type: {
526
+ name: "String"
527
+ }
528
+ }, scope: {
529
+ serializedName: "properties.scope",
530
+ type: {
531
+ name: "Composite",
532
+ className: "Scope"
533
+ }
534
+ }, configurationSettings: {
535
+ nullable: true,
536
+ serializedName: "properties.configurationSettings",
537
+ type: {
538
+ name: "Dictionary",
539
+ value: {
540
+ type: {
541
+ name: "String"
542
+ }
543
+ }
544
+ }
545
+ }, configurationProtectedSettings: {
546
+ nullable: true,
547
+ serializedName: "properties.configurationProtectedSettings",
548
+ type: {
549
+ name: "Dictionary",
550
+ value: {
551
+ type: {
552
+ name: "String"
553
+ }
554
+ }
555
+ }
556
+ }, provisioningState: {
557
+ readOnly: true,
558
+ serializedName: "properties.provisioningState",
559
+ type: {
560
+ name: "String"
561
+ }
562
+ }, statuses: {
563
+ nullable: true,
564
+ serializedName: "properties.statuses",
565
+ type: {
566
+ name: "Sequence",
567
+ element: {
568
+ type: {
569
+ name: "Composite",
570
+ className: "ExtensionStatus"
571
+ }
572
+ }
573
+ }
574
+ }, errorInfo: {
575
+ nullable: true,
576
+ readOnly: true,
577
+ serializedName: "properties.errorInfo",
578
+ type: {
579
+ name: "Composite",
580
+ className: "ErrorDetail"
581
+ }
582
+ }, customLocationSettings: {
583
+ nullable: true,
584
+ readOnly: true,
585
+ serializedName: "properties.customLocationSettings",
586
+ type: {
587
+ name: "Dictionary",
588
+ value: {
589
+ type: {
590
+ name: "String"
591
+ }
592
+ }
593
+ }
594
+ }, packageUri: {
595
+ nullable: true,
596
+ readOnly: true,
597
+ serializedName: "properties.packageUri",
598
+ type: {
599
+ name: "String"
600
+ }
601
+ }, aksAssignedIdentity: {
602
+ nullable: true,
603
+ serializedName: "properties.aksAssignedIdentity",
604
+ type: {
605
+ name: "Composite",
606
+ className: "ExtensionPropertiesAksAssignedIdentity"
607
+ }
608
+ }, identity: {
609
+ nullable: true,
610
+ serializedName: "identity",
611
+ type: {
612
+ name: "Composite",
613
+ className: "Identity"
614
+ }
615
+ }, systemData: {
616
+ serializedName: "systemData",
617
+ type: {
618
+ name: "Composite",
619
+ className: "SystemData"
620
+ }
621
+ } })
622
+ }
623
+ };
624
+ export var PatchExtension = {
625
+ serializedName: "patchExtension",
626
+ type: {
627
+ name: "Composite",
628
+ className: "PatchExtension",
629
+ modelProperties: {
630
+ autoUpgradeMinorVersion: {
631
+ serializedName: "properties.autoUpgradeMinorVersion",
632
+ defaultValue: true,
633
+ type: {
634
+ name: "Boolean"
635
+ }
636
+ },
637
+ releaseTrain: {
638
+ serializedName: "properties.releaseTrain",
639
+ defaultValue: 'Stable',
640
+ type: {
641
+ name: "String"
642
+ }
643
+ },
644
+ version: {
645
+ serializedName: "properties.version",
646
+ type: {
647
+ name: "String"
648
+ }
649
+ },
650
+ configurationSettings: {
651
+ nullable: true,
652
+ serializedName: "properties.configurationSettings",
653
+ type: {
654
+ name: "Dictionary",
655
+ value: {
656
+ type: {
657
+ name: "String"
658
+ }
659
+ }
660
+ }
661
+ },
662
+ configurationProtectedSettings: {
663
+ nullable: true,
664
+ serializedName: "properties.configurationProtectedSettings",
665
+ type: {
666
+ name: "Dictionary",
667
+ value: {
668
+ type: {
669
+ name: "String"
670
+ }
671
+ }
672
+ }
673
+ }
674
+ }
675
+ }
676
+ };
677
+ export var ResourceModelWithAllowedPropertySetIdentity = {
678
+ serializedName: "ResourceModelWithAllowedPropertySet_identity",
679
+ type: {
680
+ name: "Composite",
681
+ className: "ResourceModelWithAllowedPropertySetIdentity",
682
+ modelProperties: __assign({}, Identity.type.modelProperties)
683
+ }
684
+ };
685
+ export var Sku = {
686
+ serializedName: "Sku",
687
+ type: {
688
+ name: "Composite",
689
+ className: "Sku",
690
+ modelProperties: {
691
+ name: {
692
+ required: true,
693
+ serializedName: "name",
694
+ type: {
695
+ name: "String"
696
+ }
697
+ },
698
+ tier: {
699
+ serializedName: "tier",
700
+ type: {
701
+ name: "Enum",
702
+ allowedValues: [
703
+ "Free",
704
+ "Basic",
705
+ "Standard",
706
+ "Premium"
707
+ ]
708
+ }
709
+ },
710
+ size: {
711
+ serializedName: "size",
712
+ type: {
713
+ name: "String"
714
+ }
715
+ },
716
+ family: {
717
+ serializedName: "family",
718
+ type: {
719
+ name: "String"
720
+ }
721
+ },
722
+ capacity: {
723
+ serializedName: "capacity",
724
+ type: {
725
+ name: "Number"
726
+ }
727
+ }
728
+ }
729
+ }
730
+ };
731
+ export var ResourceModelWithAllowedPropertySetSku = {
732
+ serializedName: "ResourceModelWithAllowedPropertySet_sku",
733
+ type: {
734
+ name: "Composite",
735
+ className: "ResourceModelWithAllowedPropertySetSku",
736
+ modelProperties: __assign({}, Sku.type.modelProperties)
737
+ }
738
+ };
739
+ export var Plan = {
740
+ serializedName: "Plan",
741
+ type: {
742
+ name: "Composite",
743
+ className: "Plan",
744
+ modelProperties: {
745
+ name: {
746
+ required: true,
747
+ serializedName: "name",
748
+ type: {
749
+ name: "String"
750
+ }
751
+ },
752
+ publisher: {
753
+ required: true,
754
+ serializedName: "publisher",
755
+ type: {
756
+ name: "String"
757
+ }
758
+ },
759
+ product: {
760
+ required: true,
761
+ serializedName: "product",
762
+ type: {
763
+ name: "String"
764
+ }
765
+ },
766
+ promotionCode: {
767
+ serializedName: "promotionCode",
768
+ type: {
769
+ name: "String"
770
+ }
771
+ },
772
+ version: {
773
+ serializedName: "version",
774
+ type: {
775
+ name: "String"
776
+ }
777
+ }
778
+ }
779
+ }
780
+ };
781
+ export var ResourceModelWithAllowedPropertySetPlan = {
782
+ serializedName: "ResourceModelWithAllowedPropertySet_plan",
783
+ type: {
784
+ name: "Composite",
785
+ className: "ResourceModelWithAllowedPropertySetPlan",
786
+ modelProperties: __assign({}, Plan.type.modelProperties)
787
+ }
788
+ };
789
+ export var ResourceModelWithAllowedPropertySet = {
790
+ serializedName: "ResourceModelWithAllowedPropertySet",
791
+ type: {
792
+ name: "Composite",
793
+ className: "ResourceModelWithAllowedPropertySet",
794
+ modelProperties: {
795
+ id: {
796
+ readOnly: true,
797
+ serializedName: "id",
798
+ type: {
799
+ name: "String"
800
+ }
801
+ },
802
+ name: {
803
+ readOnly: true,
804
+ serializedName: "name",
805
+ type: {
806
+ name: "String"
807
+ }
808
+ },
809
+ type: {
810
+ readOnly: true,
811
+ serializedName: "type",
812
+ type: {
813
+ name: "String"
814
+ }
815
+ },
816
+ location: {
817
+ serializedName: "location",
818
+ type: {
819
+ name: "String"
820
+ }
821
+ },
822
+ managedBy: {
823
+ serializedName: "managedBy",
824
+ type: {
825
+ name: "String"
826
+ }
827
+ },
828
+ kind: {
829
+ serializedName: "kind",
830
+ constraints: {
831
+ Pattern: /^[-\w\._,\(\)]+$/
832
+ },
833
+ type: {
834
+ name: "String"
835
+ }
836
+ },
837
+ etag: {
838
+ readOnly: true,
839
+ serializedName: "etag",
840
+ type: {
841
+ name: "String"
842
+ }
843
+ },
844
+ tags: {
845
+ serializedName: "tags",
846
+ type: {
847
+ name: "Dictionary",
848
+ value: {
849
+ type: {
850
+ name: "String"
851
+ }
852
+ }
853
+ }
854
+ },
855
+ identity: {
856
+ serializedName: "identity",
857
+ type: {
858
+ name: "Composite",
859
+ className: "ResourceModelWithAllowedPropertySetIdentity"
860
+ }
861
+ },
862
+ sku: {
863
+ serializedName: "sku",
864
+ type: {
865
+ name: "Composite",
866
+ className: "ResourceModelWithAllowedPropertySetSku"
867
+ }
868
+ },
869
+ plan: {
870
+ serializedName: "plan",
871
+ type: {
872
+ name: "Composite",
873
+ className: "ResourceModelWithAllowedPropertySetPlan"
874
+ }
875
+ }
876
+ }
877
+ }
878
+ };
879
+ export var OperationStatusResult = {
880
+ serializedName: "OperationStatusResult",
881
+ type: {
882
+ name: "Composite",
883
+ className: "OperationStatusResult",
884
+ modelProperties: {
885
+ id: {
886
+ serializedName: "id",
887
+ type: {
888
+ name: "String"
889
+ }
890
+ },
891
+ name: {
892
+ serializedName: "name",
893
+ type: {
894
+ name: "String"
895
+ }
896
+ },
897
+ status: {
898
+ required: true,
899
+ serializedName: "status",
900
+ type: {
901
+ name: "String"
902
+ }
903
+ },
904
+ properties: {
905
+ nullable: true,
906
+ serializedName: "properties",
907
+ type: {
908
+ name: "Dictionary",
909
+ value: {
910
+ type: {
911
+ name: "String"
912
+ }
913
+ }
914
+ }
915
+ },
916
+ error: {
917
+ nullable: true,
918
+ readOnly: true,
919
+ serializedName: "error",
920
+ type: {
921
+ name: "Composite",
922
+ className: "ErrorDetail"
923
+ }
924
+ }
925
+ }
926
+ }
927
+ };
928
+ export var RepositoryRefDefinition = {
929
+ serializedName: "RepositoryRefDefinition",
930
+ type: {
931
+ name: "Composite",
932
+ className: "RepositoryRefDefinition",
933
+ modelProperties: {
934
+ branch: {
935
+ nullable: true,
936
+ serializedName: "branch",
937
+ type: {
938
+ name: "String"
939
+ }
940
+ },
941
+ tag: {
942
+ nullable: true,
943
+ serializedName: "tag",
944
+ type: {
945
+ name: "String"
946
+ }
947
+ },
948
+ semver: {
949
+ nullable: true,
950
+ serializedName: "semver",
951
+ type: {
952
+ name: "String"
953
+ }
954
+ },
955
+ commit: {
956
+ nullable: true,
957
+ serializedName: "commit",
958
+ type: {
959
+ name: "String"
960
+ }
961
+ }
962
+ }
963
+ }
964
+ };
965
+ export var GitRepositoryDefinition = {
966
+ serializedName: "GitRepositoryDefinition",
967
+ type: {
968
+ name: "Composite",
969
+ className: "GitRepositoryDefinition",
970
+ modelProperties: {
971
+ url: {
972
+ nullable: true,
973
+ serializedName: "url",
974
+ type: {
975
+ name: "String"
976
+ }
977
+ },
978
+ timeoutInSeconds: {
979
+ nullable: true,
980
+ serializedName: "timeoutInSeconds",
981
+ defaultValue: 600,
982
+ type: {
983
+ name: "Number"
984
+ }
985
+ },
986
+ syncIntervalInSeconds: {
987
+ nullable: true,
988
+ serializedName: "syncIntervalInSeconds",
989
+ defaultValue: 600,
990
+ type: {
991
+ name: "Number"
992
+ }
993
+ },
994
+ repositoryRef: {
995
+ serializedName: "repositoryRef",
996
+ type: {
997
+ name: "Composite",
998
+ className: "RepositoryRefDefinition"
999
+ }
1000
+ },
1001
+ sshKnownHosts: {
1002
+ nullable: true,
1003
+ serializedName: "sshKnownHosts",
1004
+ type: {
1005
+ name: "String"
1006
+ }
1007
+ },
1008
+ httpsUser: {
1009
+ nullable: true,
1010
+ serializedName: "httpsUser",
1011
+ type: {
1012
+ name: "String"
1013
+ }
1014
+ },
1015
+ httpsCACert: {
1016
+ nullable: true,
1017
+ serializedName: "httpsCACert",
1018
+ type: {
1019
+ name: "String"
1020
+ }
1021
+ },
1022
+ localAuthRef: {
1023
+ nullable: true,
1024
+ serializedName: "localAuthRef",
1025
+ type: {
1026
+ name: "String"
1027
+ }
1028
+ }
1029
+ }
1030
+ }
1031
+ };
1032
+ export var GitRepositoryPatchDefinition = {
1033
+ serializedName: "GitRepositoryPatchDefinition",
1034
+ type: {
1035
+ name: "Composite",
1036
+ className: "GitRepositoryPatchDefinition",
1037
+ modelProperties: {
1038
+ url: {
1039
+ nullable: true,
1040
+ serializedName: "url",
1041
+ type: {
1042
+ name: "String"
1043
+ }
1044
+ },
1045
+ timeoutInSeconds: {
1046
+ nullable: true,
1047
+ serializedName: "timeoutInSeconds",
1048
+ type: {
1049
+ name: "Number"
1050
+ }
1051
+ },
1052
+ syncIntervalInSeconds: {
1053
+ nullable: true,
1054
+ serializedName: "syncIntervalInSeconds",
1055
+ type: {
1056
+ name: "Number"
1057
+ }
1058
+ },
1059
+ repositoryRef: {
1060
+ serializedName: "repositoryRef",
1061
+ type: {
1062
+ name: "Composite",
1063
+ className: "RepositoryRefDefinition"
1064
+ }
1065
+ },
1066
+ sshKnownHosts: {
1067
+ nullable: true,
1068
+ serializedName: "sshKnownHosts",
1069
+ type: {
1070
+ name: "String"
1071
+ }
1072
+ },
1073
+ httpsUser: {
1074
+ nullable: true,
1075
+ serializedName: "httpsUser",
1076
+ type: {
1077
+ name: "String"
1078
+ }
1079
+ },
1080
+ httpsCACert: {
1081
+ nullable: true,
1082
+ serializedName: "httpsCACert",
1083
+ type: {
1084
+ name: "String"
1085
+ }
1086
+ },
1087
+ localAuthRef: {
1088
+ nullable: true,
1089
+ serializedName: "localAuthRef",
1090
+ type: {
1091
+ name: "String"
1092
+ }
1093
+ }
1094
+ }
1095
+ }
1096
+ };
1097
+ export var BucketDefinition = {
1098
+ serializedName: "BucketDefinition",
1099
+ type: {
1100
+ name: "Composite",
1101
+ className: "BucketDefinition",
1102
+ modelProperties: {
1103
+ url: {
1104
+ serializedName: "url",
1105
+ type: {
1106
+ name: "String"
1107
+ }
1108
+ },
1109
+ bucketName: {
1110
+ serializedName: "bucketName",
1111
+ type: {
1112
+ name: "String"
1113
+ }
1114
+ },
1115
+ insecure: {
1116
+ serializedName: "insecure",
1117
+ defaultValue: true,
1118
+ type: {
1119
+ name: "Boolean"
1120
+ }
1121
+ },
1122
+ timeoutInSeconds: {
1123
+ nullable: true,
1124
+ serializedName: "timeoutInSeconds",
1125
+ defaultValue: 600,
1126
+ type: {
1127
+ name: "Number"
1128
+ }
1129
+ },
1130
+ syncIntervalInSeconds: {
1131
+ nullable: true,
1132
+ serializedName: "syncIntervalInSeconds",
1133
+ defaultValue: 600,
1134
+ type: {
1135
+ name: "Number"
1136
+ }
1137
+ },
1138
+ accessKey: {
1139
+ nullable: true,
1140
+ serializedName: "accessKey",
1141
+ type: {
1142
+ name: "String"
1143
+ }
1144
+ },
1145
+ localAuthRef: {
1146
+ nullable: true,
1147
+ serializedName: "localAuthRef",
1148
+ type: {
1149
+ name: "String"
1150
+ }
1151
+ }
1152
+ }
1153
+ }
1154
+ };
1155
+ export var BucketPatchDefinition = {
1156
+ serializedName: "BucketPatchDefinition",
1157
+ type: {
1158
+ name: "Composite",
1159
+ className: "BucketPatchDefinition",
1160
+ modelProperties: {
1161
+ url: {
1162
+ nullable: true,
1163
+ serializedName: "url",
1164
+ type: {
1165
+ name: "String"
1166
+ }
1167
+ },
1168
+ bucketName: {
1169
+ nullable: true,
1170
+ serializedName: "bucketName",
1171
+ type: {
1172
+ name: "String"
1173
+ }
1174
+ },
1175
+ insecure: {
1176
+ nullable: true,
1177
+ serializedName: "insecure",
1178
+ type: {
1179
+ name: "Boolean"
1180
+ }
1181
+ },
1182
+ timeoutInSeconds: {
1183
+ nullable: true,
1184
+ serializedName: "timeoutInSeconds",
1185
+ type: {
1186
+ name: "Number"
1187
+ }
1188
+ },
1189
+ syncIntervalInSeconds: {
1190
+ nullable: true,
1191
+ serializedName: "syncIntervalInSeconds",
1192
+ type: {
1193
+ name: "Number"
1194
+ }
1195
+ },
1196
+ accessKey: {
1197
+ nullable: true,
1198
+ serializedName: "accessKey",
1199
+ type: {
1200
+ name: "String"
1201
+ }
1202
+ },
1203
+ localAuthRef: {
1204
+ nullable: true,
1205
+ serializedName: "localAuthRef",
1206
+ type: {
1207
+ name: "String"
1208
+ }
1209
+ }
1210
+ }
1211
+ }
1212
+ };
1213
+ export var DependsOnDefinition = {
1214
+ serializedName: "DependsOnDefinition",
1215
+ type: {
1216
+ name: "Composite",
1217
+ className: "DependsOnDefinition",
1218
+ modelProperties: {
1219
+ kustomizationName: {
1220
+ serializedName: "kustomizationName",
1221
+ type: {
1222
+ name: "String"
1223
+ }
1224
+ }
1225
+ }
1226
+ }
1227
+ };
1228
+ export var KustomizationDefinition = {
1229
+ serializedName: "KustomizationDefinition",
1230
+ type: {
1231
+ name: "Composite",
1232
+ className: "KustomizationDefinition",
1233
+ modelProperties: {
1234
+ path: {
1235
+ serializedName: "path",
1236
+ defaultValue: '',
1237
+ type: {
1238
+ name: "String"
1239
+ }
1240
+ },
1241
+ dependsOn: {
1242
+ nullable: true,
1243
+ serializedName: "dependsOn",
1244
+ type: {
1245
+ name: "Sequence",
1246
+ element: {
1247
+ type: {
1248
+ name: "Composite",
1249
+ className: "DependsOnDefinition"
1250
+ }
1251
+ }
1252
+ }
1253
+ },
1254
+ timeoutInSeconds: {
1255
+ nullable: true,
1256
+ serializedName: "timeoutInSeconds",
1257
+ defaultValue: 600,
1258
+ type: {
1259
+ name: "Number"
1260
+ }
1261
+ },
1262
+ syncIntervalInSeconds: {
1263
+ nullable: true,
1264
+ serializedName: "syncIntervalInSeconds",
1265
+ defaultValue: 600,
1266
+ type: {
1267
+ name: "Number"
1268
+ }
1269
+ },
1270
+ retryIntervalInSeconds: {
1271
+ nullable: true,
1272
+ serializedName: "retryIntervalInSeconds",
1273
+ type: {
1274
+ name: "Number"
1275
+ }
1276
+ },
1277
+ prune: {
1278
+ serializedName: "prune",
1279
+ defaultValue: false,
1280
+ type: {
1281
+ name: "Boolean"
1282
+ }
1283
+ },
1284
+ force: {
1285
+ serializedName: "force",
1286
+ defaultValue: false,
1287
+ type: {
1288
+ name: "Boolean"
1289
+ }
1290
+ }
1291
+ }
1292
+ }
1293
+ };
1294
+ export var KustomizationPatchDefinition = {
1295
+ serializedName: "KustomizationPatchDefinition",
1296
+ type: {
1297
+ name: "Composite",
1298
+ className: "KustomizationPatchDefinition",
1299
+ modelProperties: {
1300
+ path: {
1301
+ nullable: true,
1302
+ serializedName: "path",
1303
+ type: {
1304
+ name: "String"
1305
+ }
1306
+ },
1307
+ dependsOn: {
1308
+ nullable: true,
1309
+ serializedName: "dependsOn",
1310
+ type: {
1311
+ name: "Sequence",
1312
+ element: {
1313
+ type: {
1314
+ name: "Composite",
1315
+ className: "DependsOnDefinition"
1316
+ }
1317
+ }
1318
+ }
1319
+ },
1320
+ timeoutInSeconds: {
1321
+ nullable: true,
1322
+ serializedName: "timeoutInSeconds",
1323
+ type: {
1324
+ name: "Number"
1325
+ }
1326
+ },
1327
+ syncIntervalInSeconds: {
1328
+ nullable: true,
1329
+ serializedName: "syncIntervalInSeconds",
1330
+ type: {
1331
+ name: "Number"
1332
+ }
1333
+ },
1334
+ retryIntervalInSeconds: {
1335
+ nullable: true,
1336
+ serializedName: "retryIntervalInSeconds",
1337
+ type: {
1338
+ name: "Number"
1339
+ }
1340
+ },
1341
+ prune: {
1342
+ nullable: true,
1343
+ serializedName: "prune",
1344
+ type: {
1345
+ name: "Boolean"
1346
+ }
1347
+ },
1348
+ force: {
1349
+ nullable: true,
1350
+ serializedName: "force",
1351
+ type: {
1352
+ name: "Boolean"
1353
+ }
1354
+ }
1355
+ }
1356
+ }
1357
+ };
1358
+ export var ObjectReferenceDefinition = {
1359
+ serializedName: "ObjectReferenceDefinition",
1360
+ type: {
1361
+ name: "Composite",
1362
+ className: "ObjectReferenceDefinition",
1363
+ modelProperties: {
1364
+ name: {
1365
+ serializedName: "name",
1366
+ type: {
1367
+ name: "String"
1368
+ }
1369
+ },
1370
+ namespace: {
1371
+ serializedName: "namespace",
1372
+ type: {
1373
+ name: "String"
1374
+ }
1375
+ }
1376
+ }
1377
+ }
1378
+ };
1379
+ export var ObjectStatusConditionDefinition = {
1380
+ serializedName: "ObjectStatusConditionDefinition",
1381
+ type: {
1382
+ name: "Composite",
1383
+ className: "ObjectStatusConditionDefinition",
1384
+ modelProperties: {
1385
+ lastTransitionTime: {
1386
+ serializedName: "lastTransitionTime",
1387
+ type: {
1388
+ name: "DateTime"
1389
+ }
1390
+ },
1391
+ message: {
1392
+ serializedName: "message",
1393
+ type: {
1394
+ name: "String"
1395
+ }
1396
+ },
1397
+ reason: {
1398
+ serializedName: "reason",
1399
+ type: {
1400
+ name: "String"
1401
+ }
1402
+ },
1403
+ status: {
1404
+ serializedName: "status",
1405
+ type: {
1406
+ name: "String"
1407
+ }
1408
+ },
1409
+ type: {
1410
+ serializedName: "type",
1411
+ type: {
1412
+ name: "String"
1413
+ }
1414
+ }
1415
+ }
1416
+ }
1417
+ };
1418
+ export var HelmReleasePropertiesDefinition = {
1419
+ serializedName: "HelmReleasePropertiesDefinition",
1420
+ type: {
1421
+ name: "Composite",
1422
+ className: "HelmReleasePropertiesDefinition",
1423
+ modelProperties: {
1424
+ lastRevisionApplied: {
1425
+ nullable: true,
1426
+ serializedName: "lastRevisionApplied",
1427
+ type: {
1428
+ name: "Number"
1429
+ }
1430
+ },
1431
+ helmChartRef: {
1432
+ serializedName: "helmChartRef",
1433
+ type: {
1434
+ name: "Composite",
1435
+ className: "ObjectReferenceDefinition"
1436
+ }
1437
+ },
1438
+ failureCount: {
1439
+ nullable: true,
1440
+ serializedName: "failureCount",
1441
+ type: {
1442
+ name: "Number"
1443
+ }
1444
+ },
1445
+ installFailureCount: {
1446
+ nullable: true,
1447
+ serializedName: "installFailureCount",
1448
+ type: {
1449
+ name: "Number"
1450
+ }
1451
+ },
1452
+ upgradeFailureCount: {
1453
+ nullable: true,
1454
+ serializedName: "upgradeFailureCount",
1455
+ type: {
1456
+ name: "Number"
1457
+ }
1458
+ }
1459
+ }
1460
+ }
1461
+ };
1462
+ export var ObjectStatusDefinition = {
1463
+ serializedName: "ObjectStatusDefinition",
1464
+ type: {
1465
+ name: "Composite",
1466
+ className: "ObjectStatusDefinition",
55
1467
  modelProperties: {
56
- sampleProperty: {
57
- serializedName: "sampleProperty",
1468
+ name: {
1469
+ serializedName: "name",
1470
+ type: {
1471
+ name: "String"
1472
+ }
1473
+ },
1474
+ namespace: {
1475
+ serializedName: "namespace",
1476
+ type: {
1477
+ name: "String"
1478
+ }
1479
+ },
1480
+ kind: {
1481
+ serializedName: "kind",
1482
+ type: {
1483
+ name: "String"
1484
+ }
1485
+ },
1486
+ complianceState: {
1487
+ serializedName: "complianceState",
1488
+ defaultValue: 'Unknown',
1489
+ type: {
1490
+ name: "String"
1491
+ }
1492
+ },
1493
+ appliedBy: {
1494
+ nullable: true,
1495
+ serializedName: "appliedBy",
1496
+ type: {
1497
+ name: "Composite",
1498
+ className: "ObjectReferenceDefinition"
1499
+ }
1500
+ },
1501
+ statusConditions: {
1502
+ nullable: true,
1503
+ serializedName: "statusConditions",
58
1504
  type: {
59
- name: "String"
1505
+ name: "Sequence",
1506
+ element: {
1507
+ type: {
1508
+ name: "Composite",
1509
+ className: "ObjectStatusConditionDefinition"
1510
+ }
1511
+ }
1512
+ }
1513
+ },
1514
+ helmReleaseProperties: {
1515
+ nullable: true,
1516
+ serializedName: "helmReleaseProperties",
1517
+ type: {
1518
+ name: "Composite",
1519
+ className: "HelmReleasePropertiesDefinition"
60
1520
  }
61
1521
  }
62
1522
  }
63
1523
  }
64
1524
  };
65
- export var ErrorDefinition = {
66
- serializedName: "ErrorDefinition",
1525
+ export var FluxConfiguration = {
1526
+ serializedName: "FluxConfiguration",
67
1527
  type: {
68
1528
  name: "Composite",
69
- className: "ErrorDefinition",
70
- modelProperties: {
71
- code: {
72
- readOnly: true,
73
- serializedName: "code",
1529
+ className: "FluxConfiguration",
1530
+ modelProperties: __assign(__assign({}, ProxyResource.type.modelProperties), { scope: {
1531
+ serializedName: "properties.scope",
1532
+ defaultValue: 'cluster',
74
1533
  type: {
75
1534
  name: "String"
76
1535
  }
77
- },
78
- message: {
79
- readOnly: true,
80
- serializedName: "message",
1536
+ }, namespace: {
1537
+ serializedName: "properties.namespace",
1538
+ defaultValue: 'default',
81
1539
  type: {
82
1540
  name: "String"
83
1541
  }
84
- },
85
- details: {
1542
+ }, sourceKind: {
1543
+ serializedName: "properties.sourceKind",
1544
+ type: {
1545
+ name: "String"
1546
+ }
1547
+ }, suspend: {
1548
+ serializedName: "properties.suspend",
1549
+ defaultValue: false,
1550
+ type: {
1551
+ name: "Boolean"
1552
+ }
1553
+ }, gitRepository: {
1554
+ serializedName: "properties.gitRepository",
1555
+ type: {
1556
+ name: "Composite",
1557
+ className: "GitRepositoryDefinition"
1558
+ }
1559
+ }, bucket: {
1560
+ serializedName: "properties.bucket",
1561
+ type: {
1562
+ name: "Composite",
1563
+ className: "BucketDefinition"
1564
+ }
1565
+ }, kustomizations: {
1566
+ nullable: true,
1567
+ serializedName: "properties.kustomizations",
1568
+ type: {
1569
+ name: "Dictionary",
1570
+ value: {
1571
+ type: {
1572
+ name: "Composite",
1573
+ className: "KustomizationDefinition"
1574
+ }
1575
+ }
1576
+ }
1577
+ }, configurationProtectedSettings: {
1578
+ nullable: true,
1579
+ serializedName: "properties.configurationProtectedSettings",
1580
+ type: {
1581
+ name: "Dictionary",
1582
+ value: {
1583
+ type: {
1584
+ name: "String"
1585
+ }
1586
+ }
1587
+ }
1588
+ }, statuses: {
1589
+ nullable: true,
86
1590
  readOnly: true,
87
- serializedName: "details",
1591
+ serializedName: "properties.statuses",
88
1592
  type: {
89
1593
  name: "Sequence",
90
1594
  element: {
91
1595
  type: {
92
1596
  name: "Composite",
93
- className: "ErrorDefinition"
1597
+ className: "ObjectStatusDefinition"
94
1598
  }
95
1599
  }
96
1600
  }
97
- }
98
- }
1601
+ }, repositoryPublicKey: {
1602
+ nullable: true,
1603
+ readOnly: true,
1604
+ serializedName: "properties.repositoryPublicKey",
1605
+ type: {
1606
+ name: "String"
1607
+ }
1608
+ }, lastSourceUpdatedCommitId: {
1609
+ nullable: true,
1610
+ readOnly: true,
1611
+ serializedName: "properties.lastSourceUpdatedCommitId",
1612
+ type: {
1613
+ name: "String"
1614
+ }
1615
+ }, lastSourceUpdatedAt: {
1616
+ nullable: true,
1617
+ readOnly: true,
1618
+ serializedName: "properties.lastSourceUpdatedAt",
1619
+ type: {
1620
+ name: "DateTime"
1621
+ }
1622
+ }, complianceState: {
1623
+ readOnly: true,
1624
+ serializedName: "properties.complianceState",
1625
+ defaultValue: 'Unknown',
1626
+ type: {
1627
+ name: "String"
1628
+ }
1629
+ }, provisioningState: {
1630
+ readOnly: true,
1631
+ serializedName: "properties.provisioningState",
1632
+ type: {
1633
+ name: "String"
1634
+ }
1635
+ }, errorMessage: {
1636
+ nullable: true,
1637
+ readOnly: true,
1638
+ serializedName: "properties.errorMessage",
1639
+ type: {
1640
+ name: "String"
1641
+ }
1642
+ }, systemData: {
1643
+ serializedName: "systemData",
1644
+ type: {
1645
+ name: "Composite",
1646
+ className: "SystemData"
1647
+ }
1648
+ } })
99
1649
  }
100
1650
  };
101
- export var ErrorResponse = {
102
- serializedName: "ErrorResponse",
1651
+ export var FluxConfigurationPatch = {
1652
+ serializedName: "FluxConfigurationPatch",
103
1653
  type: {
104
1654
  name: "Composite",
105
- className: "ErrorResponse",
1655
+ className: "FluxConfigurationPatch",
106
1656
  modelProperties: {
107
- error: {
108
- serializedName: "error",
1657
+ sourceKind: {
1658
+ serializedName: "properties.sourceKind",
1659
+ type: {
1660
+ name: "String"
1661
+ }
1662
+ },
1663
+ suspend: {
1664
+ nullable: true,
1665
+ serializedName: "properties.suspend",
1666
+ type: {
1667
+ name: "Boolean"
1668
+ }
1669
+ },
1670
+ gitRepository: {
1671
+ serializedName: "properties.gitRepository",
1672
+ type: {
1673
+ name: "Composite",
1674
+ className: "GitRepositoryPatchDefinition"
1675
+ }
1676
+ },
1677
+ bucket: {
1678
+ serializedName: "properties.bucket",
109
1679
  type: {
110
1680
  name: "Composite",
111
- className: "ErrorDefinition"
1681
+ className: "BucketDefinition"
1682
+ }
1683
+ },
1684
+ kustomizations: {
1685
+ nullable: true,
1686
+ serializedName: "properties.kustomizations",
1687
+ type: {
1688
+ name: "Dictionary",
1689
+ value: {
1690
+ type: {
1691
+ name: "Composite",
1692
+ className: "KustomizationPatchDefinition"
1693
+ }
1694
+ }
1695
+ }
1696
+ },
1697
+ configurationProtectedSettings: {
1698
+ nullable: true,
1699
+ serializedName: "properties.configurationProtectedSettings",
1700
+ type: {
1701
+ name: "Dictionary",
1702
+ value: {
1703
+ type: {
1704
+ name: "String"
1705
+ }
1706
+ }
112
1707
  }
113
1708
  }
114
1709
  }
@@ -200,6 +1795,16 @@ export var SourceControlConfiguration = {
200
1795
  type: {
201
1796
  name: "String"
202
1797
  }
1798
+ }, configurationProtectedSettings: {
1799
+ serializedName: "properties.configurationProtectedSettings",
1800
+ type: {
1801
+ name: "Dictionary",
1802
+ value: {
1803
+ type: {
1804
+ name: "String"
1805
+ }
1806
+ }
1807
+ }
203
1808
  }, operatorScope: {
204
1809
  serializedName: "properties.operatorScope",
205
1810
  defaultValue: 'cluster',
@@ -212,10 +1817,15 @@ export var SourceControlConfiguration = {
212
1817
  type: {
213
1818
  name: "String"
214
1819
  }
1820
+ }, sshKnownHostsContents: {
1821
+ serializedName: "properties.sshKnownHostsContents",
1822
+ type: {
1823
+ name: "String"
1824
+ }
215
1825
  }, enableHelmOperator: {
216
1826
  serializedName: "properties.enableHelmOperator",
217
1827
  type: {
218
- name: "String"
1828
+ name: "Boolean"
219
1829
  }
220
1830
  }, helmOperatorProperties: {
221
1831
  serializedName: "properties.helmOperatorProperties",
@@ -236,6 +1846,12 @@ export var SourceControlConfiguration = {
236
1846
  name: "Composite",
237
1847
  className: "ComplianceStatus"
238
1848
  }
1849
+ }, systemData: {
1850
+ serializedName: "systemData",
1851
+ type: {
1852
+ name: "Composite",
1853
+ className: "SystemData"
1854
+ }
239
1855
  } })
240
1856
  }
241
1857
  };
@@ -290,6 +1906,169 @@ export var ResourceProviderOperation = {
290
1906
  name: "Composite",
291
1907
  className: "ResourceProviderOperationDisplay"
292
1908
  }
1909
+ },
1910
+ isDataAction: {
1911
+ readOnly: true,
1912
+ serializedName: "isDataAction",
1913
+ type: {
1914
+ name: "Boolean"
1915
+ }
1916
+ },
1917
+ origin: {
1918
+ readOnly: true,
1919
+ serializedName: "origin",
1920
+ type: {
1921
+ name: "String"
1922
+ }
1923
+ }
1924
+ }
1925
+ }
1926
+ };
1927
+ export var ExtensionTypeList = {
1928
+ serializedName: "ExtensionTypeList",
1929
+ type: {
1930
+ name: "Composite",
1931
+ className: "ExtensionTypeList",
1932
+ modelProperties: {
1933
+ value: {
1934
+ serializedName: "",
1935
+ type: {
1936
+ name: "Sequence",
1937
+ element: {
1938
+ type: {
1939
+ name: "Composite",
1940
+ className: "ExtensionType"
1941
+ }
1942
+ }
1943
+ }
1944
+ },
1945
+ nextLink: {
1946
+ serializedName: "nextLink",
1947
+ type: {
1948
+ name: "String"
1949
+ }
1950
+ }
1951
+ }
1952
+ }
1953
+ };
1954
+ export var ExtensionVersionList = {
1955
+ serializedName: "ExtensionVersionList",
1956
+ type: {
1957
+ name: "Composite",
1958
+ className: "ExtensionVersionList",
1959
+ modelProperties: {
1960
+ versions: {
1961
+ serializedName: "",
1962
+ type: {
1963
+ name: "Sequence",
1964
+ element: {
1965
+ type: {
1966
+ name: "Composite",
1967
+ className: "ExtensionVersionListVersionsItem"
1968
+ }
1969
+ }
1970
+ }
1971
+ },
1972
+ nextLink: {
1973
+ serializedName: "nextLink",
1974
+ type: {
1975
+ name: "String"
1976
+ }
1977
+ },
1978
+ systemData: {
1979
+ readOnly: true,
1980
+ serializedName: "systemData",
1981
+ type: {
1982
+ name: "Composite",
1983
+ className: "SystemData"
1984
+ }
1985
+ }
1986
+ }
1987
+ }
1988
+ };
1989
+ export var ExtensionsList = {
1990
+ serializedName: "ExtensionsList",
1991
+ type: {
1992
+ name: "Composite",
1993
+ className: "ExtensionsList",
1994
+ modelProperties: {
1995
+ value: {
1996
+ readOnly: true,
1997
+ serializedName: "",
1998
+ type: {
1999
+ name: "Sequence",
2000
+ element: {
2001
+ type: {
2002
+ name: "Composite",
2003
+ className: "Extension"
2004
+ }
2005
+ }
2006
+ }
2007
+ },
2008
+ nextLink: {
2009
+ readOnly: true,
2010
+ serializedName: "nextLink",
2011
+ type: {
2012
+ name: "String"
2013
+ }
2014
+ }
2015
+ }
2016
+ }
2017
+ };
2018
+ export var OperationStatusList = {
2019
+ serializedName: "OperationStatusList",
2020
+ type: {
2021
+ name: "Composite",
2022
+ className: "OperationStatusList",
2023
+ modelProperties: {
2024
+ value: {
2025
+ readOnly: true,
2026
+ serializedName: "",
2027
+ type: {
2028
+ name: "Sequence",
2029
+ element: {
2030
+ type: {
2031
+ name: "Composite",
2032
+ className: "OperationStatusResult"
2033
+ }
2034
+ }
2035
+ }
2036
+ },
2037
+ nextLink: {
2038
+ readOnly: true,
2039
+ serializedName: "nextLink",
2040
+ type: {
2041
+ name: "String"
2042
+ }
2043
+ }
2044
+ }
2045
+ }
2046
+ };
2047
+ export var FluxConfigurationsList = {
2048
+ serializedName: "FluxConfigurationsList",
2049
+ type: {
2050
+ name: "Composite",
2051
+ className: "FluxConfigurationsList",
2052
+ modelProperties: {
2053
+ value: {
2054
+ readOnly: true,
2055
+ serializedName: "",
2056
+ type: {
2057
+ name: "Sequence",
2058
+ element: {
2059
+ type: {
2060
+ name: "Composite",
2061
+ className: "FluxConfiguration"
2062
+ }
2063
+ }
2064
+ }
2065
+ },
2066
+ nextLink: {
2067
+ readOnly: true,
2068
+ serializedName: "nextLink",
2069
+ type: {
2070
+ name: "String"
2071
+ }
293
2072
  }
294
2073
  }
295
2074
  }