@azure/arm-kubernetesconfiguration 3.1.1 → 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 (129) hide show
  1. package/README.md +9 -11
  2. package/dist/arm-kubernetesconfiguration.js +3738 -409
  3. package/dist/arm-kubernetesconfiguration.js.map +1 -1
  4. package/dist/arm-kubernetesconfiguration.min.js +1 -1
  5. package/dist/arm-kubernetesconfiguration.min.js.map +1 -1
  6. package/esm/models/clusterExtensionTypeMappers.d.ts +2 -0
  7. package/esm/models/clusterExtensionTypeMappers.d.ts.map +1 -0
  8. package/esm/models/clusterExtensionTypeMappers.js +9 -0
  9. package/esm/models/clusterExtensionTypeMappers.js.map +1 -0
  10. package/esm/models/clusterExtensionTypesMappers.d.ts +2 -0
  11. package/esm/models/clusterExtensionTypesMappers.d.ts.map +1 -0
  12. package/esm/models/clusterExtensionTypesMappers.js +9 -0
  13. package/esm/models/clusterExtensionTypesMappers.js.map +1 -0
  14. package/esm/models/extensionTypeVersionsMappers.d.ts +2 -0
  15. package/esm/models/extensionTypeVersionsMappers.d.ts.map +1 -0
  16. package/esm/models/extensionTypeVersionsMappers.js +9 -0
  17. package/esm/models/extensionTypeVersionsMappers.js.map +1 -0
  18. package/esm/models/extensionsMappers.d.ts +2 -0
  19. package/esm/models/extensionsMappers.d.ts.map +1 -0
  20. package/esm/models/extensionsMappers.js +9 -0
  21. package/esm/models/extensionsMappers.js.map +1 -0
  22. package/esm/models/fluxConfigOperationStatusMappers.d.ts +2 -0
  23. package/esm/models/fluxConfigOperationStatusMappers.d.ts.map +1 -0
  24. package/esm/models/fluxConfigOperationStatusMappers.js +9 -0
  25. package/esm/models/fluxConfigOperationStatusMappers.js.map +1 -0
  26. package/esm/models/fluxConfigurationsMappers.d.ts +2 -0
  27. package/esm/models/fluxConfigurationsMappers.d.ts.map +1 -0
  28. package/esm/models/fluxConfigurationsMappers.js +9 -0
  29. package/esm/models/fluxConfigurationsMappers.js.map +1 -0
  30. package/esm/models/index.d.ts +2000 -224
  31. package/esm/models/index.d.ts.map +1 -1
  32. package/esm/models/locationExtensionTypesMappers.d.ts +2 -0
  33. package/esm/models/locationExtensionTypesMappers.d.ts.map +1 -0
  34. package/esm/models/locationExtensionTypesMappers.js +9 -0
  35. package/esm/models/locationExtensionTypesMappers.js.map +1 -0
  36. package/esm/models/mappers.d.ts +45 -7
  37. package/esm/models/mappers.d.ts.map +1 -1
  38. package/esm/models/mappers.js +1801 -120
  39. package/esm/models/mappers.js.map +1 -1
  40. package/esm/models/operationStatusMappers.d.ts +2 -0
  41. package/esm/models/operationStatusMappers.d.ts.map +1 -0
  42. package/esm/models/operationStatusMappers.js +9 -0
  43. package/esm/models/operationStatusMappers.js.map +1 -0
  44. package/esm/models/operationsMappers.d.ts +1 -1
  45. package/esm/models/operationsMappers.d.ts.map +1 -1
  46. package/esm/models/operationsMappers.js +1 -1
  47. package/esm/models/operationsMappers.js.map +1 -1
  48. package/esm/models/parameters.d.ts +6 -0
  49. package/esm/models/parameters.d.ts.map +1 -1
  50. package/esm/models/parameters.js +72 -0
  51. package/esm/models/parameters.js.map +1 -1
  52. package/esm/models/sourceControlConfigurationsMappers.d.ts +1 -1
  53. package/esm/models/sourceControlConfigurationsMappers.d.ts.map +1 -1
  54. package/esm/models/sourceControlConfigurationsMappers.js +1 -1
  55. package/esm/models/sourceControlConfigurationsMappers.js.map +1 -1
  56. package/esm/operations/clusterExtensionType.d.ts +55 -0
  57. package/esm/operations/clusterExtensionType.d.ts.map +1 -0
  58. package/esm/operations/clusterExtensionType.js +63 -0
  59. package/esm/operations/clusterExtensionType.js.map +1 -0
  60. package/esm/operations/clusterExtensionTypes.d.ts +70 -0
  61. package/esm/operations/clusterExtensionTypes.d.ts.map +1 -0
  62. package/esm/operations/clusterExtensionTypes.js +90 -0
  63. package/esm/operations/clusterExtensionTypes.js.map +1 -0
  64. package/esm/operations/extensionTypeVersions.d.ts +52 -0
  65. package/esm/operations/extensionTypeVersions.d.ts.map +1 -0
  66. package/esm/operations/extensionTypeVersions.js +86 -0
  67. package/esm/operations/extensionTypeVersions.js.map +1 -0
  68. package/esm/operations/extensions.d.ts +209 -0
  69. package/esm/operations/extensions.d.ts.map +1 -0
  70. package/esm/operations/extensions.js +355 -0
  71. package/esm/operations/extensions.js.map +1 -0
  72. package/esm/operations/fluxConfigOperationStatus.d.ts +58 -0
  73. package/esm/operations/fluxConfigOperationStatus.d.ts.map +1 -0
  74. package/esm/operations/fluxConfigOperationStatus.js +65 -0
  75. package/esm/operations/fluxConfigOperationStatus.js.map +1 -0
  76. package/esm/operations/fluxConfigurations.d.ts +209 -0
  77. package/esm/operations/fluxConfigurations.d.ts.map +1 -0
  78. package/esm/operations/fluxConfigurations.js +355 -0
  79. package/esm/operations/fluxConfigurations.js.map +1 -0
  80. package/esm/operations/index.d.ts +8 -0
  81. package/esm/operations/index.d.ts.map +1 -1
  82. package/esm/operations/index.js +8 -0
  83. package/esm/operations/index.js.map +1 -1
  84. package/esm/operations/locationExtensionTypes.d.ts +49 -0
  85. package/esm/operations/locationExtensionTypes.d.ts.map +1 -0
  86. package/esm/operations/locationExtensionTypes.js +84 -0
  87. package/esm/operations/locationExtensionTypes.js.map +1 -0
  88. package/esm/operations/operationStatus.d.ts +115 -0
  89. package/esm/operations/operationStatus.d.ts.map +1 -0
  90. package/esm/operations/operationStatus.js +129 -0
  91. package/esm/operations/operationStatus.js.map +1 -0
  92. package/esm/operations/sourceControlConfigurations.d.ts +22 -22
  93. package/esm/operations/sourceControlConfigurations.d.ts.map +1 -1
  94. package/esm/operations/sourceControlConfigurations.js +2 -2
  95. package/esm/operations/sourceControlConfigurations.js.map +1 -1
  96. package/esm/sourceControlConfigurationClient.d.ts +9 -2
  97. package/esm/sourceControlConfigurationClient.d.ts.map +1 -1
  98. package/esm/sourceControlConfigurationClient.js +9 -2
  99. package/esm/sourceControlConfigurationClient.js.map +1 -1
  100. package/esm/sourceControlConfigurationClientContext.d.ts +3 -4
  101. package/esm/sourceControlConfigurationClientContext.d.ts.map +1 -1
  102. package/esm/sourceControlConfigurationClientContext.js +3 -4
  103. package/esm/sourceControlConfigurationClientContext.js.map +1 -1
  104. package/package.json +1 -1
  105. package/src/models/clusterExtensionTypeMappers.ts +48 -0
  106. package/src/models/clusterExtensionTypesMappers.ts +49 -0
  107. package/src/models/extensionTypeVersionsMappers.ts +16 -0
  108. package/src/models/extensionsMappers.ts +48 -0
  109. package/src/models/fluxConfigOperationStatusMappers.ts +14 -0
  110. package/src/models/fluxConfigurationsMappers.ts +50 -0
  111. package/src/models/index.ts +2108 -223
  112. package/src/models/locationExtensionTypesMappers.ts +49 -0
  113. package/src/models/mappers.ts +1854 -90
  114. package/src/models/operationStatusMappers.ts +15 -0
  115. package/src/models/operationsMappers.ts +2 -1
  116. package/src/models/parameters.ts +72 -0
  117. package/src/models/sourceControlConfigurationsMappers.ts +26 -1
  118. package/src/operations/clusterExtensionType.ts +113 -0
  119. package/src/operations/clusterExtensionTypes.ts +160 -0
  120. package/src/operations/extensionTypeVersions.ts +138 -0
  121. package/src/operations/extensions.ts +496 -0
  122. package/src/operations/fluxConfigOperationStatus.ts +118 -0
  123. package/src/operations/fluxConfigurations.ts +496 -0
  124. package/src/operations/index.ts +8 -0
  125. package/src/operations/locationExtensionTypes.ts +133 -0
  126. package/src/operations/operationStatus.ts +249 -0
  127. package/src/operations/sourceControlConfigurations.ts +25 -25
  128. package/src/sourceControlConfigurationClient.ts +17 -2
  129. package/src/sourceControlConfigurationClientContext.ts +5 -6
