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