@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.
@@ -12,350 +12,2311 @@ import * as msRest from "@azure/ms-rest-js";
12
12
  export { BaseResource, CloudError };
13
13
 
14
14
  /**
15
- * The Resource model definition.
15
+ * Common fields that are returned in the response for all Azure Resource Manager resources
16
+ * @summary Resource
16
17
  */
17
18
  export interface Resource extends BaseResource {
18
19
  /**
19
- * Resource Id
20
+ * Fully qualified resource ID for the resource. Ex -
21
+ * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
20
22
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
21
23
  */
22
24
  readonly id?: string;
23
25
  /**
24
- * Resource name
26
+ * The name of the resource
25
27
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
26
28
  */
27
29
  readonly name?: string;
28
30
  /**
29
- * Resource type
31
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
32
+ * "Microsoft.Storage/storageAccounts"
30
33
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
31
34
  */
32
35
  readonly type?: string;
33
36
  }
34
37
 
35
38
  /**
36
- * ARM proxy resource.
39
+ * The resource model definition for a Azure Resource Manager proxy resource. It will not have tags
40
+ * and a location
41
+ * @summary Proxy Resource
37
42
  */
38
43
  export interface ProxyResource extends Resource {
39
44
  }
40
45
 
41
46
  /**
42
- * Sample result definition
47
+ * Extension scope settings
43
48
  */