@@ -12,75 +12,63 @@ import * as msRest from "@azure/ms-rest-js";
12
12
  export { BaseResource, CloudError };
13
13
 
14
14
  /**
15
- * Sample result definition
15
+ * Common fields that are returned in the response for all Azure Resource Manager resources
16
+ * @summary Resource
16
17
  */
17
- export interface Result {
18
+ export interface Resource extends BaseResource {
18
19
  /**
19
- * Sample property of type string
20
+ * Fully qualified resource ID for the resource. Ex -
21
+ * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
22
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
20
23
  */
21
- sampleProperty?: string;
22
- }
23
-
24
- /**
25
- * Error definition.
26
- */
27
- export interface ErrorDefinition {
24
+ readonly id?: string;
28
25
  /**
29
- * Service specific error code which serves as the substatus for the HTTP error code.
26
+ * The name of the resource
27
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
30
28
  */
31
- code: string;
29
+ readonly name?: string;
32
30
  /**
33
- * Description of the error.
31
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
32
+ * "Microsoft.Storage/storageAccounts"
33
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
34
34
  */
35
- message: string;
35
+ readonly type?: string;
36
36
  }
37
37
 
38
38
  /**
39
- * Error response.
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
40
42
  */
41
- export interface ErrorResponse {
42
- /**
43
- * Error definition.
44
- */
45
- error?: ErrorDefinition;
43
+ export interface ProxyResource extends Resource {
46
44
  }
47
45
 
48
46
  /**
49
- * Compliance Status details
47
+ * Extension scope settings
50
48
  */
51
- export interface ComplianceStatus {
52
- /**
53
- * The compliance state of the configuration. Possible values include: 'Pending', 'Compliant',
54
- * 'Noncompliant', 'Installed', 'Failed'
55
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
56
- */
57
- readonly complianceState?: ComplianceStateType;
58
- /**
59
- * Datetime the configuration was last applied.
60
- */
61
- lastConfigApplied?: Date;
49
+ export interface ClusterScopeSettings extends ProxyResource {
62
50
  /**
63
- * Message from when the configuration was applied.
51
+ * Describes if multiple instances of the extension are allowed
64
52
  */
65
- message?: string;
53
+ allowMultipleInstances?: boolean;
66
54
  /**
67
- * Level of the message. Possible values include: 'Error', 'Warning', 'Information'
55
+ * Default extension release namespace
68
56
  */
69
- messageLevel?: MessageLevelType;
57
+ defaultReleaseNamespace?: string;
70
58
  }
71
59
 
72
60
  /**
73
- * Properties for Helm operator.
61
+ * Extension scopes
74
62
  */
75
- export interface HelmOperatorProperties {
63
+ export interface SupportedScopes {
76
64
  /**
77
- * Version of the operator Helm chart.
65
+ * Default extension scopes: cluster or namespace
78
66
  */
79
- chartVersion?: string;
67
+ defaultScope?: string;
80
68
  /**
81
- * Values override for the operator Helm chart.
69
+ * Scope settings
82
70
  */
83
- chartValues?: string;
71
+ clusterScopeSettings?: ClusterScopeSettings;
84
72
  }
85
73
 
86
74
  /**
@@ -110,328 +98,2225 @@ export interface SystemData {
110
98
  */
111
99
  lastModifiedByType?: CreatedByType;
112
100
  /**
113
- * The type of identity that last modified the resource.
101
+ * The timestamp of resource last modification (UTC)
114
102
  */
115
103
  lastModifiedAt?: Date;
116
104
  }
117
105
 
118
106
  /**
119
- * Common fields that are returned in the response for all Azure Resource Manager resources
120
- * @summary Resource
107
+ * Represents an Extension Type.
121
108
  */
122
- export interface Resource extends BaseResource {
109
+ export interface ExtensionType {
123
110
  /**
124
- * Fully qualified resource ID for the resource. Ex -
125
- * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
111
+ * Extension release train: preview or stable
126
112
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
127
113
  */
128
- readonly id?: string;
114
+ readonly releaseTrains?: string[];
129
115
  /**
130
- * The name of the resource
116
+ * Cluster types. Possible values include: 'connectedClusters', 'managedClusters'
131
117
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
132
118
  */
133
- readonly name?: string;
119
+ readonly clusterTypes?: ClusterTypes;
134
120
  /**
135
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
136
- * "Microsoft.Storage/storageAccounts"
121
+ * Extension scopes
137
122
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
138
123
  */
139
- readonly type?: string;
140
- }
141
-
142
- /**
143
- * The resource model definition for a Azure Resource Manager proxy resource. It will not have tags
144
- * and a location
145
- * @summary Proxy Resource
146
- */
147
- export interface ProxyResource extends Resource {
124
+ readonly supportedScopes?: SupportedScopes;
125
+ /**
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.**
128
+ */
129
+ readonly systemData?: SystemData;
148
130
  }
149
131
 
150
132
  /**
151
- * The SourceControl Configuration object returned in Get & Put response.
133
+ * An interface representing ExtensionVersionListVersionsItem.
152
134
  */
153
- export interface SourceControlConfiguration extends ProxyResource {
154
- /**
155
- * Url of the SourceControl Repository.
156
- */
157
- repositoryUrl?: string;
135
+ export interface ExtensionVersionListVersionsItem {
158
136
  /**
159
- * The namespace to which this operator is installed to. Maximum of 253 lower case alphanumeric
160
- * characters, hyphen and period only. Default value: 'default'.
137
+ * The release train for this Extension Type
161
138
  */
162
- operatorNamespace?: string;
139
+ releaseTrain?: string;
163
140
  /**
164
- * Instance name of the operator - identifying the specific configuration.
141
+ * Versions available for this Extension Type and release train
165
142
  */
166
- operatorInstanceName?: string;
143
+ versions?: string[];
144
+ }
145
+
146
+ /**
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
150
+ */
151
+ export interface TrackedResource extends Resource {
167
152
  /**
168
- * Type of the operator. Possible values include: 'Flux'
153
+ * Resource tags.
169
154
  */
170
- operatorType?: OperatorType;
155
+ tags?: { [propertyName: string]: string };
171
156
  /**
172
- * Any Parameters for the Operator instance in string format.
157
+ * The geo-location where the resource lives
173
158
  */
174
- operatorParams?: 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 {
175
167
  /**
176
- * Name-value pairs of protected configuration settings for the configuration
168
+ * Resource Etag.
169
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
177
170
  */
178
- configurationProtectedSettings?: { [propertyName: string]: string };
171
+ readonly etag?: string;
172
+ }
173
+
174
+ /**
175
+ * The resource management error additional info.
176
+ */
177
+ export interface ErrorAdditionalInfo {
179
178
  /**
180
- * Scope at which the operator will be installed. Possible values include: 'cluster',
181
- * 'namespace'. Default value: 'cluster'.
179
+ * The additional info type.
180
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
182
181
  */
183
- operatorScope?: OperatorScopeType;
182
+ readonly type?: string;
184
183
  /**
185
- * Public Key associated with this SourceControl configuration (either generated within the
186
- * cluster or provided by the user).
184
+ * The additional info.
187
185
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
188
186
  */
189
- readonly repositoryPublicKey?: string;
187
+ readonly info?: any;
188
+ }
189
+
190
+ /**
191
+ * The error detail.
192
+ */
193
+ export interface ErrorDetail {
190
194
  /**
191
- * Base64-encoded known_hosts contents containing public SSH keys required to access private Git
192
- * instances
195
+ * The error code.
196
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
193
197
  */
194
- sshKnownHostsContents?: string;
198
+ readonly code?: string;
195
199
  /**
196
- * Option to enable Helm Operator for this git configuration.
200
+ * The error message.
201
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
197
202
  */
198
- enableHelmOperator?: boolean;
203
+ readonly message?: string;
199
204
  /**
200
- * Properties for Helm operator.
205
+ * The error target.
206
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
201
207
  */
202
- helmOperatorProperties?: HelmOperatorProperties;
208
+ readonly target?: string;
203
209
  /**
204
- * The provisioning state of the resource provider. Possible values include: 'Accepted',
205
- * 'Deleting', 'Running', 'Succeeded', 'Failed'
210
+ * The error details.
206
211
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
207
212
  */
208
- readonly provisioningState?: ProvisioningStateType;
213
+ readonly details?: ErrorDetail[];
209
214
  /**
210
- * Compliance Status of the Configuration
215
+ * The error additional info.
211
216
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
212
217
  */
213
- readonly complianceStatus?: ComplianceStatus;
218
+ readonly additionalInfo?: ErrorAdditionalInfo[];
219
+ }
220
+
221
+ /**
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
225
+ */
226
+ export interface ErrorResponse {
214
227
  /**
215
- * Top level metadata
216
- * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources
228
+ * The error object.
217
229
  */
218
- systemData?: SystemData;
230
+ error?: ErrorDetail;
219
231
  }
220
232
 
221
233
  /**
222
- * Display metadata associated with the operation.
234
+ * Specifies that the scope of the extension is Cluster
223
235
  */
224
- export interface ResourceProviderOperationDisplay {
236
+ export interface ScopeCluster {
225
237
  /**
226
- * Resource provider: Microsoft KubernetesConfiguration.
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
227
240
  */
228
- provider?: string;
241
+ releaseNamespace?: string;
242
+ }
243
+
244
+ /**
245
+ * Specifies that the scope of the extension is Namespace
246
+ */
247
+ export interface ScopeNamespace {
229
248
  /**
230
- * Resource on which the operation is performed.
249
+ * Namespace where the extension will be created for an Namespace scoped extension. If this
250
+ * namespace does not exist, it will be created
231
251
  */
232
- resource?: string;
252
+ targetNamespace?: string;
253
+ }
254
+
255
+ /**
256
+ * Scope of the extension. It can be either Cluster or Namespace; but not both.
257
+ */
258
+ export interface Scope {
233
259
  /**
234
- * Type of operation: get, read, delete, etc.
260
+ * Specifies that the scope of the extension is Cluster
235
261
  */
236
- operation?: string;
262
+ cluster?: ScopeCluster;
237
263
  /**
238
- * Description of this operation.
264
+ * Specifies that the scope of the extension is Namespace
239
265
  */
240
- description?: string;
266
+ namespace?: ScopeNamespace;
241
267
  }
242
268
 
243
269
  /**
244
- * Supported operation of this resource provider.
270
+ * Status from the extension.
245
271
  */
246
- export interface ResourceProviderOperation {
272
+ export interface ExtensionStatus {
247
273
  /**
248
- * Operation name, in format of {provider}/{resource}/{operation}
274
+ * Status code provided by the Extension
249
275
  */
250
- name?: string;
276
+ code?: string;
251
277
  /**
252
- * Display metadata associated with the operation.
278
+ * Short description of status of the extension.
253
279
  */
254
- display?: ResourceProviderOperationDisplay;
280
+ displayStatus?: string;
255
281
  /**
256
- * The flag that indicates whether the operation applies to data plane.
257
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
282
+ * Level of the status. Possible values include: 'Error', 'Warning', 'Information'. Default
283
+ * value: 'Information'.
258
284
  */
259
- readonly isDataAction?: boolean;
260
- }
261
-
262
- /**
263
- * The resource model definition for an Azure Resource Manager tracked top level resource which has
264
- * 'tags' and a 'location'
265
- * @summary Tracked Resource
266
- */
267
- export interface TrackedResource extends Resource {
285
+ level?: LevelType;
268
286
  /**
269
- * Resource tags.
287
+ * Detailed message of the status from the Extension.
270
288
  */
271
- tags?: { [propertyName: string]: string };
289
+ message?: string;
272
290
  /**
273
- * The geo-location where the resource lives
291
+ * DateLiteral (per ISO8601) noting the time of installation status.
274
292
  */
275
- location: string;
293
+ time?: string;
276
294
  }
277
295
 
278
296
  /**
279
- * The resource model definition for an Azure Resource Manager resource with an etag.
280
- * @summary Entity Resource
297
+ * Identity of the Extension resource in an AKS cluster
281
298
  */
282
- export interface AzureEntityResource extends Resource {
299
+ export interface ExtensionPropertiesAksAssignedIdentity {
283
300
  /**
284
- * Resource Etag.
301
+ * The principal ID of resource identity.
285
302
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
286
303
  */
287
- readonly etag?: 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;
288
314
  }
289
315
 
290
316
  /**
291
- * An interface representing SourceControlConfigurationClientOptions.
317
+ * Identity for the resource.
292
318
  */
293
- export interface SourceControlConfigurationClientOptions extends AzureServiceClientOptions {
294
- baseUri?: string;
319
+ export interface Identity {
320
+ /**
321
+ * The principal ID of resource identity.
322
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
323
+ */
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;
295
334
  }
296
335
 
297
336
  /**
298
- * @interface
299
- * Result of the request to list Source Control Configurations. It contains a list of
300
- * SourceControlConfiguration objects and a URL link to get the next set of results.
301
- * @extends Array<SourceControlConfiguration>
337
+ * The Extension object.
302
338
  */
303
- export interface SourceControlConfigurationList extends Array<SourceControlConfiguration> {
339
+ export interface Extension extends ProxyResource {
304
340
  /**
305
- * URL to get the next set of configuration objects, if any.
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'
306
375
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
307
376
  */
308
- readonly nextLink?: string;
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;
309
410
  }
310
411
 
311
412
  /**
312
- * @interface
313
- * Result of the request to list operations.
314
- * @extends Array<ResourceProviderOperation>
413
+ * The Extension Patch Request object.
315
414
  */
316
- export interface ResourceProviderOperationList extends Array<ResourceProviderOperation> {
415
+ export interface PatchExtension {
317
416
  /**
318
- * URL to the next set of results, if any.
319
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
417
+ * Flag to note if this extension participates in auto upgrade of minor version, or not. Default
418
+ * value: true.
320
419
  */
321
- readonly nextLink?: string;
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 };
322
439
  }
323
440
 
324
441
  /**
325
- * Defines values for ComplianceStateType.
326
- * Possible values include: 'Pending', 'Compliant', 'Noncompliant', 'Installed', 'Failed'
327
- * @readonly
328
- * @enum {string}
442
+ * An interface representing ResourceModelWithAllowedPropertySetIdentity.
329
443
  */
330
- export type ComplianceStateType = 'Pending' | 'Compliant' | 'Noncompliant' | 'Installed' | 'Failed';
444
+ export interface ResourceModelWithAllowedPropertySetIdentity extends Identity {
445
+ }
331
446
 
332
447
  /**
333
- * Defines values for MessageLevelType.
334
- * Possible values include: 'Error', 'Warning', 'Information'
335
- * @readonly
336
- * @enum {string}
448
+ * The resource model definition representing SKU
337
449
  */
338
- export type MessageLevelType = 'Error' | 'Warning' | 'Information';
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
+ }
339
477
 
340
478
  /**
341
- * Defines values for OperatorType.
342
- * Possible values include: 'Flux'
343
- * @readonly
344
- * @enum {string}
479
+ * An interface representing ResourceModelWithAllowedPropertySetSku.
345
480
  */
346
- export type OperatorType = 'Flux';
481
+ export interface ResourceModelWithAllowedPropertySetSku extends Sku {
482
+ }
347
483
 
348
484
  /**
349
- * Defines values for OperatorScopeType.
350
- * Possible values include: 'cluster', 'namespace'
351
- * @readonly
352
- * @enum {string}
485
+ * Plan for the resource.
353
486
  */
354
- export type OperatorScopeType = 'cluster' | 'namespace';
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
+ }
355
511
 
356
512
  /**
357
- * Defines values for ProvisioningStateType.
358
- * Possible values include: 'Accepted', 'Deleting', 'Running', 'Succeeded', 'Failed'
359
- * @readonly
360
- * @enum {string}
513
+ * An interface representing ResourceModelWithAllowedPropertySetPlan.
361
514
  */
362
- export type ProvisioningStateType = 'Accepted' | 'Deleting' | 'Running' | 'Succeeded' | 'Failed';
515
+ export interface ResourceModelWithAllowedPropertySetPlan extends Plan {
516
+ }
363
517
 
364
518
  /**
365
- * Defines values for CreatedByType.
366
- * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
367
- * @readonly
368
- * @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.
369
521
  */
370
- export type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';
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
+ }
371
574
 
372
575
  /**
373
- * Defines values for ClusterRp.
374
- * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
375
- * @readonly
376
- * @enum {string}
576
+ * The current status of an async operation.
377
577
  */
378
- export type ClusterRp = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
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
+ }
379
601
 
380
602
  /**
381
- * Defines values for ClusterResourceName.
382
- * Possible values include: 'managedClusters', 'connectedClusters'
383
- * @readonly
384
- * @enum {string}
603
+ * The source reference for the GitRepository object.
385
604
  */
386
- export type ClusterResourceName = 'managedClusters' | 'connectedClusters';
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
+ }
387
624
 
388
625
  /**
389
- * Defines values for ClusterRp1.
390
- * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
391
- * @readonly
392
- * @enum {string}
626
+ * Parameters to reconcile to the GitRepository source kind type.
393
627
  */
394
- export type ClusterRp1 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
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
+ }
395
667
 
396
668
  /**
397
- * Defines values for ClusterResourceName1.
398
- * Possible values include: 'managedClusters', 'connectedClusters'
399
- * @readonly
400
- * @enum {string}
669
+ * Parameters to reconcile to the GitRepository source kind type.
401
670
  */
402
- export type ClusterResourceName1 = 'managedClusters' | 'connectedClusters';
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
+ }
403
708
 
404
709
  /**
405
- * Defines values for ClusterRp2.
406
- * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
407
- * @readonly
408
- * @enum {string}
710
+ * Parameters to reconcile to the GitRepository source kind type.
409
711
  */
410
- export type ClusterRp2 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
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
+ }
411
746
 
412
747
  /**
413
- * Defines values for ClusterResourceName2.
414
- * Possible values include: 'managedClusters', 'connectedClusters'
415
- * @readonly
416
- * @enum {string}
748
+ * Parameters to reconcile to the GitRepository source kind type.
417
749
  */
418
- export type ClusterResourceName2 = 'managedClusters' | 'connectedClusters';
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
+ }
419
781
 
420
782
  /**
421
- * Defines values for ClusterRp3.
422
- * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
423
- * @readonly
424
- * @enum {string}
783
+ * Specify which kustomizations must succeed reconciliation on the cluster prior to reconciling
784
+ * this kustomization
425
785
  */
426
- export type ClusterRp3 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';
786
+ export interface DependsOnDefinition {
787
+ /**
788
+ * Name of the kustomization to claim dependency on
789
+ */
790
+ kustomizationName?: string;
791
+ }
427
792
 
428
793
  /**
429
- * Defines values for ClusterResourceName3.
430
- * Possible values include: 'managedClusters', 'connectedClusters'
431
- * @readonly
432
- * @enum {string}
794
+ * The Kustomization defining how to reconcile the artifact pulled by the source type on the
795
+ * cluster.
433
796
  */
434
- export type ClusterResourceName3 = 'managedClusters' | 'connectedClusters';
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.
2043
+ */
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
+ };
2060
+
2061
+ /**
2062
+ * Contains response data for the beginUpdate operation.
2063
+ */
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
+ };
2080
+
2081
+ /**
2082
+ * Contains response data for the listNext operation.
2083
+ */
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
+ };
2100
+
2101
+ /**
2102
+ * Contains response data for the get operation.
2103
+ */
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
+ };
2120
+
2121
+ /**
2122
+ * Contains response data for the list operation.
2123
+ */
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
+ };
2140
+
2141
+ /**
2142
+ * Contains response data for the listNext operation.
2143
+ */
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
+ };
435
2320
 
436
2321
  /**
437
2322
  * Contains response data for the get operation.