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