44
- export interface Result {
49
+ export interface ClusterScopeSettings extends ProxyResource {
45
50
  /**
46
- * Sample property of type string
51
+ * Describes if multiple instances of the extension are allowed
47
52
  */
48
- sampleProperty?: string;
53
+ allowMultipleInstances?: boolean;
54
+ /**
55
+ * Default extension release namespace
56
+ */
57
+ defaultReleaseNamespace?: string;
49
58
  }
50
59
 
51
60
  /**
52
- * Error definition.
61
+ * Extension scopes
53
62
  */
54
- export interface ErrorDefinition {
55
- /**
56
- * Service specific error code which serves as the substatus for the HTTP error code.
57
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
58
- */
59
- readonly code?: string;
63
+ export interface SupportedScopes {
60
64
  /**
61
- * Description of the error.
62
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
65
+ * Default extension scopes: cluster or namespace
63
66
  */
64
- readonly message?: string;
67
+ defaultScope?: string;
65
68
  /**
66
- * Internal error details.
67
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
69
+ * Scope settings
68
70
  */
69
- readonly details?: ErrorDefinition[];
71
+ clusterScopeSettings?: ClusterScopeSettings;
70
72
  }
71
73
 
72
74
  /**
73
- * Error response.
75
+ * Metadata pertaining to creation and last modification of the resource.
74
76
  */
75
- export interface ErrorResponse {
77
+ export interface SystemData {
78
+ /**
79
+ * The identity that created the resource.
80
+ */
81
+ createdBy?: string;
82
+ /**
83
+ * The type of identity that created the resource. Possible values include: 'User',
84
+ * 'Application', 'ManagedIdentity', 'Key'
85
+ */
86
+ createdByType?: CreatedByType;
87
+ /**
88
+ * The timestamp of resource creation (UTC).
89
+ */
90
+ createdAt?: Date;
76
91
  /**
77
- * Error definition.
92
+ * The identity that last modified the resource.
78
93
  */
79
- error?: ErrorDefinition;
94
+ lastModifiedBy?: string;
95
+ /**
96
+ * The type of identity that last modified the resource. Possible values include: 'User',
97
+ * 'Application', 'ManagedIdentity', 'Key'
98
+ */
99
+ lastModifiedByType?: CreatedByType;
100
+ /**
101
+ * The timestamp of resource last modification (UTC)
102
+ */
103
+ lastModifiedAt?: Date;
80
104
  }
81
105
 
82
106
  /**
83
- * Compliance Status details
107
+ * Represents an Extension Type.
84
108
  */
85
- export interface ComplianceStatus {
109
+ export interface ExtensionType {
86
110
  /**
87
- * The compliance state of the configuration. Possible values include: 'Pending', 'Compliant',
88
- * 'Noncompliant', 'Installed', 'Failed'
111
+ * Extension release train: preview or stable
89
112
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
90
113
  */
91
- readonly complianceState?: ComplianceState;
114
+ readonly releaseTrains?: string[];
92
115
  /**
93
- * Datetime the configuration was last applied.
116
+ * Cluster types. Possible values include: 'connectedClusters', 'managedClusters'
117
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
94
118
  */
95
- lastConfigApplied?: Date;
119
+ readonly clusterTypes?: ClusterTypes;
96
120
  /**
97
- * Message from when the configuration was applied.
121
+ * Extension scopes
122
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
98
123
  */
99
- message?: string;
124
+ readonly supportedScopes?: SupportedScopes;
100
125
  /**
101
- * Level of the message. Possible values include: 'Error', 'Warning', 'Information'
126
+ * Metadata pertaining to creation and last modification of the resource.
127
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
102
128
  */
103
- messageLevel?: MessageLevel;
129
+ readonly systemData?: SystemData;
104
130
  }
105
131
 
106
132
  /**
107
- * Properties for Helm operator.
133
+ * An interface representing ExtensionVersionListVersionsItem.
108
134
  */
109
- export interface HelmOperatorProperties {
135
+ export interface ExtensionVersionListVersionsItem {
110
136
  /**
111
- * Version of the operator Helm chart.
137
+ * The release train for this Extension Type
112
138
  */
113
- chartVersion?: string;
139
+ releaseTrain?: string;
114
140
  /**
115
- * Values override for the operator Helm chart.
141
+ * Versions available for this Extension Type and release train
116
142
  */
117
- chartValues?: string;
143
+ versions?: string[];
118
144
  }
119
145
 
120
146
  /**
121
- * The SourceControl Configuration object.
147
+ * The resource model definition for an Azure Resource Manager tracked top level resource which has
148
+ * 'tags' and a 'location'
149
+ * @summary Tracked Resource
122
150
  */
123
- export interface SourceControlConfiguration extends ProxyResource {
124
- /**
125
- * Url of the SourceControl Repository.
126
- */
127
- repositoryUrl?: string;
151
+ export interface TrackedResource extends Resource {
128
152
  /**
129
- * The namespace to which this operator is installed to. Maximum of 253 lower case alphanumeric
130
- * characters, hyphen and period only. Default value: 'default'.
153
+ * Resource tags.
131
154
  */
132
- operatorNamespace?: string;
155
+ tags?: { [propertyName: string]: string };
133
156
  /**
134
- * Instance name of the operator - identifying the specific configuration.
157
+ * The geo-location where the resource lives
135
158
  */
136
- operatorInstanceName?: string;
159
+ location: string;
160
+ }
161
+
162
+ /**
163
+ * The resource model definition for an Azure Resource Manager resource with an etag.
164
+ * @summary Entity Resource
165
+ */
166
+ export interface AzureEntityResource extends Resource {
137
167
  /**
138
- * Type of the operator. Possible values include: 'Flux'
168
+ * Resource Etag.
169
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
139
170
  */
140
- operatorType?: OperatorType;
171
+ readonly etag?: string;
172
+ }
173
+
174
+ /**
175
+ * The resource management error additional info.
176
+ */
177
+ export interface ErrorAdditionalInfo {
141
178
  /**
142
- * Any Parameters for the Operator instance in string format.
179
+ * The additional info type.
180
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
143
181
  */
144
- operatorParams?: string;
182
+ readonly type?: string;
145
183
  /**
146
- * Scope at which the operator will be installed. Possible values include: 'cluster',
147
- * 'namespace'. Default value: 'cluster'.
184
+ * The additional info.
185
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
148
186
  */
149
- operatorScope?: OperatorScope;
187
+ readonly info?: any;
188
+ }
189
+
190
+ /**
191
+ * The error detail.
192
+ */
193
+ export interface ErrorDetail {
150
194
  /**
151
- * Public Key associated with this SourceControl configuration (either generated within the
152
- * cluster or provided by the user).
195
+ * The error code.
153
196
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
154
197
  */
155
- readonly repositoryPublicKey?: string;
198
+ readonly code?: string;
156
199
  /**
157
- * Option to enable Helm Operator for this git configuration. Possible values include: 'true',
158
- * 'false'
200
+ * The error message.
201
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
159
202
  */
160
- enableHelmOperator?: EnableHelmOperator;
203
+ readonly message?: string;
161
204
  /**
162
- * Properties for Helm operator.
205
+ * The error target.
206
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
163
207
  */
164
- helmOperatorProperties?: HelmOperatorProperties;
208
+ readonly target?: string;
165
209
  /**
166
- * The provisioning state of the resource provider. Possible values include: 'Accepted',
167
- * 'Deleting', 'Running', 'Succeeded', 'Failed'
210
+ * The error details.
168
211
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
169
212
  */
170
- readonly provisioningState?: ProvisioningState;
213
+ readonly details?: ErrorDetail[];
171
214
  /**
172
- * Compliance Status of the Configuration
215
+ * The error additional info.
173
216
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
174
217
  */
175
- readonly complianceStatus?: ComplianceStatus;
218
+ readonly additionalInfo?: ErrorAdditionalInfo[];
176
219
  }
177
220
 
178
221
  /**
179
- * Display metadata associated with the operation.
222
+ * Common error response for all Azure Resource Manager APIs to return error details for failed
223
+ * operations. (This also follows the OData error response format.).
224
+ * @summary Error response
180
225
  */
181
- export interface ResourceProviderOperationDisplay {
182
- /**
183
- * Resource provider: Microsoft KubernetesConfiguration.
184
- */
185
- provider?: string;
226
+ export interface ErrorResponse {
186
227
  /**
187
- * Resource on which the operation is performed.
228
+ * The error object.
188
229
  */
189
- resource?: string;
230
+ error?: ErrorDetail;
231
+ }
232
+
233
+ /**
234
+ * Specifies that the scope of the extension is Cluster
235
+ */
236
+ export interface ScopeCluster {
190
237
  /**
191
- * Type of operation: get, read, delete, etc.
238
+ * Namespace where the extension Release must be placed, for a Cluster scoped extension. If this
239
+ * namespace does not exist, it will be created
192
240
  */
193
- operation?: string;
241
+ releaseNamespace?: string;
242
+ }
243
+
244
+ /**
245
+ * Specifies that the scope of the extension is Namespace
246
+ */
247
+ export interface ScopeNamespace {
194
248
  /**
195
- * Description of this operation.
249
+ * Namespace where the extension will be created for an Namespace scoped extension. If this
250
+ * namespace does not exist, it will be created
196
251
  */
197
- description?: string;
252
+ targetNamespace?: string;
198
253
  }
199
254
 
200
255
  /**
201
- * Supported operation of this resource provider.
256
+ * Scope of the extension. It can be either Cluster or Namespace; but not both.
202
257
  */
203
- export interface ResourceProviderOperation {
258
+ export interface Scope {
204
259
  /**
205
- * Operation name, in format of {provider}/{resource}/{operation}
260
+ * Specifies that the scope of the extension is Cluster
206
261
  */
207
- name?: string;
262
+ cluster?: ScopeCluster;
208
263
  /**
209
- * Display metadata associated with the operation.
264
+ * Specifies that the scope of the extension is Namespace
210
265
  */
211
- display?: ResourceProviderOperationDisplay;
266
+ namespace?: ScopeNamespace;
212
267
  }
213
268
 
214
269
  /**
215
- * An interface representing SourceControlConfigurationClientOptions.
270
+ * Status from the extension.
216
271
  */
217
- export interface SourceControlConfigurationClientOptions extends AzureServiceClientOptions {
218
- baseUri?: string;
272
+ export interface ExtensionStatus {
273
+ /**
274
+ * Status code provided by the Extension
275
+ */
276
+ code?: string;
277
+ /**
278
+ * Short description of status of the extension.
279
+ */
280
+ displayStatus?: string;
281
+ /**
282
+ * Level of the status. Possible values include: 'Error', 'Warning', 'Information'. Default
283
+ * value: 'Information'.
284
+ */
285
+ level?: LevelType;
286
+ /**
287
+ * Detailed message of the status from the Extension.
288
+ */
289
+ message?: string;
290
+ /**
291
+ * DateLiteral (per ISO8601) noting the time of installation status.
292
+ */
293
+ time?: string;
219
294
  }
220
295
 
221
296
  /**
222
- * @interface
223
- * Result of the request to list Source Control Configurations. It contains a list of
224
- * SourceControlConfiguration objects and a URL link to get the next set of results.
225
- * @extends Array<SourceControlConfiguration>
297
+ * Identity of the Extension resource in an AKS cluster
226
298
  */
227
- export interface SourceControlConfigurationList extends Array<SourceControlConfiguration> {
299
+ export interface ExtensionPropertiesAksAssignedIdentity {
228
300
  /**
229
- * URL to get the next set of configuration objects, if any.
301
+ * The principal ID of resource identity.
230
302
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
231
303
  */
232
- readonly nextLink?: string;
304
+ readonly principalId?: string;
305
+ /**
306
+ * The tenant ID of resource.
307
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
308
+ */
309
+ readonly tenantId?: string;
310
+ /**
311
+ * The identity type. Possible values include: 'SystemAssigned'
312
+ */
313
+ type?: ResourceIdentityType;
233
314
  }
234
315
 
235
316
  /**
236
- * @interface
237
- * Result of the request to list operations.
238
- * @extends Array<ResourceProviderOperation>
317
+ * Identity for the resource.
239
318
  */
240
- export interface ResourceProviderOperationList extends Array<ResourceProviderOperation> {
319
+ export interface Identity {
241
320
  /**
242
- * URL to the next set of results, if any.
321
+ * The principal ID of resource identity.
243
322
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
244
323
  */
245
- readonly nextLink?: string;
324
+ readonly principalId?: string;
325
+ /**
326
+ * The tenant ID of resource.
327
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
328
+ */
329
+ readonly tenantId?: string;
330
+ /**
331
+ * The identity type. Possible values include: 'SystemAssigned'
332
+ */
333
+ type?: ResourceIdentityType;
246
334
  }
247
335
 
248
336
  /**
249
- * Defines values for ComplianceState.
250
- * Possible values include: 'Pending', 'Compliant', 'Noncompliant', 'Installed', 'Failed'
251
- * @readonly
252
- * @enum {string}
337
+ * The Extension object.
253
338
  */
254
- export type ComplianceState = 'Pending' | 'Compliant' | 'Noncompliant' | 'Installed' | 'Failed';
339
+ export interface Extension extends ProxyResource {
340
+ /**
341
+ * Type of the Extension, of which this resource is an instance of. It must be one of the
342
+ * Extension Types registered with Microsoft.KubernetesConfiguration by the Extension publisher.
343
+ */
344
+ extensionType?: string;
345
+ /**
346
+ * Flag to note if this extension participates in auto upgrade of minor version, or not. Default
347
+ * value: true.
348
+ */
349
+ autoUpgradeMinorVersion?: boolean;
350
+ /**
351
+ * ReleaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) -
352
+ * only if autoUpgradeMinorVersion is 'true'. Default value: 'Stable'.
353
+ */
354
+ releaseTrain?: string;
355
+ /**
356
+ * Version of the extension for this extension, if it is 'pinned' to a specific version.
357
+ * autoUpgradeMinorVersion must be 'false'.
358
+ */
359
+ version?: string;
360
+ /**
361
+ * Scope at which the extension is installed.
362
+ */
363
+ scope?: Scope;
364
+ /**
365
+ * Configuration settings, as name-value pairs for configuring this extension.
366
+ */
367
+ configurationSettings?: { [propertyName: string]: string };
368
+ /**
369
+ * Configuration settings that are sensitive, as name-value pairs for configuring this extension.
370
+ */
371
+ configurationProtectedSettings?: { [propertyName: string]: string };
372
+ /**
373
+ * Status of installation of this extension. Possible values include: 'Succeeded', 'Failed',
374
+ * 'Canceled', 'Creating', 'Updating', 'Deleting'
375
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
376
+ */
377
+ readonly provisioningState?: ProvisioningState;
378
+ /**
379
+ * Status from this extension.
380
+ */
381
+ statuses?: ExtensionStatus[];
382
+ /**
383
+ * Error information from the Agent - e.g. errors during installation.
384
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
385
+ */
386
+ readonly errorInfo?: ErrorDetail;
387
+ /**
388
+ * Custom Location settings properties.
389
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
390
+ */
391
+ readonly customLocationSettings?: { [propertyName: string]: string };
392
+ /**
393
+ * Uri of the Helm package
394
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
395
+ */
396
+ readonly packageUri?: string;
397
+ /**
398
+ * Identity of the Extension resource in an AKS cluster
399
+ */
400
+ aksAssignedIdentity?: ExtensionPropertiesAksAssignedIdentity;
401
+ /**
402
+ * Identity of the Extension resource
403
+ */
404
+ identity?: Identity;
405
+ /**
406
+ * Top level metadata
407
+ * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources
408
+ */
409
+ systemData?: SystemData;
410
+ }
255
411
 
256
412
  /**
257
- * Defines values for MessageLevel.
258
- * Possible values include: 'Error', 'Warning', 'Information'
259
- * @readonly
260
- * @enum {string}
413
+ * The Extension Patch Request object.
261
414
  */
262
- export type MessageLevel = 'Error' | 'Warning' | 'Information';
415
+ export interface PatchExtension {
416
+ /**
417
+ * Flag to note if this extension participates in auto upgrade of minor version, or not. Default
418
+ * value: true.
419
+ */
420
+ autoUpgradeMinorVersion?: boolean;
421
+ /**
422
+ * ReleaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) -
423
+ * only if autoUpgradeMinorVersion is 'true'. Default value: 'Stable'.
424
+ */
425
+ releaseTrain?: string;
426
+ /**
427
+ * Version of the extension for this extension, if it is 'pinned' to a specific version.
428
+ * autoUpgradeMinorVersion must be 'false'.
429
+ */
430
+ version?: string;
431
+ /**
432
+ * Configuration settings, as name-value pairs for configuring this extension.
433
+ */
434
+ configurationSettings?: { [propertyName: string]: string };
435
+ /**
436
+ * Configuration settings that are sensitive, as name-value pairs for configuring this extension.
437
+ */
438
+ configurationProtectedSettings?: { [propertyName: string]: string };
439
+ }
263
440
 
264
441
  /**
265
- * Defines values for OperatorType.
266
- * Possible values include: 'Flux'
267
- * @readonly
268
- * @enum {string}
442
+ * An interface representing ResourceModelWithAllowedPropertySetIdentity.
269
443
  */
270
- export type OperatorType = 'Flux';
444
+ export interface ResourceModelWithAllowedPropertySetIdentity extends Identity {
445
+ }
271
446
 
272
447
  /**
273
- * Defines values for OperatorScope.
274
- * Possible values include: 'cluster', 'namespace'
275
- * @readonly
276
- * @enum {string}
448
+ * The resource model definition representing SKU
277
449
  */
278
- export type OperatorScope = 'cluster' | 'namespace';
450
+ export interface Sku {
451
+ /**
452
+ * The name of the SKU. Ex - P3. It is typically a letter+number code
453
+ */
454
+ name: string;
455
+ /**
456
+ * This field is required to be implemented by the Resource Provider if the service has more than
457
+ * one tier, but is not required on a PUT. Possible values include: 'Free', 'Basic', 'Standard',
458
+ * 'Premium'
459
+ */
460
+ tier?: SkuTier;
461
+ /**
462
+ * The SKU size. When the name field is the combination of tier and some other value, this would
463
+ * be the standalone code.
464
+ */
465
+ size?: string;
466
+ /**
467
+ * If the service has different generations of hardware, for the same SKU, then that can be
468
+ * captured here.
469
+ */
470
+ family?: string;
471
+ /**
472
+ * If the SKU supports scale out/in then the capacity integer should be included. If scale out/in
473
+ * is not possible for the resource this may be omitted.
474
+ */
475
+ capacity?: number;
476
+ }
279
477
 
280
478
  /**
281
- * Defines values for EnableHelmOperator.
282
- * Possible values include: 'true', 'false'
283
- * @readonly
284
- * @enum {string}
479
+ * An interface representing ResourceModelWithAllowedPropertySetSku.
285
480
  */
286
- export type EnableHelmOperator = 'true' | 'false';
481
+ export interface ResourceModelWithAllowedPropertySetSku extends Sku {
482
+ }
287
483
 
288
484
  /**
289
- * Defines values for ProvisioningState.
290
- * Possible values include: 'Accepted', 'Deleting', 'Running', 'Succeeded', 'Failed'
291
- * @readonly
292
- * @enum {string}
485
+ * Plan for the resource.
293
486
  */
294
- export type ProvisioningState = 'Accepted' | 'Deleting' | 'Running' | 'Succeeded' | 'Failed';
487
+ export interface Plan {
488
+ /**
489
+ * A user defined name of the 3rd Party Artifact that is being procured.
490
+ */
491
+ name: string;
492
+ /**
493
+ * The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
494
+ */
495
+ publisher: string;
496
+ /**
497
+ * The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID
498
+ * specified for the artifact at the time of Data Market onboarding.
499
+ */
500
+ product: string;
501
+ /**
502
+ * A publisher provided promotion code as provisioned in Data Market for the said
503
+ * product/artifact.
504
+ */
505
+ promotionCode?: string;
506
+ /**
507
+ * The version of the desired product/artifact.
508
+ */
509
+ version?: string;
510
+ }
295
511
 
296
512
  /**
297
- * Defines values for ClusterRp.
298
- * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
299
- * @readonly
300
- * @enum {string}
513
+ * An interface representing ResourceModelWithAllowedPropertySetPlan.
301
514
  */
302
- export type ClusterRp = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
515
+ export interface ResourceModelWithAllowedPropertySetPlan extends Plan {
516
+ }
303
517
 
304
518
  /**
305
- * Defines values for ClusterResourceName.
306
- * Possible values include: 'managedClusters', 'connectedClusters'
307
- * @readonly
308
- * @enum {string}
519
+ * The resource model definition containing the full set of allowed properties for a resource.
520
+ * Except properties bag, there cannot be a top level property outside of this set.
309
521
  */
310
- export type ClusterResourceName = 'managedClusters' | 'connectedClusters';
311
-
312
- /**
313
- * Defines values for ClusterRp1.
314
- * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
315
- * @readonly
316
- * @enum {string}
522
+ export interface ResourceModelWithAllowedPropertySet extends BaseResource {
523
+ /**
524
+ * Fully qualified resource ID for the resource. Ex -
525
+ * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
526
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
527
+ */
528
+ readonly id?: string;
529
+ /**
530
+ * The name of the resource
531
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
532
+ */
533
+ readonly name?: string;
534
+ /**
535
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
536
+ * "Microsoft.Storage/storageAccounts"
537
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
538
+ */
539
+ readonly type?: string;
540
+ /**
541
+ * The geo-location where the resource lives
542
+ */
543
+ location?: string;
544
+ /**
545
+ * The fully qualified resource ID of the resource that manages this resource. Indicates if this
546
+ * resource is managed by another Azure resource. If this is present, complete mode deployment
547
+ * will not delete the resource if it is removed from the template since it is managed by another
548
+ * resource.
549
+ */
550
+ managedBy?: string;
551
+ /**
552
+ * Metadata used by portal/tooling/etc to render different UX experiences for resources of the
553
+ * same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource
554
+ * provider must validate and persist this value.
555
+ */
556
+ kind?: string;
557
+ /**
558
+ * The etag field is *not* required. If it is provided in the response body, it must also be
559
+ * provided as a header per the normal etag convention. Entity tags are used for comparing two
560
+ * or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag
561
+ * (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range
562
+ * (section 14.27) header fields.
563
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
564
+ */
565
+ readonly etag?: string;
566
+ /**
567
+ * Resource tags.
568
+ */
569
+ tags?: { [propertyName: string]: string };
570
+ identity?: ResourceModelWithAllowedPropertySetIdentity;
571
+ sku?: ResourceModelWithAllowedPropertySetSku;
572
+ plan?: ResourceModelWithAllowedPropertySetPlan;
573
+ }
574
+
575
+ /**
576
+ * The current status of an async operation.
577
+ */
578
+ export interface OperationStatusResult {
579
+ /**
580
+ * Fully qualified ID for the async operation.
581
+ */
582
+ id?: string;
583
+ /**
584
+ * Name of the async operation.
585
+ */
586
+ name?: string;
587
+ /**
588
+ * Operation status.
589
+ */
590
+ status: string;
591
+ /**
592
+ * Additional information, if available.
593
+ */
594
+ properties?: { [propertyName: string]: string };
595
+ /**
596
+ * If present, details of the operation error.
597
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
598
+ */
599
+ readonly error?: ErrorDetail;
600
+ }
601
+
602
+ /**
603
+ * The source reference for the GitRepository object.
604
+ */
605
+ export interface RepositoryRefDefinition {
606
+ /**
607
+ * The git repository branch name to checkout.
608
+ */
609
+ branch?: string;
610
+ /**
611
+ * The git repository tag name to checkout. This takes precedence over branch.
612
+ */
613
+ tag?: string;
614
+ /**
615
+ * The semver range used to match against git repository tags. This takes precedence over tag.
616
+ */
617
+ semver?: string;
618
+ /**
619
+ * The commit SHA to checkout. This value must be combined with the branch name to be valid. This
620
+ * takes precedence over semver.
621
+ */
622
+ commit?: string;
623
+ }
624
+
625
+ /**
626
+ * Parameters to reconcile to the GitRepository source kind type.
627
+ */
628
+ export interface GitRepositoryDefinition {
629
+ /**
630
+ * The URL to sync for the flux configuration git repository.
631
+ */
632
+ url?: string;
633
+ /**
634
+ * The maximum time to attempt to reconcile the cluster git repository source with the remote.
635
+ * Default value: 600.
636
+ */
637
+ timeoutInSeconds?: number;
638
+ /**
639
+ * The interval at which to re-reconcile the cluster git repository source with the remote.
640
+ * Default value: 600.
641
+ */
642
+ syncIntervalInSeconds?: number;
643
+ /**
644
+ * The source reference for the GitRepository object.
645
+ */
646
+ repositoryRef?: RepositoryRefDefinition;
647
+ /**
648
+ * Base64-encoded known_hosts value containing public SSH keys required to access private git
649
+ * repositories over SSH
650
+ */
651
+ sshKnownHosts?: string;
652
+ /**
653
+ * Plaintext HTTPS username used to access private git repositories over HTTPS
654
+ */
655
+ httpsUser?: string;
656
+ /**
657
+ * Base64-encoded HTTPS certificate authority contents used to access git private git
658
+ * repositories over HTTPS
659
+ */
660
+ httpsCACert?: string;
661
+ /**
662
+ * Name of a local secret on the Kubernetes cluster to use as the authentication secret rather
663
+ * than the managed or user-provided configuration secrets.
664
+ */
665
+ localAuthRef?: string;
666
+ }
667
+
668
+ /**
669
+ * Parameters to reconcile to the GitRepository source kind type.
670
+ */
671
+ export interface GitRepositoryPatchDefinition {
672
+ /**
673
+ * The URL to sync for the flux configuration git repository.
674
+ */
675
+ url?: string;
676
+ /**
677
+ * The maximum time to attempt to reconcile the cluster git repository source with the remote.
678
+ */
679
+ timeoutInSeconds?: number;
680
+ /**
681
+ * The interval at which to re-reconcile the cluster git repository source with the remote.
682
+ */
683
+ syncIntervalInSeconds?: number;
684
+ /**
685
+ * The source reference for the GitRepository object.
686
+ */
687
+ repositoryRef?: RepositoryRefDefinition;
688
+ /**
689
+ * Base64-encoded known_hosts value containing public SSH keys required to access private git
690
+ * repositories over SSH
691
+ */
692
+ sshKnownHosts?: string;
693
+ /**
694
+ * Plaintext HTTPS username used to access private git repositories over HTTPS
695
+ */
696
+ httpsUser?: string;
697
+ /**
698
+ * Base64-encoded HTTPS certificate authority contents used to access git private git
699
+ * repositories over HTTPS
700
+ */
701
+ httpsCACert?: string;
702
+ /**
703
+ * Name of a local secret on the Kubernetes cluster to use as the authentication secret rather
704
+ * than the managed or user-provided configuration secrets.
705
+ */
706
+ localAuthRef?: string;
707
+ }
708
+
709
+ /**
710
+ * Parameters to reconcile to the GitRepository source kind type.
711
+ */
712
+ export interface BucketDefinition {
713
+ /**
714
+ * The URL to sync for the flux configuration S3 bucket.
715
+ */
716
+ url?: string;
717
+ /**
718
+ * The bucket name to sync from the url endpoint for the flux configuration.
719
+ */
720
+ bucketName?: string;
721
+ /**
722
+ * Specify whether to use insecure communication when puling data from the S3 bucket. Default
723
+ * value: true.
724
+ */
725
+ insecure?: boolean;
726
+ /**
727
+ * The maximum time to attempt to reconcile the cluster git repository source with the remote.
728
+ * Default value: 600.
729
+ */
730
+ timeoutInSeconds?: number;
731
+ /**
732
+ * The interval at which to re-reconcile the cluster git repository source with the remote.
733
+ * Default value: 600.
734
+ */
735
+ syncIntervalInSeconds?: number;
736
+ /**
737
+ * Plaintext access key used to securely access the S3 bucket
738
+ */
739
+ accessKey?: string;
740
+ /**
741
+ * Name of a local secret on the Kubernetes cluster to use as the authentication secret rather
742
+ * than the managed or user-provided configuration secrets.
743
+ */
744
+ localAuthRef?: string;
745
+ }
746
+
747
+ /**
748
+ * Parameters to reconcile to the GitRepository source kind type.
749
+ */
750
+ export interface BucketPatchDefinition {
751
+ /**
752
+ * The URL to sync for the flux configuration S3 bucket.
753
+ */
754
+ url?: string;
755
+ /**
756
+ * The bucket name to sync from the url endpoint for the flux configuration.
757
+ */
758
+ bucketName?: string;
759
+ /**
760
+ * Specify whether to use insecure communication when puling data from the S3 bucket.
761
+ */
762
+ insecure?: boolean;
763
+ /**
764
+ * The maximum time to attempt to reconcile the cluster git repository source with the remote.
765
+ */
766
+ timeoutInSeconds?: number;
767
+ /**
768
+ * The interval at which to re-reconcile the cluster git repository source with the remote.
769
+ */
770
+ syncIntervalInSeconds?: number;
771
+ /**
772
+ * Plaintext access key used to securely access the S3 bucket
773
+ */
774
+ accessKey?: string;
775
+ /**
776
+ * Name of a local secret on the Kubernetes cluster to use as the authentication secret rather
777
+ * than the managed or user-provided configuration secrets.
778
+ */
779
+ localAuthRef?: string;
780
+ }
781
+
782
+ /**
783
+ * Specify which kustomizations must succeed reconciliation on the cluster prior to reconciling
784
+ * this kustomization
785
+ */
786
+ export interface DependsOnDefinition {
787
+ /**
788
+ * Name of the kustomization to claim dependency on
789
+ */
790
+ kustomizationName?: string;
791
+ }
792
+
793
+ /**
794
+ * The Kustomization defining how to reconcile the artifact pulled by the source type on the
795
+ * cluster.
796
+ */
797
+ export interface KustomizationDefinition {
798
+ /**
799
+ * The path in the source reference to reconcile on the cluster. Default value: ''.
800
+ */
801
+ path?: string;
802
+ /**
803
+ * Specifies other Kustomizations that this Kustomization depends on. This Kustomization will not
804
+ * reconcile until all dependencies have completed their reconciliation.
805
+ */
806
+ dependsOn?: DependsOnDefinition[];
807
+ /**
808
+ * The maximum time to attempt to reconcile the Kustomization on the cluster. Default value: 600.
809
+ */
810
+ timeoutInSeconds?: number;
811
+ /**
812
+ * The interval at which to re-reconcile the Kustomization on the cluster. Default value: 600.
813
+ */
814
+ syncIntervalInSeconds?: number;
815
+ /**
816
+ * The interval at which to re-reconcile the Kustomization on the cluster in the event of failure
817
+ * on reconciliation.
818
+ */
819
+ retryIntervalInSeconds?: number;
820
+ /**
821
+ * Enable/disable garbage collections of Kubernetes objects created by this Kustomization.
822
+ * Default value: false.
823
+ */
824
+ prune?: boolean;
825
+ /**
826
+ * Enable/disable re-creating Kubernetes resources on the cluster when patching fails due to an
827
+ * immutable field change. Default value: false.
828
+ */
829
+ force?: boolean;
830
+ }
831
+
832
+ /**
833
+ * The Kustomization defining how to reconcile the artifact pulled by the source type on the
834
+ * cluster.
835
+ */
836
+ export interface KustomizationPatchDefinition {
837
+ /**
838
+ * The path in the source reference to reconcile on the cluster.
839
+ */
840
+ path?: string;
841
+ /**
842
+ * Specifies other Kustomizations that this Kustomization depends on. This Kustomization will not
843
+ * reconcile until all dependencies have completed their reconciliation.
844
+ */
845
+ dependsOn?: DependsOnDefinition[];
846
+ /**
847
+ * The maximum time to attempt to reconcile the Kustomization on the cluster.
848
+ */
849
+ timeoutInSeconds?: number;
850
+ /**
851
+ * The interval at which to re-reconcile the Kustomization on the cluster.
852
+ */
853
+ syncIntervalInSeconds?: number;
854
+ /**
855
+ * The interval at which to re-reconcile the Kustomization on the cluster in the event of failure
856
+ * on reconciliation.
857
+ */
858
+ retryIntervalInSeconds?: number;
859
+ /**
860
+ * Enable/disable garbage collections of Kubernetes objects created by this Kustomization.
861
+ */
862
+ prune?: boolean;
863
+ /**
864
+ * Enable/disable re-creating Kubernetes resources on the cluster when patching fails due to an
865
+ * immutable field change.
866
+ */
867
+ force?: boolean;
868
+ }
869
+
870
+ /**
871
+ * Object reference to a Kubernetes object on a cluster
872
+ */
873
+ export interface ObjectReferenceDefinition {
874
+ /**
875
+ * Name of the object
876
+ */
877
+ name?: string;
878
+ /**
879
+ * Namespace of the object
880
+ */
881
+ namespace?: string;
882
+ }
883
+
884
+ /**
885
+ * Status condition of Kubernetes object
886
+ */
887
+ export interface ObjectStatusConditionDefinition {
888
+ /**
889
+ * Last time this status condition has changed
890
+ */
891
+ lastTransitionTime?: Date;
892
+ /**
893
+ * A more verbose description of the object status condition
894
+ */
895
+ message?: string;
896
+ /**
897
+ * Reason for the specified status condition type status
898
+ */
899
+ reason?: string;
900
+ /**
901
+ * Status of the Kubernetes object condition type
902
+ */
903
+ status?: string;
904
+ /**
905
+ * Object status condition type for this object
906
+ */
907
+ type?: string;
908
+ }
909
+
910
+ /**
911
+ * An interface representing HelmReleasePropertiesDefinition.
912
+ */
913
+ export interface HelmReleasePropertiesDefinition {
914
+ /**
915
+ * The revision number of the last released object change
916
+ */
917
+ lastRevisionApplied?: number;
918
+ /**
919
+ * The reference to the HelmChart object used as the source to this HelmRelease
920
+ */
921
+ helmChartRef?: ObjectReferenceDefinition;
922
+ /**
923
+ * Total number of times that the HelmRelease failed to install or upgrade
924
+ */
925
+ failureCount?: number;
926
+ /**
927
+ * Number of times that the HelmRelease failed to install
928
+ */
929
+ installFailureCount?: number;
930
+ /**
931
+ * Number of times that the HelmRelease failed to upgrade
932
+ */
933
+ upgradeFailureCount?: number;
934
+ }
935
+
936
+ /**
937
+ * Statuses of objects deployed by the user-specified kustomizations from the git repository.
938
+ */
939
+ export interface ObjectStatusDefinition {
940
+ /**
941
+ * Name of the applied object
942
+ */
943
+ name?: string;
944
+ /**
945
+ * Namespace of the applied object
946
+ */
947
+ namespace?: string;
948
+ /**
949
+ * Kind of the applied object
950
+ */
951
+ kind?: string;
952
+ /**
953
+ * Compliance state of the applied object showing whether the applied object has come into a
954
+ * ready state on the cluster. Possible values include: 'Compliant', 'Non-Compliant', 'Pending',
955
+ * 'Suspended', 'Unknown'. Default value: 'Unknown'.
956
+ */
957
+ complianceState?: FluxComplianceState;
958
+ /**
959
+ * Object reference to the Kustomization that applied this object
960
+ */
961
+ appliedBy?: ObjectReferenceDefinition;
962
+ /**
963
+ * List of Kubernetes object status conditions present on the cluster
964
+ */
965
+ statusConditions?: ObjectStatusConditionDefinition[];
966
+ /**
967
+ * Additional properties that are provided from objects of the HelmRelease kind
968
+ */
969
+ helmReleaseProperties?: HelmReleasePropertiesDefinition;
970
+ }
971
+
972
+ /**
973
+ * The Flux Configuration object returned in Get & Put response.
974
+ */
975
+ export interface FluxConfiguration extends ProxyResource {
976
+ /**
977
+ * Scope at which the operator will be installed. Possible values include: 'cluster',
978
+ * 'namespace'. Default value: 'cluster'.
979
+ */
980
+ scope?: ScopeType;
981
+ /**
982
+ * The namespace to which this configuration is installed to. Maximum of 253 lower case
983
+ * alphanumeric characters, hyphen and period only. Default value: 'default'.
984
+ */
985
+ namespace?: string;
986
+ /**
987
+ * Source Kind to pull the configuration data from. Possible values include: 'GitRepository',
988
+ * 'Bucket'
989
+ */
990
+ sourceKind?: SourceKindType;
991
+ /**
992
+ * Whether this configuration should suspend its reconciliation of its kustomizations and
993
+ * sources. Default value: false.
994
+ */
995
+ suspend?: boolean;
996
+ /**
997
+ * Parameters to reconcile to the GitRepository source kind type.
998
+ */
999
+ gitRepository?: GitRepositoryDefinition;
1000
+ /**
1001
+ * Parameters to reconcile to the Bucket source kind type.
1002
+ */
1003
+ bucket?: BucketDefinition;
1004
+ /**
1005
+ * Array of kustomizations used to reconcile the artifact pulled by the source type on the
1006
+ * cluster.
1007
+ */
1008
+ kustomizations?: { [propertyName: string]: KustomizationDefinition };
1009
+ /**
1010
+ * Key-value pairs of protected configuration settings for the configuration
1011
+ */
1012
+ configurationProtectedSettings?: { [propertyName: string]: string };
1013
+ /**
1014
+ * Statuses of the Flux Kubernetes resources created by the fluxConfiguration or created by the
1015
+ * managed objects provisioned by the fluxConfiguration.
1016
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1017
+ */
1018
+ readonly statuses?: ObjectStatusDefinition[];
1019
+ /**
1020
+ * Public Key associated with this fluxConfiguration (either generated within the cluster or
1021
+ * provided by the user).
1022
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1023
+ */
1024
+ readonly repositoryPublicKey?: string;
1025
+ /**
1026
+ * Branch and SHA of the last source commit synced with the cluster.
1027
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1028
+ */
1029
+ readonly lastSourceUpdatedCommitId?: string;
1030
+ /**
1031
+ * Datetime the fluxConfiguration last synced its source on the cluster.
1032
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1033
+ */
1034
+ readonly lastSourceUpdatedAt?: Date;
1035
+ /**
1036
+ * Combined status of the Flux Kubernetes resources created by the fluxConfiguration or created
1037
+ * by the managed objects. Possible values include: 'Compliant', 'Non-Compliant', 'Pending',
1038
+ * 'Suspended', 'Unknown'
1039
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**.
1040
+ * Default value: 'Unknown'.
1041
+ */
1042
+ readonly complianceState?: FluxComplianceState;
1043
+ /**
1044
+ * Status of the creation of the fluxConfiguration. Possible values include: 'Succeeded',
1045
+ * 'Failed', 'Canceled', 'Creating', 'Updating', 'Deleting'
1046
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1047
+ */
1048
+ readonly provisioningState?: ProvisioningState;
1049
+ /**
1050
+ * Error message returned to the user in the case of provisioning failure.
1051
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1052
+ */
1053
+ readonly errorMessage?: string;
1054
+ /**
1055
+ * Top level metadata
1056
+ * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources
1057
+ */
1058
+ systemData?: SystemData;
1059
+ }
1060
+
1061
+ /**
1062
+ * The Flux Configuration Patch Request object.
1063
+ */
1064
+ export interface FluxConfigurationPatch {
1065
+ /**
1066
+ * Source Kind to pull the configuration data from. Possible values include: 'GitRepository',
1067
+ * 'Bucket'
1068
+ */
1069
+ sourceKind?: SourceKindType;
1070
+ /**
1071
+ * Whether this configuration should suspend its reconciliation of its kustomizations and
1072
+ * sources.
1073
+ */
1074
+ suspend?: boolean;
1075
+ /**
1076
+ * Parameters to reconcile to the GitRepository source kind type.
1077
+ */
1078
+ gitRepository?: GitRepositoryPatchDefinition;
1079
+ /**
1080
+ * Parameters to reconcile to the Bucket source kind type.
1081
+ */
1082
+ bucket?: BucketDefinition;
1083
+ /**
1084
+ * Array of kustomizations used to reconcile the artifact pulled by the source type on the
1085
+ * cluster.
1086
+ */
1087
+ kustomizations?: { [propertyName: string]: KustomizationPatchDefinition };
1088
+ /**
1089
+ * Key-value pairs of protected configuration settings for the configuration
1090
+ */
1091
+ configurationProtectedSettings?: { [propertyName: string]: string };
1092
+ }
1093
+
1094
+ /**
1095
+ * Compliance Status details
1096
+ */
1097
+ export interface ComplianceStatus {
1098
+ /**
1099
+ * The compliance state of the configuration. Possible values include: 'Pending', 'Compliant',
1100
+ * 'Noncompliant', 'Installed', 'Failed'
1101
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1102
+ */
1103
+ readonly complianceState?: ComplianceStateType;
1104
+ /**
1105
+ * Datetime the configuration was last applied.
1106
+ */
1107
+ lastConfigApplied?: Date;
1108
+ /**
1109
+ * Message from when the configuration was applied.
1110
+ */
1111
+ message?: string;
1112
+ /**
1113
+ * Level of the message. Possible values include: 'Error', 'Warning', 'Information'
1114
+ */
1115
+ messageLevel?: MessageLevelType;
1116
+ }
1117
+
1118
+ /**
1119
+ * Properties for Helm operator.
1120
+ */
1121
+ export interface HelmOperatorProperties {
1122
+ /**
1123
+ * Version of the operator Helm chart.
1124
+ */
1125
+ chartVersion?: string;
1126
+ /**
1127
+ * Values override for the operator Helm chart.
1128
+ */
1129
+ chartValues?: string;
1130
+ }
1131
+
1132
+ /**
1133
+ * The SourceControl Configuration object returned in Get & Put response.
1134
+ */
1135
+ export interface SourceControlConfiguration extends ProxyResource {
1136
+ /**
1137
+ * Url of the SourceControl Repository.
1138
+ */
1139
+ repositoryUrl?: string;
1140
+ /**
1141
+ * The namespace to which this operator is installed to. Maximum of 253 lower case alphanumeric
1142
+ * characters, hyphen and period only. Default value: 'default'.
1143
+ */
1144
+ operatorNamespace?: string;
1145
+ /**
1146
+ * Instance name of the operator - identifying the specific configuration.
1147
+ */
1148
+ operatorInstanceName?: string;
1149
+ /**
1150
+ * Type of the operator. Possible values include: 'Flux'
1151
+ */
1152
+ operatorType?: OperatorType;
1153
+ /**
1154
+ * Any Parameters for the Operator instance in string format.
1155
+ */
1156
+ operatorParams?: string;
1157
+ /**
1158
+ * Name-value pairs of protected configuration settings for the configuration
1159
+ */
1160
+ configurationProtectedSettings?: { [propertyName: string]: string };
1161
+ /**
1162
+ * Scope at which the operator will be installed. Possible values include: 'cluster',
1163
+ * 'namespace'. Default value: 'cluster'.
1164
+ */
1165
+ operatorScope?: OperatorScopeType;
1166
+ /**
1167
+ * Public Key associated with this SourceControl configuration (either generated within the
1168
+ * cluster or provided by the user).
1169
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1170
+ */
1171
+ readonly repositoryPublicKey?: string;
1172
+ /**
1173
+ * Base64-encoded known_hosts contents containing public SSH keys required to access private Git
1174
+ * instances
1175
+ */
1176
+ sshKnownHostsContents?: string;
1177
+ /**
1178
+ * Option to enable Helm Operator for this git configuration.
1179
+ */
1180
+ enableHelmOperator?: boolean;
1181
+ /**
1182
+ * Properties for Helm operator.
1183
+ */
1184
+ helmOperatorProperties?: HelmOperatorProperties;
1185
+ /**
1186
+ * The provisioning state of the resource provider. Possible values include: 'Accepted',
1187
+ * 'Deleting', 'Running', 'Succeeded', 'Failed'
1188
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1189
+ */
1190
+ readonly provisioningState?: ProvisioningStateType;
1191
+ /**
1192
+ * Compliance Status of the Configuration
1193
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1194
+ */
1195
+ readonly complianceStatus?: ComplianceStatus;
1196
+ /**
1197
+ * Top level metadata
1198
+ * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources
1199
+ */
1200
+ systemData?: SystemData;
1201
+ }
1202
+
1203
+ /**
1204
+ * Display metadata associated with the operation.
1205
+ */
1206
+ export interface ResourceProviderOperationDisplay {
1207
+ /**
1208
+ * Resource provider: Microsoft KubernetesConfiguration.
1209
+ */
1210
+ provider?: string;
1211
+ /**
1212
+ * Resource on which the operation is performed.
1213
+ */
1214
+ resource?: string;
1215
+ /**
1216
+ * Type of operation: get, read, delete, etc.
1217
+ */
1218
+ operation?: string;
1219
+ /**
1220
+ * Description of this operation.
1221
+ */
1222
+ description?: string;
1223
+ }
1224
+
1225
+ /**
1226
+ * Supported operation of this resource provider.
1227
+ */
1228
+ export interface ResourceProviderOperation {
1229
+ /**
1230
+ * Operation name, in format of {provider}/{resource}/{operation}
1231
+ */
1232
+ name?: string;
1233
+ /**
1234
+ * Display metadata associated with the operation.
1235
+ */
1236
+ display?: ResourceProviderOperationDisplay;
1237
+ /**
1238
+ * The flag that indicates whether the operation applies to data plane.
1239
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1240
+ */
1241
+ readonly isDataAction?: boolean;
1242
+ /**
1243
+ * Origin of the operation
1244
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1245
+ */
1246
+ readonly origin?: string;
1247
+ }
1248
+
1249
+ /**
1250
+ * Optional Parameters.
1251
+ */
1252
+ export interface ExtensionsDeleteMethodOptionalParams extends msRest.RequestOptionsBase {
1253
+ /**
1254
+ * Delete the extension resource in Azure - not the normal asynchronous delete.
1255
+ */
1256
+ forceDelete?: boolean;
1257
+ }
1258
+
1259
+ /**
1260
+ * Optional Parameters.
1261
+ */
1262
+ export interface ExtensionsBeginDeleteMethodOptionalParams extends msRest.RequestOptionsBase {
1263
+ /**
1264
+ * Delete the extension resource in Azure - not the normal asynchronous delete.
1265
+ */
1266
+ forceDelete?: boolean;
1267
+ }
1268
+
1269
+ /**
1270
+ * Optional Parameters.
1271
+ */
1272
+ export interface FluxConfigurationsDeleteMethodOptionalParams extends msRest.RequestOptionsBase {
1273
+ /**
1274
+ * Delete the extension resource in Azure - not the normal asynchronous delete.
1275
+ */
1276
+ forceDelete?: boolean;
1277
+ }
1278
+
1279
+ /**
1280
+ * Optional Parameters.
1281
+ */
1282
+ export interface FluxConfigurationsBeginDeleteMethodOptionalParams extends msRest.RequestOptionsBase {
1283
+ /**
1284
+ * Delete the extension resource in Azure - not the normal asynchronous delete.
1285
+ */
1286
+ forceDelete?: boolean;
1287
+ }
1288
+
1289
+ /**
1290
+ * An interface representing SourceControlConfigurationClientOptions.
1291
+ */
1292
+ export interface SourceControlConfigurationClientOptions extends AzureServiceClientOptions {
1293
+ baseUri?: string;
1294
+ }
1295
+
1296
+ /**
1297
+ * @interface
1298
+ * List Extension Types
1299
+ * @extends Array<ExtensionType>
1300
+ */
1301
+ export interface ExtensionTypeList extends Array<ExtensionType> {
1302
+ /**
1303
+ * The link to fetch the next page of Extension Types
1304
+ */
1305
+ nextLink?: string;
1306
+ }
1307
+
1308
+ /**
1309
+ * @interface
1310
+ * List versions for an Extension
1311
+ * @extends Array<ExtensionVersionListVersionsItem>
1312
+ */
1313
+ export interface ExtensionVersionList extends Array<ExtensionVersionListVersionsItem> {
1314
+ /**
1315
+ * Versions available for this Extension Type
1316
+ */
1317
+ versions?: ExtensionVersionListVersionsItem[];
1318
+ /**
1319
+ * The link to fetch the next page of Extension Types
1320
+ */
1321
+ nextLink?: string;
1322
+ /**
1323
+ * Metadata pertaining to creation and last modification of the resource.
1324
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1325
+ */
1326
+ readonly systemData?: SystemData;
1327
+ }
1328
+
1329
+ /**
1330
+ * @interface
1331
+ * Result of the request to list Extensions. It contains a list of Extension objects and a URL
1332
+ * link to get the next set of results.
1333
+ * @extends Array<Extension>
1334
+ */
1335
+ export interface ExtensionsList extends Array<Extension> {
1336
+ /**
1337
+ * URL to get the next set of extension objects, if any.
1338
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1339
+ */
1340
+ readonly nextLink?: string;
1341
+ }
1342
+
1343
+ /**
1344
+ * @interface
1345
+ * The async operations in progress, in the cluster.
1346
+ * @extends Array<OperationStatusResult>
1347
+ */
1348
+ export interface OperationStatusList extends Array<OperationStatusResult> {
1349
+ /**
1350
+ * URL to get the next set of Operation Result objects, if any.
1351
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1352
+ */
1353
+ readonly nextLink?: string;
1354
+ }
1355
+
1356
+ /**
1357
+ * @interface
1358
+ * Result of the request to list Flux Configurations. It contains a list of FluxConfiguration
1359
+ * objects and a URL link to get the next set of results.
1360
+ * @extends Array<FluxConfiguration>
1361
+ */
1362
+ export interface FluxConfigurationsList extends Array<FluxConfiguration> {
1363
+ /**
1364
+ * URL to get the next set of configuration objects, if any.
1365
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1366
+ */
1367
+ readonly nextLink?: string;
1368
+ }
1369
+
1370
+ /**
1371
+ * @interface
1372
+ * Result of the request to list Source Control Configurations. It contains a list of
1373
+ * SourceControlConfiguration objects and a URL link to get the next set of results.
1374
+ * @extends Array<SourceControlConfiguration>
1375
+ */
1376
+ export interface SourceControlConfigurationList extends Array<SourceControlConfiguration> {
1377
+ /**
1378
+ * URL to get the next set of configuration objects, if any.
1379
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1380
+ */
1381
+ readonly nextLink?: string;
1382
+ }
1383
+
1384
+ /**
1385
+ * @interface
1386
+ * Result of the request to list operations.
1387
+ * @extends Array<ResourceProviderOperation>
1388
+ */
1389
+ export interface ResourceProviderOperationList extends Array<ResourceProviderOperation> {
1390
+ /**
1391
+ * URL to the next set of results, if any.
1392
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1393
+ */
1394
+ readonly nextLink?: string;
1395
+ }
1396
+
1397
+ /**
1398
+ * Defines values for ClusterTypes.
1399
+ * Possible values include: 'connectedClusters', 'managedClusters'
1400
+ * @readonly
1401
+ * @enum {string}
1402
+ */
1403
+ export type ClusterTypes = 'connectedClusters' | 'managedClusters';
1404
+
1405
+ /**
1406
+ * Defines values for CreatedByType.
1407
+ * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
1408
+ * @readonly
1409
+ * @enum {string}
1410
+ */
1411
+ export type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';
1412
+
1413
+ /**
1414
+ * Defines values for LevelType.
1415
+ * Possible values include: 'Error', 'Warning', 'Information'
1416
+ * @readonly
1417
+ * @enum {string}
1418
+ */
1419
+ export type LevelType = 'Error' | 'Warning' | 'Information';
1420
+
1421
+ /**
1422
+ * Defines values for ProvisioningState.
1423
+ * Possible values include: 'Succeeded', 'Failed', 'Canceled', 'Creating', 'Updating', 'Deleting'
1424
+ * @readonly
1425
+ * @enum {string}
1426
+ */
1427
+ export type ProvisioningState = 'Succeeded' | 'Failed' | 'Canceled' | 'Creating' | 'Updating' | 'Deleting';
1428
+
1429
+ /**
1430
+ * Defines values for ResourceIdentityType.
1431
+ * Possible values include: 'SystemAssigned'
1432
+ * @readonly
1433
+ * @enum {string}
1434
+ */
1435
+ export type ResourceIdentityType = 'SystemAssigned';
1436
+
1437
+ /**
1438
+ * Defines values for SkuTier.
1439
+ * Possible values include: 'Free', 'Basic', 'Standard', 'Premium'
1440
+ * @readonly
1441
+ * @enum {string}
1442
+ */
1443
+ export type SkuTier = 'Free' | 'Basic' | 'Standard' | 'Premium';
1444
+
1445
+ /**
1446
+ * Defines values for ScopeType.
1447
+ * Possible values include: 'cluster', 'namespace'
1448
+ * @readonly
1449
+ * @enum {string}
1450
+ */
1451
+ export type ScopeType = 'cluster' | 'namespace';
1452
+
1453
+ /**
1454
+ * Defines values for SourceKindType.
1455
+ * Possible values include: 'GitRepository', 'Bucket'
1456
+ * @readonly
1457
+ * @enum {string}
1458
+ */
1459
+ export type SourceKindType = 'GitRepository' | 'Bucket';
1460
+
1461
+ /**
1462
+ * Defines values for KustomizationValidationType.
1463
+ * Possible values include: 'none', 'client', 'server'
1464
+ * @readonly
1465
+ * @enum {string}
1466
+ */
1467
+ export type KustomizationValidationType = 'none' | 'client' | 'server';
1468
+
1469
+ /**
1470
+ * Defines values for FluxComplianceState.
1471
+ * Possible values include: 'Compliant', 'Non-Compliant', 'Pending', 'Suspended', 'Unknown'
1472
+ * @readonly
1473
+ * @enum {string}
1474
+ */
1475
+ export type FluxComplianceState = 'Compliant' | 'Non-Compliant' | 'Pending' | 'Suspended' | 'Unknown';
1476
+
1477
+ /**
1478
+ * Defines values for ComplianceStateType.
1479
+ * Possible values include: 'Pending', 'Compliant', 'Noncompliant', 'Installed', 'Failed'
1480
+ * @readonly
1481
+ * @enum {string}
1482
+ */
1483
+ export type ComplianceStateType = 'Pending' | 'Compliant' | 'Noncompliant' | 'Installed' | 'Failed';
1484
+
1485
+ /**
1486
+ * Defines values for MessageLevelType.
1487
+ * Possible values include: 'Error', 'Warning', 'Information'
1488
+ * @readonly
1489
+ * @enum {string}
1490
+ */
1491
+ export type MessageLevelType = 'Error' | 'Warning' | 'Information';
1492
+
1493
+ /**
1494
+ * Defines values for OperatorType.
1495
+ * Possible values include: 'Flux'
1496
+ * @readonly
1497
+ * @enum {string}
1498
+ */
1499
+ export type OperatorType = 'Flux';
1500
+
1501
+ /**
1502
+ * Defines values for OperatorScopeType.
1503
+ * Possible values include: 'cluster', 'namespace'
1504
+ * @readonly
1505
+ * @enum {string}
1506
+ */
1507
+ export type OperatorScopeType = 'cluster' | 'namespace';
1508
+
1509
+ /**
1510
+ * Defines values for ProvisioningStateType.
1511
+ * Possible values include: 'Accepted', 'Deleting', 'Running', 'Succeeded', 'Failed'
1512
+ * @readonly
1513
+ * @enum {string}
1514
+ */
1515
+ export type ProvisioningStateType = 'Accepted' | 'Deleting' | 'Running' | 'Succeeded' | 'Failed';
1516
+
1517
+ /**
1518
+ * Defines values for ClusterRp.
1519
+ * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
1520
+ * @readonly
1521
+ * @enum {string}
1522
+ */
1523
+ export type ClusterRp = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
1524
+
1525
+ /**
1526
+ * Defines values for ClusterResourceName.
1527
+ * Possible values include: 'managedClusters', 'connectedClusters'
1528
+ * @readonly
1529
+ * @enum {string}
1530
+ */
1531
+ export type ClusterResourceName = 'managedClusters' | 'connectedClusters';
1532
+
1533
+ /**
1534
+ * Defines values for ClusterRp1.
1535
+ * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
1536
+ * @readonly
1537
+ * @enum {string}
1538
+ */
1539
+ export type ClusterRp1 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
1540
+
1541
+ /**
1542
+ * Defines values for ClusterResourceName1.
1543
+ * Possible values include: 'managedClusters', 'connectedClusters'
1544
+ * @readonly
1545
+ * @enum {string}
1546
+ */
1547
+ export type ClusterResourceName1 = 'managedClusters' | 'connectedClusters';
1548
+
1549
+ /**
1550
+ * Defines values for ClusterRp2.
1551
+ * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
1552
+ * @readonly
1553
+ * @enum {string}
1554
+ */
1555
+ export type ClusterRp2 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
1556
+
1557
+ /**
1558
+ * Defines values for ClusterResourceName2.
1559
+ * Possible values include: 'managedClusters', 'connectedClusters'
1560
+ * @readonly
1561
+ * @enum {string}
1562
+ */
1563
+ export type ClusterResourceName2 = 'managedClusters' | 'connectedClusters';
1564
+
1565
+ /**
1566
+ * Defines values for ClusterRp3.
1567
+ * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
1568
+ * @readonly
1569
+ * @enum {string}
1570
+ */
1571
+ export type ClusterRp3 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
1572
+
1573
+ /**
1574
+ * Defines values for ClusterResourceName3.
1575
+ * Possible values include: 'managedClusters', 'connectedClusters'
1576
+ * @readonly
1577
+ * @enum {string}
1578
+ */
1579
+ export type ClusterResourceName3 = 'managedClusters' | 'connectedClusters';
1580
+
1581
+ /**
1582
+ * Defines values for ClusterRp4.
1583
+ * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
1584
+ * @readonly
1585
+ * @enum {string}
1586
+ */
1587
+ export type ClusterRp4 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
1588
+
1589
+ /**
1590
+ * Defines values for ClusterResourceName4.
1591
+ * Possible values include: 'managedClusters', 'connectedClusters'
1592
+ * @readonly
1593
+ * @enum {string}
1594
+ */
1595
+ export type ClusterResourceName4 = 'managedClusters' | 'connectedClusters';
1596
+
1597
+ /**
1598
+ * Defines values for ClusterRp5.
1599
+ * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
1600
+ * @readonly
1601
+ * @enum {string}
1602
+ */
1603
+ export type ClusterRp5 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
1604
+
1605
+ /**
1606
+ * Defines values for ClusterResourceName5.
1607
+ * Possible values include: 'managedClusters', 'connectedClusters'
1608
+ * @readonly
1609
+ * @enum {string}
1610
+ */
1611
+ export type ClusterResourceName5 = 'managedClusters' | 'connectedClusters';
1612
+
1613
+ /**
1614
+ * Defines values for ClusterRp6.
1615
+ * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
1616
+ * @readonly
1617
+ * @enum {string}
1618
+ */
1619
+ export type ClusterRp6 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
1620
+
1621
+ /**
1622
+ * Defines values for ClusterResourceName6.
1623
+ * Possible values include: 'managedClusters', 'connectedClusters'
1624
+ * @readonly
1625
+ * @enum {string}
1626
+ */
1627
+ export type ClusterResourceName6 = 'managedClusters' | 'connectedClusters';
1628
+
1629
+ /**
1630
+ * Defines values for ClusterRp7.
1631
+ * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
1632
+ * @readonly
1633
+ * @enum {string}
1634
+ */
1635
+ export type ClusterRp7 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
1636
+
1637
+ /**
1638
+ * Defines values for ClusterResourceName7.
1639
+ * Possible values include: 'managedClusters', 'connectedClusters'
1640
+ * @readonly
1641
+ * @enum {string}
1642
+ */
1643
+ export type ClusterResourceName7 = 'managedClusters' | 'connectedClusters';
1644
+
1645
+ /**
1646
+ * Defines values for ClusterRp8.
1647
+ * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
1648
+ * @readonly
1649
+ * @enum {string}
1650
+ */
1651
+ export type ClusterRp8 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
1652
+
1653
+ /**
1654
+ * Defines values for ClusterResourceName8.
1655
+ * Possible values include: 'managedClusters', 'connectedClusters'
1656
+ * @readonly
1657
+ * @enum {string}
1658
+ */
1659
+ export type ClusterResourceName8 = 'managedClusters' | 'connectedClusters';
1660
+
1661
+ /**
1662
+ * Defines values for ClusterRp9.
1663
+ * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
1664
+ * @readonly
1665
+ * @enum {string}
1666
+ */
1667
+ export type ClusterRp9 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
1668
+
1669
+ /**
1670
+ * Defines values for ClusterResourceName9.
1671
+ * Possible values include: 'managedClusters', 'connectedClusters'
1672
+ * @readonly
1673
+ * @enum {string}
1674
+ */
1675
+ export type ClusterResourceName9 = 'managedClusters' | 'connectedClusters';
1676
+
1677
+ /**
1678
+ * Defines values for ClusterRp10.
1679
+ * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
1680
+ * @readonly
1681
+ * @enum {string}
1682
+ */
1683
+ export type ClusterRp10 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
1684
+
1685
+ /**
1686
+ * Defines values for ClusterResourceName10.
1687
+ * Possible values include: 'managedClusters', 'connectedClusters'
1688
+ * @readonly
1689
+ * @enum {string}
1690
+ */
1691
+ export type ClusterResourceName10 = 'managedClusters' | 'connectedClusters';
1692
+
1693
+ /**
1694
+ * Defines values for ClusterRp11.
1695
+ * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
1696
+ * @readonly
1697
+ * @enum {string}
1698
+ */
1699
+ export type ClusterRp11 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
1700
+
1701
+ /**
1702
+ * Defines values for ClusterResourceName11.
1703
+ * Possible values include: 'managedClusters', 'connectedClusters'
1704
+ * @readonly
1705
+ * @enum {string}
1706
+ */
1707
+ export type ClusterResourceName11 = 'managedClusters' | 'connectedClusters';
1708
+
1709
+ /**
1710
+ * Defines values for ClusterRp12.
1711
+ * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
1712
+ * @readonly
1713
+ * @enum {string}
1714
+ */
1715
+ export type ClusterRp12 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
1716
+
1717
+ /**
1718
+ * Defines values for ClusterResourceName12.
1719
+ * Possible values include: 'managedClusters', 'connectedClusters'
1720
+ * @readonly
1721
+ * @enum {string}
1722
+ */
1723
+ export type ClusterResourceName12 = 'managedClusters' | 'connectedClusters';
1724
+
1725
+ /**
1726
+ * Defines values for ClusterRp13.
1727
+ * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
1728
+ * @readonly
1729
+ * @enum {string}
1730
+ */
1731
+ export type ClusterRp13 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
1732
+
1733
+ /**
1734
+ * Defines values for ClusterResourceName13.
1735
+ * Possible values include: 'managedClusters', 'connectedClusters'
1736
+ * @readonly
1737
+ * @enum {string}
1738
+ */
1739
+ export type ClusterResourceName13 = 'managedClusters' | 'connectedClusters';
1740
+
1741
+ /**
1742
+ * Defines values for ClusterRp14.
1743
+ * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
1744
+ * @readonly
1745
+ * @enum {string}
1746
+ */
1747
+ export type ClusterRp14 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
1748
+
1749
+ /**
1750
+ * Defines values for ClusterResourceName14.
1751
+ * Possible values include: 'managedClusters', 'connectedClusters'
1752
+ * @readonly
1753
+ * @enum {string}
1754
+ */
1755
+ export type ClusterResourceName14 = 'managedClusters' | 'connectedClusters';
1756
+
1757
+ /**
1758
+ * Defines values for ClusterRp15.
1759
+ * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
1760
+ * @readonly
1761
+ * @enum {string}
1762
+ */
1763
+ export type ClusterRp15 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
1764
+
1765
+ /**
1766
+ * Defines values for ClusterResourceName15.
1767
+ * Possible values include: 'managedClusters', 'connectedClusters'
1768
+ * @readonly
1769
+ * @enum {string}
1770
+ */
1771
+ export type ClusterResourceName15 = 'managedClusters' | 'connectedClusters';
1772
+
1773
+ /**
1774
+ * Defines values for ClusterRp16.
1775
+ * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
1776
+ * @readonly
1777
+ * @enum {string}
1778
+ */
1779
+ export type ClusterRp16 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
1780
+
1781
+ /**
1782
+ * Defines values for ClusterResourceName16.
1783
+ * Possible values include: 'managedClusters', 'connectedClusters'
1784
+ * @readonly
1785
+ * @enum {string}
1786
+ */
1787
+ export type ClusterResourceName16 = 'managedClusters' | 'connectedClusters';
1788
+
1789
+ /**
1790
+ * Defines values for ClusterRp17.
1791
+ * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
1792
+ * @readonly
1793
+ * @enum {string}
1794
+ */
1795
+ export type ClusterRp17 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
1796
+
1797
+ /**
1798
+ * Defines values for ClusterResourceName17.
1799
+ * Possible values include: 'managedClusters', 'connectedClusters'
1800
+ * @readonly
1801
+ * @enum {string}
1802
+ */
1803
+ export type ClusterResourceName17 = 'managedClusters' | 'connectedClusters';
1804
+
1805
+ /**
1806
+ * Defines values for ClusterRp18.
1807
+ * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
1808
+ * @readonly
1809
+ * @enum {string}
1810
+ */
1811
+ export type ClusterRp18 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
1812
+
1813
+ /**
1814
+ * Defines values for ClusterResourceName18.
1815
+ * Possible values include: 'managedClusters', 'connectedClusters'
1816
+ * @readonly
1817
+ * @enum {string}
1818
+ */
1819
+ export type ClusterResourceName18 = 'managedClusters' | 'connectedClusters';
1820
+
1821
+ /**
1822
+ * Contains response data for the get operation.
1823
+ */
1824
+ export type ClusterExtensionTypeGetResponse = ExtensionType & {
1825
+ /**
1826
+ * The underlying HTTP response.
1827
+ */
1828
+ _response: msRest.HttpResponse & {
1829
+ /**
1830
+ * The response body as text (string format)
1831
+ */
1832
+ bodyAsText: string;
1833
+
1834
+ /**
1835
+ * The response body as parsed JSON or XML
1836
+ */
1837
+ parsedBody: ExtensionType;
1838
+ };
1839
+ };
1840
+
1841
+ /**
1842
+ * Contains response data for the list operation.
1843
+ */
1844
+ export type ClusterExtensionTypesListResponse = ExtensionTypeList & {
1845
+ /**
1846
+ * The underlying HTTP response.
1847
+ */
1848
+ _response: msRest.HttpResponse & {
1849
+ /**
1850
+ * The response body as text (string format)
1851
+ */
1852
+ bodyAsText: string;
1853
+
1854
+ /**
1855
+ * The response body as parsed JSON or XML
1856
+ */
1857
+ parsedBody: ExtensionTypeList;
1858
+ };
1859
+ };
1860
+
1861
+ /**
1862
+ * Contains response data for the listNext operation.
1863
+ */
1864
+ export type ClusterExtensionTypesListNextResponse = ExtensionTypeList & {
1865
+ /**
1866
+ * The underlying HTTP response.
1867
+ */
1868
+ _response: msRest.HttpResponse & {
1869
+ /**
1870
+ * The response body as text (string format)
1871
+ */
1872
+ bodyAsText: string;
1873
+
1874
+ /**
1875
+ * The response body as parsed JSON or XML
1876
+ */
1877
+ parsedBody: ExtensionTypeList;
1878
+ };
1879
+ };
1880
+
1881
+ /**
1882
+ * Contains response data for the list operation.
1883
+ */
1884
+ export type ExtensionTypeVersionsListResponse = ExtensionVersionList & {
1885
+ /**
1886
+ * The underlying HTTP response.
1887
+ */
1888
+ _response: msRest.HttpResponse & {
1889
+ /**
1890
+ * The response body as text (string format)
1891
+ */
1892
+ bodyAsText: string;
1893
+
1894
+ /**
1895
+ * The response body as parsed JSON or XML
1896
+ */
1897
+ parsedBody: ExtensionVersionList;
1898
+ };
1899
+ };
1900
+
1901
+ /**
1902
+ * Contains response data for the listNext operation.
1903
+ */
1904
+ export type ExtensionTypeVersionsListNextResponse = ExtensionVersionList & {
1905
+ /**
1906
+ * The underlying HTTP response.
1907
+ */
1908
+ _response: msRest.HttpResponse & {
1909
+ /**
1910
+ * The response body as text (string format)
1911
+ */
1912
+ bodyAsText: string;
1913
+
1914
+ /**
1915
+ * The response body as parsed JSON or XML
1916
+ */
1917
+ parsedBody: ExtensionVersionList;
1918
+ };
1919
+ };
1920
+
1921
+ /**
1922
+ * Contains response data for the list operation.
1923
+ */
1924
+ export type LocationExtensionTypesListResponse = ExtensionTypeList & {
1925
+ /**
1926
+ * The underlying HTTP response.
1927
+ */
1928
+ _response: msRest.HttpResponse & {
1929
+ /**
1930
+ * The response body as text (string format)
1931
+ */
1932
+ bodyAsText: string;
1933
+
1934
+ /**
1935
+ * The response body as parsed JSON or XML
1936
+ */
1937
+ parsedBody: ExtensionTypeList;
1938
+ };
1939
+ };
1940
+
1941
+ /**
1942
+ * Contains response data for the listNext operation.
1943
+ */
1944
+ export type LocationExtensionTypesListNextResponse = ExtensionTypeList & {
1945
+ /**
1946
+ * The underlying HTTP response.
1947
+ */
1948
+ _response: msRest.HttpResponse & {
1949
+ /**
1950
+ * The response body as text (string format)
1951
+ */
1952
+ bodyAsText: string;
1953
+
1954
+ /**
1955
+ * The response body as parsed JSON or XML
1956
+ */
1957
+ parsedBody: ExtensionTypeList;
1958
+ };
1959
+ };
1960
+
1961
+ /**
1962
+ * Contains response data for the create operation.
1963
+ */
1964
+ export type ExtensionsCreateResponse = Extension & {
1965
+ /**
1966
+ * The underlying HTTP response.
1967
+ */
1968
+ _response: msRest.HttpResponse & {
1969
+ /**
1970
+ * The response body as text (string format)
1971
+ */
1972
+ bodyAsText: string;
1973
+
1974
+ /**
1975
+ * The response body as parsed JSON or XML
1976
+ */
1977
+ parsedBody: Extension;
1978
+ };
1979
+ };
1980
+
1981
+ /**
1982
+ * Contains response data for the get operation.
1983
+ */
1984
+ export type ExtensionsGetResponse = Extension & {
1985
+ /**
1986
+ * The underlying HTTP response.
1987
+ */
1988
+ _response: msRest.HttpResponse & {
1989
+ /**
1990
+ * The response body as text (string format)
1991
+ */
1992
+ bodyAsText: string;
1993
+
1994
+ /**
1995
+ * The response body as parsed JSON or XML
1996
+ */
1997
+ parsedBody: Extension;
1998
+ };
1999
+ };
2000
+
2001
+ /**
2002
+ * Contains response data for the update operation.
2003
+ */
2004
+ export type ExtensionsUpdateResponse = Extension & {
2005
+ /**
2006
+ * The underlying HTTP response.
2007
+ */
2008
+ _response: msRest.HttpResponse & {
2009
+ /**
2010
+ * The response body as text (string format)
2011
+ */
2012
+ bodyAsText: string;
2013
+
2014
+ /**
2015
+ * The response body as parsed JSON or XML
2016
+ */
2017
+ parsedBody: Extension;
2018
+ };
2019
+ };
2020
+
2021
+ /**
2022
+ * Contains response data for the list operation.
2023
+ */
2024
+ export type ExtensionsListResponse = ExtensionsList & {
2025
+ /**
2026
+ * The underlying HTTP response.
2027
+ */
2028
+ _response: msRest.HttpResponse & {
2029
+ /**
2030
+ * The response body as text (string format)
2031
+ */
2032
+ bodyAsText: string;
2033
+
2034
+ /**
2035
+ * The response body as parsed JSON or XML
2036
+ */
2037
+ parsedBody: ExtensionsList;
2038
+ };
2039
+ };
2040
+
2041
+ /**
2042
+ * Contains response data for the beginCreate operation.
317
2043
  */
318
- export type ClusterRp1 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
2044
+ export type ExtensionsBeginCreateResponse = Extension & {
2045
+ /**
2046
+ * The underlying HTTP response.
2047
+ */
2048
+ _response: msRest.HttpResponse & {
2049
+ /**
2050
+ * The response body as text (string format)
2051
+ */
2052
+ bodyAsText: string;
2053
+
2054
+ /**
2055
+ * The response body as parsed JSON or XML
2056
+ */
2057
+ parsedBody: Extension;
2058
+ };
2059
+ };
319
2060
 
320
2061
  /**
321
- * Defines values for ClusterResourceName1.
322
- * Possible values include: 'managedClusters', 'connectedClusters'
323
- * @readonly
324
- * @enum {string}
2062
+ * Contains response data for the beginUpdate operation.
325
2063
  */
326
- export type ClusterResourceName1 = 'managedClusters' | 'connectedClusters';
2064
+ export type ExtensionsBeginUpdateResponse = Extension & {
2065
+ /**
2066
+ * The underlying HTTP response.
2067
+ */
2068
+ _response: msRest.HttpResponse & {
2069
+ /**
2070
+ * The response body as text (string format)
2071
+ */
2072
+ bodyAsText: string;
2073
+
2074
+ /**
2075
+ * The response body as parsed JSON or XML
2076
+ */
2077
+ parsedBody: Extension;
2078
+ };
2079
+ };
327
2080
 
328
2081
  /**
329
- * Defines values for ClusterRp2.
330
- * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
331
- * @readonly
332
- * @enum {string}
2082
+ * Contains response data for the listNext operation.
333
2083
  */
334
- export type ClusterRp2 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
2084
+ export type ExtensionsListNextResponse = ExtensionsList & {
2085
+ /**
2086
+ * The underlying HTTP response.
2087
+ */
2088
+ _response: msRest.HttpResponse & {
2089
+ /**
2090
+ * The response body as text (string format)
2091
+ */
2092
+ bodyAsText: string;
2093
+
2094
+ /**
2095
+ * The response body as parsed JSON or XML
2096
+ */
2097
+ parsedBody: ExtensionsList;
2098
+ };
2099
+ };
335
2100
 
336
2101
  /**
337
- * Defines values for ClusterResourceName2.
338
- * Possible values include: 'managedClusters', 'connectedClusters'
339
- * @readonly
340
- * @enum {string}
2102
+ * Contains response data for the get operation.
341
2103
  */
342
- export type ClusterResourceName2 = 'managedClusters' | 'connectedClusters';
2104
+ export type OperationStatusGetResponse = OperationStatusResult & {
2105
+ /**
2106
+ * The underlying HTTP response.
2107
+ */
2108
+ _response: msRest.HttpResponse & {
2109
+ /**
2110
+ * The response body as text (string format)
2111
+ */
2112
+ bodyAsText: string;
2113
+
2114
+ /**
2115
+ * The response body as parsed JSON or XML
2116
+ */
2117
+ parsedBody: OperationStatusResult;
2118
+ };
2119
+ };
343
2120
 
344
2121
  /**
345
- * Defines values for ClusterRp3.
346
- * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
347
- * @readonly
348
- * @enum {string}
2122
+ * Contains response data for the list operation.
349
2123
  */
350
- export type ClusterRp3 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
2124
+ export type OperationStatusListResponse = OperationStatusList & {
2125
+ /**
2126
+ * The underlying HTTP response.
2127
+ */
2128
+ _response: msRest.HttpResponse & {
2129
+ /**
2130
+ * The response body as text (string format)
2131
+ */
2132
+ bodyAsText: string;
2133
+
2134
+ /**
2135
+ * The response body as parsed JSON or XML
2136
+ */
2137
+ parsedBody: OperationStatusList;
2138
+ };
2139
+ };
351
2140
 
352
2141
  /**
353
- * Defines values for ClusterResourceName3.
354
- * Possible values include: 'managedClusters', 'connectedClusters'
355
- * @readonly
356
- * @enum {string}
2142
+ * Contains response data for the listNext operation.
357
2143
  */
358
- export type ClusterResourceName3 = 'managedClusters' | 'connectedClusters';
2144
+ export type OperationStatusListNextResponse = OperationStatusList & {
2145
+ /**
2146
+ * The underlying HTTP response.
2147
+ */
2148
+ _response: msRest.HttpResponse & {
2149
+ /**
2150
+ * The response body as text (string format)
2151
+ */
2152
+ bodyAsText: string;
2153
+
2154
+ /**
2155
+ * The response body as parsed JSON or XML
2156
+ */
2157
+ parsedBody: OperationStatusList;
2158
+ };
2159
+ };
2160
+
2161
+ /**
2162
+ * Contains response data for the get operation.
2163
+ */
2164
+ export type FluxConfigurationsGetResponse = FluxConfiguration & {
2165
+ /**
2166
+ * The underlying HTTP response.
2167
+ */
2168
+ _response: msRest.HttpResponse & {
2169
+ /**
2170
+ * The response body as text (string format)
2171
+ */
2172
+ bodyAsText: string;
2173
+
2174
+ /**
2175
+ * The response body as parsed JSON or XML
2176
+ */
2177
+ parsedBody: FluxConfiguration;
2178
+ };
2179
+ };
2180
+
2181
+ /**
2182
+ * Contains response data for the createOrUpdate operation.
2183
+ */
2184
+ export type FluxConfigurationsCreateOrUpdateResponse = FluxConfiguration & {
2185
+ /**
2186
+ * The underlying HTTP response.
2187
+ */
2188
+ _response: msRest.HttpResponse & {
2189
+ /**
2190
+ * The response body as text (string format)
2191
+ */
2192
+ bodyAsText: string;
2193
+
2194
+ /**
2195
+ * The response body as parsed JSON or XML
2196
+ */
2197
+ parsedBody: FluxConfiguration;
2198
+ };
2199
+ };
2200
+
2201
+ /**
2202
+ * Contains response data for the update operation.
2203
+ */
2204
+ export type FluxConfigurationsUpdateResponse = FluxConfiguration & {
2205
+ /**
2206
+ * The underlying HTTP response.
2207
+ */
2208
+ _response: msRest.HttpResponse & {
2209
+ /**
2210
+ * The response body as text (string format)
2211
+ */
2212
+ bodyAsText: string;
2213
+
2214
+ /**
2215
+ * The response body as parsed JSON or XML
2216
+ */
2217
+ parsedBody: FluxConfiguration;
2218
+ };
2219
+ };
2220
+
2221
+ /**
2222
+ * Contains response data for the list operation.
2223
+ */
2224
+ export type FluxConfigurationsListResponse = FluxConfigurationsList & {
2225
+ /**
2226
+ * The underlying HTTP response.
2227
+ */
2228
+ _response: msRest.HttpResponse & {
2229
+ /**
2230
+ * The response body as text (string format)
2231
+ */
2232
+ bodyAsText: string;
2233
+
2234
+ /**
2235
+ * The response body as parsed JSON or XML
2236
+ */
2237
+ parsedBody: FluxConfigurationsList;
2238
+ };
2239
+ };
2240
+
2241
+ /**
2242
+ * Contains response data for the beginCreateOrUpdate operation.
2243
+ */
2244
+ export type FluxConfigurationsBeginCreateOrUpdateResponse = FluxConfiguration & {
2245
+ /**
2246
+ * The underlying HTTP response.
2247
+ */
2248
+ _response: msRest.HttpResponse & {
2249
+ /**
2250
+ * The response body as text (string format)
2251
+ */
2252
+ bodyAsText: string;
2253
+
2254
+ /**
2255
+ * The response body as parsed JSON or XML
2256
+ */
2257
+ parsedBody: FluxConfiguration;
2258
+ };
2259
+ };
2260
+
2261
+ /**
2262
+ * Contains response data for the beginUpdate operation.
2263
+ */
2264
+ export type FluxConfigurationsBeginUpdateResponse = FluxConfiguration & {
2265
+ /**
2266
+ * The underlying HTTP response.
2267
+ */
2268
+ _response: msRest.HttpResponse & {
2269
+ /**
2270
+ * The response body as text (string format)
2271
+ */
2272
+ bodyAsText: string;
2273
+
2274
+ /**
2275
+ * The response body as parsed JSON or XML
2276
+ */
2277
+ parsedBody: FluxConfiguration;
2278
+ };
2279
+ };
2280
+
2281
+ /**
2282
+ * Contains response data for the listNext operation.
2283
+ */
2284
+ export type FluxConfigurationsListNextResponse = FluxConfigurationsList & {
2285
+ /**
2286
+ * The underlying HTTP response.
2287
+ */
2288
+ _response: msRest.HttpResponse & {
2289
+ /**
2290
+ * The response body as text (string format)
2291
+ */
2292
+ bodyAsText: string;
2293
+
2294
+ /**
2295
+ * The response body as parsed JSON or XML
2296
+ */
2297
+ parsedBody: FluxConfigurationsList;
2298
+ };
2299
+ };
2300
+
2301
+ /**
2302
+ * Contains response data for the get operation.
2303
+ */
2304
+ export type FluxConfigOperationStatusGetResponse = OperationStatusResult & {
2305
+ /**
2306
+ * The underlying HTTP response.
2307
+ */
2308
+ _response: msRest.HttpResponse & {
2309
+ /**
2310
+ * The response body as text (string format)
2311
+ */
2312
+ bodyAsText: string;
2313
+
2314
+ /**
2315
+ * The response body as parsed JSON or XML
2316
+ */
2317
+ parsedBody: OperationStatusResult;
2318
+ };
2319
+ };
359
2320
 
360
2321
  /**
361
2322
  * Contains response data for the get operation.