@azure/arm-containerinstance 9.1.1-alpha.20241023.1 → 9.2.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 +41 -10
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +1855 -966
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.js +40 -0
- package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.js +55 -0
- package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.js +260 -0
- package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.js +39 -0
- package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfilesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesGetSample.js +58 -0
- package/dist-esm/samples-dev/containerGroupProfilesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.js +54 -0
- package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfilesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesListSample.js +53 -0
- package/dist-esm/samples-dev/containerGroupProfilesListSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesPatchSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfilesPatchSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesPatchSample.js +42 -0
- package/dist-esm/samples-dev/containerGroupProfilesPatchSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.js +88 -51
- package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsDeleteSample.js +3 -2
- package/dist-esm/samples-dev/containerGroupsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsGetSample.js +9 -6
- package/dist-esm/samples-dev/containerGroupsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.js +3 -2
- package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsListSample.js +3 -2
- package/dist-esm/samples-dev/containerGroupsListSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsRestartSample.js +3 -2
- package/dist-esm/samples-dev/containerGroupsRestartSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsStartSample.js +3 -2
- package/dist-esm/samples-dev/containerGroupsStartSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsStopSample.js +3 -2
- package/dist-esm/samples-dev/containerGroupsStopSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsUpdateSample.js +5 -4
- package/dist-esm/samples-dev/containerGroupsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/containersAttachSample.js +3 -2
- package/dist-esm/samples-dev/containersAttachSample.js.map +1 -1
- package/dist-esm/samples-dev/containersExecuteCommandSample.js +5 -4
- package/dist-esm/samples-dev/containersExecuteCommandSample.js.map +1 -1
- package/dist-esm/samples-dev/containersListLogsSample.js +4 -3
- package/dist-esm/samples-dev/containersListLogsSample.js.map +1 -1
- package/dist-esm/samples-dev/locationListCachedImagesSample.js +3 -2
- package/dist-esm/samples-dev/locationListCachedImagesSample.js.map +1 -1
- package/dist-esm/samples-dev/locationListCapabilitiesSample.js +3 -2
- package/dist-esm/samples-dev/locationListCapabilitiesSample.js.map +1 -1
- package/dist-esm/samples-dev/locationListUsageSample.js +3 -2
- package/dist-esm/samples-dev/locationListUsageSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.js +3 -2
- package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.js.map +1 -1
- package/dist-esm/src/containerInstanceManagementClient.d.ts +4 -3
- package/dist-esm/src/containerInstanceManagementClient.d.ts.map +1 -1
- package/dist-esm/src/containerInstanceManagementClient.js +13 -11
- package/dist-esm/src/containerInstanceManagementClient.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +145 -3
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +7 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +898 -640
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +4 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +87 -47
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/containerGroupProfileOperations.d.ts +55 -0
- package/dist-esm/src/operations/containerGroupProfileOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/containerGroupProfileOperations.js +191 -0
- package/dist-esm/src/operations/containerGroupProfileOperations.js.map +1 -0
- package/dist-esm/src/operations/containerGroupProfiles.d.ts +95 -0
- package/dist-esm/src/operations/containerGroupProfiles.d.ts.map +1 -0
- package/dist-esm/src/operations/containerGroupProfiles.js +401 -0
- package/dist-esm/src/operations/containerGroupProfiles.js.map +1 -0
- package/dist-esm/src/operations/containerGroups.d.ts +15 -15
- package/dist-esm/src/operations/containerGroups.d.ts.map +1 -1
- package/dist-esm/src/operations/containerGroups.js +97 -97
- package/dist-esm/src/operations/containerGroups.js.map +1 -1
- package/dist-esm/src/operations/containers.d.ts +3 -3
- package/dist-esm/src/operations/containers.js +20 -20
- package/dist-esm/src/operations/containers.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +2 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/location.d.ts +8 -8
- package/dist-esm/src/operations/location.js +36 -36
- package/dist-esm/src/operations/location.js.map +1 -1
- package/dist-esm/src/operations/operations.js +9 -9
- package/dist-esm/src/operations/subnetServiceAssociationLink.d.ts +2 -2
- package/dist-esm/src/operations/subnetServiceAssociationLink.d.ts.map +1 -1
- package/dist-esm/src/operations/subnetServiceAssociationLink.js +11 -11
- package/dist-esm/src/operations/subnetServiceAssociationLink.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.d.ts +27 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfiles.d.ts +55 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfiles.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfiles.js +9 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfiles.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerGroups.d.ts +13 -13
- package/dist-esm/src/operationsInterfaces/containers.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/index.d.ts +2 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +2 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/location.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/subnetServiceAssociationLink.d.ts +2 -2
- package/dist-esm/test/containerinstance_examples.d.ts.map +1 -1
- package/dist-esm/test/containerinstance_examples.js +1 -4
- package/dist-esm/test/containerinstance_examples.js.map +1 -1
- package/package.json +31 -35
- package/review/arm-containerinstance.api.md +155 -3
- package/src/containerInstanceManagementClient.ts +29 -20
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +194 -17
- package/src/models/mappers.ts +974 -702
- package/src/models/parameters.ts +94 -48
- package/src/operations/containerGroupProfileOperations.ts +255 -0
- package/src/operations/containerGroupProfiles.ts +485 -0
- package/src/operations/containerGroups.ts +188 -201
- package/src/operations/containers.ts +30 -33
- package/src/operations/index.ts +2 -0
- package/src/operations/location.ts +63 -66
- package/src/operations/operations.ts +16 -16
- package/src/operations/subnetServiceAssociationLink.ts +24 -25
- package/src/operationsInterfaces/containerGroupProfileOperations.ts +50 -0
- package/src/operationsInterfaces/containerGroupProfiles.ts +99 -0
- package/src/operationsInterfaces/containerGroups.ts +28 -28
- package/src/operationsInterfaces/containers.ts +7 -7
- package/src/operationsInterfaces/index.ts +2 -0
- package/src/operationsInterfaces/location.ts +7 -7
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/operationsInterfaces/subnetServiceAssociationLink.ts +4 -4
- package/src/pagingHelper.ts +1 -1
- package/types/arm-containerinstance.d.ts +275 -26
package/src/models/mappers.ts
CHANGED
|
@@ -20,19 +20,19 @@ export const ContainerGroupListResult: coreClient.CompositeMapper = {
|
|
|
20
20
|
element: {
|
|
21
21
|
type: {
|
|
22
22
|
name: "Composite",
|
|
23
|
-
className: "ContainerGroup"
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
23
|
+
className: "ContainerGroup",
|
|
24
|
+
},
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
27
|
},
|
|
28
28
|
nextLink: {
|
|
29
29
|
serializedName: "nextLink",
|
|
30
30
|
type: {
|
|
31
|
-
name: "String"
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
31
|
+
name: "String",
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
36
|
};
|
|
37
37
|
|
|
38
38
|
export const Resource: coreClient.CompositeMapper = {
|
|
@@ -44,35 +44,35 @@ export const Resource: coreClient.CompositeMapper = {
|
|
|
44
44
|
serializedName: "id",
|
|
45
45
|
readOnly: true,
|
|
46
46
|
type: {
|
|
47
|
-
name: "String"
|
|
48
|
-
}
|
|
47
|
+
name: "String",
|
|
48
|
+
},
|
|
49
49
|
},
|
|
50
50
|
name: {
|
|
51
51
|
serializedName: "name",
|
|
52
52
|
readOnly: true,
|
|
53
53
|
type: {
|
|
54
|
-
name: "String"
|
|
55
|
-
}
|
|
54
|
+
name: "String",
|
|
55
|
+
},
|
|
56
56
|
},
|
|
57
57
|
type: {
|
|
58
58
|
serializedName: "type",
|
|
59
59
|
readOnly: true,
|
|
60
60
|
type: {
|
|
61
|
-
name: "String"
|
|
62
|
-
}
|
|
61
|
+
name: "String",
|
|
62
|
+
},
|
|
63
63
|
},
|
|
64
64
|
location: {
|
|
65
65
|
serializedName: "location",
|
|
66
66
|
type: {
|
|
67
|
-
name: "String"
|
|
68
|
-
}
|
|
67
|
+
name: "String",
|
|
68
|
+
},
|
|
69
69
|
},
|
|
70
70
|
tags: {
|
|
71
71
|
serializedName: "tags",
|
|
72
72
|
type: {
|
|
73
73
|
name: "Dictionary",
|
|
74
|
-
value: { type: { name: "String" } }
|
|
75
|
-
}
|
|
74
|
+
value: { type: { name: "String" } },
|
|
75
|
+
},
|
|
76
76
|
},
|
|
77
77
|
zones: {
|
|
78
78
|
serializedName: "zones",
|
|
@@ -80,13 +80,13 @@ export const Resource: coreClient.CompositeMapper = {
|
|
|
80
80
|
name: "Sequence",
|
|
81
81
|
element: {
|
|
82
82
|
type: {
|
|
83
|
-
name: "String"
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
}
|
|
83
|
+
name: "String",
|
|
84
|
+
},
|
|
85
|
+
},
|
|
86
|
+
},
|
|
87
|
+
},
|
|
88
|
+
},
|
|
89
|
+
},
|
|
90
90
|
};
|
|
91
91
|
|
|
92
92
|
export const ContainerGroupProperties: coreClient.CompositeMapper = {
|
|
@@ -98,15 +98,15 @@ export const ContainerGroupProperties: coreClient.CompositeMapper = {
|
|
|
98
98
|
serializedName: "identity",
|
|
99
99
|
type: {
|
|
100
100
|
name: "Composite",
|
|
101
|
-
className: "ContainerGroupIdentity"
|
|
102
|
-
}
|
|
101
|
+
className: "ContainerGroupIdentity",
|
|
102
|
+
},
|
|
103
103
|
},
|
|
104
104
|
provisioningState: {
|
|
105
105
|
serializedName: "properties.provisioningState",
|
|
106
106
|
readOnly: true,
|
|
107
107
|
type: {
|
|
108
|
-
name: "String"
|
|
109
|
-
}
|
|
108
|
+
name: "String",
|
|
109
|
+
},
|
|
110
110
|
},
|
|
111
111
|
containers: {
|
|
112
112
|
serializedName: "properties.containers",
|
|
@@ -116,10 +116,10 @@ export const ContainerGroupProperties: coreClient.CompositeMapper = {
|
|
|
116
116
|
element: {
|
|
117
117
|
type: {
|
|
118
118
|
name: "Composite",
|
|
119
|
-
className: "Container"
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
}
|
|
119
|
+
className: "Container",
|
|
120
|
+
},
|
|
121
|
+
},
|
|
122
|
+
},
|
|
123
123
|
},
|
|
124
124
|
imageRegistryCredentials: {
|
|
125
125
|
serializedName: "properties.imageRegistryCredentials",
|
|
@@ -128,30 +128,29 @@ export const ContainerGroupProperties: coreClient.CompositeMapper = {
|
|
|
128
128
|
element: {
|
|
129
129
|
type: {
|
|
130
130
|
name: "Composite",
|
|
131
|
-
className: "ImageRegistryCredential"
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
}
|
|
131
|
+
className: "ImageRegistryCredential",
|
|
132
|
+
},
|
|
133
|
+
},
|
|
134
|
+
},
|
|
135
135
|
},
|
|
136
136
|
restartPolicy: {
|
|
137
137
|
serializedName: "properties.restartPolicy",
|
|
138
138
|
type: {
|
|
139
|
-
name: "String"
|
|
140
|
-
}
|
|
139
|
+
name: "String",
|
|
140
|
+
},
|
|
141
141
|
},
|
|
142
142
|
ipAddress: {
|
|
143
143
|
serializedName: "properties.ipAddress",
|
|
144
144
|
type: {
|
|
145
145
|
name: "Composite",
|
|
146
|
-
className: "IpAddress"
|
|
147
|
-
}
|
|
146
|
+
className: "IpAddress",
|
|
147
|
+
},
|
|
148
148
|
},
|
|
149
149
|
osType: {
|
|
150
150
|
serializedName: "properties.osType",
|
|
151
|
-
required: true,
|
|
152
151
|
type: {
|
|
153
|
-
name: "String"
|
|
154
|
-
}
|
|
152
|
+
name: "String",
|
|
153
|
+
},
|
|
155
154
|
},
|
|
156
155
|
volumes: {
|
|
157
156
|
serializedName: "properties.volumes",
|
|
@@ -160,24 +159,24 @@ export const ContainerGroupProperties: coreClient.CompositeMapper = {
|
|
|
160
159
|
element: {
|
|
161
160
|
type: {
|
|
162
161
|
name: "Composite",
|
|
163
|
-
className: "Volume"
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
}
|
|
162
|
+
className: "Volume",
|
|
163
|
+
},
|
|
164
|
+
},
|
|
165
|
+
},
|
|
167
166
|
},
|
|
168
167
|
instanceView: {
|
|
169
168
|
serializedName: "properties.instanceView",
|
|
170
169
|
type: {
|
|
171
170
|
name: "Composite",
|
|
172
|
-
className: "ContainerGroupPropertiesInstanceView"
|
|
173
|
-
}
|
|
171
|
+
className: "ContainerGroupPropertiesInstanceView",
|
|
172
|
+
},
|
|
174
173
|
},
|
|
175
174
|
diagnostics: {
|
|
176
175
|
serializedName: "properties.diagnostics",
|
|
177
176
|
type: {
|
|
178
177
|
name: "Composite",
|
|
179
|
-
className: "ContainerGroupDiagnostics"
|
|
180
|
-
}
|
|
178
|
+
className: "ContainerGroupDiagnostics",
|
|
179
|
+
},
|
|
181
180
|
},
|
|
182
181
|
subnetIds: {
|
|
183
182
|
serializedName: "properties.subnetIds",
|
|
@@ -186,30 +185,30 @@ export const ContainerGroupProperties: coreClient.CompositeMapper = {
|
|
|
186
185
|
element: {
|
|
187
186
|
type: {
|
|
188
187
|
name: "Composite",
|
|
189
|
-
className: "ContainerGroupSubnetId"
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
}
|
|
188
|
+
className: "ContainerGroupSubnetId",
|
|
189
|
+
},
|
|
190
|
+
},
|
|
191
|
+
},
|
|
193
192
|
},
|
|
194
193
|
dnsConfig: {
|
|
195
194
|
serializedName: "properties.dnsConfig",
|
|
196
195
|
type: {
|
|
197
196
|
name: "Composite",
|
|
198
|
-
className: "DnsConfiguration"
|
|
199
|
-
}
|
|
197
|
+
className: "DnsConfiguration",
|
|
198
|
+
},
|
|
200
199
|
},
|
|
201
200
|
sku: {
|
|
202
201
|
serializedName: "properties.sku",
|
|
203
202
|
type: {
|
|
204
|
-
name: "String"
|
|
205
|
-
}
|
|
203
|
+
name: "String",
|
|
204
|
+
},
|
|
206
205
|
},
|
|
207
206
|
encryptionProperties: {
|
|
208
207
|
serializedName: "properties.encryptionProperties",
|
|
209
208
|
type: {
|
|
210
209
|
name: "Composite",
|
|
211
|
-
className: "EncryptionProperties"
|
|
212
|
-
}
|
|
210
|
+
className: "EncryptionProperties",
|
|
211
|
+
},
|
|
213
212
|
},
|
|
214
213
|
initContainers: {
|
|
215
214
|
serializedName: "properties.initContainers",
|
|
@@ -218,10 +217,10 @@ export const ContainerGroupProperties: coreClient.CompositeMapper = {
|
|
|
218
217
|
element: {
|
|
219
218
|
type: {
|
|
220
219
|
name: "Composite",
|
|
221
|
-
className: "InitContainerDefinition"
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
}
|
|
220
|
+
className: "InitContainerDefinition",
|
|
221
|
+
},
|
|
222
|
+
},
|
|
223
|
+
},
|
|
225
224
|
},
|
|
226
225
|
extensions: {
|
|
227
226
|
serializedName: "properties.extensions",
|
|
@@ -230,26 +229,47 @@ export const ContainerGroupProperties: coreClient.CompositeMapper = {
|
|
|
230
229
|
element: {
|
|
231
230
|
type: {
|
|
232
231
|
name: "Composite",
|
|
233
|
-
className: "DeploymentExtensionSpec"
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
}
|
|
232
|
+
className: "DeploymentExtensionSpec",
|
|
233
|
+
},
|
|
234
|
+
},
|
|
235
|
+
},
|
|
237
236
|
},
|
|
238
237
|
confidentialComputeProperties: {
|
|
239
238
|
serializedName: "properties.confidentialComputeProperties",
|
|
240
239
|
type: {
|
|
241
240
|
name: "Composite",
|
|
242
|
-
className: "ConfidentialComputeProperties"
|
|
243
|
-
}
|
|
241
|
+
className: "ConfidentialComputeProperties",
|
|
242
|
+
},
|
|
244
243
|
},
|
|
245
244
|
priority: {
|
|
246
245
|
serializedName: "properties.priority",
|
|
247
246
|
type: {
|
|
248
|
-
name: "String"
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
|
|
247
|
+
name: "String",
|
|
248
|
+
},
|
|
249
|
+
},
|
|
250
|
+
containerGroupProfile: {
|
|
251
|
+
serializedName: "properties.containerGroupProfile",
|
|
252
|
+
type: {
|
|
253
|
+
name: "Composite",
|
|
254
|
+
className: "ContainerGroupProfileReferenceDefinition",
|
|
255
|
+
},
|
|
256
|
+
},
|
|
257
|
+
standbyPoolProfile: {
|
|
258
|
+
serializedName: "properties.standbyPoolProfile",
|
|
259
|
+
type: {
|
|
260
|
+
name: "Composite",
|
|
261
|
+
className: "StandbyPoolProfileDefinition",
|
|
262
|
+
},
|
|
263
|
+
},
|
|
264
|
+
isCreatedFromStandbyPool: {
|
|
265
|
+
serializedName: "properties.isCreatedFromStandbyPool",
|
|
266
|
+
readOnly: true,
|
|
267
|
+
type: {
|
|
268
|
+
name: "Boolean",
|
|
269
|
+
},
|
|
270
|
+
},
|
|
271
|
+
},
|
|
272
|
+
},
|
|
253
273
|
};
|
|
254
274
|
|
|
255
275
|
export const ContainerGroupIdentity: coreClient.CompositeMapper = {
|
|
@@ -261,15 +281,15 @@ export const ContainerGroupIdentity: coreClient.CompositeMapper = {
|
|
|
261
281
|
serializedName: "principalId",
|
|
262
282
|
readOnly: true,
|
|
263
283
|
type: {
|
|
264
|
-
name: "String"
|
|
265
|
-
}
|
|
284
|
+
name: "String",
|
|
285
|
+
},
|
|
266
286
|
},
|
|
267
287
|
tenantId: {
|
|
268
288
|
serializedName: "tenantId",
|
|
269
289
|
readOnly: true,
|
|
270
290
|
type: {
|
|
271
|
-
name: "String"
|
|
272
|
-
}
|
|
291
|
+
name: "String",
|
|
292
|
+
},
|
|
273
293
|
},
|
|
274
294
|
type: {
|
|
275
295
|
serializedName: "type",
|
|
@@ -279,21 +299,21 @@ export const ContainerGroupIdentity: coreClient.CompositeMapper = {
|
|
|
279
299
|
"SystemAssigned",
|
|
280
300
|
"UserAssigned",
|
|
281
301
|
"SystemAssigned, UserAssigned",
|
|
282
|
-
"None"
|
|
283
|
-
]
|
|
284
|
-
}
|
|
302
|
+
"None",
|
|
303
|
+
],
|
|
304
|
+
},
|
|
285
305
|
},
|
|
286
306
|
userAssignedIdentities: {
|
|
287
307
|
serializedName: "userAssignedIdentities",
|
|
288
308
|
type: {
|
|
289
309
|
name: "Dictionary",
|
|
290
310
|
value: {
|
|
291
|
-
type: { name: "Composite", className: "UserAssignedIdentities" }
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
}
|
|
311
|
+
type: { name: "Composite", className: "UserAssignedIdentities" },
|
|
312
|
+
},
|
|
313
|
+
},
|
|
314
|
+
},
|
|
315
|
+
},
|
|
316
|
+
},
|
|
297
317
|
};
|
|
298
318
|
|
|
299
319
|
export const UserAssignedIdentities: coreClient.CompositeMapper = {
|
|
@@ -305,18 +325,18 @@ export const UserAssignedIdentities: coreClient.CompositeMapper = {
|
|
|
305
325
|
serializedName: "principalId",
|
|
306
326
|
readOnly: true,
|
|
307
327
|
type: {
|
|
308
|
-
name: "String"
|
|
309
|
-
}
|
|
328
|
+
name: "String",
|
|
329
|
+
},
|
|
310
330
|
},
|
|
311
331
|
clientId: {
|
|
312
332
|
serializedName: "clientId",
|
|
313
333
|
readOnly: true,
|
|
314
334
|
type: {
|
|
315
|
-
name: "String"
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
}
|
|
319
|
-
}
|
|
335
|
+
name: "String",
|
|
336
|
+
},
|
|
337
|
+
},
|
|
338
|
+
},
|
|
339
|
+
},
|
|
320
340
|
};
|
|
321
341
|
|
|
322
342
|
export const Container: coreClient.CompositeMapper = {
|
|
@@ -328,15 +348,14 @@ export const Container: coreClient.CompositeMapper = {
|
|
|
328
348
|
serializedName: "name",
|
|
329
349
|
required: true,
|
|
330
350
|
type: {
|
|
331
|
-
name: "String"
|
|
332
|
-
}
|
|
351
|
+
name: "String",
|
|
352
|
+
},
|
|
333
353
|
},
|
|
334
354
|
image: {
|
|
335
355
|
serializedName: "properties.image",
|
|
336
|
-
required: true,
|
|
337
356
|
type: {
|
|
338
|
-
name: "String"
|
|
339
|
-
}
|
|
357
|
+
name: "String",
|
|
358
|
+
},
|
|
340
359
|
},
|
|
341
360
|
command: {
|
|
342
361
|
serializedName: "properties.command",
|
|
@@ -344,10 +363,10 @@ export const Container: coreClient.CompositeMapper = {
|
|
|
344
363
|
name: "Sequence",
|
|
345
364
|
element: {
|
|
346
365
|
type: {
|
|
347
|
-
name: "String"
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
}
|
|
366
|
+
name: "String",
|
|
367
|
+
},
|
|
368
|
+
},
|
|
369
|
+
},
|
|
351
370
|
},
|
|
352
371
|
ports: {
|
|
353
372
|
serializedName: "properties.ports",
|
|
@@ -356,10 +375,10 @@ export const Container: coreClient.CompositeMapper = {
|
|
|
356
375
|
element: {
|
|
357
376
|
type: {
|
|
358
377
|
name: "Composite",
|
|
359
|
-
className: "ContainerPort"
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
}
|
|
378
|
+
className: "ContainerPort",
|
|
379
|
+
},
|
|
380
|
+
},
|
|
381
|
+
},
|
|
363
382
|
},
|
|
364
383
|
environmentVariables: {
|
|
365
384
|
serializedName: "properties.environmentVariables",
|
|
@@ -368,24 +387,24 @@ export const Container: coreClient.CompositeMapper = {
|
|
|
368
387
|
element: {
|
|
369
388
|
type: {
|
|
370
389
|
name: "Composite",
|
|
371
|
-
className: "EnvironmentVariable"
|
|
372
|
-
}
|
|
373
|
-
}
|
|
374
|
-
}
|
|
390
|
+
className: "EnvironmentVariable",
|
|
391
|
+
},
|
|
392
|
+
},
|
|
393
|
+
},
|
|
375
394
|
},
|
|
376
395
|
instanceView: {
|
|
377
396
|
serializedName: "properties.instanceView",
|
|
378
397
|
type: {
|
|
379
398
|
name: "Composite",
|
|
380
|
-
className: "ContainerPropertiesInstanceView"
|
|
381
|
-
}
|
|
399
|
+
className: "ContainerPropertiesInstanceView",
|
|
400
|
+
},
|
|
382
401
|
},
|
|
383
402
|
resources: {
|
|
384
403
|
serializedName: "properties.resources",
|
|
385
404
|
type: {
|
|
386
405
|
name: "Composite",
|
|
387
|
-
className: "ResourceRequirements"
|
|
388
|
-
}
|
|
406
|
+
className: "ResourceRequirements",
|
|
407
|
+
},
|
|
389
408
|
},
|
|
390
409
|
volumeMounts: {
|
|
391
410
|
serializedName: "properties.volumeMounts",
|
|
@@ -394,34 +413,41 @@ export const Container: coreClient.CompositeMapper = {
|
|
|
394
413
|
element: {
|
|
395
414
|
type: {
|
|
396
415
|
name: "Composite",
|
|
397
|
-
className: "VolumeMount"
|
|
398
|
-
}
|
|
399
|
-
}
|
|
400
|
-
}
|
|
416
|
+
className: "VolumeMount",
|
|
417
|
+
},
|
|
418
|
+
},
|
|
419
|
+
},
|
|
401
420
|
},
|
|
402
421
|
livenessProbe: {
|
|
403
422
|
serializedName: "properties.livenessProbe",
|
|
404
423
|
type: {
|
|
405
424
|
name: "Composite",
|
|
406
|
-
className: "ContainerProbe"
|
|
407
|
-
}
|
|
425
|
+
className: "ContainerProbe",
|
|
426
|
+
},
|
|
408
427
|
},
|
|
409
428
|
readinessProbe: {
|
|
410
429
|
serializedName: "properties.readinessProbe",
|
|
411
430
|
type: {
|
|
412
431
|
name: "Composite",
|
|
413
|
-
className: "ContainerProbe"
|
|
414
|
-
}
|
|
432
|
+
className: "ContainerProbe",
|
|
433
|
+
},
|
|
415
434
|
},
|
|
416
435
|
securityContext: {
|
|
417
436
|
serializedName: "properties.securityContext",
|
|
418
437
|
type: {
|
|
419
438
|
name: "Composite",
|
|
420
|
-
className: "SecurityContextDefinition"
|
|
421
|
-
}
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
|
|
439
|
+
className: "SecurityContextDefinition",
|
|
440
|
+
},
|
|
441
|
+
},
|
|
442
|
+
configMap: {
|
|
443
|
+
serializedName: "properties.configMap",
|
|
444
|
+
type: {
|
|
445
|
+
name: "Composite",
|
|
446
|
+
className: "ConfigMap",
|
|
447
|
+
},
|
|
448
|
+
},
|
|
449
|
+
},
|
|
450
|
+
},
|
|
425
451
|
};
|
|
426
452
|
|
|
427
453
|
export const ContainerPort: coreClient.CompositeMapper = {
|
|
@@ -432,18 +458,18 @@ export const ContainerPort: coreClient.CompositeMapper = {
|
|
|
432
458
|
protocol: {
|
|
433
459
|
serializedName: "protocol",
|
|
434
460
|
type: {
|
|
435
|
-
name: "String"
|
|
436
|
-
}
|
|
461
|
+
name: "String",
|
|
462
|
+
},
|
|
437
463
|
},
|
|
438
464
|
port: {
|
|
439
465
|
serializedName: "port",
|
|
440
466
|
required: true,
|
|
441
467
|
type: {
|
|
442
|
-
name: "Number"
|
|
443
|
-
}
|
|
444
|
-
}
|
|
445
|
-
}
|
|
446
|
-
}
|
|
468
|
+
name: "Number",
|
|
469
|
+
},
|
|
470
|
+
},
|
|
471
|
+
},
|
|
472
|
+
},
|
|
447
473
|
};
|
|
448
474
|
|
|
449
475
|
export const EnvironmentVariable: coreClient.CompositeMapper = {
|
|
@@ -455,23 +481,23 @@ export const EnvironmentVariable: coreClient.CompositeMapper = {
|
|
|
455
481
|
serializedName: "name",
|
|
456
482
|
required: true,
|
|
457
483
|
type: {
|
|
458
|
-
name: "String"
|
|
459
|
-
}
|
|
484
|
+
name: "String",
|
|
485
|
+
},
|
|
460
486
|
},
|
|
461
487
|
value: {
|
|
462
488
|
serializedName: "value",
|
|
463
489
|
type: {
|
|
464
|
-
name: "String"
|
|
465
|
-
}
|
|
490
|
+
name: "String",
|
|
491
|
+
},
|
|
466
492
|
},
|
|
467
493
|
secureValue: {
|
|
468
494
|
serializedName: "secureValue",
|
|
469
495
|
type: {
|
|
470
|
-
name: "String"
|
|
471
|
-
}
|
|
472
|
-
}
|
|
473
|
-
}
|
|
474
|
-
}
|
|
496
|
+
name: "String",
|
|
497
|
+
},
|
|
498
|
+
},
|
|
499
|
+
},
|
|
500
|
+
},
|
|
475
501
|
};
|
|
476
502
|
|
|
477
503
|
export const ContainerPropertiesInstanceView: coreClient.CompositeMapper = {
|
|
@@ -483,22 +509,22 @@ export const ContainerPropertiesInstanceView: coreClient.CompositeMapper = {
|
|
|
483
509
|
serializedName: "restartCount",
|
|
484
510
|
readOnly: true,
|
|
485
511
|
type: {
|
|
486
|
-
name: "Number"
|
|
487
|
-
}
|
|
512
|
+
name: "Number",
|
|
513
|
+
},
|
|
488
514
|
},
|
|
489
515
|
currentState: {
|
|
490
516
|
serializedName: "currentState",
|
|
491
517
|
type: {
|
|
492
518
|
name: "Composite",
|
|
493
|
-
className: "ContainerState"
|
|
494
|
-
}
|
|
519
|
+
className: "ContainerState",
|
|
520
|
+
},
|
|
495
521
|
},
|
|
496
522
|
previousState: {
|
|
497
523
|
serializedName: "previousState",
|
|
498
524
|
type: {
|
|
499
525
|
name: "Composite",
|
|
500
|
-
className: "ContainerState"
|
|
501
|
-
}
|
|
526
|
+
className: "ContainerState",
|
|
527
|
+
},
|
|
502
528
|
},
|
|
503
529
|
events: {
|
|
504
530
|
serializedName: "events",
|
|
@@ -508,13 +534,13 @@ export const ContainerPropertiesInstanceView: coreClient.CompositeMapper = {
|
|
|
508
534
|
element: {
|
|
509
535
|
type: {
|
|
510
536
|
name: "Composite",
|
|
511
|
-
className: "Event"
|
|
512
|
-
}
|
|
513
|
-
}
|
|
514
|
-
}
|
|
515
|
-
}
|
|
516
|
-
}
|
|
517
|
-
}
|
|
537
|
+
className: "Event",
|
|
538
|
+
},
|
|
539
|
+
},
|
|
540
|
+
},
|
|
541
|
+
},
|
|
542
|
+
},
|
|
543
|
+
},
|
|
518
544
|
};
|
|
519
545
|
|
|
520
546
|
export const ContainerState: coreClient.CompositeMapper = {
|
|
@@ -526,39 +552,39 @@ export const ContainerState: coreClient.CompositeMapper = {
|
|
|
526
552
|
serializedName: "state",
|
|
527
553
|
readOnly: true,
|
|
528
554
|
type: {
|
|
529
|
-
name: "String"
|
|
530
|
-
}
|
|
555
|
+
name: "String",
|
|
556
|
+
},
|
|
531
557
|
},
|
|
532
558
|
startTime: {
|
|
533
559
|
serializedName: "startTime",
|
|
534
560
|
readOnly: true,
|
|
535
561
|
type: {
|
|
536
|
-
name: "DateTime"
|
|
537
|
-
}
|
|
562
|
+
name: "DateTime",
|
|
563
|
+
},
|
|
538
564
|
},
|
|
539
565
|
exitCode: {
|
|
540
566
|
serializedName: "exitCode",
|
|
541
567
|
readOnly: true,
|
|
542
568
|
type: {
|
|
543
|
-
name: "Number"
|
|
544
|
-
}
|
|
569
|
+
name: "Number",
|
|
570
|
+
},
|
|
545
571
|
},
|
|
546
572
|
finishTime: {
|
|
547
573
|
serializedName: "finishTime",
|
|
548
574
|
readOnly: true,
|
|
549
575
|
type: {
|
|
550
|
-
name: "DateTime"
|
|
551
|
-
}
|
|
576
|
+
name: "DateTime",
|
|
577
|
+
},
|
|
552
578
|
},
|
|
553
579
|
detailStatus: {
|
|
554
580
|
serializedName: "detailStatus",
|
|
555
581
|
readOnly: true,
|
|
556
582
|
type: {
|
|
557
|
-
name: "String"
|
|
558
|
-
}
|
|
559
|
-
}
|
|
560
|
-
}
|
|
561
|
-
}
|
|
583
|
+
name: "String",
|
|
584
|
+
},
|
|
585
|
+
},
|
|
586
|
+
},
|
|
587
|
+
},
|
|
562
588
|
};
|
|
563
589
|
|
|
564
590
|
export const Event: coreClient.CompositeMapper = {
|
|
@@ -570,46 +596,46 @@ export const Event: coreClient.CompositeMapper = {
|
|
|
570
596
|
serializedName: "count",
|
|
571
597
|
readOnly: true,
|
|
572
598
|
type: {
|
|
573
|
-
name: "Number"
|
|
574
|
-
}
|
|
599
|
+
name: "Number",
|
|
600
|
+
},
|
|
575
601
|
},
|
|
576
602
|
firstTimestamp: {
|
|
577
603
|
serializedName: "firstTimestamp",
|
|
578
604
|
readOnly: true,
|
|
579
605
|
type: {
|
|
580
|
-
name: "DateTime"
|
|
581
|
-
}
|
|
606
|
+
name: "DateTime",
|
|
607
|
+
},
|
|
582
608
|
},
|
|
583
609
|
lastTimestamp: {
|
|
584
610
|
serializedName: "lastTimestamp",
|
|
585
611
|
readOnly: true,
|
|
586
612
|
type: {
|
|
587
|
-
name: "DateTime"
|
|
588
|
-
}
|
|
613
|
+
name: "DateTime",
|
|
614
|
+
},
|
|
589
615
|
},
|
|
590
616
|
name: {
|
|
591
617
|
serializedName: "name",
|
|
592
618
|
readOnly: true,
|
|
593
619
|
type: {
|
|
594
|
-
name: "String"
|
|
595
|
-
}
|
|
620
|
+
name: "String",
|
|
621
|
+
},
|
|
596
622
|
},
|
|
597
623
|
message: {
|
|
598
624
|
serializedName: "message",
|
|
599
625
|
readOnly: true,
|
|
600
626
|
type: {
|
|
601
|
-
name: "String"
|
|
602
|
-
}
|
|
627
|
+
name: "String",
|
|
628
|
+
},
|
|
603
629
|
},
|
|
604
630
|
type: {
|
|
605
631
|
serializedName: "type",
|
|
606
632
|
readOnly: true,
|
|
607
633
|
type: {
|
|
608
|
-
name: "String"
|
|
609
|
-
}
|
|
610
|
-
}
|
|
611
|
-
}
|
|
612
|
-
}
|
|
634
|
+
name: "String",
|
|
635
|
+
},
|
|
636
|
+
},
|
|
637
|
+
},
|
|
638
|
+
},
|
|
613
639
|
};
|
|
614
640
|
|
|
615
641
|
export const ResourceRequirements: coreClient.CompositeMapper = {
|
|
@@ -621,18 +647,18 @@ export const ResourceRequirements: coreClient.CompositeMapper = {
|
|
|
621
647
|
serializedName: "requests",
|
|
622
648
|
type: {
|
|
623
649
|
name: "Composite",
|
|
624
|
-
className: "ResourceRequests"
|
|
625
|
-
}
|
|
650
|
+
className: "ResourceRequests",
|
|
651
|
+
},
|
|
626
652
|
},
|
|
627
653
|
limits: {
|
|
628
654
|
serializedName: "limits",
|
|
629
655
|
type: {
|
|
630
656
|
name: "Composite",
|
|
631
|
-
className: "ResourceLimits"
|
|
632
|
-
}
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
}
|
|
657
|
+
className: "ResourceLimits",
|
|
658
|
+
},
|
|
659
|
+
},
|
|
660
|
+
},
|
|
661
|
+
},
|
|
636
662
|
};
|
|
637
663
|
|
|
638
664
|
export const ResourceRequests: coreClient.CompositeMapper = {
|
|
@@ -644,25 +670,25 @@ export const ResourceRequests: coreClient.CompositeMapper = {
|
|
|
644
670
|
serializedName: "memoryInGB",
|
|
645
671
|
required: true,
|
|
646
672
|
type: {
|
|
647
|
-
name: "Number"
|
|
648
|
-
}
|
|
673
|
+
name: "Number",
|
|
674
|
+
},
|
|
649
675
|
},
|
|
650
676
|
cpu: {
|
|
651
677
|
serializedName: "cpu",
|
|
652
678
|
required: true,
|
|
653
679
|
type: {
|
|
654
|
-
name: "Number"
|
|
655
|
-
}
|
|
680
|
+
name: "Number",
|
|
681
|
+
},
|
|
656
682
|
},
|
|
657
683
|
gpu: {
|
|
658
684
|
serializedName: "gpu",
|
|
659
685
|
type: {
|
|
660
686
|
name: "Composite",
|
|
661
|
-
className: "GpuResource"
|
|
662
|
-
}
|
|
663
|
-
}
|
|
664
|
-
}
|
|
665
|
-
}
|
|
687
|
+
className: "GpuResource",
|
|
688
|
+
},
|
|
689
|
+
},
|
|
690
|
+
},
|
|
691
|
+
},
|
|
666
692
|
};
|
|
667
693
|
|
|
668
694
|
export const GpuResource: coreClient.CompositeMapper = {
|
|
@@ -674,18 +700,18 @@ export const GpuResource: coreClient.CompositeMapper = {
|
|
|
674
700
|
serializedName: "count",
|
|
675
701
|
required: true,
|
|
676
702
|
type: {
|
|
677
|
-
name: "Number"
|
|
678
|
-
}
|
|
703
|
+
name: "Number",
|
|
704
|
+
},
|
|
679
705
|
},
|
|
680
706
|
sku: {
|
|
681
707
|
serializedName: "sku",
|
|
682
708
|
required: true,
|
|
683
709
|
type: {
|
|
684
|
-
name: "String"
|
|
685
|
-
}
|
|
686
|
-
}
|
|
687
|
-
}
|
|
688
|
-
}
|
|
710
|
+
name: "String",
|
|
711
|
+
},
|
|
712
|
+
},
|
|
713
|
+
},
|
|
714
|
+
},
|
|
689
715
|
};
|
|
690
716
|
|
|
691
717
|
export const ResourceLimits: coreClient.CompositeMapper = {
|
|
@@ -696,24 +722,24 @@ export const ResourceLimits: coreClient.CompositeMapper = {
|
|
|
696
722
|
memoryInGB: {
|
|
697
723
|
serializedName: "memoryInGB",
|
|
698
724
|
type: {
|
|
699
|
-
name: "Number"
|
|
700
|
-
}
|
|
725
|
+
name: "Number",
|
|
726
|
+
},
|
|
701
727
|
},
|
|
702
728
|
cpu: {
|
|
703
729
|
serializedName: "cpu",
|
|
704
730
|
type: {
|
|
705
|
-
name: "Number"
|
|
706
|
-
}
|
|
731
|
+
name: "Number",
|
|
732
|
+
},
|
|
707
733
|
},
|
|
708
734
|
gpu: {
|
|
709
735
|
serializedName: "gpu",
|
|
710
736
|
type: {
|
|
711
737
|
name: "Composite",
|
|
712
|
-
className: "GpuResource"
|
|
713
|
-
}
|
|
714
|
-
}
|
|
715
|
-
}
|
|
716
|
-
}
|
|
738
|
+
className: "GpuResource",
|
|
739
|
+
},
|
|
740
|
+
},
|
|
741
|
+
},
|
|
742
|
+
},
|
|
717
743
|
};
|
|
718
744
|
|
|
719
745
|
export const VolumeMount: coreClient.CompositeMapper = {
|
|
@@ -725,24 +751,24 @@ export const VolumeMount: coreClient.CompositeMapper = {
|
|
|
725
751
|
serializedName: "name",
|
|
726
752
|
required: true,
|
|
727
753
|
type: {
|
|
728
|
-
name: "String"
|
|
729
|
-
}
|
|
754
|
+
name: "String",
|
|
755
|
+
},
|
|
730
756
|
},
|
|
731
757
|
mountPath: {
|
|
732
758
|
serializedName: "mountPath",
|
|
733
759
|
required: true,
|
|
734
760
|
type: {
|
|
735
|
-
name: "String"
|
|
736
|
-
}
|
|
761
|
+
name: "String",
|
|
762
|
+
},
|
|
737
763
|
},
|
|
738
764
|
readOnly: {
|
|
739
765
|
serializedName: "readOnly",
|
|
740
766
|
type: {
|
|
741
|
-
name: "Boolean"
|
|
742
|
-
}
|
|
743
|
-
}
|
|
744
|
-
}
|
|
745
|
-
}
|
|
767
|
+
name: "Boolean",
|
|
768
|
+
},
|
|
769
|
+
},
|
|
770
|
+
},
|
|
771
|
+
},
|
|
746
772
|
};
|
|
747
773
|
|
|
748
774
|
export const ContainerProbe: coreClient.CompositeMapper = {
|
|
@@ -754,48 +780,48 @@ export const ContainerProbe: coreClient.CompositeMapper = {
|
|
|
754
780
|
serializedName: "exec",
|
|
755
781
|
type: {
|
|
756
782
|
name: "Composite",
|
|
757
|
-
className: "ContainerExec"
|
|
758
|
-
}
|
|
783
|
+
className: "ContainerExec",
|
|
784
|
+
},
|
|
759
785
|
},
|
|
760
786
|
httpGet: {
|
|
761
787
|
serializedName: "httpGet",
|
|
762
788
|
type: {
|
|
763
789
|
name: "Composite",
|
|
764
|
-
className: "ContainerHttpGet"
|
|
765
|
-
}
|
|
790
|
+
className: "ContainerHttpGet",
|
|
791
|
+
},
|
|
766
792
|
},
|
|
767
793
|
initialDelaySeconds: {
|
|
768
794
|
serializedName: "initialDelaySeconds",
|
|
769
795
|
type: {
|
|
770
|
-
name: "Number"
|
|
771
|
-
}
|
|
796
|
+
name: "Number",
|
|
797
|
+
},
|
|
772
798
|
},
|
|
773
799
|
periodSeconds: {
|
|
774
800
|
serializedName: "periodSeconds",
|
|
775
801
|
type: {
|
|
776
|
-
name: "Number"
|
|
777
|
-
}
|
|
802
|
+
name: "Number",
|
|
803
|
+
},
|
|
778
804
|
},
|
|
779
805
|
failureThreshold: {
|
|
780
806
|
serializedName: "failureThreshold",
|
|
781
807
|
type: {
|
|
782
|
-
name: "Number"
|
|
783
|
-
}
|
|
808
|
+
name: "Number",
|
|
809
|
+
},
|
|
784
810
|
},
|
|
785
811
|
successThreshold: {
|
|
786
812
|
serializedName: "successThreshold",
|
|
787
813
|
type: {
|
|
788
|
-
name: "Number"
|
|
789
|
-
}
|
|
814
|
+
name: "Number",
|
|
815
|
+
},
|
|
790
816
|
},
|
|
791
817
|
timeoutSeconds: {
|
|
792
818
|
serializedName: "timeoutSeconds",
|
|
793
819
|
type: {
|
|
794
|
-
name: "Number"
|
|
795
|
-
}
|
|
796
|
-
}
|
|
797
|
-
}
|
|
798
|
-
}
|
|
820
|
+
name: "Number",
|
|
821
|
+
},
|
|
822
|
+
},
|
|
823
|
+
},
|
|
824
|
+
},
|
|
799
825
|
};
|
|
800
826
|
|
|
801
827
|
export const ContainerExec: coreClient.CompositeMapper = {
|
|
@@ -809,13 +835,13 @@ export const ContainerExec: coreClient.CompositeMapper = {
|
|
|
809
835
|
name: "Sequence",
|
|
810
836
|
element: {
|
|
811
837
|
type: {
|
|
812
|
-
name: "String"
|
|
813
|
-
}
|
|
814
|
-
}
|
|
815
|
-
}
|
|
816
|
-
}
|
|
817
|
-
}
|
|
818
|
-
}
|
|
838
|
+
name: "String",
|
|
839
|
+
},
|
|
840
|
+
},
|
|
841
|
+
},
|
|
842
|
+
},
|
|
843
|
+
},
|
|
844
|
+
},
|
|
819
845
|
};
|
|
820
846
|
|
|
821
847
|
export const ContainerHttpGet: coreClient.CompositeMapper = {
|
|
@@ -826,21 +852,21 @@ export const ContainerHttpGet: coreClient.CompositeMapper = {
|
|
|
826
852
|
path: {
|
|
827
853
|
serializedName: "path",
|
|
828
854
|
type: {
|
|
829
|
-
name: "String"
|
|
830
|
-
}
|
|
855
|
+
name: "String",
|
|
856
|
+
},
|
|
831
857
|
},
|
|
832
858
|
port: {
|
|
833
859
|
serializedName: "port",
|
|
834
860
|
required: true,
|
|
835
861
|
type: {
|
|
836
|
-
name: "Number"
|
|
837
|
-
}
|
|
862
|
+
name: "Number",
|
|
863
|
+
},
|
|
838
864
|
},
|
|
839
865
|
scheme: {
|
|
840
866
|
serializedName: "scheme",
|
|
841
867
|
type: {
|
|
842
|
-
name: "String"
|
|
843
|
-
}
|
|
868
|
+
name: "String",
|
|
869
|
+
},
|
|
844
870
|
},
|
|
845
871
|
httpHeaders: {
|
|
846
872
|
serializedName: "httpHeaders",
|
|
@@ -849,13 +875,13 @@ export const ContainerHttpGet: coreClient.CompositeMapper = {
|
|
|
849
875
|
element: {
|
|
850
876
|
type: {
|
|
851
877
|
name: "Composite",
|
|
852
|
-
className: "HttpHeader"
|
|
853
|
-
}
|
|
854
|
-
}
|
|
855
|
-
}
|
|
856
|
-
}
|
|
857
|
-
}
|
|
858
|
-
}
|
|
878
|
+
className: "HttpHeader",
|
|
879
|
+
},
|
|
880
|
+
},
|
|
881
|
+
},
|
|
882
|
+
},
|
|
883
|
+
},
|
|
884
|
+
},
|
|
859
885
|
};
|
|
860
886
|
|
|
861
887
|
export const HttpHeader: coreClient.CompositeMapper = {
|
|
@@ -866,17 +892,17 @@ export const HttpHeader: coreClient.CompositeMapper = {
|
|
|
866
892
|
name: {
|
|
867
893
|
serializedName: "name",
|
|
868
894
|
type: {
|
|
869
|
-
name: "String"
|
|
870
|
-
}
|
|
895
|
+
name: "String",
|
|
896
|
+
},
|
|
871
897
|
},
|
|
872
898
|
value: {
|
|
873
899
|
serializedName: "value",
|
|
874
900
|
type: {
|
|
875
|
-
name: "String"
|
|
876
|
-
}
|
|
877
|
-
}
|
|
878
|
-
}
|
|
879
|
-
}
|
|
901
|
+
name: "String",
|
|
902
|
+
},
|
|
903
|
+
},
|
|
904
|
+
},
|
|
905
|
+
},
|
|
880
906
|
};
|
|
881
907
|
|
|
882
908
|
export const SecurityContextDefinition: coreClient.CompositeMapper = {
|
|
@@ -887,73 +913,90 @@ export const SecurityContextDefinition: coreClient.CompositeMapper = {
|
|
|
887
913
|
privileged: {
|
|
888
914
|
serializedName: "privileged",
|
|
889
915
|
type: {
|
|
890
|
-
name: "Boolean"
|
|
891
|
-
}
|
|
916
|
+
name: "Boolean",
|
|
917
|
+
},
|
|
892
918
|
},
|
|
893
919
|
allowPrivilegeEscalation: {
|
|
894
920
|
serializedName: "allowPrivilegeEscalation",
|
|
895
921
|
type: {
|
|
896
|
-
name: "Boolean"
|
|
897
|
-
}
|
|
922
|
+
name: "Boolean",
|
|
923
|
+
},
|
|
898
924
|
},
|
|
899
925
|
capabilities: {
|
|
900
926
|
serializedName: "capabilities",
|
|
901
927
|
type: {
|
|
902
928
|
name: "Composite",
|
|
903
|
-
className: "SecurityContextCapabilitiesDefinition"
|
|
904
|
-
}
|
|
929
|
+
className: "SecurityContextCapabilitiesDefinition",
|
|
930
|
+
},
|
|
905
931
|
},
|
|
906
932
|
runAsGroup: {
|
|
907
933
|
serializedName: "runAsGroup",
|
|
908
934
|
type: {
|
|
909
|
-
name: "Number"
|
|
910
|
-
}
|
|
935
|
+
name: "Number",
|
|
936
|
+
},
|
|
911
937
|
},
|
|
912
938
|
runAsUser: {
|
|
913
939
|
serializedName: "runAsUser",
|
|
914
940
|
type: {
|
|
915
|
-
name: "Number"
|
|
916
|
-
}
|
|
941
|
+
name: "Number",
|
|
942
|
+
},
|
|
917
943
|
},
|
|
918
944
|
seccompProfile: {
|
|
919
945
|
serializedName: "seccompProfile",
|
|
920
946
|
type: {
|
|
921
|
-
name: "String"
|
|
922
|
-
}
|
|
923
|
-
}
|
|
924
|
-
}
|
|
925
|
-
}
|
|
947
|
+
name: "String",
|
|
948
|
+
},
|
|
949
|
+
},
|
|
950
|
+
},
|
|
951
|
+
},
|
|
926
952
|
};
|
|
927
953
|
|
|
928
|
-
export const SecurityContextCapabilitiesDefinition: coreClient.CompositeMapper =
|
|
954
|
+
export const SecurityContextCapabilitiesDefinition: coreClient.CompositeMapper =
|
|
955
|
+
{
|
|
956
|
+
type: {
|
|
957
|
+
name: "Composite",
|
|
958
|
+
className: "SecurityContextCapabilitiesDefinition",
|
|
959
|
+
modelProperties: {
|
|
960
|
+
add: {
|
|
961
|
+
serializedName: "add",
|
|
962
|
+
type: {
|
|
963
|
+
name: "Sequence",
|
|
964
|
+
element: {
|
|
965
|
+
type: {
|
|
966
|
+
name: "String",
|
|
967
|
+
},
|
|
968
|
+
},
|
|
969
|
+
},
|
|
970
|
+
},
|
|
971
|
+
drop: {
|
|
972
|
+
serializedName: "drop",
|
|
973
|
+
type: {
|
|
974
|
+
name: "Sequence",
|
|
975
|
+
element: {
|
|
976
|
+
type: {
|
|
977
|
+
name: "String",
|
|
978
|
+
},
|
|
979
|
+
},
|
|
980
|
+
},
|
|
981
|
+
},
|
|
982
|
+
},
|
|
983
|
+
},
|
|
984
|
+
};
|
|
985
|
+
|
|
986
|
+
export const ConfigMap: coreClient.CompositeMapper = {
|
|
929
987
|
type: {
|
|
930
988
|
name: "Composite",
|
|
931
|
-
className: "
|
|
989
|
+
className: "ConfigMap",
|
|
932
990
|
modelProperties: {
|
|
933
|
-
|
|
934
|
-
serializedName: "
|
|
991
|
+
keyValuePairs: {
|
|
992
|
+
serializedName: "keyValuePairs",
|
|
935
993
|
type: {
|
|
936
|
-
name: "
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
name: "String"
|
|
940
|
-
}
|
|
941
|
-
}
|
|
942
|
-
}
|
|
994
|
+
name: "Dictionary",
|
|
995
|
+
value: { type: { name: "String" } },
|
|
996
|
+
},
|
|
943
997
|
},
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
type: {
|
|
947
|
-
name: "Sequence",
|
|
948
|
-
element: {
|
|
949
|
-
type: {
|
|
950
|
-
name: "String"
|
|
951
|
-
}
|
|
952
|
-
}
|
|
953
|
-
}
|
|
954
|
-
}
|
|
955
|
-
}
|
|
956
|
-
}
|
|
998
|
+
},
|
|
999
|
+
},
|
|
957
1000
|
};
|
|
958
1001
|
|
|
959
1002
|
export const ImageRegistryCredential: coreClient.CompositeMapper = {
|
|
@@ -965,35 +1008,35 @@ export const ImageRegistryCredential: coreClient.CompositeMapper = {
|
|
|
965
1008
|
serializedName: "server",
|
|
966
1009
|
required: true,
|
|
967
1010
|
type: {
|
|
968
|
-
name: "String"
|
|
969
|
-
}
|
|
1011
|
+
name: "String",
|
|
1012
|
+
},
|
|
970
1013
|
},
|
|
971
1014
|
username: {
|
|
972
1015
|
serializedName: "username",
|
|
973
1016
|
type: {
|
|
974
|
-
name: "String"
|
|
975
|
-
}
|
|
1017
|
+
name: "String",
|
|
1018
|
+
},
|
|
976
1019
|
},
|
|
977
1020
|
password: {
|
|
978
1021
|
serializedName: "password",
|
|
979
1022
|
type: {
|
|
980
|
-
name: "String"
|
|
981
|
-
}
|
|
1023
|
+
name: "String",
|
|
1024
|
+
},
|
|
982
1025
|
},
|
|
983
1026
|
identity: {
|
|
984
1027
|
serializedName: "identity",
|
|
985
1028
|
type: {
|
|
986
|
-
name: "String"
|
|
987
|
-
}
|
|
1029
|
+
name: "String",
|
|
1030
|
+
},
|
|
988
1031
|
},
|
|
989
1032
|
identityUrl: {
|
|
990
1033
|
serializedName: "identityUrl",
|
|
991
1034
|
type: {
|
|
992
|
-
name: "String"
|
|
993
|
-
}
|
|
994
|
-
}
|
|
995
|
-
}
|
|
996
|
-
}
|
|
1035
|
+
name: "String",
|
|
1036
|
+
},
|
|
1037
|
+
},
|
|
1038
|
+
},
|
|
1039
|
+
},
|
|
997
1040
|
};
|
|
998
1041
|
|
|
999
1042
|
export const IpAddress: coreClient.CompositeMapper = {
|
|
@@ -1009,46 +1052,46 @@ export const IpAddress: coreClient.CompositeMapper = {
|
|
|
1009
1052
|
element: {
|
|
1010
1053
|
type: {
|
|
1011
1054
|
name: "Composite",
|
|
1012
|
-
className: "Port"
|
|
1013
|
-
}
|
|
1014
|
-
}
|
|
1015
|
-
}
|
|
1055
|
+
className: "Port",
|
|
1056
|
+
},
|
|
1057
|
+
},
|
|
1058
|
+
},
|
|
1016
1059
|
},
|
|
1017
1060
|
type: {
|
|
1018
1061
|
serializedName: "type",
|
|
1019
1062
|
required: true,
|
|
1020
1063
|
type: {
|
|
1021
|
-
name: "String"
|
|
1022
|
-
}
|
|
1064
|
+
name: "String",
|
|
1065
|
+
},
|
|
1023
1066
|
},
|
|
1024
1067
|
ip: {
|
|
1025
1068
|
serializedName: "ip",
|
|
1026
1069
|
type: {
|
|
1027
|
-
name: "String"
|
|
1028
|
-
}
|
|
1070
|
+
name: "String",
|
|
1071
|
+
},
|
|
1029
1072
|
},
|
|
1030
1073
|
dnsNameLabel: {
|
|
1031
1074
|
serializedName: "dnsNameLabel",
|
|
1032
1075
|
type: {
|
|
1033
|
-
name: "String"
|
|
1034
|
-
}
|
|
1076
|
+
name: "String",
|
|
1077
|
+
},
|
|
1035
1078
|
},
|
|
1036
1079
|
autoGeneratedDomainNameLabelScope: {
|
|
1037
1080
|
defaultValue: "Unsecure",
|
|
1038
1081
|
serializedName: "autoGeneratedDomainNameLabelScope",
|
|
1039
1082
|
type: {
|
|
1040
|
-
name: "String"
|
|
1041
|
-
}
|
|
1083
|
+
name: "String",
|
|
1084
|
+
},
|
|
1042
1085
|
},
|
|
1043
1086
|
fqdn: {
|
|
1044
1087
|
serializedName: "fqdn",
|
|
1045
1088
|
readOnly: true,
|
|
1046
1089
|
type: {
|
|
1047
|
-
name: "String"
|
|
1048
|
-
}
|
|
1049
|
-
}
|
|
1050
|
-
}
|
|
1051
|
-
}
|
|
1090
|
+
name: "String",
|
|
1091
|
+
},
|
|
1092
|
+
},
|
|
1093
|
+
},
|
|
1094
|
+
},
|
|
1052
1095
|
};
|
|
1053
1096
|
|
|
1054
1097
|
export const Port: coreClient.CompositeMapper = {
|
|
@@ -1059,18 +1102,18 @@ export const Port: coreClient.CompositeMapper = {
|
|
|
1059
1102
|
protocol: {
|
|
1060
1103
|
serializedName: "protocol",
|
|
1061
1104
|
type: {
|
|
1062
|
-
name: "String"
|
|
1063
|
-
}
|
|
1105
|
+
name: "String",
|
|
1106
|
+
},
|
|
1064
1107
|
},
|
|
1065
1108
|
port: {
|
|
1066
1109
|
serializedName: "port",
|
|
1067
1110
|
required: true,
|
|
1068
1111
|
type: {
|
|
1069
|
-
name: "Number"
|
|
1070
|
-
}
|
|
1071
|
-
}
|
|
1072
|
-
}
|
|
1073
|
-
}
|
|
1112
|
+
name: "Number",
|
|
1113
|
+
},
|
|
1114
|
+
},
|
|
1115
|
+
},
|
|
1116
|
+
},
|
|
1074
1117
|
};
|
|
1075
1118
|
|
|
1076
1119
|
export const Volume: coreClient.CompositeMapper = {
|
|
@@ -1082,39 +1125,39 @@ export const Volume: coreClient.CompositeMapper = {
|
|
|
1082
1125
|
serializedName: "name",
|
|
1083
1126
|
required: true,
|
|
1084
1127
|
type: {
|
|
1085
|
-
name: "String"
|
|
1086
|
-
}
|
|
1128
|
+
name: "String",
|
|
1129
|
+
},
|
|
1087
1130
|
},
|
|
1088
1131
|
azureFile: {
|
|
1089
1132
|
serializedName: "azureFile",
|
|
1090
1133
|
type: {
|
|
1091
1134
|
name: "Composite",
|
|
1092
|
-
className: "AzureFileVolume"
|
|
1093
|
-
}
|
|
1135
|
+
className: "AzureFileVolume",
|
|
1136
|
+
},
|
|
1094
1137
|
},
|
|
1095
1138
|
emptyDir: {
|
|
1096
1139
|
serializedName: "emptyDir",
|
|
1097
1140
|
type: {
|
|
1098
1141
|
name: "Dictionary",
|
|
1099
|
-
value: { type: { name: "any" } }
|
|
1100
|
-
}
|
|
1142
|
+
value: { type: { name: "any" } },
|
|
1143
|
+
},
|
|
1101
1144
|
},
|
|
1102
1145
|
secret: {
|
|
1103
1146
|
serializedName: "secret",
|
|
1104
1147
|
type: {
|
|
1105
1148
|
name: "Dictionary",
|
|
1106
|
-
value: { type: { name: "String" } }
|
|
1107
|
-
}
|
|
1149
|
+
value: { type: { name: "String" } },
|
|
1150
|
+
},
|
|
1108
1151
|
},
|
|
1109
1152
|
gitRepo: {
|
|
1110
1153
|
serializedName: "gitRepo",
|
|
1111
1154
|
type: {
|
|
1112
1155
|
name: "Composite",
|
|
1113
|
-
className: "GitRepoVolume"
|
|
1114
|
-
}
|
|
1115
|
-
}
|
|
1116
|
-
}
|
|
1117
|
-
}
|
|
1156
|
+
className: "GitRepoVolume",
|
|
1157
|
+
},
|
|
1158
|
+
},
|
|
1159
|
+
},
|
|
1160
|
+
},
|
|
1118
1161
|
};
|
|
1119
1162
|
|
|
1120
1163
|
export const AzureFileVolume: coreClient.CompositeMapper = {
|
|
@@ -1126,30 +1169,30 @@ export const AzureFileVolume: coreClient.CompositeMapper = {
|
|
|
1126
1169
|
serializedName: "shareName",
|
|
1127
1170
|
required: true,
|
|
1128
1171
|
type: {
|
|
1129
|
-
name: "String"
|
|
1130
|
-
}
|
|
1172
|
+
name: "String",
|
|
1173
|
+
},
|
|
1131
1174
|
},
|
|
1132
1175
|
readOnly: {
|
|
1133
1176
|
serializedName: "readOnly",
|
|
1134
1177
|
type: {
|
|
1135
|
-
name: "Boolean"
|
|
1136
|
-
}
|
|
1178
|
+
name: "Boolean",
|
|
1179
|
+
},
|
|
1137
1180
|
},
|
|
1138
1181
|
storageAccountName: {
|
|
1139
1182
|
serializedName: "storageAccountName",
|
|
1140
1183
|
required: true,
|
|
1141
1184
|
type: {
|
|
1142
|
-
name: "String"
|
|
1143
|
-
}
|
|
1185
|
+
name: "String",
|
|
1186
|
+
},
|
|
1144
1187
|
},
|
|
1145
1188
|
storageAccountKey: {
|
|
1146
1189
|
serializedName: "storageAccountKey",
|
|
1147
1190
|
type: {
|
|
1148
|
-
name: "String"
|
|
1149
|
-
}
|
|
1150
|
-
}
|
|
1151
|
-
}
|
|
1152
|
-
}
|
|
1191
|
+
name: "String",
|
|
1192
|
+
},
|
|
1193
|
+
},
|
|
1194
|
+
},
|
|
1195
|
+
},
|
|
1153
1196
|
};
|
|
1154
1197
|
|
|
1155
1198
|
export const GitRepoVolume: coreClient.CompositeMapper = {
|
|
@@ -1160,55 +1203,56 @@ export const GitRepoVolume: coreClient.CompositeMapper = {
|
|
|
1160
1203
|
directory: {
|
|
1161
1204
|
serializedName: "directory",
|
|
1162
1205
|
type: {
|
|
1163
|
-
name: "String"
|
|
1164
|
-
}
|
|
1206
|
+
name: "String",
|
|
1207
|
+
},
|
|
1165
1208
|
},
|
|
1166
1209
|
repository: {
|
|
1167
1210
|
serializedName: "repository",
|
|
1168
1211
|
required: true,
|
|
1169
1212
|
type: {
|
|
1170
|
-
name: "String"
|
|
1171
|
-
}
|
|
1213
|
+
name: "String",
|
|
1214
|
+
},
|
|
1172
1215
|
},
|
|
1173
1216
|
revision: {
|
|
1174
1217
|
serializedName: "revision",
|
|
1175
1218
|
type: {
|
|
1176
|
-
name: "String"
|
|
1177
|
-
}
|
|
1178
|
-
}
|
|
1179
|
-
}
|
|
1180
|
-
}
|
|
1181
|
-
};
|
|
1182
|
-
|
|
1183
|
-
export const ContainerGroupPropertiesInstanceView: coreClient.CompositeMapper = {
|
|
1184
|
-
type: {
|
|
1185
|
-
name: "Composite",
|
|
1186
|
-
className: "ContainerGroupPropertiesInstanceView",
|
|
1187
|
-
modelProperties: {
|
|
1188
|
-
events: {
|
|
1189
|
-
serializedName: "events",
|
|
1190
|
-
readOnly: true,
|
|
1191
|
-
type: {
|
|
1192
|
-
name: "Sequence",
|
|
1193
|
-
element: {
|
|
1194
|
-
type: {
|
|
1195
|
-
name: "Composite",
|
|
1196
|
-
className: "Event"
|
|
1197
|
-
}
|
|
1198
|
-
}
|
|
1199
|
-
}
|
|
1219
|
+
name: "String",
|
|
1220
|
+
},
|
|
1200
1221
|
},
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
readOnly: true,
|
|
1204
|
-
type: {
|
|
1205
|
-
name: "String"
|
|
1206
|
-
}
|
|
1207
|
-
}
|
|
1208
|
-
}
|
|
1209
|
-
}
|
|
1222
|
+
},
|
|
1223
|
+
},
|
|
1210
1224
|
};
|
|
1211
1225
|
|
|
1226
|
+
export const ContainerGroupPropertiesInstanceView: coreClient.CompositeMapper =
|
|
1227
|
+
{
|
|
1228
|
+
type: {
|
|
1229
|
+
name: "Composite",
|
|
1230
|
+
className: "ContainerGroupPropertiesInstanceView",
|
|
1231
|
+
modelProperties: {
|
|
1232
|
+
events: {
|
|
1233
|
+
serializedName: "events",
|
|
1234
|
+
readOnly: true,
|
|
1235
|
+
type: {
|
|
1236
|
+
name: "Sequence",
|
|
1237
|
+
element: {
|
|
1238
|
+
type: {
|
|
1239
|
+
name: "Composite",
|
|
1240
|
+
className: "Event",
|
|
1241
|
+
},
|
|
1242
|
+
},
|
|
1243
|
+
},
|
|
1244
|
+
},
|
|
1245
|
+
state: {
|
|
1246
|
+
serializedName: "state",
|
|
1247
|
+
readOnly: true,
|
|
1248
|
+
type: {
|
|
1249
|
+
name: "String",
|
|
1250
|
+
},
|
|
1251
|
+
},
|
|
1252
|
+
},
|
|
1253
|
+
},
|
|
1254
|
+
};
|
|
1255
|
+
|
|
1212
1256
|
export const ContainerGroupDiagnostics: coreClient.CompositeMapper = {
|
|
1213
1257
|
type: {
|
|
1214
1258
|
name: "Composite",
|
|
@@ -1218,11 +1262,11 @@ export const ContainerGroupDiagnostics: coreClient.CompositeMapper = {
|
|
|
1218
1262
|
serializedName: "logAnalytics",
|
|
1219
1263
|
type: {
|
|
1220
1264
|
name: "Composite",
|
|
1221
|
-
className: "LogAnalytics"
|
|
1222
|
-
}
|
|
1223
|
-
}
|
|
1224
|
-
}
|
|
1225
|
-
}
|
|
1265
|
+
className: "LogAnalytics",
|
|
1266
|
+
},
|
|
1267
|
+
},
|
|
1268
|
+
},
|
|
1269
|
+
},
|
|
1226
1270
|
};
|
|
1227
1271
|
|
|
1228
1272
|
export const LogAnalytics: coreClient.CompositeMapper = {
|
|
@@ -1234,37 +1278,37 @@ export const LogAnalytics: coreClient.CompositeMapper = {
|
|
|
1234
1278
|
serializedName: "workspaceId",
|
|
1235
1279
|
required: true,
|
|
1236
1280
|
type: {
|
|
1237
|
-
name: "String"
|
|
1238
|
-
}
|
|
1281
|
+
name: "String",
|
|
1282
|
+
},
|
|
1239
1283
|
},
|
|
1240
1284
|
workspaceKey: {
|
|
1241
1285
|
serializedName: "workspaceKey",
|
|
1242
1286
|
required: true,
|
|
1243
1287
|
type: {
|
|
1244
|
-
name: "String"
|
|
1245
|
-
}
|
|
1288
|
+
name: "String",
|
|
1289
|
+
},
|
|
1246
1290
|
},
|
|
1247
1291
|
logType: {
|
|
1248
1292
|
serializedName: "logType",
|
|
1249
1293
|
type: {
|
|
1250
|
-
name: "String"
|
|
1251
|
-
}
|
|
1294
|
+
name: "String",
|
|
1295
|
+
},
|
|
1252
1296
|
},
|
|
1253
1297
|
metadata: {
|
|
1254
1298
|
serializedName: "metadata",
|
|
1255
1299
|
type: {
|
|
1256
1300
|
name: "Dictionary",
|
|
1257
|
-
value: { type: { name: "String" } }
|
|
1258
|
-
}
|
|
1301
|
+
value: { type: { name: "String" } },
|
|
1302
|
+
},
|
|
1259
1303
|
},
|
|
1260
1304
|
workspaceResourceId: {
|
|
1261
1305
|
serializedName: "workspaceResourceId",
|
|
1262
1306
|
type: {
|
|
1263
|
-
name: "String"
|
|
1264
|
-
}
|
|
1265
|
-
}
|
|
1266
|
-
}
|
|
1267
|
-
}
|
|
1307
|
+
name: "String",
|
|
1308
|
+
},
|
|
1309
|
+
},
|
|
1310
|
+
},
|
|
1311
|
+
},
|
|
1268
1312
|
};
|
|
1269
1313
|
|
|
1270
1314
|
export const ContainerGroupSubnetId: coreClient.CompositeMapper = {
|
|
@@ -1276,17 +1320,17 @@ export const ContainerGroupSubnetId: coreClient.CompositeMapper = {
|
|
|
1276
1320
|
serializedName: "id",
|
|
1277
1321
|
required: true,
|
|
1278
1322
|
type: {
|
|
1279
|
-
name: "String"
|
|
1280
|
-
}
|
|
1323
|
+
name: "String",
|
|
1324
|
+
},
|
|
1281
1325
|
},
|
|
1282
1326
|
name: {
|
|
1283
1327
|
serializedName: "name",
|
|
1284
1328
|
type: {
|
|
1285
|
-
name: "String"
|
|
1286
|
-
}
|
|
1287
|
-
}
|
|
1288
|
-
}
|
|
1289
|
-
}
|
|
1329
|
+
name: "String",
|
|
1330
|
+
},
|
|
1331
|
+
},
|
|
1332
|
+
},
|
|
1333
|
+
},
|
|
1290
1334
|
};
|
|
1291
1335
|
|
|
1292
1336
|
export const DnsConfiguration: coreClient.CompositeMapper = {
|
|
@@ -1301,25 +1345,25 @@ export const DnsConfiguration: coreClient.CompositeMapper = {
|
|
|
1301
1345
|
name: "Sequence",
|
|
1302
1346
|
element: {
|
|
1303
1347
|
type: {
|
|
1304
|
-
name: "String"
|
|
1305
|
-
}
|
|
1306
|
-
}
|
|
1307
|
-
}
|
|
1348
|
+
name: "String",
|
|
1349
|
+
},
|
|
1350
|
+
},
|
|
1351
|
+
},
|
|
1308
1352
|
},
|
|
1309
1353
|
searchDomains: {
|
|
1310
1354
|
serializedName: "searchDomains",
|
|
1311
1355
|
type: {
|
|
1312
|
-
name: "String"
|
|
1313
|
-
}
|
|
1356
|
+
name: "String",
|
|
1357
|
+
},
|
|
1314
1358
|
},
|
|
1315
1359
|
options: {
|
|
1316
1360
|
serializedName: "options",
|
|
1317
1361
|
type: {
|
|
1318
|
-
name: "String"
|
|
1319
|
-
}
|
|
1320
|
-
}
|
|
1321
|
-
}
|
|
1322
|
-
}
|
|
1362
|
+
name: "String",
|
|
1363
|
+
},
|
|
1364
|
+
},
|
|
1365
|
+
},
|
|
1366
|
+
},
|
|
1323
1367
|
};
|
|
1324
1368
|
|
|
1325
1369
|
export const EncryptionProperties: coreClient.CompositeMapper = {
|
|
@@ -1331,31 +1375,31 @@ export const EncryptionProperties: coreClient.CompositeMapper = {
|
|
|
1331
1375
|
serializedName: "vaultBaseUrl",
|
|
1332
1376
|
required: true,
|
|
1333
1377
|
type: {
|
|
1334
|
-
name: "String"
|
|
1335
|
-
}
|
|
1378
|
+
name: "String",
|
|
1379
|
+
},
|
|
1336
1380
|
},
|
|
1337
1381
|
keyName: {
|
|
1338
1382
|
serializedName: "keyName",
|
|
1339
1383
|
required: true,
|
|
1340
1384
|
type: {
|
|
1341
|
-
name: "String"
|
|
1342
|
-
}
|
|
1385
|
+
name: "String",
|
|
1386
|
+
},
|
|
1343
1387
|
},
|
|
1344
1388
|
keyVersion: {
|
|
1345
1389
|
serializedName: "keyVersion",
|
|
1346
1390
|
required: true,
|
|
1347
1391
|
type: {
|
|
1348
|
-
name: "String"
|
|
1349
|
-
}
|
|
1392
|
+
name: "String",
|
|
1393
|
+
},
|
|
1350
1394
|
},
|
|
1351
1395
|
identity: {
|
|
1352
1396
|
serializedName: "identity",
|
|
1353
1397
|
type: {
|
|
1354
|
-
name: "String"
|
|
1355
|
-
}
|
|
1356
|
-
}
|
|
1357
|
-
}
|
|
1358
|
-
}
|
|
1398
|
+
name: "String",
|
|
1399
|
+
},
|
|
1400
|
+
},
|
|
1401
|
+
},
|
|
1402
|
+
},
|
|
1359
1403
|
};
|
|
1360
1404
|
|
|
1361
1405
|
export const InitContainerDefinition: coreClient.CompositeMapper = {
|
|
@@ -1367,14 +1411,14 @@ export const InitContainerDefinition: coreClient.CompositeMapper = {
|
|
|
1367
1411
|
serializedName: "name",
|
|
1368
1412
|
required: true,
|
|
1369
1413
|
type: {
|
|
1370
|
-
name: "String"
|
|
1371
|
-
}
|
|
1414
|
+
name: "String",
|
|
1415
|
+
},
|
|
1372
1416
|
},
|
|
1373
1417
|
image: {
|
|
1374
1418
|
serializedName: "properties.image",
|
|
1375
1419
|
type: {
|
|
1376
|
-
name: "String"
|
|
1377
|
-
}
|
|
1420
|
+
name: "String",
|
|
1421
|
+
},
|
|
1378
1422
|
},
|
|
1379
1423
|
command: {
|
|
1380
1424
|
serializedName: "properties.command",
|
|
@@ -1382,10 +1426,10 @@ export const InitContainerDefinition: coreClient.CompositeMapper = {
|
|
|
1382
1426
|
name: "Sequence",
|
|
1383
1427
|
element: {
|
|
1384
1428
|
type: {
|
|
1385
|
-
name: "String"
|
|
1386
|
-
}
|
|
1387
|
-
}
|
|
1388
|
-
}
|
|
1429
|
+
name: "String",
|
|
1430
|
+
},
|
|
1431
|
+
},
|
|
1432
|
+
},
|
|
1389
1433
|
},
|
|
1390
1434
|
environmentVariables: {
|
|
1391
1435
|
serializedName: "properties.environmentVariables",
|
|
@@ -1394,17 +1438,17 @@ export const InitContainerDefinition: coreClient.CompositeMapper = {
|
|
|
1394
1438
|
element: {
|
|
1395
1439
|
type: {
|
|
1396
1440
|
name: "Composite",
|
|
1397
|
-
className: "EnvironmentVariable"
|
|
1398
|
-
}
|
|
1399
|
-
}
|
|
1400
|
-
}
|
|
1441
|
+
className: "EnvironmentVariable",
|
|
1442
|
+
},
|
|
1443
|
+
},
|
|
1444
|
+
},
|
|
1401
1445
|
},
|
|
1402
1446
|
instanceView: {
|
|
1403
1447
|
serializedName: "properties.instanceView",
|
|
1404
1448
|
type: {
|
|
1405
1449
|
name: "Composite",
|
|
1406
|
-
className: "InitContainerPropertiesDefinitionInstanceView"
|
|
1407
|
-
}
|
|
1450
|
+
className: "InitContainerPropertiesDefinitionInstanceView",
|
|
1451
|
+
},
|
|
1408
1452
|
},
|
|
1409
1453
|
volumeMounts: {
|
|
1410
1454
|
serializedName: "properties.volumeMounts",
|
|
@@ -1413,65 +1457,66 @@ export const InitContainerDefinition: coreClient.CompositeMapper = {
|
|
|
1413
1457
|
element: {
|
|
1414
1458
|
type: {
|
|
1415
1459
|
name: "Composite",
|
|
1416
|
-
className: "VolumeMount"
|
|
1417
|
-
}
|
|
1418
|
-
}
|
|
1419
|
-
}
|
|
1460
|
+
className: "VolumeMount",
|
|
1461
|
+
},
|
|
1462
|
+
},
|
|
1463
|
+
},
|
|
1420
1464
|
},
|
|
1421
1465
|
securityContext: {
|
|
1422
1466
|
serializedName: "properties.securityContext",
|
|
1423
1467
|
type: {
|
|
1424
1468
|
name: "Composite",
|
|
1425
|
-
className: "SecurityContextDefinition"
|
|
1426
|
-
}
|
|
1427
|
-
}
|
|
1428
|
-
}
|
|
1429
|
-
}
|
|
1430
|
-
};
|
|
1431
|
-
|
|
1432
|
-
export const InitContainerPropertiesDefinitionInstanceView: coreClient.CompositeMapper = {
|
|
1433
|
-
type: {
|
|
1434
|
-
name: "Composite",
|
|
1435
|
-
className: "InitContainerPropertiesDefinitionInstanceView",
|
|
1436
|
-
modelProperties: {
|
|
1437
|
-
restartCount: {
|
|
1438
|
-
serializedName: "restartCount",
|
|
1439
|
-
readOnly: true,
|
|
1440
|
-
type: {
|
|
1441
|
-
name: "Number"
|
|
1442
|
-
}
|
|
1443
|
-
},
|
|
1444
|
-
currentState: {
|
|
1445
|
-
serializedName: "currentState",
|
|
1446
|
-
type: {
|
|
1447
|
-
name: "Composite",
|
|
1448
|
-
className: "ContainerState"
|
|
1449
|
-
}
|
|
1450
|
-
},
|
|
1451
|
-
previousState: {
|
|
1452
|
-
serializedName: "previousState",
|
|
1453
|
-
type: {
|
|
1454
|
-
name: "Composite",
|
|
1455
|
-
className: "ContainerState"
|
|
1456
|
-
}
|
|
1469
|
+
className: "SecurityContextDefinition",
|
|
1470
|
+
},
|
|
1457
1471
|
},
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
readOnly: true,
|
|
1461
|
-
type: {
|
|
1462
|
-
name: "Sequence",
|
|
1463
|
-
element: {
|
|
1464
|
-
type: {
|
|
1465
|
-
name: "Composite",
|
|
1466
|
-
className: "Event"
|
|
1467
|
-
}
|
|
1468
|
-
}
|
|
1469
|
-
}
|
|
1470
|
-
}
|
|
1471
|
-
}
|
|
1472
|
-
}
|
|
1472
|
+
},
|
|
1473
|
+
},
|
|
1473
1474
|
};
|
|
1474
1475
|
|
|
1476
|
+
export const InitContainerPropertiesDefinitionInstanceView: coreClient.CompositeMapper =
|
|
1477
|
+
{
|
|
1478
|
+
type: {
|
|
1479
|
+
name: "Composite",
|
|
1480
|
+
className: "InitContainerPropertiesDefinitionInstanceView",
|
|
1481
|
+
modelProperties: {
|
|
1482
|
+
restartCount: {
|
|
1483
|
+
serializedName: "restartCount",
|
|
1484
|
+
readOnly: true,
|
|
1485
|
+
type: {
|
|
1486
|
+
name: "Number",
|
|
1487
|
+
},
|
|
1488
|
+
},
|
|
1489
|
+
currentState: {
|
|
1490
|
+
serializedName: "currentState",
|
|
1491
|
+
type: {
|
|
1492
|
+
name: "Composite",
|
|
1493
|
+
className: "ContainerState",
|
|
1494
|
+
},
|
|
1495
|
+
},
|
|
1496
|
+
previousState: {
|
|
1497
|
+
serializedName: "previousState",
|
|
1498
|
+
type: {
|
|
1499
|
+
name: "Composite",
|
|
1500
|
+
className: "ContainerState",
|
|
1501
|
+
},
|
|
1502
|
+
},
|
|
1503
|
+
events: {
|
|
1504
|
+
serializedName: "events",
|
|
1505
|
+
readOnly: true,
|
|
1506
|
+
type: {
|
|
1507
|
+
name: "Sequence",
|
|
1508
|
+
element: {
|
|
1509
|
+
type: {
|
|
1510
|
+
name: "Composite",
|
|
1511
|
+
className: "Event",
|
|
1512
|
+
},
|
|
1513
|
+
},
|
|
1514
|
+
},
|
|
1515
|
+
},
|
|
1516
|
+
},
|
|
1517
|
+
},
|
|
1518
|
+
};
|
|
1519
|
+
|
|
1475
1520
|
export const DeploymentExtensionSpec: coreClient.CompositeMapper = {
|
|
1476
1521
|
type: {
|
|
1477
1522
|
name: "Composite",
|
|
@@ -1481,37 +1526,37 @@ export const DeploymentExtensionSpec: coreClient.CompositeMapper = {
|
|
|
1481
1526
|
serializedName: "name",
|
|
1482
1527
|
required: true,
|
|
1483
1528
|
type: {
|
|
1484
|
-
name: "String"
|
|
1485
|
-
}
|
|
1529
|
+
name: "String",
|
|
1530
|
+
},
|
|
1486
1531
|
},
|
|
1487
1532
|
extensionType: {
|
|
1488
1533
|
serializedName: "properties.extensionType",
|
|
1489
1534
|
type: {
|
|
1490
|
-
name: "String"
|
|
1491
|
-
}
|
|
1535
|
+
name: "String",
|
|
1536
|
+
},
|
|
1492
1537
|
},
|
|
1493
1538
|
version: {
|
|
1494
1539
|
serializedName: "properties.version",
|
|
1495
1540
|
type: {
|
|
1496
|
-
name: "String"
|
|
1497
|
-
}
|
|
1541
|
+
name: "String",
|
|
1542
|
+
},
|
|
1498
1543
|
},
|
|
1499
1544
|
settings: {
|
|
1500
1545
|
serializedName: "properties.settings",
|
|
1501
1546
|
type: {
|
|
1502
1547
|
name: "Dictionary",
|
|
1503
|
-
value: { type: { name: "any" } }
|
|
1504
|
-
}
|
|
1548
|
+
value: { type: { name: "any" } },
|
|
1549
|
+
},
|
|
1505
1550
|
},
|
|
1506
1551
|
protectedSettings: {
|
|
1507
1552
|
serializedName: "properties.protectedSettings",
|
|
1508
1553
|
type: {
|
|
1509
1554
|
name: "Dictionary",
|
|
1510
|
-
value: { type: { name: "any" } }
|
|
1511
|
-
}
|
|
1512
|
-
}
|
|
1513
|
-
}
|
|
1514
|
-
}
|
|
1555
|
+
value: { type: { name: "any" } },
|
|
1556
|
+
},
|
|
1557
|
+
},
|
|
1558
|
+
},
|
|
1559
|
+
},
|
|
1515
1560
|
};
|
|
1516
1561
|
|
|
1517
1562
|
export const ConfidentialComputeProperties: coreClient.CompositeMapper = {
|
|
@@ -1522,11 +1567,54 @@ export const ConfidentialComputeProperties: coreClient.CompositeMapper = {
|
|
|
1522
1567
|
ccePolicy: {
|
|
1523
1568
|
serializedName: "ccePolicy",
|
|
1524
1569
|
type: {
|
|
1525
|
-
name: "String"
|
|
1526
|
-
}
|
|
1527
|
-
}
|
|
1528
|
-
}
|
|
1529
|
-
}
|
|
1570
|
+
name: "String",
|
|
1571
|
+
},
|
|
1572
|
+
},
|
|
1573
|
+
},
|
|
1574
|
+
},
|
|
1575
|
+
};
|
|
1576
|
+
|
|
1577
|
+
export const ContainerGroupProfileReferenceDefinition: coreClient.CompositeMapper =
|
|
1578
|
+
{
|
|
1579
|
+
type: {
|
|
1580
|
+
name: "Composite",
|
|
1581
|
+
className: "ContainerGroupProfileReferenceDefinition",
|
|
1582
|
+
modelProperties: {
|
|
1583
|
+
id: {
|
|
1584
|
+
serializedName: "id",
|
|
1585
|
+
type: {
|
|
1586
|
+
name: "String",
|
|
1587
|
+
},
|
|
1588
|
+
},
|
|
1589
|
+
revision: {
|
|
1590
|
+
serializedName: "revision",
|
|
1591
|
+
type: {
|
|
1592
|
+
name: "Number",
|
|
1593
|
+
},
|
|
1594
|
+
},
|
|
1595
|
+
},
|
|
1596
|
+
},
|
|
1597
|
+
};
|
|
1598
|
+
|
|
1599
|
+
export const StandbyPoolProfileDefinition: coreClient.CompositeMapper = {
|
|
1600
|
+
type: {
|
|
1601
|
+
name: "Composite",
|
|
1602
|
+
className: "StandbyPoolProfileDefinition",
|
|
1603
|
+
modelProperties: {
|
|
1604
|
+
id: {
|
|
1605
|
+
serializedName: "id",
|
|
1606
|
+
type: {
|
|
1607
|
+
name: "String",
|
|
1608
|
+
},
|
|
1609
|
+
},
|
|
1610
|
+
failContainerGroupCreateOnReuseFailure: {
|
|
1611
|
+
serializedName: "failContainerGroupCreateOnReuseFailure",
|
|
1612
|
+
type: {
|
|
1613
|
+
name: "Boolean",
|
|
1614
|
+
},
|
|
1615
|
+
},
|
|
1616
|
+
},
|
|
1617
|
+
},
|
|
1530
1618
|
};
|
|
1531
1619
|
|
|
1532
1620
|
export const CloudError: coreClient.CompositeMapper = {
|
|
@@ -1538,11 +1626,11 @@ export const CloudError: coreClient.CompositeMapper = {
|
|
|
1538
1626
|
serializedName: "error",
|
|
1539
1627
|
type: {
|
|
1540
1628
|
name: "Composite",
|
|
1541
|
-
className: "CloudErrorBody"
|
|
1542
|
-
}
|
|
1543
|
-
}
|
|
1544
|
-
}
|
|
1545
|
-
}
|
|
1629
|
+
className: "CloudErrorBody",
|
|
1630
|
+
},
|
|
1631
|
+
},
|
|
1632
|
+
},
|
|
1633
|
+
},
|
|
1546
1634
|
};
|
|
1547
1635
|
|
|
1548
1636
|
export const CloudErrorBody: coreClient.CompositeMapper = {
|
|
@@ -1553,20 +1641,20 @@ export const CloudErrorBody: coreClient.CompositeMapper = {
|
|
|
1553
1641
|
code: {
|
|
1554
1642
|
serializedName: "code",
|
|
1555
1643
|
type: {
|
|
1556
|
-
name: "String"
|
|
1557
|
-
}
|
|
1644
|
+
name: "String",
|
|
1645
|
+
},
|
|
1558
1646
|
},
|
|
1559
1647
|
message: {
|
|
1560
1648
|
serializedName: "message",
|
|
1561
1649
|
type: {
|
|
1562
|
-
name: "String"
|
|
1563
|
-
}
|
|
1650
|
+
name: "String",
|
|
1651
|
+
},
|
|
1564
1652
|
},
|
|
1565
1653
|
target: {
|
|
1566
1654
|
serializedName: "target",
|
|
1567
1655
|
type: {
|
|
1568
|
-
name: "String"
|
|
1569
|
-
}
|
|
1656
|
+
name: "String",
|
|
1657
|
+
},
|
|
1570
1658
|
},
|
|
1571
1659
|
details: {
|
|
1572
1660
|
serializedName: "details",
|
|
@@ -1575,13 +1663,13 @@ export const CloudErrorBody: coreClient.CompositeMapper = {
|
|
|
1575
1663
|
element: {
|
|
1576
1664
|
type: {
|
|
1577
1665
|
name: "Composite",
|
|
1578
|
-
className: "CloudErrorBody"
|
|
1579
|
-
}
|
|
1580
|
-
}
|
|
1581
|
-
}
|
|
1582
|
-
}
|
|
1583
|
-
}
|
|
1584
|
-
}
|
|
1666
|
+
className: "CloudErrorBody",
|
|
1667
|
+
},
|
|
1668
|
+
},
|
|
1669
|
+
},
|
|
1670
|
+
},
|
|
1671
|
+
},
|
|
1672
|
+
},
|
|
1585
1673
|
};
|
|
1586
1674
|
|
|
1587
1675
|
export const OperationListResult: coreClient.CompositeMapper = {
|
|
@@ -1596,19 +1684,19 @@ export const OperationListResult: coreClient.CompositeMapper = {
|
|
|
1596
1684
|
element: {
|
|
1597
1685
|
type: {
|
|
1598
1686
|
name: "Composite",
|
|
1599
|
-
className: "Operation"
|
|
1600
|
-
}
|
|
1601
|
-
}
|
|
1602
|
-
}
|
|
1687
|
+
className: "Operation",
|
|
1688
|
+
},
|
|
1689
|
+
},
|
|
1690
|
+
},
|
|
1603
1691
|
},
|
|
1604
1692
|
nextLink: {
|
|
1605
1693
|
serializedName: "nextLink",
|
|
1606
1694
|
type: {
|
|
1607
|
-
name: "String"
|
|
1608
|
-
}
|
|
1609
|
-
}
|
|
1610
|
-
}
|
|
1611
|
-
}
|
|
1695
|
+
name: "String",
|
|
1696
|
+
},
|
|
1697
|
+
},
|
|
1698
|
+
},
|
|
1699
|
+
},
|
|
1612
1700
|
};
|
|
1613
1701
|
|
|
1614
1702
|
export const Operation: coreClient.CompositeMapper = {
|
|
@@ -1620,31 +1708,31 @@ export const Operation: coreClient.CompositeMapper = {
|
|
|
1620
1708
|
serializedName: "name",
|
|
1621
1709
|
required: true,
|
|
1622
1710
|
type: {
|
|
1623
|
-
name: "String"
|
|
1624
|
-
}
|
|
1711
|
+
name: "String",
|
|
1712
|
+
},
|
|
1625
1713
|
},
|
|
1626
1714
|
display: {
|
|
1627
1715
|
serializedName: "display",
|
|
1628
1716
|
type: {
|
|
1629
1717
|
name: "Composite",
|
|
1630
|
-
className: "OperationDisplay"
|
|
1631
|
-
}
|
|
1718
|
+
className: "OperationDisplay",
|
|
1719
|
+
},
|
|
1632
1720
|
},
|
|
1633
1721
|
properties: {
|
|
1634
1722
|
serializedName: "properties",
|
|
1635
1723
|
type: {
|
|
1636
1724
|
name: "Dictionary",
|
|
1637
|
-
value: { type: { name: "any" } }
|
|
1638
|
-
}
|
|
1725
|
+
value: { type: { name: "any" } },
|
|
1726
|
+
},
|
|
1639
1727
|
},
|
|
1640
1728
|
origin: {
|
|
1641
1729
|
serializedName: "origin",
|
|
1642
1730
|
type: {
|
|
1643
|
-
name: "String"
|
|
1644
|
-
}
|
|
1645
|
-
}
|
|
1646
|
-
}
|
|
1647
|
-
}
|
|
1731
|
+
name: "String",
|
|
1732
|
+
},
|
|
1733
|
+
},
|
|
1734
|
+
},
|
|
1735
|
+
},
|
|
1648
1736
|
};
|
|
1649
1737
|
|
|
1650
1738
|
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
@@ -1655,29 +1743,29 @@ export const OperationDisplay: coreClient.CompositeMapper = {
|
|
|
1655
1743
|
provider: {
|
|
1656
1744
|
serializedName: "provider",
|
|
1657
1745
|
type: {
|
|
1658
|
-
name: "String"
|
|
1659
|
-
}
|
|
1746
|
+
name: "String",
|
|
1747
|
+
},
|
|
1660
1748
|
},
|
|
1661
1749
|
resource: {
|
|
1662
1750
|
serializedName: "resource",
|
|
1663
1751
|
type: {
|
|
1664
|
-
name: "String"
|
|
1665
|
-
}
|
|
1752
|
+
name: "String",
|
|
1753
|
+
},
|
|
1666
1754
|
},
|
|
1667
1755
|
operation: {
|
|
1668
1756
|
serializedName: "operation",
|
|
1669
1757
|
type: {
|
|
1670
|
-
name: "String"
|
|
1671
|
-
}
|
|
1758
|
+
name: "String",
|
|
1759
|
+
},
|
|
1672
1760
|
},
|
|
1673
1761
|
description: {
|
|
1674
1762
|
serializedName: "description",
|
|
1675
1763
|
type: {
|
|
1676
|
-
name: "String"
|
|
1677
|
-
}
|
|
1678
|
-
}
|
|
1679
|
-
}
|
|
1680
|
-
}
|
|
1764
|
+
name: "String",
|
|
1765
|
+
},
|
|
1766
|
+
},
|
|
1767
|
+
},
|
|
1768
|
+
},
|
|
1681
1769
|
};
|
|
1682
1770
|
|
|
1683
1771
|
export const UsageListResult: coreClient.CompositeMapper = {
|
|
@@ -1693,13 +1781,13 @@ export const UsageListResult: coreClient.CompositeMapper = {
|
|
|
1693
1781
|
element: {
|
|
1694
1782
|
type: {
|
|
1695
1783
|
name: "Composite",
|
|
1696
|
-
className: "Usage"
|
|
1697
|
-
}
|
|
1698
|
-
}
|
|
1699
|
-
}
|
|
1700
|
-
}
|
|
1701
|
-
}
|
|
1702
|
-
}
|
|
1784
|
+
className: "Usage",
|
|
1785
|
+
},
|
|
1786
|
+
},
|
|
1787
|
+
},
|
|
1788
|
+
},
|
|
1789
|
+
},
|
|
1790
|
+
},
|
|
1703
1791
|
};
|
|
1704
1792
|
|
|
1705
1793
|
export const Usage: coreClient.CompositeMapper = {
|
|
@@ -1711,39 +1799,39 @@ export const Usage: coreClient.CompositeMapper = {
|
|
|
1711
1799
|
serializedName: "id",
|
|
1712
1800
|
readOnly: true,
|
|
1713
1801
|
type: {
|
|
1714
|
-
name: "String"
|
|
1715
|
-
}
|
|
1802
|
+
name: "String",
|
|
1803
|
+
},
|
|
1716
1804
|
},
|
|
1717
1805
|
unit: {
|
|
1718
1806
|
serializedName: "unit",
|
|
1719
1807
|
readOnly: true,
|
|
1720
1808
|
type: {
|
|
1721
|
-
name: "String"
|
|
1722
|
-
}
|
|
1809
|
+
name: "String",
|
|
1810
|
+
},
|
|
1723
1811
|
},
|
|
1724
1812
|
currentValue: {
|
|
1725
1813
|
serializedName: "currentValue",
|
|
1726
1814
|
readOnly: true,
|
|
1727
1815
|
type: {
|
|
1728
|
-
name: "Number"
|
|
1729
|
-
}
|
|
1816
|
+
name: "Number",
|
|
1817
|
+
},
|
|
1730
1818
|
},
|
|
1731
1819
|
limit: {
|
|
1732
1820
|
serializedName: "limit",
|
|
1733
1821
|
readOnly: true,
|
|
1734
1822
|
type: {
|
|
1735
|
-
name: "Number"
|
|
1736
|
-
}
|
|
1823
|
+
name: "Number",
|
|
1824
|
+
},
|
|
1737
1825
|
},
|
|
1738
1826
|
name: {
|
|
1739
1827
|
serializedName: "name",
|
|
1740
1828
|
type: {
|
|
1741
1829
|
name: "Composite",
|
|
1742
|
-
className: "UsageName"
|
|
1743
|
-
}
|
|
1744
|
-
}
|
|
1745
|
-
}
|
|
1746
|
-
}
|
|
1830
|
+
className: "UsageName",
|
|
1831
|
+
},
|
|
1832
|
+
},
|
|
1833
|
+
},
|
|
1834
|
+
},
|
|
1747
1835
|
};
|
|
1748
1836
|
|
|
1749
1837
|
export const UsageName: coreClient.CompositeMapper = {
|
|
@@ -1755,18 +1843,18 @@ export const UsageName: coreClient.CompositeMapper = {
|
|
|
1755
1843
|
serializedName: "value",
|
|
1756
1844
|
readOnly: true,
|
|
1757
1845
|
type: {
|
|
1758
|
-
name: "String"
|
|
1759
|
-
}
|
|
1846
|
+
name: "String",
|
|
1847
|
+
},
|
|
1760
1848
|
},
|
|
1761
1849
|
localizedValue: {
|
|
1762
1850
|
serializedName: "localizedValue",
|
|
1763
1851
|
readOnly: true,
|
|
1764
1852
|
type: {
|
|
1765
|
-
name: "String"
|
|
1766
|
-
}
|
|
1767
|
-
}
|
|
1768
|
-
}
|
|
1769
|
-
}
|
|
1853
|
+
name: "String",
|
|
1854
|
+
},
|
|
1855
|
+
},
|
|
1856
|
+
},
|
|
1857
|
+
},
|
|
1770
1858
|
};
|
|
1771
1859
|
|
|
1772
1860
|
export const Logs: coreClient.CompositeMapper = {
|
|
@@ -1777,11 +1865,11 @@ export const Logs: coreClient.CompositeMapper = {
|
|
|
1777
1865
|
content: {
|
|
1778
1866
|
serializedName: "content",
|
|
1779
1867
|
type: {
|
|
1780
|
-
name: "String"
|
|
1781
|
-
}
|
|
1782
|
-
}
|
|
1783
|
-
}
|
|
1784
|
-
}
|
|
1868
|
+
name: "String",
|
|
1869
|
+
},
|
|
1870
|
+
},
|
|
1871
|
+
},
|
|
1872
|
+
},
|
|
1785
1873
|
};
|
|
1786
1874
|
|
|
1787
1875
|
export const ContainerExecRequest: coreClient.CompositeMapper = {
|
|
@@ -1792,18 +1880,18 @@ export const ContainerExecRequest: coreClient.CompositeMapper = {
|
|
|
1792
1880
|
command: {
|
|
1793
1881
|
serializedName: "command",
|
|
1794
1882
|
type: {
|
|
1795
|
-
name: "String"
|
|
1796
|
-
}
|
|
1883
|
+
name: "String",
|
|
1884
|
+
},
|
|
1797
1885
|
},
|
|
1798
1886
|
terminalSize: {
|
|
1799
1887
|
serializedName: "terminalSize",
|
|
1800
1888
|
type: {
|
|
1801
1889
|
name: "Composite",
|
|
1802
|
-
className: "ContainerExecRequestTerminalSize"
|
|
1803
|
-
}
|
|
1804
|
-
}
|
|
1805
|
-
}
|
|
1806
|
-
}
|
|
1890
|
+
className: "ContainerExecRequestTerminalSize",
|
|
1891
|
+
},
|
|
1892
|
+
},
|
|
1893
|
+
},
|
|
1894
|
+
},
|
|
1807
1895
|
};
|
|
1808
1896
|
|
|
1809
1897
|
export const ContainerExecRequestTerminalSize: coreClient.CompositeMapper = {
|
|
@@ -1814,17 +1902,17 @@ export const ContainerExecRequestTerminalSize: coreClient.CompositeMapper = {
|
|
|
1814
1902
|
rows: {
|
|
1815
1903
|
serializedName: "rows",
|
|
1816
1904
|
type: {
|
|
1817
|
-
name: "Number"
|
|
1818
|
-
}
|
|
1905
|
+
name: "Number",
|
|
1906
|
+
},
|
|
1819
1907
|
},
|
|
1820
1908
|
cols: {
|
|
1821
1909
|
serializedName: "cols",
|
|
1822
1910
|
type: {
|
|
1823
|
-
name: "Number"
|
|
1824
|
-
}
|
|
1825
|
-
}
|
|
1826
|
-
}
|
|
1827
|
-
}
|
|
1911
|
+
name: "Number",
|
|
1912
|
+
},
|
|
1913
|
+
},
|
|
1914
|
+
},
|
|
1915
|
+
},
|
|
1828
1916
|
};
|
|
1829
1917
|
|
|
1830
1918
|
export const ContainerExecResponse: coreClient.CompositeMapper = {
|
|
@@ -1835,17 +1923,17 @@ export const ContainerExecResponse: coreClient.CompositeMapper = {
|
|
|
1835
1923
|
webSocketUri: {
|
|
1836
1924
|
serializedName: "webSocketUri",
|
|
1837
1925
|
type: {
|
|
1838
|
-
name: "String"
|
|
1839
|
-
}
|
|
1926
|
+
name: "String",
|
|
1927
|
+
},
|
|
1840
1928
|
},
|
|
1841
1929
|
password: {
|
|
1842
1930
|
serializedName: "password",
|
|
1843
1931
|
type: {
|
|
1844
|
-
name: "String"
|
|
1845
|
-
}
|
|
1846
|
-
}
|
|
1847
|
-
}
|
|
1848
|
-
}
|
|
1932
|
+
name: "String",
|
|
1933
|
+
},
|
|
1934
|
+
},
|
|
1935
|
+
},
|
|
1936
|
+
},
|
|
1849
1937
|
};
|
|
1850
1938
|
|
|
1851
1939
|
export const ContainerAttachResponse: coreClient.CompositeMapper = {
|
|
@@ -1856,17 +1944,17 @@ export const ContainerAttachResponse: coreClient.CompositeMapper = {
|
|
|
1856
1944
|
webSocketUri: {
|
|
1857
1945
|
serializedName: "webSocketUri",
|
|
1858
1946
|
type: {
|
|
1859
|
-
name: "String"
|
|
1860
|
-
}
|
|
1947
|
+
name: "String",
|
|
1948
|
+
},
|
|
1861
1949
|
},
|
|
1862
1950
|
password: {
|
|
1863
1951
|
serializedName: "password",
|
|
1864
1952
|
type: {
|
|
1865
|
-
name: "String"
|
|
1866
|
-
}
|
|
1867
|
-
}
|
|
1868
|
-
}
|
|
1869
|
-
}
|
|
1953
|
+
name: "String",
|
|
1954
|
+
},
|
|
1955
|
+
},
|
|
1956
|
+
},
|
|
1957
|
+
},
|
|
1870
1958
|
};
|
|
1871
1959
|
|
|
1872
1960
|
export const CachedImagesListResult: coreClient.CompositeMapper = {
|
|
@@ -1881,19 +1969,19 @@ export const CachedImagesListResult: coreClient.CompositeMapper = {
|
|
|
1881
1969
|
element: {
|
|
1882
1970
|
type: {
|
|
1883
1971
|
name: "Composite",
|
|
1884
|
-
className: "CachedImages"
|
|
1885
|
-
}
|
|
1886
|
-
}
|
|
1887
|
-
}
|
|
1972
|
+
className: "CachedImages",
|
|
1973
|
+
},
|
|
1974
|
+
},
|
|
1975
|
+
},
|
|
1888
1976
|
},
|
|
1889
1977
|
nextLink: {
|
|
1890
1978
|
serializedName: "nextLink",
|
|
1891
1979
|
type: {
|
|
1892
|
-
name: "String"
|
|
1893
|
-
}
|
|
1894
|
-
}
|
|
1895
|
-
}
|
|
1896
|
-
}
|
|
1980
|
+
name: "String",
|
|
1981
|
+
},
|
|
1982
|
+
},
|
|
1983
|
+
},
|
|
1984
|
+
},
|
|
1897
1985
|
};
|
|
1898
1986
|
|
|
1899
1987
|
export const CachedImages: coreClient.CompositeMapper = {
|
|
@@ -1905,18 +1993,18 @@ export const CachedImages: coreClient.CompositeMapper = {
|
|
|
1905
1993
|
serializedName: "osType",
|
|
1906
1994
|
required: true,
|
|
1907
1995
|
type: {
|
|
1908
|
-
name: "String"
|
|
1909
|
-
}
|
|
1996
|
+
name: "String",
|
|
1997
|
+
},
|
|
1910
1998
|
},
|
|
1911
1999
|
image: {
|
|
1912
2000
|
serializedName: "image",
|
|
1913
2001
|
required: true,
|
|
1914
2002
|
type: {
|
|
1915
|
-
name: "String"
|
|
1916
|
-
}
|
|
1917
|
-
}
|
|
1918
|
-
}
|
|
1919
|
-
}
|
|
2003
|
+
name: "String",
|
|
2004
|
+
},
|
|
2005
|
+
},
|
|
2006
|
+
},
|
|
2007
|
+
},
|
|
1920
2008
|
};
|
|
1921
2009
|
|
|
1922
2010
|
export const CapabilitiesListResult: coreClient.CompositeMapper = {
|
|
@@ -1931,19 +2019,19 @@ export const CapabilitiesListResult: coreClient.CompositeMapper = {
|
|
|
1931
2019
|
element: {
|
|
1932
2020
|
type: {
|
|
1933
2021
|
name: "Composite",
|
|
1934
|
-
className: "Capabilities"
|
|
1935
|
-
}
|
|
1936
|
-
}
|
|
1937
|
-
}
|
|
2022
|
+
className: "Capabilities",
|
|
2023
|
+
},
|
|
2024
|
+
},
|
|
2025
|
+
},
|
|
1938
2026
|
},
|
|
1939
2027
|
nextLink: {
|
|
1940
2028
|
serializedName: "nextLink",
|
|
1941
2029
|
type: {
|
|
1942
|
-
name: "String"
|
|
1943
|
-
}
|
|
1944
|
-
}
|
|
1945
|
-
}
|
|
1946
|
-
}
|
|
2030
|
+
name: "String",
|
|
2031
|
+
},
|
|
2032
|
+
},
|
|
2033
|
+
},
|
|
2034
|
+
},
|
|
1947
2035
|
};
|
|
1948
2036
|
|
|
1949
2037
|
export const Capabilities: coreClient.CompositeMapper = {
|
|
@@ -1955,46 +2043,46 @@ export const Capabilities: coreClient.CompositeMapper = {
|
|
|
1955
2043
|
serializedName: "resourceType",
|
|
1956
2044
|
readOnly: true,
|
|
1957
2045
|
type: {
|
|
1958
|
-
name: "String"
|
|
1959
|
-
}
|
|
2046
|
+
name: "String",
|
|
2047
|
+
},
|
|
1960
2048
|
},
|
|
1961
2049
|
osType: {
|
|
1962
2050
|
serializedName: "osType",
|
|
1963
2051
|
readOnly: true,
|
|
1964
2052
|
type: {
|
|
1965
|
-
name: "String"
|
|
1966
|
-
}
|
|
2053
|
+
name: "String",
|
|
2054
|
+
},
|
|
1967
2055
|
},
|
|
1968
2056
|
location: {
|
|
1969
2057
|
serializedName: "location",
|
|
1970
2058
|
readOnly: true,
|
|
1971
2059
|
type: {
|
|
1972
|
-
name: "String"
|
|
1973
|
-
}
|
|
2060
|
+
name: "String",
|
|
2061
|
+
},
|
|
1974
2062
|
},
|
|
1975
2063
|
ipAddressType: {
|
|
1976
2064
|
serializedName: "ipAddressType",
|
|
1977
2065
|
readOnly: true,
|
|
1978
2066
|
type: {
|
|
1979
|
-
name: "String"
|
|
1980
|
-
}
|
|
2067
|
+
name: "String",
|
|
2068
|
+
},
|
|
1981
2069
|
},
|
|
1982
2070
|
gpu: {
|
|
1983
2071
|
serializedName: "gpu",
|
|
1984
2072
|
readOnly: true,
|
|
1985
2073
|
type: {
|
|
1986
|
-
name: "String"
|
|
1987
|
-
}
|
|
2074
|
+
name: "String",
|
|
2075
|
+
},
|
|
1988
2076
|
},
|
|
1989
2077
|
capabilities: {
|
|
1990
2078
|
serializedName: "capabilities",
|
|
1991
2079
|
type: {
|
|
1992
2080
|
name: "Composite",
|
|
1993
|
-
className: "CapabilitiesCapabilities"
|
|
1994
|
-
}
|
|
1995
|
-
}
|
|
1996
|
-
}
|
|
1997
|
-
}
|
|
2081
|
+
className: "CapabilitiesCapabilities",
|
|
2082
|
+
},
|
|
2083
|
+
},
|
|
2084
|
+
},
|
|
2085
|
+
},
|
|
1998
2086
|
};
|
|
1999
2087
|
|
|
2000
2088
|
export const CapabilitiesCapabilities: coreClient.CompositeMapper = {
|
|
@@ -2006,25 +2094,198 @@ export const CapabilitiesCapabilities: coreClient.CompositeMapper = {
|
|
|
2006
2094
|
serializedName: "maxMemoryInGB",
|
|
2007
2095
|
readOnly: true,
|
|
2008
2096
|
type: {
|
|
2009
|
-
name: "Number"
|
|
2010
|
-
}
|
|
2097
|
+
name: "Number",
|
|
2098
|
+
},
|
|
2011
2099
|
},
|
|
2012
2100
|
maxCpu: {
|
|
2013
2101
|
serializedName: "maxCpu",
|
|
2014
2102
|
readOnly: true,
|
|
2015
2103
|
type: {
|
|
2016
|
-
name: "Number"
|
|
2017
|
-
}
|
|
2104
|
+
name: "Number",
|
|
2105
|
+
},
|
|
2018
2106
|
},
|
|
2019
2107
|
maxGpuCount: {
|
|
2020
2108
|
serializedName: "maxGpuCount",
|
|
2021
2109
|
readOnly: true,
|
|
2022
2110
|
type: {
|
|
2023
|
-
name: "Number"
|
|
2024
|
-
}
|
|
2025
|
-
}
|
|
2026
|
-
}
|
|
2027
|
-
}
|
|
2111
|
+
name: "Number",
|
|
2112
|
+
},
|
|
2113
|
+
},
|
|
2114
|
+
},
|
|
2115
|
+
},
|
|
2116
|
+
};
|
|
2117
|
+
|
|
2118
|
+
export const ContainerGroupProfileListResult: coreClient.CompositeMapper = {
|
|
2119
|
+
type: {
|
|
2120
|
+
name: "Composite",
|
|
2121
|
+
className: "ContainerGroupProfileListResult",
|
|
2122
|
+
modelProperties: {
|
|
2123
|
+
value: {
|
|
2124
|
+
serializedName: "value",
|
|
2125
|
+
type: {
|
|
2126
|
+
name: "Sequence",
|
|
2127
|
+
element: {
|
|
2128
|
+
type: {
|
|
2129
|
+
name: "Composite",
|
|
2130
|
+
className: "ContainerGroupProfile",
|
|
2131
|
+
},
|
|
2132
|
+
},
|
|
2133
|
+
},
|
|
2134
|
+
},
|
|
2135
|
+
nextLink: {
|
|
2136
|
+
serializedName: "nextLink",
|
|
2137
|
+
type: {
|
|
2138
|
+
name: "String",
|
|
2139
|
+
},
|
|
2140
|
+
},
|
|
2141
|
+
},
|
|
2142
|
+
},
|
|
2143
|
+
};
|
|
2144
|
+
|
|
2145
|
+
export const ContainerGroupProfileProperties: coreClient.CompositeMapper = {
|
|
2146
|
+
type: {
|
|
2147
|
+
name: "Composite",
|
|
2148
|
+
className: "ContainerGroupProfileProperties",
|
|
2149
|
+
modelProperties: {
|
|
2150
|
+
containers: {
|
|
2151
|
+
serializedName: "properties.containers",
|
|
2152
|
+
required: true,
|
|
2153
|
+
type: {
|
|
2154
|
+
name: "Sequence",
|
|
2155
|
+
element: {
|
|
2156
|
+
type: {
|
|
2157
|
+
name: "Composite",
|
|
2158
|
+
className: "Container",
|
|
2159
|
+
},
|
|
2160
|
+
},
|
|
2161
|
+
},
|
|
2162
|
+
},
|
|
2163
|
+
imageRegistryCredentials: {
|
|
2164
|
+
serializedName: "properties.imageRegistryCredentials",
|
|
2165
|
+
type: {
|
|
2166
|
+
name: "Sequence",
|
|
2167
|
+
element: {
|
|
2168
|
+
type: {
|
|
2169
|
+
name: "Composite",
|
|
2170
|
+
className: "ImageRegistryCredential",
|
|
2171
|
+
},
|
|
2172
|
+
},
|
|
2173
|
+
},
|
|
2174
|
+
},
|
|
2175
|
+
restartPolicy: {
|
|
2176
|
+
serializedName: "properties.restartPolicy",
|
|
2177
|
+
type: {
|
|
2178
|
+
name: "String",
|
|
2179
|
+
},
|
|
2180
|
+
},
|
|
2181
|
+
ipAddress: {
|
|
2182
|
+
serializedName: "properties.ipAddress",
|
|
2183
|
+
type: {
|
|
2184
|
+
name: "Composite",
|
|
2185
|
+
className: "IpAddress",
|
|
2186
|
+
},
|
|
2187
|
+
},
|
|
2188
|
+
osType: {
|
|
2189
|
+
serializedName: "properties.osType",
|
|
2190
|
+
required: true,
|
|
2191
|
+
type: {
|
|
2192
|
+
name: "String",
|
|
2193
|
+
},
|
|
2194
|
+
},
|
|
2195
|
+
volumes: {
|
|
2196
|
+
serializedName: "properties.volumes",
|
|
2197
|
+
type: {
|
|
2198
|
+
name: "Sequence",
|
|
2199
|
+
element: {
|
|
2200
|
+
type: {
|
|
2201
|
+
name: "Composite",
|
|
2202
|
+
className: "Volume",
|
|
2203
|
+
},
|
|
2204
|
+
},
|
|
2205
|
+
},
|
|
2206
|
+
},
|
|
2207
|
+
diagnostics: {
|
|
2208
|
+
serializedName: "properties.diagnostics",
|
|
2209
|
+
type: {
|
|
2210
|
+
name: "Composite",
|
|
2211
|
+
className: "ContainerGroupDiagnostics",
|
|
2212
|
+
},
|
|
2213
|
+
},
|
|
2214
|
+
sku: {
|
|
2215
|
+
serializedName: "properties.sku",
|
|
2216
|
+
type: {
|
|
2217
|
+
name: "String",
|
|
2218
|
+
},
|
|
2219
|
+
},
|
|
2220
|
+
encryptionProperties: {
|
|
2221
|
+
serializedName: "properties.encryptionProperties",
|
|
2222
|
+
type: {
|
|
2223
|
+
name: "Composite",
|
|
2224
|
+
className: "EncryptionProperties",
|
|
2225
|
+
},
|
|
2226
|
+
},
|
|
2227
|
+
initContainers: {
|
|
2228
|
+
serializedName: "properties.initContainers",
|
|
2229
|
+
type: {
|
|
2230
|
+
name: "Sequence",
|
|
2231
|
+
element: {
|
|
2232
|
+
type: {
|
|
2233
|
+
name: "Composite",
|
|
2234
|
+
className: "InitContainerDefinition",
|
|
2235
|
+
},
|
|
2236
|
+
},
|
|
2237
|
+
},
|
|
2238
|
+
},
|
|
2239
|
+
extensions: {
|
|
2240
|
+
serializedName: "properties.extensions",
|
|
2241
|
+
type: {
|
|
2242
|
+
name: "Sequence",
|
|
2243
|
+
element: {
|
|
2244
|
+
type: {
|
|
2245
|
+
name: "Composite",
|
|
2246
|
+
className: "DeploymentExtensionSpec",
|
|
2247
|
+
},
|
|
2248
|
+
},
|
|
2249
|
+
},
|
|
2250
|
+
},
|
|
2251
|
+
confidentialComputeProperties: {
|
|
2252
|
+
serializedName: "properties.confidentialComputeProperties",
|
|
2253
|
+
type: {
|
|
2254
|
+
name: "Composite",
|
|
2255
|
+
className: "ConfidentialComputeProperties",
|
|
2256
|
+
},
|
|
2257
|
+
},
|
|
2258
|
+
priority: {
|
|
2259
|
+
serializedName: "properties.priority",
|
|
2260
|
+
type: {
|
|
2261
|
+
name: "String",
|
|
2262
|
+
},
|
|
2263
|
+
},
|
|
2264
|
+
revision: {
|
|
2265
|
+
serializedName: "properties.revision",
|
|
2266
|
+
readOnly: true,
|
|
2267
|
+
type: {
|
|
2268
|
+
name: "Number",
|
|
2269
|
+
},
|
|
2270
|
+
},
|
|
2271
|
+
},
|
|
2272
|
+
},
|
|
2273
|
+
};
|
|
2274
|
+
|
|
2275
|
+
export const ContainerGroupProfilePatch: coreClient.CompositeMapper = {
|
|
2276
|
+
type: {
|
|
2277
|
+
name: "Composite",
|
|
2278
|
+
className: "ContainerGroupProfilePatch",
|
|
2279
|
+
modelProperties: {
|
|
2280
|
+
tags: {
|
|
2281
|
+
serializedName: "tags",
|
|
2282
|
+
type: {
|
|
2283
|
+
name: "Dictionary",
|
|
2284
|
+
value: { type: { name: "String" } },
|
|
2285
|
+
},
|
|
2286
|
+
},
|
|
2287
|
+
},
|
|
2288
|
+
},
|
|
2028
2289
|
};
|
|
2029
2290
|
|
|
2030
2291
|
export const ContainerGroup: coreClient.CompositeMapper = {
|
|
@@ -2033,7 +2294,18 @@ export const ContainerGroup: coreClient.CompositeMapper = {
|
|
|
2033
2294
|
className: "ContainerGroup",
|
|
2034
2295
|
modelProperties: {
|
|
2035
2296
|
...Resource.type.modelProperties,
|
|
2036
|
-
...ContainerGroupProperties.type.modelProperties
|
|
2037
|
-
}
|
|
2038
|
-
}
|
|
2297
|
+
...ContainerGroupProperties.type.modelProperties,
|
|
2298
|
+
},
|
|
2299
|
+
},
|
|
2300
|
+
};
|
|
2301
|
+
|
|
2302
|
+
export const ContainerGroupProfile: coreClient.CompositeMapper = {
|
|
2303
|
+
type: {
|
|
2304
|
+
name: "Composite",
|
|
2305
|
+
className: "ContainerGroupProfile",
|
|
2306
|
+
modelProperties: {
|
|
2307
|
+
...Resource.type.modelProperties,
|
|
2308
|
+
...ContainerGroupProfileProperties.type.modelProperties,
|
|
2309
|
+
},
|
|
2310
|
+
},
|
|
2039
2311
|
};
|