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