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