@azure/arm-hybridkubernetes 2.1.1-alpha.20250327.1 → 3.0.0-alpha.20250328.3
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.
- package/CHANGELOG.md +52 -8
- package/LICENSE +1 -1
- package/README.md +6 -7
- package/dist/browser/connectedKubernetesClient.d.ts +5 -4
- package/dist/browser/connectedKubernetesClient.d.ts.map +1 -1
- package/dist/browser/connectedKubernetesClient.js +16 -19
- package/dist/browser/connectedKubernetesClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts +7 -12
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +11 -15
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +282 -57
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +36 -0
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +12 -1
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +631 -221
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +1 -1
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +31 -31
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/connectedClusterOperations.d.ts +12 -12
- package/dist/browser/operations/connectedClusterOperations.d.ts.map +1 -1
- package/dist/browser/operations/connectedClusterOperations.js +80 -82
- package/dist/browser/operations/connectedClusterOperations.js.map +1 -1
- package/dist/browser/operations/operations.d.ts +4 -4
- package/dist/browser/operations/operations.d.ts.map +1 -1
- package/dist/browser/operations/operations.js +9 -10
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/connectedClusterOperations.d.ts +10 -10
- package/dist/browser/operationsInterfaces/connectedClusterOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/connectedClusterOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts +4 -4
- package/dist/browser/pagingHelper.d.ts.map +1 -1
- package/dist/browser/pagingHelper.js +4 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/connectedKubernetesClient.d.ts +5 -4
- package/dist/commonjs/connectedKubernetesClient.d.ts.map +1 -1
- package/dist/commonjs/connectedKubernetesClient.js +16 -19
- package/dist/commonjs/connectedKubernetesClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts +7 -12
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +12 -17
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +282 -57
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +37 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +12 -1
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +632 -222
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +1 -1
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +30 -30
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/connectedClusterOperations.d.ts +12 -12
- package/dist/commonjs/operations/connectedClusterOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/connectedClusterOperations.js +78 -80
- package/dist/commonjs/operations/connectedClusterOperations.js.map +1 -1
- package/dist/commonjs/operations/operations.d.ts +4 -4
- package/dist/commonjs/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/operations/operations.js +9 -10
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedClusterOperations.d.ts +10 -10
- package/dist/commonjs/operationsInterfaces/connectedClusterOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedClusterOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts +4 -4
- package/dist/commonjs/pagingHelper.d.ts.map +1 -1
- package/dist/commonjs/pagingHelper.js +4 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/esm/connectedKubernetesClient.d.ts +5 -4
- package/dist/esm/connectedKubernetesClient.d.ts.map +1 -1
- package/dist/esm/connectedKubernetesClient.js +16 -19
- package/dist/esm/connectedKubernetesClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts +7 -12
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +11 -15
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +282 -57
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +36 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +12 -1
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +631 -221
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +1 -1
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +31 -31
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/connectedClusterOperations.d.ts +12 -12
- package/dist/esm/operations/connectedClusterOperations.d.ts.map +1 -1
- package/dist/esm/operations/connectedClusterOperations.js +80 -82
- package/dist/esm/operations/connectedClusterOperations.js.map +1 -1
- package/dist/esm/operations/operations.d.ts +4 -4
- package/dist/esm/operations/operations.d.ts.map +1 -1
- package/dist/esm/operations/operations.js +9 -10
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/connectedClusterOperations.d.ts +10 -10
- package/dist/esm/operationsInterfaces/connectedClusterOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/connectedClusterOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts +4 -4
- package/dist/esm/pagingHelper.d.ts.map +1 -1
- package/dist/esm/pagingHelper.js +4 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/connectedKubernetesClient.d.ts +5 -4
- package/dist/react-native/connectedKubernetesClient.d.ts.map +1 -1
- package/dist/react-native/connectedKubernetesClient.js +16 -19
- package/dist/react-native/connectedKubernetesClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts +7 -12
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +11 -15
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +282 -57
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +36 -0
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +12 -1
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +631 -221
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +1 -1
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +31 -31
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/connectedClusterOperations.d.ts +12 -12
- package/dist/react-native/operations/connectedClusterOperations.d.ts.map +1 -1
- package/dist/react-native/operations/connectedClusterOperations.js +80 -82
- package/dist/react-native/operations/connectedClusterOperations.js.map +1 -1
- package/dist/react-native/operations/operations.d.ts +4 -4
- package/dist/react-native/operations/operations.d.ts.map +1 -1
- package/dist/react-native/operations/operations.js +9 -10
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedClusterOperations.d.ts +10 -10
- package/dist/react-native/operationsInterfaces/connectedClusterOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedClusterOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts +4 -4
- package/dist/react-native/pagingHelper.d.ts.map +1 -1
- package/dist/react-native/pagingHelper.js +4 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +34 -33
- package/review/arm-hybridkubernetes.api.md +156 -23
|
@@ -14,15 +14,15 @@ export const ConnectedClusterIdentity = {
|
|
|
14
14
|
serializedName: "principalId",
|
|
15
15
|
readOnly: true,
|
|
16
16
|
type: {
|
|
17
|
-
name: "String"
|
|
18
|
-
}
|
|
17
|
+
name: "String",
|
|
18
|
+
},
|
|
19
19
|
},
|
|
20
20
|
tenantId: {
|
|
21
21
|
serializedName: "tenantId",
|
|
22
22
|
readOnly: true,
|
|
23
23
|
type: {
|
|
24
|
-
name: "String"
|
|
25
|
-
}
|
|
24
|
+
name: "String",
|
|
25
|
+
},
|
|
26
26
|
},
|
|
27
27
|
type: {
|
|
28
28
|
defaultValue: "SystemAssigned",
|
|
@@ -30,11 +30,439 @@ export const ConnectedClusterIdentity = {
|
|
|
30
30
|
required: true,
|
|
31
31
|
type: {
|
|
32
32
|
name: "Enum",
|
|
33
|
-
allowedValues: ["None", "SystemAssigned"]
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
33
|
+
allowedValues: ["None", "SystemAssigned"],
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
export const ConnectedClusterProperties = {
|
|
40
|
+
type: {
|
|
41
|
+
name: "Composite",
|
|
42
|
+
className: "ConnectedClusterProperties",
|
|
43
|
+
modelProperties: {
|
|
44
|
+
agentPublicKeyCertificate: {
|
|
45
|
+
serializedName: "agentPublicKeyCertificate",
|
|
46
|
+
required: true,
|
|
47
|
+
type: {
|
|
48
|
+
name: "String",
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
kubernetesVersion: {
|
|
52
|
+
serializedName: "kubernetesVersion",
|
|
53
|
+
readOnly: true,
|
|
54
|
+
type: {
|
|
55
|
+
name: "String",
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
|
+
totalNodeCount: {
|
|
59
|
+
serializedName: "totalNodeCount",
|
|
60
|
+
readOnly: true,
|
|
61
|
+
type: {
|
|
62
|
+
name: "Number",
|
|
63
|
+
},
|
|
64
|
+
},
|
|
65
|
+
totalCoreCount: {
|
|
66
|
+
serializedName: "totalCoreCount",
|
|
67
|
+
readOnly: true,
|
|
68
|
+
type: {
|
|
69
|
+
name: "Number",
|
|
70
|
+
},
|
|
71
|
+
},
|
|
72
|
+
agentVersion: {
|
|
73
|
+
serializedName: "agentVersion",
|
|
74
|
+
readOnly: true,
|
|
75
|
+
type: {
|
|
76
|
+
name: "String",
|
|
77
|
+
},
|
|
78
|
+
},
|
|
79
|
+
provisioningState: {
|
|
80
|
+
serializedName: "provisioningState",
|
|
81
|
+
type: {
|
|
82
|
+
name: "String",
|
|
83
|
+
},
|
|
84
|
+
},
|
|
85
|
+
distribution: {
|
|
86
|
+
serializedName: "distribution",
|
|
87
|
+
type: {
|
|
88
|
+
name: "String",
|
|
89
|
+
},
|
|
90
|
+
},
|
|
91
|
+
distributionVersion: {
|
|
92
|
+
serializedName: "distributionVersion",
|
|
93
|
+
type: {
|
|
94
|
+
name: "String",
|
|
95
|
+
},
|
|
96
|
+
},
|
|
97
|
+
infrastructure: {
|
|
98
|
+
serializedName: "infrastructure",
|
|
99
|
+
type: {
|
|
100
|
+
name: "String",
|
|
101
|
+
},
|
|
102
|
+
},
|
|
103
|
+
offering: {
|
|
104
|
+
serializedName: "offering",
|
|
105
|
+
readOnly: true,
|
|
106
|
+
type: {
|
|
107
|
+
name: "String",
|
|
108
|
+
},
|
|
109
|
+
},
|
|
110
|
+
managedIdentityCertificateExpirationTime: {
|
|
111
|
+
serializedName: "managedIdentityCertificateExpirationTime",
|
|
112
|
+
readOnly: true,
|
|
113
|
+
type: {
|
|
114
|
+
name: "DateTime",
|
|
115
|
+
},
|
|
116
|
+
},
|
|
117
|
+
lastConnectivityTime: {
|
|
118
|
+
serializedName: "lastConnectivityTime",
|
|
119
|
+
readOnly: true,
|
|
120
|
+
type: {
|
|
121
|
+
name: "DateTime",
|
|
122
|
+
},
|
|
123
|
+
},
|
|
124
|
+
connectivityStatus: {
|
|
125
|
+
serializedName: "connectivityStatus",
|
|
126
|
+
readOnly: true,
|
|
127
|
+
type: {
|
|
128
|
+
name: "String",
|
|
129
|
+
},
|
|
130
|
+
},
|
|
131
|
+
privateLinkState: {
|
|
132
|
+
defaultValue: "Disabled",
|
|
133
|
+
serializedName: "privateLinkState",
|
|
134
|
+
type: {
|
|
135
|
+
name: "String",
|
|
136
|
+
},
|
|
137
|
+
},
|
|
138
|
+
privateLinkScopeResourceId: {
|
|
139
|
+
serializedName: "privateLinkScopeResourceId",
|
|
140
|
+
type: {
|
|
141
|
+
name: "String",
|
|
142
|
+
},
|
|
143
|
+
},
|
|
144
|
+
azureHybridBenefit: {
|
|
145
|
+
serializedName: "azureHybridBenefit",
|
|
146
|
+
type: {
|
|
147
|
+
name: "String",
|
|
148
|
+
},
|
|
149
|
+
},
|
|
150
|
+
aadProfile: {
|
|
151
|
+
serializedName: "aadProfile",
|
|
152
|
+
type: {
|
|
153
|
+
name: "Composite",
|
|
154
|
+
className: "AadProfile",
|
|
155
|
+
},
|
|
156
|
+
},
|
|
157
|
+
arcAgentProfile: {
|
|
158
|
+
serializedName: "arcAgentProfile",
|
|
159
|
+
type: {
|
|
160
|
+
name: "Composite",
|
|
161
|
+
className: "ArcAgentProfile",
|
|
162
|
+
},
|
|
163
|
+
},
|
|
164
|
+
securityProfile: {
|
|
165
|
+
serializedName: "securityProfile",
|
|
166
|
+
type: {
|
|
167
|
+
name: "Composite",
|
|
168
|
+
className: "SecurityProfile",
|
|
169
|
+
},
|
|
170
|
+
},
|
|
171
|
+
oidcIssuerProfile: {
|
|
172
|
+
serializedName: "oidcIssuerProfile",
|
|
173
|
+
type: {
|
|
174
|
+
name: "Composite",
|
|
175
|
+
className: "OidcIssuerProfile",
|
|
176
|
+
},
|
|
177
|
+
},
|
|
178
|
+
gateway: {
|
|
179
|
+
serializedName: "gateway",
|
|
180
|
+
type: {
|
|
181
|
+
name: "Composite",
|
|
182
|
+
className: "Gateway",
|
|
183
|
+
},
|
|
184
|
+
},
|
|
185
|
+
arcAgentryConfigurations: {
|
|
186
|
+
serializedName: "arcAgentryConfigurations",
|
|
187
|
+
nullable: true,
|
|
188
|
+
type: {
|
|
189
|
+
name: "Sequence",
|
|
190
|
+
element: {
|
|
191
|
+
type: {
|
|
192
|
+
name: "Composite",
|
|
193
|
+
className: "ArcAgentryConfigurations",
|
|
194
|
+
},
|
|
195
|
+
},
|
|
196
|
+
},
|
|
197
|
+
},
|
|
198
|
+
miscellaneousProperties: {
|
|
199
|
+
serializedName: "miscellaneousProperties",
|
|
200
|
+
readOnly: true,
|
|
201
|
+
type: {
|
|
202
|
+
name: "Dictionary",
|
|
203
|
+
value: { type: { name: "String" } },
|
|
204
|
+
},
|
|
205
|
+
},
|
|
206
|
+
},
|
|
207
|
+
},
|
|
208
|
+
};
|
|
209
|
+
export const AadProfile = {
|
|
210
|
+
type: {
|
|
211
|
+
name: "Composite",
|
|
212
|
+
className: "AadProfile",
|
|
213
|
+
modelProperties: {
|
|
214
|
+
enableAzureRbac: {
|
|
215
|
+
serializedName: "enableAzureRBAC",
|
|
216
|
+
type: {
|
|
217
|
+
name: "Boolean",
|
|
218
|
+
},
|
|
219
|
+
},
|
|
220
|
+
adminGroupObjectIDs: {
|
|
221
|
+
serializedName: "adminGroupObjectIDs",
|
|
222
|
+
type: {
|
|
223
|
+
name: "Sequence",
|
|
224
|
+
element: {
|
|
225
|
+
type: {
|
|
226
|
+
name: "String",
|
|
227
|
+
},
|
|
228
|
+
},
|
|
229
|
+
},
|
|
230
|
+
},
|
|
231
|
+
tenantID: {
|
|
232
|
+
serializedName: "tenantID",
|
|
233
|
+
type: {
|
|
234
|
+
name: "String",
|
|
235
|
+
},
|
|
236
|
+
},
|
|
237
|
+
},
|
|
238
|
+
},
|
|
239
|
+
};
|
|
240
|
+
export const ArcAgentProfile = {
|
|
241
|
+
type: {
|
|
242
|
+
name: "Composite",
|
|
243
|
+
className: "ArcAgentProfile",
|
|
244
|
+
modelProperties: {
|
|
245
|
+
desiredAgentVersion: {
|
|
246
|
+
serializedName: "desiredAgentVersion",
|
|
247
|
+
type: {
|
|
248
|
+
name: "String",
|
|
249
|
+
},
|
|
250
|
+
},
|
|
251
|
+
agentAutoUpgrade: {
|
|
252
|
+
defaultValue: "Enabled",
|
|
253
|
+
serializedName: "agentAutoUpgrade",
|
|
254
|
+
type: {
|
|
255
|
+
name: "String",
|
|
256
|
+
},
|
|
257
|
+
},
|
|
258
|
+
systemComponents: {
|
|
259
|
+
serializedName: "systemComponents",
|
|
260
|
+
type: {
|
|
261
|
+
name: "Sequence",
|
|
262
|
+
element: {
|
|
263
|
+
type: {
|
|
264
|
+
name: "Composite",
|
|
265
|
+
className: "SystemComponent",
|
|
266
|
+
},
|
|
267
|
+
},
|
|
268
|
+
},
|
|
269
|
+
},
|
|
270
|
+
agentErrors: {
|
|
271
|
+
serializedName: "agentErrors",
|
|
272
|
+
type: {
|
|
273
|
+
name: "Sequence",
|
|
274
|
+
element: {
|
|
275
|
+
type: {
|
|
276
|
+
name: "Composite",
|
|
277
|
+
className: "AgentError",
|
|
278
|
+
},
|
|
279
|
+
},
|
|
280
|
+
},
|
|
281
|
+
},
|
|
282
|
+
agentState: {
|
|
283
|
+
serializedName: "agentState",
|
|
284
|
+
readOnly: true,
|
|
285
|
+
type: {
|
|
286
|
+
name: "String",
|
|
287
|
+
},
|
|
288
|
+
},
|
|
289
|
+
},
|
|
290
|
+
},
|
|
291
|
+
};
|
|
292
|
+
export const SystemComponent = {
|
|
293
|
+
type: {
|
|
294
|
+
name: "Composite",
|
|
295
|
+
className: "SystemComponent",
|
|
296
|
+
modelProperties: {
|
|
297
|
+
type: {
|
|
298
|
+
serializedName: "type",
|
|
299
|
+
type: {
|
|
300
|
+
name: "String",
|
|
301
|
+
},
|
|
302
|
+
},
|
|
303
|
+
userSpecifiedVersion: {
|
|
304
|
+
serializedName: "userSpecifiedVersion",
|
|
305
|
+
type: {
|
|
306
|
+
name: "String",
|
|
307
|
+
},
|
|
308
|
+
},
|
|
309
|
+
majorVersion: {
|
|
310
|
+
serializedName: "majorVersion",
|
|
311
|
+
type: {
|
|
312
|
+
name: "Number",
|
|
313
|
+
},
|
|
314
|
+
},
|
|
315
|
+
currentVersion: {
|
|
316
|
+
serializedName: "currentVersion",
|
|
317
|
+
readOnly: true,
|
|
318
|
+
type: {
|
|
319
|
+
name: "String",
|
|
320
|
+
},
|
|
321
|
+
},
|
|
322
|
+
},
|
|
323
|
+
},
|
|
324
|
+
};
|
|
325
|
+
export const AgentError = {
|
|
326
|
+
type: {
|
|
327
|
+
name: "Composite",
|
|
328
|
+
className: "AgentError",
|
|
329
|
+
modelProperties: {
|
|
330
|
+
message: {
|
|
331
|
+
serializedName: "message",
|
|
332
|
+
readOnly: true,
|
|
333
|
+
type: {
|
|
334
|
+
name: "String",
|
|
335
|
+
},
|
|
336
|
+
},
|
|
337
|
+
severity: {
|
|
338
|
+
serializedName: "severity",
|
|
339
|
+
readOnly: true,
|
|
340
|
+
type: {
|
|
341
|
+
name: "String",
|
|
342
|
+
},
|
|
343
|
+
},
|
|
344
|
+
component: {
|
|
345
|
+
serializedName: "component",
|
|
346
|
+
readOnly: true,
|
|
347
|
+
type: {
|
|
348
|
+
name: "String",
|
|
349
|
+
},
|
|
350
|
+
},
|
|
351
|
+
time: {
|
|
352
|
+
serializedName: "time",
|
|
353
|
+
readOnly: true,
|
|
354
|
+
type: {
|
|
355
|
+
name: "DateTime",
|
|
356
|
+
},
|
|
357
|
+
},
|
|
358
|
+
},
|
|
359
|
+
},
|
|
360
|
+
};
|
|
361
|
+
export const SecurityProfile = {
|
|
362
|
+
type: {
|
|
363
|
+
name: "Composite",
|
|
364
|
+
className: "SecurityProfile",
|
|
365
|
+
modelProperties: {
|
|
366
|
+
workloadIdentity: {
|
|
367
|
+
serializedName: "workloadIdentity",
|
|
368
|
+
type: {
|
|
369
|
+
name: "Composite",
|
|
370
|
+
className: "SecurityProfileWorkloadIdentity",
|
|
371
|
+
},
|
|
372
|
+
},
|
|
373
|
+
},
|
|
374
|
+
},
|
|
375
|
+
};
|
|
376
|
+
export const SecurityProfileWorkloadIdentity = {
|
|
377
|
+
type: {
|
|
378
|
+
name: "Composite",
|
|
379
|
+
className: "SecurityProfileWorkloadIdentity",
|
|
380
|
+
modelProperties: {
|
|
381
|
+
enabled: {
|
|
382
|
+
serializedName: "enabled",
|
|
383
|
+
type: {
|
|
384
|
+
name: "Boolean",
|
|
385
|
+
},
|
|
386
|
+
},
|
|
387
|
+
},
|
|
388
|
+
},
|
|
389
|
+
};
|
|
390
|
+
export const OidcIssuerProfile = {
|
|
391
|
+
type: {
|
|
392
|
+
name: "Composite",
|
|
393
|
+
className: "OidcIssuerProfile",
|
|
394
|
+
modelProperties: {
|
|
395
|
+
enabled: {
|
|
396
|
+
serializedName: "enabled",
|
|
397
|
+
type: {
|
|
398
|
+
name: "Boolean",
|
|
399
|
+
},
|
|
400
|
+
},
|
|
401
|
+
issuerUrl: {
|
|
402
|
+
serializedName: "issuerUrl",
|
|
403
|
+
readOnly: true,
|
|
404
|
+
type: {
|
|
405
|
+
name: "String",
|
|
406
|
+
},
|
|
407
|
+
},
|
|
408
|
+
selfHostedIssuerUrl: {
|
|
409
|
+
serializedName: "selfHostedIssuerUrl",
|
|
410
|
+
type: {
|
|
411
|
+
name: "String",
|
|
412
|
+
},
|
|
413
|
+
},
|
|
414
|
+
},
|
|
415
|
+
},
|
|
416
|
+
};
|
|
417
|
+
export const Gateway = {
|
|
418
|
+
type: {
|
|
419
|
+
name: "Composite",
|
|
420
|
+
className: "Gateway",
|
|
421
|
+
modelProperties: {
|
|
422
|
+
enabled: {
|
|
423
|
+
serializedName: "enabled",
|
|
424
|
+
type: {
|
|
425
|
+
name: "Boolean",
|
|
426
|
+
},
|
|
427
|
+
},
|
|
428
|
+
resourceId: {
|
|
429
|
+
serializedName: "resourceId",
|
|
430
|
+
type: {
|
|
431
|
+
name: "String",
|
|
432
|
+
},
|
|
433
|
+
},
|
|
434
|
+
},
|
|
435
|
+
},
|
|
436
|
+
};
|
|
437
|
+
export const ArcAgentryConfigurations = {
|
|
438
|
+
type: {
|
|
439
|
+
name: "Composite",
|
|
440
|
+
className: "ArcAgentryConfigurations",
|
|
441
|
+
modelProperties: {
|
|
442
|
+
feature: {
|
|
443
|
+
serializedName: "feature",
|
|
444
|
+
type: {
|
|
445
|
+
name: "String",
|
|
446
|
+
},
|
|
447
|
+
},
|
|
448
|
+
settings: {
|
|
449
|
+
serializedName: "settings",
|
|
450
|
+
nullable: true,
|
|
451
|
+
type: {
|
|
452
|
+
name: "Dictionary",
|
|
453
|
+
value: { type: { name: "String" } },
|
|
454
|
+
},
|
|
455
|
+
},
|
|
456
|
+
protectedSettings: {
|
|
457
|
+
serializedName: "protectedSettings",
|
|
458
|
+
nullable: true,
|
|
459
|
+
type: {
|
|
460
|
+
name: "Dictionary",
|
|
461
|
+
value: { type: { name: "String" } },
|
|
462
|
+
},
|
|
463
|
+
},
|
|
464
|
+
},
|
|
465
|
+
},
|
|
38
466
|
};
|
|
39
467
|
export const SystemData = {
|
|
40
468
|
type: {
|
|
@@ -44,41 +472,41 @@ export const SystemData = {
|
|
|
44
472
|
createdBy: {
|
|
45
473
|
serializedName: "createdBy",
|
|
46
474
|
type: {
|
|
47
|
-
name: "String"
|
|
48
|
-
}
|
|
475
|
+
name: "String",
|
|
476
|
+
},
|
|
49
477
|
},
|
|
50
478
|
createdByType: {
|
|
51
479
|
serializedName: "createdByType",
|
|
52
480
|
type: {
|
|
53
|
-
name: "String"
|
|
54
|
-
}
|
|
481
|
+
name: "String",
|
|
482
|
+
},
|
|
55
483
|
},
|
|
56
484
|
createdAt: {
|
|
57
485
|
serializedName: "createdAt",
|
|
58
486
|
type: {
|
|
59
|
-
name: "DateTime"
|
|
60
|
-
}
|
|
487
|
+
name: "DateTime",
|
|
488
|
+
},
|
|
61
489
|
},
|
|
62
490
|
lastModifiedBy: {
|
|
63
491
|
serializedName: "lastModifiedBy",
|
|
64
492
|
type: {
|
|
65
|
-
name: "String"
|
|
66
|
-
}
|
|
493
|
+
name: "String",
|
|
494
|
+
},
|
|
67
495
|
},
|
|
68
496
|
lastModifiedByType: {
|
|
69
497
|
serializedName: "lastModifiedByType",
|
|
70
498
|
type: {
|
|
71
|
-
name: "String"
|
|
72
|
-
}
|
|
499
|
+
name: "String",
|
|
500
|
+
},
|
|
73
501
|
},
|
|
74
502
|
lastModifiedAt: {
|
|
75
503
|
serializedName: "lastModifiedAt",
|
|
76
504
|
type: {
|
|
77
|
-
name: "DateTime"
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}
|
|
505
|
+
name: "DateTime",
|
|
506
|
+
},
|
|
507
|
+
},
|
|
508
|
+
},
|
|
509
|
+
},
|
|
82
510
|
};
|
|
83
511
|
export const Resource = {
|
|
84
512
|
type: {
|
|
@@ -89,25 +517,25 @@ export const Resource = {
|
|
|
89
517
|
serializedName: "id",
|
|
90
518
|
readOnly: true,
|
|
91
519
|
type: {
|
|
92
|
-
name: "String"
|
|
93
|
-
}
|
|
520
|
+
name: "String",
|
|
521
|
+
},
|
|
94
522
|
},
|
|
95
523
|
name: {
|
|
96
524
|
serializedName: "name",
|
|
97
525
|
readOnly: true,
|
|
98
526
|
type: {
|
|
99
|
-
name: "String"
|
|
100
|
-
}
|
|
527
|
+
name: "String",
|
|
528
|
+
},
|
|
101
529
|
},
|
|
102
530
|
type: {
|
|
103
531
|
serializedName: "type",
|
|
104
532
|
readOnly: true,
|
|
105
533
|
type: {
|
|
106
|
-
name: "String"
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
}
|
|
534
|
+
name: "String",
|
|
535
|
+
},
|
|
536
|
+
},
|
|
537
|
+
},
|
|
538
|
+
},
|
|
111
539
|
};
|
|
112
540
|
export const ErrorResponse = {
|
|
113
541
|
type: {
|
|
@@ -118,11 +546,11 @@ export const ErrorResponse = {
|
|
|
118
546
|
serializedName: "error",
|
|
119
547
|
type: {
|
|
120
548
|
name: "Composite",
|
|
121
|
-
className: "ErrorDetail"
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
}
|
|
549
|
+
className: "ErrorDetail",
|
|
550
|
+
},
|
|
551
|
+
},
|
|
552
|
+
},
|
|
553
|
+
},
|
|
126
554
|
};
|
|
127
555
|
export const ErrorDetail = {
|
|
128
556
|
type: {
|
|
@@ -133,22 +561,22 @@ export const ErrorDetail = {
|
|
|
133
561
|
serializedName: "code",
|
|
134
562
|
readOnly: true,
|
|
135
563
|
type: {
|
|
136
|
-
name: "String"
|
|
137
|
-
}
|
|
564
|
+
name: "String",
|
|
565
|
+
},
|
|
138
566
|
},
|
|
139
567
|
message: {
|
|
140
568
|
serializedName: "message",
|
|
141
569
|
readOnly: true,
|
|
142
570
|
type: {
|
|
143
|
-
name: "String"
|
|
144
|
-
}
|
|
571
|
+
name: "String",
|
|
572
|
+
},
|
|
145
573
|
},
|
|
146
574
|
target: {
|
|
147
575
|
serializedName: "target",
|
|
148
576
|
readOnly: true,
|
|
149
577
|
type: {
|
|
150
|
-
name: "String"
|
|
151
|
-
}
|
|
578
|
+
name: "String",
|
|
579
|
+
},
|
|
152
580
|
},
|
|
153
581
|
details: {
|
|
154
582
|
serializedName: "details",
|
|
@@ -158,10 +586,10 @@ export const ErrorDetail = {
|
|
|
158
586
|
element: {
|
|
159
587
|
type: {
|
|
160
588
|
name: "Composite",
|
|
161
|
-
className: "ErrorDetail"
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
}
|
|
589
|
+
className: "ErrorDetail",
|
|
590
|
+
},
|
|
591
|
+
},
|
|
592
|
+
},
|
|
165
593
|
},
|
|
166
594
|
additionalInfo: {
|
|
167
595
|
serializedName: "additionalInfo",
|
|
@@ -171,13 +599,13 @@ export const ErrorDetail = {
|
|
|
171
599
|
element: {
|
|
172
600
|
type: {
|
|
173
601
|
name: "Composite",
|
|
174
|
-
className: "ErrorAdditionalInfo"
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
}
|
|
602
|
+
className: "ErrorAdditionalInfo",
|
|
603
|
+
},
|
|
604
|
+
},
|
|
605
|
+
},
|
|
606
|
+
},
|
|
607
|
+
},
|
|
608
|
+
},
|
|
181
609
|
};
|
|
182
610
|
export const ErrorAdditionalInfo = {
|
|
183
611
|
type: {
|
|
@@ -188,19 +616,19 @@ export const ErrorAdditionalInfo = {
|
|
|
188
616
|
serializedName: "type",
|
|
189
617
|
readOnly: true,
|
|
190
618
|
type: {
|
|
191
|
-
name: "String"
|
|
192
|
-
}
|
|
619
|
+
name: "String",
|
|
620
|
+
},
|
|
193
621
|
},
|
|
194
622
|
info: {
|
|
195
623
|
serializedName: "info",
|
|
196
624
|
readOnly: true,
|
|
197
625
|
type: {
|
|
198
626
|
name: "Dictionary",
|
|
199
|
-
value: { type: { name: "any" } }
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
|
-
}
|
|
627
|
+
value: { type: { name: "any" } },
|
|
628
|
+
},
|
|
629
|
+
},
|
|
630
|
+
},
|
|
631
|
+
},
|
|
204
632
|
};
|
|
205
633
|
export const ConnectedClusterPatch = {
|
|
206
634
|
type: {
|
|
@@ -211,18 +639,44 @@ export const ConnectedClusterPatch = {
|
|
|
211
639
|
serializedName: "tags",
|
|
212
640
|
type: {
|
|
213
641
|
name: "Dictionary",
|
|
214
|
-
value: { type: { name: "String" } }
|
|
215
|
-
}
|
|
642
|
+
value: { type: { name: "String" } },
|
|
643
|
+
},
|
|
216
644
|
},
|
|
217
645
|
properties: {
|
|
218
646
|
serializedName: "properties",
|
|
219
647
|
type: {
|
|
220
|
-
name: "
|
|
221
|
-
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
}
|
|
648
|
+
name: "Composite",
|
|
649
|
+
className: "ConnectedClusterPatchProperties",
|
|
650
|
+
},
|
|
651
|
+
},
|
|
652
|
+
},
|
|
653
|
+
},
|
|
654
|
+
};
|
|
655
|
+
export const ConnectedClusterPatchProperties = {
|
|
656
|
+
type: {
|
|
657
|
+
name: "Composite",
|
|
658
|
+
className: "ConnectedClusterPatchProperties",
|
|
659
|
+
modelProperties: {
|
|
660
|
+
distribution: {
|
|
661
|
+
serializedName: "distribution",
|
|
662
|
+
type: {
|
|
663
|
+
name: "String",
|
|
664
|
+
},
|
|
665
|
+
},
|
|
666
|
+
distributionVersion: {
|
|
667
|
+
serializedName: "distributionVersion",
|
|
668
|
+
type: {
|
|
669
|
+
name: "String",
|
|
670
|
+
},
|
|
671
|
+
},
|
|
672
|
+
azureHybridBenefit: {
|
|
673
|
+
serializedName: "azureHybridBenefit",
|
|
674
|
+
type: {
|
|
675
|
+
name: "String",
|
|
676
|
+
},
|
|
677
|
+
},
|
|
678
|
+
},
|
|
679
|
+
},
|
|
226
680
|
};
|
|
227
681
|
export const ListClusterUserCredentialProperties = {
|
|
228
682
|
type: {
|
|
@@ -233,18 +687,18 @@ export const ListClusterUserCredentialProperties = {
|
|
|
233
687
|
serializedName: "authenticationMethod",
|
|
234
688
|
required: true,
|
|
235
689
|
type: {
|
|
236
|
-
name: "String"
|
|
237
|
-
}
|
|
690
|
+
name: "String",
|
|
691
|
+
},
|
|
238
692
|
},
|
|
239
693
|
clientProxy: {
|
|
240
694
|
serializedName: "clientProxy",
|
|
241
695
|
required: true,
|
|
242
696
|
type: {
|
|
243
|
-
name: "Boolean"
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
}
|
|
697
|
+
name: "Boolean",
|
|
698
|
+
},
|
|
699
|
+
},
|
|
700
|
+
},
|
|
701
|
+
},
|
|
248
702
|
};
|
|
249
703
|
export const CredentialResults = {
|
|
250
704
|
type: {
|
|
@@ -255,8 +709,8 @@ export const CredentialResults = {
|
|
|
255
709
|
serializedName: "hybridConnectionConfig",
|
|
256
710
|
type: {
|
|
257
711
|
name: "Composite",
|
|
258
|
-
className: "HybridConnectionConfig"
|
|
259
|
-
}
|
|
712
|
+
className: "HybridConnectionConfig",
|
|
713
|
+
},
|
|
260
714
|
},
|
|
261
715
|
kubeconfigs: {
|
|
262
716
|
serializedName: "kubeconfigs",
|
|
@@ -266,13 +720,13 @@ export const CredentialResults = {
|
|
|
266
720
|
element: {
|
|
267
721
|
type: {
|
|
268
722
|
name: "Composite",
|
|
269
|
-
className: "CredentialResult"
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
}
|
|
275
|
-
}
|
|
723
|
+
className: "CredentialResult",
|
|
724
|
+
},
|
|
725
|
+
},
|
|
726
|
+
},
|
|
727
|
+
},
|
|
728
|
+
},
|
|
729
|
+
},
|
|
276
730
|
};
|
|
277
731
|
export const HybridConnectionConfig = {
|
|
278
732
|
type: {
|
|
@@ -283,32 +737,46 @@ export const HybridConnectionConfig = {
|
|
|
283
737
|
serializedName: "expirationTime",
|
|
284
738
|
readOnly: true,
|
|
285
739
|
type: {
|
|
286
|
-
name: "Number"
|
|
287
|
-
}
|
|
740
|
+
name: "Number",
|
|
741
|
+
},
|
|
288
742
|
},
|
|
289
743
|
hybridConnectionName: {
|
|
290
744
|
serializedName: "hybridConnectionName",
|
|
291
745
|
readOnly: true,
|
|
292
746
|
type: {
|
|
293
|
-
name: "String"
|
|
294
|
-
}
|
|
747
|
+
name: "String",
|
|
748
|
+
},
|
|
295
749
|
},
|
|
296
750
|
relay: {
|
|
297
751
|
serializedName: "relay",
|
|
298
752
|
readOnly: true,
|
|
299
753
|
type: {
|
|
300
|
-
name: "String"
|
|
301
|
-
}
|
|
754
|
+
name: "String",
|
|
755
|
+
},
|
|
302
756
|
},
|
|
303
757
|
token: {
|
|
304
758
|
serializedName: "token",
|
|
305
759
|
readOnly: true,
|
|
306
760
|
type: {
|
|
307
|
-
name: "String"
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
|
|
761
|
+
name: "String",
|
|
762
|
+
},
|
|
763
|
+
},
|
|
764
|
+
relayTid: {
|
|
765
|
+
serializedName: "relayTid",
|
|
766
|
+
readOnly: true,
|
|
767
|
+
type: {
|
|
768
|
+
name: "String",
|
|
769
|
+
},
|
|
770
|
+
},
|
|
771
|
+
relayType: {
|
|
772
|
+
serializedName: "relayType",
|
|
773
|
+
readOnly: true,
|
|
774
|
+
type: {
|
|
775
|
+
name: "String",
|
|
776
|
+
},
|
|
777
|
+
},
|
|
778
|
+
},
|
|
779
|
+
},
|
|
312
780
|
};
|
|
313
781
|
export const CredentialResult = {
|
|
314
782
|
type: {
|
|
@@ -319,18 +787,18 @@ export const CredentialResult = {
|
|
|
319
787
|
serializedName: "name",
|
|
320
788
|
readOnly: true,
|
|
321
789
|
type: {
|
|
322
|
-
name: "String"
|
|
323
|
-
}
|
|
790
|
+
name: "String",
|
|
791
|
+
},
|
|
324
792
|
},
|
|
325
793
|
value: {
|
|
326
794
|
serializedName: "value",
|
|
327
795
|
readOnly: true,
|
|
328
796
|
type: {
|
|
329
|
-
name: "ByteArray"
|
|
330
|
-
}
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
}
|
|
797
|
+
name: "ByteArray",
|
|
798
|
+
},
|
|
799
|
+
},
|
|
800
|
+
},
|
|
801
|
+
},
|
|
334
802
|
};
|
|
335
803
|
export const ConnectedClusterList = {
|
|
336
804
|
type: {
|
|
@@ -344,19 +812,19 @@ export const ConnectedClusterList = {
|
|
|
344
812
|
element: {
|
|
345
813
|
type: {
|
|
346
814
|
name: "Composite",
|
|
347
|
-
className: "ConnectedCluster"
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
}
|
|
815
|
+
className: "ConnectedCluster",
|
|
816
|
+
},
|
|
817
|
+
},
|
|
818
|
+
},
|
|
351
819
|
},
|
|
352
820
|
nextLink: {
|
|
353
821
|
serializedName: "nextLink",
|
|
354
822
|
type: {
|
|
355
|
-
name: "String"
|
|
356
|
-
}
|
|
357
|
-
}
|
|
358
|
-
}
|
|
359
|
-
}
|
|
823
|
+
name: "String",
|
|
824
|
+
},
|
|
825
|
+
},
|
|
826
|
+
},
|
|
827
|
+
},
|
|
360
828
|
};
|
|
361
829
|
export const OperationList = {
|
|
362
830
|
type: {
|
|
@@ -371,19 +839,19 @@ export const OperationList = {
|
|
|
371
839
|
element: {
|
|
372
840
|
type: {
|
|
373
841
|
name: "Composite",
|
|
374
|
-
className: "Operation"
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
}
|
|
842
|
+
className: "Operation",
|
|
843
|
+
},
|
|
844
|
+
},
|
|
845
|
+
},
|
|
378
846
|
},
|
|
379
847
|
nextLink: {
|
|
380
848
|
serializedName: "nextLink",
|
|
381
849
|
type: {
|
|
382
|
-
name: "String"
|
|
383
|
-
}
|
|
384
|
-
}
|
|
385
|
-
}
|
|
386
|
-
}
|
|
850
|
+
name: "String",
|
|
851
|
+
},
|
|
852
|
+
},
|
|
853
|
+
},
|
|
854
|
+
},
|
|
387
855
|
};
|
|
388
856
|
export const Operation = {
|
|
389
857
|
type: {
|
|
@@ -394,18 +862,18 @@ export const Operation = {
|
|
|
394
862
|
serializedName: "name",
|
|
395
863
|
readOnly: true,
|
|
396
864
|
type: {
|
|
397
|
-
name: "String"
|
|
398
|
-
}
|
|
865
|
+
name: "String",
|
|
866
|
+
},
|
|
399
867
|
},
|
|
400
868
|
display: {
|
|
401
869
|
serializedName: "display",
|
|
402
870
|
type: {
|
|
403
871
|
name: "Composite",
|
|
404
|
-
className: "OperationDisplay"
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
}
|
|
408
|
-
}
|
|
872
|
+
className: "OperationDisplay",
|
|
873
|
+
},
|
|
874
|
+
},
|
|
875
|
+
},
|
|
876
|
+
},
|
|
409
877
|
};
|
|
410
878
|
export const OperationDisplay = {
|
|
411
879
|
type: {
|
|
@@ -415,29 +883,29 @@ export const OperationDisplay = {
|
|
|
415
883
|
provider: {
|
|
416
884
|
serializedName: "provider",
|
|
417
885
|
type: {
|
|
418
|
-
name: "String"
|
|
419
|
-
}
|
|
886
|
+
name: "String",
|
|
887
|
+
},
|
|
420
888
|
},
|
|
421
889
|
resource: {
|
|
422
890
|
serializedName: "resource",
|
|
423
891
|
type: {
|
|
424
|
-
name: "String"
|
|
425
|
-
}
|
|
892
|
+
name: "String",
|
|
893
|
+
},
|
|
426
894
|
},
|
|
427
895
|
operation: {
|
|
428
896
|
serializedName: "operation",
|
|
429
897
|
type: {
|
|
430
|
-
name: "String"
|
|
431
|
-
}
|
|
898
|
+
name: "String",
|
|
899
|
+
},
|
|
432
900
|
},
|
|
433
901
|
description: {
|
|
434
902
|
serializedName: "description",
|
|
435
903
|
type: {
|
|
436
|
-
name: "String"
|
|
437
|
-
}
|
|
438
|
-
}
|
|
439
|
-
}
|
|
440
|
-
}
|
|
904
|
+
name: "String",
|
|
905
|
+
},
|
|
906
|
+
},
|
|
907
|
+
},
|
|
908
|
+
},
|
|
441
909
|
};
|
|
442
910
|
export const TrackedResource = {
|
|
443
911
|
type: {
|
|
@@ -447,16 +915,16 @@ export const TrackedResource = {
|
|
|
447
915
|
serializedName: "tags",
|
|
448
916
|
type: {
|
|
449
917
|
name: "Dictionary",
|
|
450
|
-
value: { type: { name: "String" } }
|
|
451
|
-
}
|
|
918
|
+
value: { type: { name: "String" } },
|
|
919
|
+
},
|
|
452
920
|
}, location: {
|
|
453
921
|
serializedName: "location",
|
|
454
922
|
required: true,
|
|
455
923
|
type: {
|
|
456
|
-
name: "String"
|
|
457
|
-
}
|
|
458
|
-
} })
|
|
459
|
-
}
|
|
924
|
+
name: "String",
|
|
925
|
+
},
|
|
926
|
+
} }),
|
|
927
|
+
},
|
|
460
928
|
};
|
|
461
929
|
export const ConnectedCluster = {
|
|
462
930
|
type: {
|
|
@@ -466,84 +934,26 @@ export const ConnectedCluster = {
|
|
|
466
934
|
serializedName: "identity",
|
|
467
935
|
type: {
|
|
468
936
|
name: "Composite",
|
|
469
|
-
className: "ConnectedClusterIdentity"
|
|
470
|
-
}
|
|
937
|
+
className: "ConnectedClusterIdentity",
|
|
938
|
+
},
|
|
939
|
+
}, kind: {
|
|
940
|
+
serializedName: "kind",
|
|
941
|
+
type: {
|
|
942
|
+
name: "String",
|
|
943
|
+
},
|
|
944
|
+
}, properties: {
|
|
945
|
+
serializedName: "properties",
|
|
946
|
+
type: {
|
|
947
|
+
name: "Composite",
|
|
948
|
+
className: "ConnectedClusterProperties",
|
|
949
|
+
},
|
|
471
950
|
}, systemData: {
|
|
472
951
|
serializedName: "systemData",
|
|
473
952
|
type: {
|
|
474
953
|
name: "Composite",
|
|
475
|
-
className: "SystemData"
|
|
476
|
-
}
|
|
477
|
-
},
|
|
478
|
-
|
|
479
|
-
required: true,
|
|
480
|
-
type: {
|
|
481
|
-
name: "String"
|
|
482
|
-
}
|
|
483
|
-
}, kubernetesVersion: {
|
|
484
|
-
serializedName: "properties.kubernetesVersion",
|
|
485
|
-
readOnly: true,
|
|
486
|
-
type: {
|
|
487
|
-
name: "String"
|
|
488
|
-
}
|
|
489
|
-
}, totalNodeCount: {
|
|
490
|
-
serializedName: "properties.totalNodeCount",
|
|
491
|
-
readOnly: true,
|
|
492
|
-
type: {
|
|
493
|
-
name: "Number"
|
|
494
|
-
}
|
|
495
|
-
}, totalCoreCount: {
|
|
496
|
-
serializedName: "properties.totalCoreCount",
|
|
497
|
-
readOnly: true,
|
|
498
|
-
type: {
|
|
499
|
-
name: "Number"
|
|
500
|
-
}
|
|
501
|
-
}, agentVersion: {
|
|
502
|
-
serializedName: "properties.agentVersion",
|
|
503
|
-
readOnly: true,
|
|
504
|
-
type: {
|
|
505
|
-
name: "String"
|
|
506
|
-
}
|
|
507
|
-
}, provisioningState: {
|
|
508
|
-
serializedName: "properties.provisioningState",
|
|
509
|
-
type: {
|
|
510
|
-
name: "String"
|
|
511
|
-
}
|
|
512
|
-
}, distribution: {
|
|
513
|
-
serializedName: "properties.distribution",
|
|
514
|
-
type: {
|
|
515
|
-
name: "String"
|
|
516
|
-
}
|
|
517
|
-
}, infrastructure: {
|
|
518
|
-
serializedName: "properties.infrastructure",
|
|
519
|
-
type: {
|
|
520
|
-
name: "String"
|
|
521
|
-
}
|
|
522
|
-
}, offering: {
|
|
523
|
-
serializedName: "properties.offering",
|
|
524
|
-
readOnly: true,
|
|
525
|
-
type: {
|
|
526
|
-
name: "String"
|
|
527
|
-
}
|
|
528
|
-
}, managedIdentityCertificateExpirationTime: {
|
|
529
|
-
serializedName: "properties.managedIdentityCertificateExpirationTime",
|
|
530
|
-
readOnly: true,
|
|
531
|
-
type: {
|
|
532
|
-
name: "DateTime"
|
|
533
|
-
}
|
|
534
|
-
}, lastConnectivityTime: {
|
|
535
|
-
serializedName: "properties.lastConnectivityTime",
|
|
536
|
-
readOnly: true,
|
|
537
|
-
type: {
|
|
538
|
-
name: "DateTime"
|
|
539
|
-
}
|
|
540
|
-
}, connectivityStatus: {
|
|
541
|
-
serializedName: "properties.connectivityStatus",
|
|
542
|
-
readOnly: true,
|
|
543
|
-
type: {
|
|
544
|
-
name: "String"
|
|
545
|
-
}
|
|
546
|
-
} })
|
|
547
|
-
}
|
|
954
|
+
className: "SystemData",
|
|
955
|
+
},
|
|
956
|
+
} }),
|
|
957
|
+
},
|
|
548
958
|
};
|
|
549
959
|
//# sourceMappingURL=mappers.js.map
|