@azure/arm-machinelearningcompute 2.1.1 → 3.0.0-beta.1
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 +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -83
- package/dist/index.js +1821 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js +31 -0
- package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js.map +1 -0
- package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteOperationalizationCluster.js +31 -0
- package/dist-esm/samples-dev/deleteOperationalizationCluster.js.map +1 -0
- package/dist-esm/samples-dev/getOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/getOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/getOperationalizationCluster.js +31 -0
- package/dist-esm/samples-dev/getOperationalizationCluster.js.map +1 -0
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js +31 -0
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js.map +1 -0
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js +44 -0
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts +2 -0
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts.map +1 -0
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js +43 -0
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js.map +1 -0
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts +2 -0
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts.map +1 -0
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js +29 -0
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js.map +1 -0
- package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/patchOperationalizationCluster.js +34 -0
- package/dist-esm/samples-dev/patchOperationalizationCluster.js.map +1 -0
- package/dist-esm/samples-dev/putOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/putOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/putOperationalizationCluster.js +54 -0
- package/dist-esm/samples-dev/putOperationalizationCluster.js.map +1 -0
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js +31 -0
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/machineLearningComputeManagementClient.d.ts +19 -0
- package/dist-esm/src/machineLearningComputeManagementClient.d.ts.map +1 -0
- package/dist-esm/src/machineLearningComputeManagementClient.js +52 -0
- package/dist-esm/src/machineLearningComputeManagementClient.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +637 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +101 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +32 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +347 -401
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +14 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +130 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/machineLearningCompute.d.ts +18 -0
- package/dist-esm/src/operations/machineLearningCompute.d.ts.map +1 -0
- package/dist-esm/src/operations/machineLearningCompute.js +43 -0
- package/dist-esm/src/operations/machineLearningCompute.js.map +1 -0
- package/dist-esm/src/operations/operationalizationClusters.d.ts +130 -0
- package/dist-esm/src/operations/operationalizationClusters.d.ts.map +1 -0
- package/dist-esm/src/operations/operationalizationClusters.js +579 -0
- package/dist-esm/src/operations/operationalizationClusters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +3 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/{esm/models/machineLearningComputeMappers.js → dist-esm/src/operationsInterfaces/index.js} +3 -2
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/machineLearningCompute.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/machineLearningCompute.js} +2 -1
- package/dist-esm/src/operationsInterfaces/machineLearningCompute.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationalizationClusters.d.ts +94 -0
- package/dist-esm/src/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationalizationClusters.js +9 -0
- package/dist-esm/src/operationsInterfaces/operationalizationClusters.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +80 -33
- package/review/arm-machinelearningcompute.api.md +545 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/machineLearningComputeManagementClient.ts +68 -34
- package/src/models/index.ts +518 -800
- package/src/models/mappers.ts +357 -411
- package/src/models/parameters.ts +89 -45
- package/src/operations/index.ts +1 -2
- package/src/operations/machineLearningCompute.ts +29 -43
- package/src/operations/operationalizationClusters.ts +589 -461
- package/src/{models/machineLearningComputeMappers.ts → operationsInterfaces/index.ts} +2 -6
- package/src/operationsInterfaces/machineLearningCompute.ts +23 -0
- package/src/operationsInterfaces/operationalizationClusters.ts +189 -0
- package/tsconfig.json +5 -4
- package/types/arm-machinelearningcompute.d.ts +826 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-machinelearningcompute.js +0 -1764
- package/dist/arm-machinelearningcompute.js.map +0 -1
- package/dist/arm-machinelearningcompute.min.js +0 -1
- package/dist/arm-machinelearningcompute.min.js.map +0 -1
- package/esm/machineLearningComputeManagementClient.d.ts +0 -25
- package/esm/machineLearningComputeManagementClient.d.ts.map +0 -1
- package/esm/machineLearningComputeManagementClient.js +0 -38
- package/esm/machineLearningComputeManagementClient.js.map +0 -1
- package/esm/machineLearningComputeManagementClientContext.d.ts +0 -22
- package/esm/machineLearningComputeManagementClientContext.d.ts.map +0 -1
- package/esm/machineLearningComputeManagementClientContext.js +0 -60
- package/esm/machineLearningComputeManagementClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -925
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/machineLearningComputeMappers.d.ts +0 -2
- package/esm/models/machineLearningComputeMappers.d.ts.map +0 -1
- package/esm/models/machineLearningComputeMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -34
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationalizationClustersMappers.d.ts +0 -2
- package/esm/models/operationalizationClustersMappers.d.ts.map +0 -1
- package/esm/models/operationalizationClustersMappers.js +0 -9
- package/esm/models/operationalizationClustersMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -10
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -104
- package/esm/models/parameters.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/machineLearningCompute.d.ts +0 -28
- package/esm/operations/machineLearningCompute.d.ts.map +0 -1
- package/esm/operations/machineLearningCompute.js +0 -50
- package/esm/operations/machineLearningCompute.js.map +0 -1
- package/esm/operations/operationalizationClusters.d.ts +0 -223
- package/esm/operations/operationalizationClusters.d.ts.map +0 -1
- package/esm/operations/operationalizationClusters.js +0 -441
- package/esm/operations/operationalizationClusters.js.map +0 -1
- package/src/machineLearningComputeManagementClientContext.ts +0 -67
- package/src/models/operationalizationClustersMappers.ts +0 -39
package/src/models/mappers.ts
CHANGED
|
@@ -6,101 +6,39 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
import
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
11
10
|
|
|
12
|
-
export const
|
|
13
|
-
export const BaseResource = BaseResourceMapper;
|
|
14
|
-
|
|
15
|
-
export const Resource: msRest.CompositeMapper = {
|
|
16
|
-
serializedName: "Resource",
|
|
17
|
-
type: {
|
|
18
|
-
name: "Composite",
|
|
19
|
-
className: "Resource",
|
|
20
|
-
modelProperties: {
|
|
21
|
-
id: {
|
|
22
|
-
readOnly: true,
|
|
23
|
-
serializedName: "id",
|
|
24
|
-
type: {
|
|
25
|
-
name: "String"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
name: {
|
|
29
|
-
readOnly: true,
|
|
30
|
-
serializedName: "name",
|
|
31
|
-
type: {
|
|
32
|
-
name: "String"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
location: {
|
|
36
|
-
required: true,
|
|
37
|
-
serializedName: "location",
|
|
38
|
-
type: {
|
|
39
|
-
name: "String"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
type: {
|
|
43
|
-
readOnly: true,
|
|
44
|
-
serializedName: "type",
|
|
45
|
-
type: {
|
|
46
|
-
name: "String"
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
tags: {
|
|
50
|
-
serializedName: "tags",
|
|
51
|
-
type: {
|
|
52
|
-
name: "Dictionary",
|
|
53
|
-
value: {
|
|
54
|
-
type: {
|
|
55
|
-
name: "String"
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
};
|
|
63
|
-
|
|
64
|
-
export const ErrorDetail: msRest.CompositeMapper = {
|
|
65
|
-
serializedName: "ErrorDetail",
|
|
11
|
+
export const ErrorResponseWrapper: coreClient.CompositeMapper = {
|
|
66
12
|
type: {
|
|
67
13
|
name: "Composite",
|
|
68
|
-
className: "
|
|
14
|
+
className: "ErrorResponseWrapper",
|
|
69
15
|
modelProperties: {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
serializedName: "code",
|
|
73
|
-
type: {
|
|
74
|
-
name: "String"
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
message: {
|
|
78
|
-
required: true,
|
|
79
|
-
serializedName: "message",
|
|
16
|
+
error: {
|
|
17
|
+
serializedName: "error",
|
|
80
18
|
type: {
|
|
81
|
-
name: "
|
|
19
|
+
name: "Composite",
|
|
20
|
+
className: "ErrorResponse"
|
|
82
21
|
}
|
|
83
22
|
}
|
|
84
23
|
}
|
|
85
24
|
}
|
|
86
25
|
};
|
|
87
26
|
|
|
88
|
-
export const ErrorResponse:
|
|
89
|
-
serializedName: "ErrorResponse",
|
|
27
|
+
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
90
28
|
type: {
|
|
91
29
|
name: "Composite",
|
|
92
30
|
className: "ErrorResponse",
|
|
93
31
|
modelProperties: {
|
|
94
32
|
code: {
|
|
95
|
-
required: true,
|
|
96
33
|
serializedName: "code",
|
|
34
|
+
required: true,
|
|
97
35
|
type: {
|
|
98
36
|
name: "String"
|
|
99
37
|
}
|
|
100
38
|
},
|
|
101
39
|
message: {
|
|
102
|
-
required: true,
|
|
103
40
|
serializedName: "message",
|
|
41
|
+
required: true,
|
|
104
42
|
type: {
|
|
105
43
|
name: "String"
|
|
106
44
|
}
|
|
@@ -121,25 +59,30 @@ export const ErrorResponse: msRest.CompositeMapper = {
|
|
|
121
59
|
}
|
|
122
60
|
};
|
|
123
61
|
|
|
124
|
-
export const
|
|
125
|
-
serializedName: "ErrorResponseWrapper",
|
|
62
|
+
export const ErrorDetail: coreClient.CompositeMapper = {
|
|
126
63
|
type: {
|
|
127
64
|
name: "Composite",
|
|
128
|
-
className: "
|
|
65
|
+
className: "ErrorDetail",
|
|
129
66
|
modelProperties: {
|
|
130
|
-
|
|
131
|
-
serializedName: "
|
|
67
|
+
code: {
|
|
68
|
+
serializedName: "code",
|
|
69
|
+
required: true,
|
|
132
70
|
type: {
|
|
133
|
-
name: "
|
|
134
|
-
|
|
71
|
+
name: "String"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
message: {
|
|
75
|
+
serializedName: "message",
|
|
76
|
+
required: true,
|
|
77
|
+
type: {
|
|
78
|
+
name: "String"
|
|
135
79
|
}
|
|
136
80
|
}
|
|
137
81
|
}
|
|
138
82
|
}
|
|
139
83
|
};
|
|
140
84
|
|
|
141
|
-
export const StorageAccountProperties:
|
|
142
|
-
serializedName: "StorageAccountProperties",
|
|
85
|
+
export const StorageAccountProperties: coreClient.CompositeMapper = {
|
|
143
86
|
type: {
|
|
144
87
|
name: "Composite",
|
|
145
88
|
className: "StorageAccountProperties",
|
|
@@ -154,8 +97,7 @@ export const StorageAccountProperties: msRest.CompositeMapper = {
|
|
|
154
97
|
}
|
|
155
98
|
};
|
|
156
99
|
|
|
157
|
-
export const ContainerRegistryProperties:
|
|
158
|
-
serializedName: "ContainerRegistryProperties",
|
|
100
|
+
export const ContainerRegistryProperties: coreClient.CompositeMapper = {
|
|
159
101
|
type: {
|
|
160
102
|
name: "Composite",
|
|
161
103
|
className: "ContainerRegistryProperties",
|
|
@@ -170,22 +112,69 @@ export const ContainerRegistryProperties: msRest.CompositeMapper = {
|
|
|
170
112
|
}
|
|
171
113
|
};
|
|
172
114
|
|
|
173
|
-
export const
|
|
174
|
-
serializedName: "ServicePrincipalProperties",
|
|
115
|
+
export const AcsClusterProperties: coreClient.CompositeMapper = {
|
|
175
116
|
type: {
|
|
176
117
|
name: "Composite",
|
|
177
|
-
className: "
|
|
118
|
+
className: "AcsClusterProperties",
|
|
178
119
|
modelProperties: {
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
120
|
+
clusterFqdn: {
|
|
121
|
+
serializedName: "clusterFqdn",
|
|
122
|
+
readOnly: true,
|
|
182
123
|
type: {
|
|
183
124
|
name: "String"
|
|
184
125
|
}
|
|
185
126
|
},
|
|
186
|
-
|
|
127
|
+
orchestratorType: {
|
|
128
|
+
serializedName: "orchestratorType",
|
|
187
129
|
required: true,
|
|
188
|
-
|
|
130
|
+
type: {
|
|
131
|
+
name: "String"
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
orchestratorProperties: {
|
|
135
|
+
serializedName: "orchestratorProperties",
|
|
136
|
+
type: {
|
|
137
|
+
name: "Composite",
|
|
138
|
+
className: "KubernetesClusterProperties"
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
systemServices: {
|
|
142
|
+
serializedName: "systemServices",
|
|
143
|
+
type: {
|
|
144
|
+
name: "Sequence",
|
|
145
|
+
element: {
|
|
146
|
+
type: {
|
|
147
|
+
name: "Composite",
|
|
148
|
+
className: "SystemService"
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
masterCount: {
|
|
154
|
+
defaultValue: 1,
|
|
155
|
+
constraints: {
|
|
156
|
+
InclusiveMaximum: 5,
|
|
157
|
+
InclusiveMinimum: 1
|
|
158
|
+
},
|
|
159
|
+
serializedName: "masterCount",
|
|
160
|
+
type: {
|
|
161
|
+
name: "Number"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
agentCount: {
|
|
165
|
+
defaultValue: 2,
|
|
166
|
+
constraints: {
|
|
167
|
+
InclusiveMaximum: 100,
|
|
168
|
+
InclusiveMinimum: 1
|
|
169
|
+
},
|
|
170
|
+
serializedName: "agentCount",
|
|
171
|
+
type: {
|
|
172
|
+
name: "Number"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
agentVmSize: {
|
|
176
|
+
defaultValue: "Standard_D3_v2",
|
|
177
|
+
serializedName: "agentVmSize",
|
|
189
178
|
type: {
|
|
190
179
|
name: "String"
|
|
191
180
|
}
|
|
@@ -194,7 +183,7 @@ export const ServicePrincipalProperties: msRest.CompositeMapper = {
|
|
|
194
183
|
}
|
|
195
184
|
};
|
|
196
185
|
|
|
197
|
-
export const KubernetesClusterProperties:
|
|
186
|
+
export const KubernetesClusterProperties: coreClient.CompositeMapper = {
|
|
198
187
|
serializedName: "Kubernetes",
|
|
199
188
|
type: {
|
|
200
189
|
name: "Composite",
|
|
@@ -211,29 +200,51 @@ export const KubernetesClusterProperties: msRest.CompositeMapper = {
|
|
|
211
200
|
}
|
|
212
201
|
};
|
|
213
202
|
|
|
214
|
-
export const
|
|
215
|
-
|
|
203
|
+
export const ServicePrincipalProperties: coreClient.CompositeMapper = {
|
|
204
|
+
type: {
|
|
205
|
+
name: "Composite",
|
|
206
|
+
className: "ServicePrincipalProperties",
|
|
207
|
+
modelProperties: {
|
|
208
|
+
clientId: {
|
|
209
|
+
serializedName: "clientId",
|
|
210
|
+
required: true,
|
|
211
|
+
type: {
|
|
212
|
+
name: "String"
|
|
213
|
+
}
|
|
214
|
+
},
|
|
215
|
+
secret: {
|
|
216
|
+
serializedName: "secret",
|
|
217
|
+
required: true,
|
|
218
|
+
type: {
|
|
219
|
+
name: "String"
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
};
|
|
225
|
+
|
|
226
|
+
export const SystemService: coreClient.CompositeMapper = {
|
|
216
227
|
type: {
|
|
217
228
|
name: "Composite",
|
|
218
229
|
className: "SystemService",
|
|
219
230
|
modelProperties: {
|
|
220
231
|
systemServiceType: {
|
|
221
|
-
required: true,
|
|
222
232
|
serializedName: "systemServiceType",
|
|
233
|
+
required: true,
|
|
223
234
|
type: {
|
|
224
235
|
name: "String"
|
|
225
236
|
}
|
|
226
237
|
},
|
|
227
238
|
publicIpAddress: {
|
|
228
|
-
readOnly: true,
|
|
229
239
|
serializedName: "publicIpAddress",
|
|
240
|
+
readOnly: true,
|
|
230
241
|
type: {
|
|
231
242
|
name: "String"
|
|
232
243
|
}
|
|
233
244
|
},
|
|
234
245
|
version: {
|
|
235
|
-
readOnly: true,
|
|
236
246
|
serializedName: "version",
|
|
247
|
+
readOnly: true,
|
|
237
248
|
type: {
|
|
238
249
|
name: "String"
|
|
239
250
|
}
|
|
@@ -242,103 +253,65 @@ export const SystemService: msRest.CompositeMapper = {
|
|
|
242
253
|
}
|
|
243
254
|
};
|
|
244
255
|
|
|
245
|
-
export const
|
|
246
|
-
serializedName: "AcsClusterProperties",
|
|
256
|
+
export const AppInsightsProperties: coreClient.CompositeMapper = {
|
|
247
257
|
type: {
|
|
248
258
|
name: "Composite",
|
|
249
|
-
className: "
|
|
259
|
+
className: "AppInsightsProperties",
|
|
250
260
|
modelProperties: {
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
serializedName: "clusterFqdn",
|
|
261
|
+
resourceId: {
|
|
262
|
+
serializedName: "resourceId",
|
|
254
263
|
type: {
|
|
255
264
|
name: "String"
|
|
256
265
|
}
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
};
|
|
270
|
+
|
|
271
|
+
export const GlobalServiceConfiguration: coreClient.CompositeMapper = {
|
|
272
|
+
type: {
|
|
273
|
+
name: "Composite",
|
|
274
|
+
className: "GlobalServiceConfiguration",
|
|
275
|
+
additionalProperties: { type: { name: "Object" } },
|
|
276
|
+
modelProperties: {
|
|
277
|
+
etag: {
|
|
278
|
+
serializedName: "etag",
|
|
261
279
|
type: {
|
|
262
280
|
name: "String"
|
|
263
281
|
}
|
|
264
282
|
},
|
|
265
|
-
|
|
266
|
-
serializedName: "
|
|
283
|
+
ssl: {
|
|
284
|
+
serializedName: "ssl",
|
|
267
285
|
type: {
|
|
268
286
|
name: "Composite",
|
|
269
|
-
className: "
|
|
270
|
-
}
|
|
271
|
-
},
|
|
272
|
-
systemServices: {
|
|
273
|
-
serializedName: "systemServices",
|
|
274
|
-
type: {
|
|
275
|
-
name: "Sequence",
|
|
276
|
-
element: {
|
|
277
|
-
type: {
|
|
278
|
-
name: "Composite",
|
|
279
|
-
className: "SystemService"
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
},
|
|
284
|
-
masterCount: {
|
|
285
|
-
serializedName: "masterCount",
|
|
286
|
-
defaultValue: 1,
|
|
287
|
-
constraints: {
|
|
288
|
-
InclusiveMaximum: 5,
|
|
289
|
-
InclusiveMinimum: 1
|
|
290
|
-
},
|
|
291
|
-
type: {
|
|
292
|
-
name: "Number"
|
|
287
|
+
className: "SslConfiguration"
|
|
293
288
|
}
|
|
294
289
|
},
|
|
295
|
-
|
|
296
|
-
serializedName: "
|
|
297
|
-
defaultValue: 2,
|
|
298
|
-
constraints: {
|
|
299
|
-
InclusiveMaximum: 100,
|
|
300
|
-
InclusiveMinimum: 1
|
|
301
|
-
},
|
|
290
|
+
serviceAuth: {
|
|
291
|
+
serializedName: "serviceAuth",
|
|
302
292
|
type: {
|
|
303
|
-
name: "
|
|
293
|
+
name: "Composite",
|
|
294
|
+
className: "ServiceAuthConfiguration"
|
|
304
295
|
}
|
|
305
296
|
},
|
|
306
|
-
|
|
307
|
-
serializedName: "
|
|
308
|
-
defaultValue: 'Standard_D3_v2',
|
|
309
|
-
type: {
|
|
310
|
-
name: "String"
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
};
|
|
316
|
-
|
|
317
|
-
export const AppInsightsProperties: msRest.CompositeMapper = {
|
|
318
|
-
serializedName: "AppInsightsProperties",
|
|
319
|
-
type: {
|
|
320
|
-
name: "Composite",
|
|
321
|
-
className: "AppInsightsProperties",
|
|
322
|
-
modelProperties: {
|
|
323
|
-
resourceId: {
|
|
324
|
-
serializedName: "resourceId",
|
|
297
|
+
autoScale: {
|
|
298
|
+
serializedName: "autoScale",
|
|
325
299
|
type: {
|
|
326
|
-
name: "
|
|
300
|
+
name: "Composite",
|
|
301
|
+
className: "AutoScaleConfiguration"
|
|
327
302
|
}
|
|
328
303
|
}
|
|
329
304
|
}
|
|
330
305
|
}
|
|
331
306
|
};
|
|
332
307
|
|
|
333
|
-
export const SslConfiguration:
|
|
334
|
-
serializedName: "SslConfiguration",
|
|
308
|
+
export const SslConfiguration: coreClient.CompositeMapper = {
|
|
335
309
|
type: {
|
|
336
310
|
name: "Composite",
|
|
337
311
|
className: "SslConfiguration",
|
|
338
312
|
modelProperties: {
|
|
339
313
|
status: {
|
|
340
314
|
serializedName: "status",
|
|
341
|
-
defaultValue: 'Enabled',
|
|
342
315
|
type: {
|
|
343
316
|
name: "String"
|
|
344
317
|
}
|
|
@@ -365,22 +338,21 @@ export const SslConfiguration: msRest.CompositeMapper = {
|
|
|
365
338
|
}
|
|
366
339
|
};
|
|
367
340
|
|
|
368
|
-
export const ServiceAuthConfiguration:
|
|
369
|
-
serializedName: "ServiceAuthConfiguration",
|
|
341
|
+
export const ServiceAuthConfiguration: coreClient.CompositeMapper = {
|
|
370
342
|
type: {
|
|
371
343
|
name: "Composite",
|
|
372
344
|
className: "ServiceAuthConfiguration",
|
|
373
345
|
modelProperties: {
|
|
374
346
|
primaryAuthKeyHash: {
|
|
375
|
-
required: true,
|
|
376
347
|
serializedName: "primaryAuthKeyHash",
|
|
348
|
+
required: true,
|
|
377
349
|
type: {
|
|
378
350
|
name: "String"
|
|
379
351
|
}
|
|
380
352
|
},
|
|
381
353
|
secondaryAuthKeyHash: {
|
|
382
|
-
required: true,
|
|
383
354
|
serializedName: "secondaryAuthKeyHash",
|
|
355
|
+
required: true,
|
|
384
356
|
type: {
|
|
385
357
|
name: "String"
|
|
386
358
|
}
|
|
@@ -389,35 +361,33 @@ export const ServiceAuthConfiguration: msRest.CompositeMapper = {
|
|
|
389
361
|
}
|
|
390
362
|
};
|
|
391
363
|
|
|
392
|
-
export const AutoScaleConfiguration:
|
|
393
|
-
serializedName: "AutoScaleConfiguration",
|
|
364
|
+
export const AutoScaleConfiguration: coreClient.CompositeMapper = {
|
|
394
365
|
type: {
|
|
395
366
|
name: "Composite",
|
|
396
367
|
className: "AutoScaleConfiguration",
|
|
397
368
|
modelProperties: {
|
|
398
369
|
status: {
|
|
399
370
|
serializedName: "status",
|
|
400
|
-
defaultValue: 'Disabled',
|
|
401
371
|
type: {
|
|
402
372
|
name: "String"
|
|
403
373
|
}
|
|
404
374
|
},
|
|
405
375
|
minReplicas: {
|
|
406
|
-
serializedName: "minReplicas",
|
|
407
376
|
defaultValue: 1,
|
|
408
377
|
constraints: {
|
|
409
378
|
InclusiveMinimum: 1
|
|
410
379
|
},
|
|
380
|
+
serializedName: "minReplicas",
|
|
411
381
|
type: {
|
|
412
382
|
name: "Number"
|
|
413
383
|
}
|
|
414
384
|
},
|
|
415
385
|
maxReplicas: {
|
|
416
|
-
serializedName: "maxReplicas",
|
|
417
386
|
defaultValue: 100,
|
|
418
387
|
constraints: {
|
|
419
388
|
InclusiveMinimum: 1
|
|
420
389
|
},
|
|
390
|
+
serializedName: "maxReplicas",
|
|
421
391
|
type: {
|
|
422
392
|
name: "Number"
|
|
423
393
|
}
|
|
@@ -438,190 +408,139 @@ export const AutoScaleConfiguration: msRest.CompositeMapper = {
|
|
|
438
408
|
}
|
|
439
409
|
};
|
|
440
410
|
|
|
441
|
-
export const
|
|
442
|
-
serializedName: "GlobalServiceConfiguration",
|
|
411
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
443
412
|
type: {
|
|
444
413
|
name: "Composite",
|
|
445
|
-
className: "
|
|
414
|
+
className: "Resource",
|
|
446
415
|
modelProperties: {
|
|
447
|
-
|
|
448
|
-
serializedName: "
|
|
416
|
+
id: {
|
|
417
|
+
serializedName: "id",
|
|
418
|
+
readOnly: true,
|
|
449
419
|
type: {
|
|
450
420
|
name: "String"
|
|
451
421
|
}
|
|
452
422
|
},
|
|
453
|
-
|
|
454
|
-
serializedName: "
|
|
423
|
+
name: {
|
|
424
|
+
serializedName: "name",
|
|
425
|
+
readOnly: true,
|
|
455
426
|
type: {
|
|
456
|
-
name: "
|
|
457
|
-
className: "SslConfiguration"
|
|
427
|
+
name: "String"
|
|
458
428
|
}
|
|
459
429
|
},
|
|
460
|
-
|
|
461
|
-
serializedName: "
|
|
430
|
+
location: {
|
|
431
|
+
serializedName: "location",
|
|
432
|
+
required: true,
|
|
462
433
|
type: {
|
|
463
|
-
name: "
|
|
464
|
-
className: "ServiceAuthConfiguration"
|
|
434
|
+
name: "String"
|
|
465
435
|
}
|
|
466
436
|
},
|
|
467
|
-
|
|
468
|
-
serializedName: "
|
|
437
|
+
type: {
|
|
438
|
+
serializedName: "type",
|
|
439
|
+
readOnly: true,
|
|
469
440
|
type: {
|
|
470
|
-
name: "
|
|
471
|
-
|
|
441
|
+
name: "String"
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
tags: {
|
|
445
|
+
serializedName: "tags",
|
|
446
|
+
type: {
|
|
447
|
+
name: "Dictionary",
|
|
448
|
+
value: { type: { name: "String" } }
|
|
472
449
|
}
|
|
473
|
-
}
|
|
474
|
-
},
|
|
475
|
-
additionalProperties: {
|
|
476
|
-
type: {
|
|
477
|
-
name: "Object"
|
|
478
450
|
}
|
|
479
451
|
}
|
|
480
452
|
}
|
|
481
453
|
};
|
|
482
454
|
|
|
483
|
-
export const
|
|
484
|
-
serializedName: "OperationalizationCluster",
|
|
455
|
+
export const OperationalizationClusterUpdateParameters: coreClient.CompositeMapper = {
|
|
485
456
|
type: {
|
|
486
457
|
name: "Composite",
|
|
487
|
-
className: "
|
|
458
|
+
className: "OperationalizationClusterUpdateParameters",
|
|
488
459
|
modelProperties: {
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
serializedName: "properties.description",
|
|
492
|
-
type: {
|
|
493
|
-
name: "String"
|
|
494
|
-
}
|
|
495
|
-
},
|
|
496
|
-
createdOn: {
|
|
497
|
-
readOnly: true,
|
|
498
|
-
serializedName: "properties.createdOn",
|
|
499
|
-
type: {
|
|
500
|
-
name: "DateTime"
|
|
501
|
-
}
|
|
502
|
-
},
|
|
503
|
-
modifiedOn: {
|
|
504
|
-
readOnly: true,
|
|
505
|
-
serializedName: "properties.modifiedOn",
|
|
506
|
-
type: {
|
|
507
|
-
name: "DateTime"
|
|
508
|
-
}
|
|
509
|
-
},
|
|
510
|
-
provisioningState: {
|
|
511
|
-
readOnly: true,
|
|
512
|
-
serializedName: "properties.provisioningState",
|
|
513
|
-
type: {
|
|
514
|
-
name: "String"
|
|
515
|
-
}
|
|
516
|
-
},
|
|
517
|
-
provisioningErrors: {
|
|
518
|
-
readOnly: true,
|
|
519
|
-
serializedName: "properties.provisioningErrors",
|
|
520
|
-
type: {
|
|
521
|
-
name: "Sequence",
|
|
522
|
-
element: {
|
|
523
|
-
type: {
|
|
524
|
-
name: "Composite",
|
|
525
|
-
className: "ErrorResponseWrapper"
|
|
526
|
-
}
|
|
527
|
-
}
|
|
528
|
-
}
|
|
529
|
-
},
|
|
530
|
-
clusterType: {
|
|
531
|
-
required: true,
|
|
532
|
-
serializedName: "properties.clusterType",
|
|
460
|
+
tags: {
|
|
461
|
+
serializedName: "tags",
|
|
533
462
|
type: {
|
|
534
|
-
name: "
|
|
463
|
+
name: "Dictionary",
|
|
464
|
+
value: { type: { name: "String" } }
|
|
535
465
|
}
|
|
536
|
-
}
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
};
|
|
470
|
+
|
|
471
|
+
export const OperationalizationClusterCredentials: coreClient.CompositeMapper = {
|
|
472
|
+
type: {
|
|
473
|
+
name: "Composite",
|
|
474
|
+
className: "OperationalizationClusterCredentials",
|
|
475
|
+
modelProperties: {
|
|
537
476
|
storageAccount: {
|
|
538
|
-
serializedName: "
|
|
477
|
+
serializedName: "storageAccount",
|
|
539
478
|
type: {
|
|
540
479
|
name: "Composite",
|
|
541
|
-
className: "
|
|
480
|
+
className: "StorageAccountCredentials"
|
|
542
481
|
}
|
|
543
482
|
},
|
|
544
483
|
containerRegistry: {
|
|
545
|
-
serializedName: "
|
|
484
|
+
serializedName: "containerRegistry",
|
|
546
485
|
type: {
|
|
547
486
|
name: "Composite",
|
|
548
|
-
className: "
|
|
487
|
+
className: "ContainerRegistryCredentials"
|
|
549
488
|
}
|
|
550
489
|
},
|
|
551
490
|
containerService: {
|
|
552
|
-
serializedName: "
|
|
491
|
+
serializedName: "containerService",
|
|
553
492
|
type: {
|
|
554
493
|
name: "Composite",
|
|
555
|
-
className: "
|
|
494
|
+
className: "ContainerServiceCredentials"
|
|
556
495
|
}
|
|
557
496
|
},
|
|
558
497
|
appInsights: {
|
|
559
|
-
serializedName: "
|
|
560
|
-
type: {
|
|
561
|
-
name: "Composite",
|
|
562
|
-
className: "AppInsightsProperties"
|
|
563
|
-
}
|
|
564
|
-
},
|
|
565
|
-
globalServiceConfiguration: {
|
|
566
|
-
serializedName: "properties.globalServiceConfiguration",
|
|
498
|
+
serializedName: "appInsights",
|
|
567
499
|
type: {
|
|
568
500
|
name: "Composite",
|
|
569
|
-
className: "
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
}
|
|
575
|
-
}
|
|
576
|
-
}
|
|
577
|
-
}
|
|
578
|
-
}
|
|
579
|
-
};
|
|
580
|
-
|
|
581
|
-
export const OperationalizationClusterUpdateParameters: msRest.CompositeMapper = {
|
|
582
|
-
serializedName: "OperationalizationClusterUpdateParameters",
|
|
583
|
-
type: {
|
|
584
|
-
name: "Composite",
|
|
585
|
-
className: "OperationalizationClusterUpdateParameters",
|
|
586
|
-
modelProperties: {
|
|
587
|
-
tags: {
|
|
588
|
-
serializedName: "tags",
|
|
501
|
+
className: "AppInsightsCredentials"
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
serviceAuthConfiguration: {
|
|
505
|
+
serializedName: "serviceAuthConfiguration",
|
|
589
506
|
type: {
|
|
590
|
-
name: "
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
507
|
+
name: "Composite",
|
|
508
|
+
className: "ServiceAuthConfiguration"
|
|
509
|
+
}
|
|
510
|
+
},
|
|
511
|
+
sslConfiguration: {
|
|
512
|
+
serializedName: "sslConfiguration",
|
|
513
|
+
type: {
|
|
514
|
+
name: "Composite",
|
|
515
|
+
className: "SslConfiguration"
|
|
596
516
|
}
|
|
597
517
|
}
|
|
598
518
|
}
|
|
599
519
|
}
|
|
600
520
|
};
|
|
601
521
|
|
|
602
|
-
export const StorageAccountCredentials:
|
|
603
|
-
serializedName: "StorageAccountCredentials",
|
|
522
|
+
export const StorageAccountCredentials: coreClient.CompositeMapper = {
|
|
604
523
|
type: {
|
|
605
524
|
name: "Composite",
|
|
606
525
|
className: "StorageAccountCredentials",
|
|
607
526
|
modelProperties: {
|
|
608
527
|
resourceId: {
|
|
609
|
-
readOnly: true,
|
|
610
528
|
serializedName: "resourceId",
|
|
529
|
+
readOnly: true,
|
|
611
530
|
type: {
|
|
612
531
|
name: "String"
|
|
613
532
|
}
|
|
614
533
|
},
|
|
615
534
|
primaryKey: {
|
|
616
|
-
readOnly: true,
|
|
617
535
|
serializedName: "primaryKey",
|
|
536
|
+
readOnly: true,
|
|
618
537
|
type: {
|
|
619
538
|
name: "String"
|
|
620
539
|
}
|
|
621
540
|
},
|
|
622
541
|
secondaryKey: {
|
|
623
|
-
readOnly: true,
|
|
624
542
|
serializedName: "secondaryKey",
|
|
543
|
+
readOnly: true,
|
|
625
544
|
type: {
|
|
626
545
|
name: "String"
|
|
627
546
|
}
|
|
@@ -630,36 +549,35 @@ export const StorageAccountCredentials: msRest.CompositeMapper = {
|
|
|
630
549
|
}
|
|
631
550
|
};
|
|
632
551
|
|
|
633
|
-
export const ContainerRegistryCredentials:
|
|
634
|
-
serializedName: "ContainerRegistryCredentials",
|
|
552
|
+
export const ContainerRegistryCredentials: coreClient.CompositeMapper = {
|
|
635
553
|
type: {
|
|
636
554
|
name: "Composite",
|
|
637
555
|
className: "ContainerRegistryCredentials",
|
|
638
556
|
modelProperties: {
|
|
639
557
|
loginServer: {
|
|
640
|
-
readOnly: true,
|
|
641
558
|
serializedName: "loginServer",
|
|
559
|
+
readOnly: true,
|
|
642
560
|
type: {
|
|
643
561
|
name: "String"
|
|
644
562
|
}
|
|
645
563
|
},
|
|
646
564
|
password: {
|
|
647
|
-
readOnly: true,
|
|
648
565
|
serializedName: "password",
|
|
566
|
+
readOnly: true,
|
|
649
567
|
type: {
|
|
650
568
|
name: "String"
|
|
651
569
|
}
|
|
652
570
|
},
|
|
653
571
|
password2: {
|
|
654
|
-
readOnly: true,
|
|
655
572
|
serializedName: "password2",
|
|
573
|
+
readOnly: true,
|
|
656
574
|
type: {
|
|
657
575
|
name: "String"
|
|
658
576
|
}
|
|
659
577
|
},
|
|
660
578
|
username: {
|
|
661
|
-
readOnly: true,
|
|
662
579
|
serializedName: "username",
|
|
580
|
+
readOnly: true,
|
|
663
581
|
type: {
|
|
664
582
|
name: "String"
|
|
665
583
|
}
|
|
@@ -668,21 +586,19 @@ export const ContainerRegistryCredentials: msRest.CompositeMapper = {
|
|
|
668
586
|
}
|
|
669
587
|
};
|
|
670
588
|
|
|
671
|
-
export const ContainerServiceCredentials:
|
|
672
|
-
serializedName: "ContainerServiceCredentials",
|
|
589
|
+
export const ContainerServiceCredentials: coreClient.CompositeMapper = {
|
|
673
590
|
type: {
|
|
674
591
|
name: "Composite",
|
|
675
592
|
className: "ContainerServiceCredentials",
|
|
676
593
|
modelProperties: {
|
|
677
594
|
acsKubeConfig: {
|
|
678
|
-
readOnly: true,
|
|
679
595
|
serializedName: "acsKubeConfig",
|
|
596
|
+
readOnly: true,
|
|
680
597
|
type: {
|
|
681
598
|
name: "String"
|
|
682
599
|
}
|
|
683
600
|
},
|
|
684
601
|
servicePrincipalConfiguration: {
|
|
685
|
-
readOnly: true,
|
|
686
602
|
serializedName: "servicePrincipalConfiguration",
|
|
687
603
|
type: {
|
|
688
604
|
name: "Composite",
|
|
@@ -690,8 +606,8 @@ export const ContainerServiceCredentials: msRest.CompositeMapper = {
|
|
|
690
606
|
}
|
|
691
607
|
},
|
|
692
608
|
imagePullSecretName: {
|
|
693
|
-
readOnly: true,
|
|
694
609
|
serializedName: "imagePullSecretName",
|
|
610
|
+
readOnly: true,
|
|
695
611
|
type: {
|
|
696
612
|
name: "String"
|
|
697
613
|
}
|
|
@@ -700,8 +616,7 @@ export const ContainerServiceCredentials: msRest.CompositeMapper = {
|
|
|
700
616
|
}
|
|
701
617
|
};
|
|
702
618
|
|
|
703
|
-
export const AppInsightsCredentials:
|
|
704
|
-
serializedName: "AppInsightsCredentials",
|
|
619
|
+
export const AppInsightsCredentials: coreClient.CompositeMapper = {
|
|
705
620
|
type: {
|
|
706
621
|
name: "Composite",
|
|
707
622
|
className: "AppInsightsCredentials",
|
|
@@ -722,108 +637,129 @@ export const AppInsightsCredentials: msRest.CompositeMapper = {
|
|
|
722
637
|
}
|
|
723
638
|
};
|
|
724
639
|
|
|
725
|
-
export const
|
|
726
|
-
serializedName: "OperationalizationClusterCredentials",
|
|
640
|
+
export const CheckSystemServicesUpdatesAvailableResponse: coreClient.CompositeMapper = {
|
|
727
641
|
type: {
|
|
728
642
|
name: "Composite",
|
|
729
|
-
className: "
|
|
643
|
+
className: "CheckSystemServicesUpdatesAvailableResponse",
|
|
730
644
|
modelProperties: {
|
|
731
|
-
|
|
732
|
-
serializedName: "
|
|
645
|
+
updatesAvailable: {
|
|
646
|
+
serializedName: "updatesAvailable",
|
|
647
|
+
readOnly: true,
|
|
733
648
|
type: {
|
|
734
|
-
name: "
|
|
735
|
-
className: "StorageAccountCredentials"
|
|
649
|
+
name: "String"
|
|
736
650
|
}
|
|
737
|
-
}
|
|
738
|
-
|
|
739
|
-
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
};
|
|
655
|
+
|
|
656
|
+
export const UpdateSystemServicesResponse: coreClient.CompositeMapper = {
|
|
657
|
+
type: {
|
|
658
|
+
name: "Composite",
|
|
659
|
+
className: "UpdateSystemServicesResponse",
|
|
660
|
+
modelProperties: {
|
|
661
|
+
updateStatus: {
|
|
662
|
+
serializedName: "updateStatus",
|
|
663
|
+
readOnly: true,
|
|
740
664
|
type: {
|
|
741
|
-
name: "
|
|
742
|
-
className: "ContainerRegistryCredentials"
|
|
665
|
+
name: "String"
|
|
743
666
|
}
|
|
744
667
|
},
|
|
745
|
-
|
|
746
|
-
serializedName: "
|
|
668
|
+
updateStartedOn: {
|
|
669
|
+
serializedName: "updateStartedOn",
|
|
670
|
+
readOnly: true,
|
|
747
671
|
type: {
|
|
748
|
-
name: "
|
|
749
|
-
className: "ContainerServiceCredentials"
|
|
672
|
+
name: "DateTime"
|
|
750
673
|
}
|
|
751
674
|
},
|
|
752
|
-
|
|
753
|
-
serializedName: "
|
|
675
|
+
updateCompletedOn: {
|
|
676
|
+
serializedName: "updateCompletedOn",
|
|
677
|
+
readOnly: true,
|
|
754
678
|
type: {
|
|
755
|
-
name: "
|
|
756
|
-
className: "AppInsightsCredentials"
|
|
679
|
+
name: "DateTime"
|
|
757
680
|
}
|
|
758
|
-
}
|
|
759
|
-
|
|
760
|
-
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
};
|
|
685
|
+
|
|
686
|
+
export const PaginatedOperationalizationClustersList: coreClient.CompositeMapper = {
|
|
687
|
+
type: {
|
|
688
|
+
name: "Composite",
|
|
689
|
+
className: "PaginatedOperationalizationClustersList",
|
|
690
|
+
modelProperties: {
|
|
691
|
+
value: {
|
|
692
|
+
serializedName: "value",
|
|
761
693
|
type: {
|
|
762
|
-
name: "
|
|
763
|
-
|
|
694
|
+
name: "Sequence",
|
|
695
|
+
element: {
|
|
696
|
+
type: {
|
|
697
|
+
name: "Composite",
|
|
698
|
+
className: "OperationalizationCluster"
|
|
699
|
+
}
|
|
700
|
+
}
|
|
764
701
|
}
|
|
765
702
|
},
|
|
766
|
-
|
|
767
|
-
serializedName: "
|
|
703
|
+
nextLink: {
|
|
704
|
+
serializedName: "nextLink",
|
|
768
705
|
type: {
|
|
769
|
-
name: "
|
|
770
|
-
className: "SslConfiguration"
|
|
706
|
+
name: "String"
|
|
771
707
|
}
|
|
772
708
|
}
|
|
773
709
|
}
|
|
774
710
|
}
|
|
775
711
|
};
|
|
776
712
|
|
|
777
|
-
export const
|
|
778
|
-
serializedName: "CheckSystemServicesUpdatesAvailableResponse",
|
|
713
|
+
export const AvailableOperations: coreClient.CompositeMapper = {
|
|
779
714
|
type: {
|
|
780
715
|
name: "Composite",
|
|
781
|
-
className: "
|
|
716
|
+
className: "AvailableOperations",
|
|
782
717
|
modelProperties: {
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
serializedName: "updatesAvailable",
|
|
718
|
+
value: {
|
|
719
|
+
serializedName: "value",
|
|
786
720
|
type: {
|
|
787
|
-
name: "
|
|
721
|
+
name: "Sequence",
|
|
722
|
+
element: {
|
|
723
|
+
type: {
|
|
724
|
+
name: "Composite",
|
|
725
|
+
className: "ResourceOperation"
|
|
726
|
+
}
|
|
727
|
+
}
|
|
788
728
|
}
|
|
789
729
|
}
|
|
790
730
|
}
|
|
791
731
|
}
|
|
792
732
|
};
|
|
793
733
|
|
|
794
|
-
export const
|
|
795
|
-
serializedName: "UpdateSystemServicesResponse",
|
|
734
|
+
export const ResourceOperation: coreClient.CompositeMapper = {
|
|
796
735
|
type: {
|
|
797
736
|
name: "Composite",
|
|
798
|
-
className: "
|
|
737
|
+
className: "ResourceOperation",
|
|
799
738
|
modelProperties: {
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
serializedName: "updateStatus",
|
|
739
|
+
name: {
|
|
740
|
+
serializedName: "name",
|
|
803
741
|
type: {
|
|
804
742
|
name: "String"
|
|
805
743
|
}
|
|
806
744
|
},
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
serializedName: "updateStartedOn",
|
|
745
|
+
display: {
|
|
746
|
+
serializedName: "display",
|
|
810
747
|
type: {
|
|
811
|
-
name: "
|
|
748
|
+
name: "Composite",
|
|
749
|
+
className: "ResourceOperationDisplay"
|
|
812
750
|
}
|
|
813
751
|
},
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
serializedName: "updateCompletedOn",
|
|
752
|
+
origin: {
|
|
753
|
+
serializedName: "origin",
|
|
817
754
|
type: {
|
|
818
|
-
name: "
|
|
755
|
+
name: "String"
|
|
819
756
|
}
|
|
820
757
|
}
|
|
821
758
|
}
|
|
822
759
|
}
|
|
823
760
|
};
|
|
824
761
|
|
|
825
|
-
export const ResourceOperationDisplay:
|
|
826
|
-
serializedName: "ResourceOperation_display",
|
|
762
|
+
export const ResourceOperationDisplay: coreClient.CompositeMapper = {
|
|
827
763
|
type: {
|
|
828
764
|
name: "Composite",
|
|
829
765
|
className: "ResourceOperationDisplay",
|
|
@@ -856,59 +792,98 @@ export const ResourceOperationDisplay: msRest.CompositeMapper = {
|
|
|
856
792
|
}
|
|
857
793
|
};
|
|
858
794
|
|
|
859
|
-
export const
|
|
860
|
-
serializedName: "ResourceOperation",
|
|
795
|
+
export const OperationalizationCluster: coreClient.CompositeMapper = {
|
|
861
796
|
type: {
|
|
862
797
|
name: "Composite",
|
|
863
|
-
className: "
|
|
798
|
+
className: "OperationalizationCluster",
|
|
864
799
|
modelProperties: {
|
|
865
|
-
|
|
866
|
-
|
|
800
|
+
...Resource.type.modelProperties,
|
|
801
|
+
description: {
|
|
802
|
+
serializedName: "properties.description",
|
|
867
803
|
type: {
|
|
868
804
|
name: "String"
|
|
869
805
|
}
|
|
870
806
|
},
|
|
871
|
-
|
|
872
|
-
serializedName: "
|
|
807
|
+
createdOn: {
|
|
808
|
+
serializedName: "properties.createdOn",
|
|
809
|
+
readOnly: true,
|
|
873
810
|
type: {
|
|
874
|
-
name: "
|
|
875
|
-
className: "ResourceOperationDisplay"
|
|
811
|
+
name: "DateTime"
|
|
876
812
|
}
|
|
877
813
|
},
|
|
878
|
-
|
|
879
|
-
serializedName: "
|
|
814
|
+
modifiedOn: {
|
|
815
|
+
serializedName: "properties.modifiedOn",
|
|
816
|
+
readOnly: true,
|
|
817
|
+
type: {
|
|
818
|
+
name: "DateTime"
|
|
819
|
+
}
|
|
820
|
+
},
|
|
821
|
+
provisioningState: {
|
|
822
|
+
serializedName: "properties.provisioningState",
|
|
823
|
+
readOnly: true,
|
|
880
824
|
type: {
|
|
881
825
|
name: "String"
|
|
882
826
|
}
|
|
883
|
-
}
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
export const AvailableOperations: msRest.CompositeMapper = {
|
|
889
|
-
serializedName: "AvailableOperations",
|
|
890
|
-
type: {
|
|
891
|
-
name: "Composite",
|
|
892
|
-
className: "AvailableOperations",
|
|
893
|
-
modelProperties: {
|
|
894
|
-
value: {
|
|
895
|
-
serializedName: "value",
|
|
827
|
+
},
|
|
828
|
+
provisioningErrors: {
|
|
829
|
+
serializedName: "properties.provisioningErrors",
|
|
830
|
+
readOnly: true,
|
|
896
831
|
type: {
|
|
897
832
|
name: "Sequence",
|
|
898
833
|
element: {
|
|
899
834
|
type: {
|
|
900
835
|
name: "Composite",
|
|
901
|
-
className: "
|
|
836
|
+
className: "ErrorResponseWrapper"
|
|
902
837
|
}
|
|
903
838
|
}
|
|
904
839
|
}
|
|
840
|
+
},
|
|
841
|
+
clusterType: {
|
|
842
|
+
serializedName: "properties.clusterType",
|
|
843
|
+
type: {
|
|
844
|
+
name: "String"
|
|
845
|
+
}
|
|
846
|
+
},
|
|
847
|
+
storageAccount: {
|
|
848
|
+
serializedName: "properties.storageAccount",
|
|
849
|
+
type: {
|
|
850
|
+
name: "Composite",
|
|
851
|
+
className: "StorageAccountProperties"
|
|
852
|
+
}
|
|
853
|
+
},
|
|
854
|
+
containerRegistry: {
|
|
855
|
+
serializedName: "properties.containerRegistry",
|
|
856
|
+
type: {
|
|
857
|
+
name: "Composite",
|
|
858
|
+
className: "ContainerRegistryProperties"
|
|
859
|
+
}
|
|
860
|
+
},
|
|
861
|
+
containerService: {
|
|
862
|
+
serializedName: "properties.containerService",
|
|
863
|
+
type: {
|
|
864
|
+
name: "Composite",
|
|
865
|
+
className: "AcsClusterProperties"
|
|
866
|
+
}
|
|
867
|
+
},
|
|
868
|
+
appInsights: {
|
|
869
|
+
serializedName: "properties.appInsights",
|
|
870
|
+
type: {
|
|
871
|
+
name: "Composite",
|
|
872
|
+
className: "AppInsightsProperties"
|
|
873
|
+
}
|
|
874
|
+
},
|
|
875
|
+
globalServiceConfiguration: {
|
|
876
|
+
serializedName: "properties.globalServiceConfiguration",
|
|
877
|
+
type: {
|
|
878
|
+
name: "Composite",
|
|
879
|
+
className: "GlobalServiceConfiguration"
|
|
880
|
+
}
|
|
905
881
|
}
|
|
906
882
|
}
|
|
907
883
|
}
|
|
908
884
|
};
|
|
909
885
|
|
|
910
|
-
export const OperationalizationClustersDeleteHeaders:
|
|
911
|
-
serializedName: "operationalizationclusters-delete-headers",
|
|
886
|
+
export const OperationalizationClustersDeleteHeaders: coreClient.CompositeMapper = {
|
|
912
887
|
type: {
|
|
913
888
|
name: "Composite",
|
|
914
889
|
className: "OperationalizationClustersDeleteHeaders",
|
|
@@ -923,8 +898,7 @@ export const OperationalizationClustersDeleteHeaders: msRest.CompositeMapper = {
|
|
|
923
898
|
}
|
|
924
899
|
};
|
|
925
900
|
|
|
926
|
-
export const OperationalizationClustersUpdateSystemServicesHeaders:
|
|
927
|
-
serializedName: "operationalizationclusters-updatesystemservices-headers",
|
|
901
|
+
export const OperationalizationClustersUpdateSystemServicesHeaders: coreClient.CompositeMapper = {
|
|
928
902
|
type: {
|
|
929
903
|
name: "Composite",
|
|
930
904
|
className: "OperationalizationClustersUpdateSystemServicesHeaders",
|
|
@@ -938,31 +912,3 @@ export const OperationalizationClustersUpdateSystemServicesHeaders: msRest.Compo
|
|
|
938
912
|
}
|
|
939
913
|
}
|
|
940
914
|
};
|
|
941
|
-
|
|
942
|
-
export const PaginatedOperationalizationClustersList: msRest.CompositeMapper = {
|
|
943
|
-
serializedName: "PaginatedOperationalizationClustersList",
|
|
944
|
-
type: {
|
|
945
|
-
name: "Composite",
|
|
946
|
-
className: "PaginatedOperationalizationClustersList",
|
|
947
|
-
modelProperties: {
|
|
948
|
-
value: {
|
|
949
|
-
serializedName: "",
|
|
950
|
-
type: {
|
|
951
|
-
name: "Sequence",
|
|
952
|
-
element: {
|
|
953
|
-
type: {
|
|
954
|
-
name: "Composite",
|
|
955
|
-
className: "OperationalizationCluster"
|
|
956
|
-
}
|
|
957
|
-
}
|
|
958
|
-
}
|
|
959
|
-
},
|
|
960
|
-
nextLink: {
|
|
961
|
-
serializedName: "nextLink",
|
|
962
|
-
type: {
|
|
963
|
-
name: "String"
|
|
964
|
-
}
|
|
965
|
-
}
|
|
966
|
-
}
|
|
967
|
-
}
|
|
968
|
-
};
|