@azure/arm-containerservice 22.0.0 → 22.1.0
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 +295 -0
- package/README.md +1 -1
- package/dist/browser/containerServiceClient.js +2 -2
- package/dist/browser/containerServiceClient.js.map +1 -1
- package/dist/browser/models/index.d.ts +105 -4
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +12 -0
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +8 -0
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +236 -1
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/commonjs/containerServiceClient.js +2 -2
- package/dist/commonjs/containerServiceClient.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +105 -4
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +13 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +8 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +240 -5
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.js +1 -1
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/esm/containerServiceClient.js +2 -2
- package/dist/esm/containerServiceClient.js.map +1 -1
- package/dist/esm/models/index.d.ts +105 -4
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +12 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +8 -0
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +236 -1
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.js +1 -1
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/react-native/containerServiceClient.js +2 -2
- package/dist/react-native/containerServiceClient.js.map +1 -1
- package/dist/react-native/models/index.d.ts +105 -4
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +12 -0
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +8 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +236 -1
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.js +1 -1
- package/dist/react-native/models/parameters.js.map +1 -1
- package/package.json +3 -3
- package/review/arm-containerservice.api.md +66 -0
|
@@ -26,6 +26,12 @@ export declare const PortRange: coreClient.CompositeMapper;
|
|
|
26
26
|
export declare const AgentPoolWindowsProfile: coreClient.CompositeMapper;
|
|
27
27
|
export declare const AgentPoolSecurityProfile: coreClient.CompositeMapper;
|
|
28
28
|
export declare const GPUProfile: coreClient.CompositeMapper;
|
|
29
|
+
export declare const AgentPoolGatewayProfile: coreClient.CompositeMapper;
|
|
30
|
+
export declare const VirtualMachinesProfile: coreClient.CompositeMapper;
|
|
31
|
+
export declare const ScaleProfile: coreClient.CompositeMapper;
|
|
32
|
+
export declare const ManualScaleProfile: coreClient.CompositeMapper;
|
|
33
|
+
export declare const VirtualMachineNodes: coreClient.CompositeMapper;
|
|
34
|
+
export declare const AgentPoolStatus: coreClient.CompositeMapper;
|
|
29
35
|
export declare const ContainerServiceLinuxProfile: coreClient.CompositeMapper;
|
|
30
36
|
export declare const ContainerServiceSshConfiguration: coreClient.CompositeMapper;
|
|
31
37
|
export declare const ContainerServiceSshPublicKey: coreClient.CompositeMapper;
|
|
@@ -53,6 +59,7 @@ export declare const ResourceReference: coreClient.CompositeMapper;
|
|
|
53
59
|
export declare const ManagedClusterLoadBalancerProfileOutboundIPs: coreClient.CompositeMapper;
|
|
54
60
|
export declare const ManagedClusterNATGatewayProfile: coreClient.CompositeMapper;
|
|
55
61
|
export declare const ManagedClusterManagedOutboundIPProfile: coreClient.CompositeMapper;
|
|
62
|
+
export declare const ManagedClusterStaticEgressGatewayProfile: coreClient.CompositeMapper;
|
|
56
63
|
export declare const ManagedClusterAADProfile: coreClient.CompositeMapper;
|
|
57
64
|
export declare const ManagedClusterAutoUpgradeProfile: coreClient.CompositeMapper;
|
|
58
65
|
export declare const ClusterUpgradeSettings: coreClient.CompositeMapper;
|
|
@@ -91,6 +98,7 @@ export declare const IstioPluginCertificateAuthority: coreClient.CompositeMapper
|
|
|
91
98
|
export declare const ManagedClusterMetricsProfile: coreClient.CompositeMapper;
|
|
92
99
|
export declare const ManagedClusterCostAnalysis: coreClient.CompositeMapper;
|
|
93
100
|
export declare const ManagedClusterBootstrapProfile: coreClient.CompositeMapper;
|
|
101
|
+
export declare const ManagedClusterStatus: coreClient.CompositeMapper;
|
|
94
102
|
export declare const Resource: coreClient.CompositeMapper;
|
|
95
103
|
export declare const SystemData: coreClient.CompositeMapper;
|
|
96
104
|
export declare const ManagedClusterUpgradeProfile: coreClient.CompositeMapper;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEtD,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAoB5C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAiDvC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAcnC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAqCvC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAmBpD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAyC1C,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eAkBtD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAkB/C,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eA0BjD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAmB1C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAmBzC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAiD/C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eA+B1C,CAAC;AAEF,eAAO,MAAM,iDAAiD,EAAE,UAAU,CAAC,eAsBxE,CAAC;AAEJ,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAanC,CAAC;AAEF,eAAO,MAAM,wCAAwC,EAAE,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}
|
|
@@ -484,6 +484,12 @@ export const ManagedClusterAgentPoolProfileProperties = {
|
|
|
484
484
|
name: "String",
|
|
485
485
|
},
|
|
486
486
|
},
|
|
487
|
+
podIPAllocationMode: {
|
|
488
|
+
serializedName: "podIPAllocationMode",
|
|
489
|
+
type: {
|
|
490
|
+
name: "String",
|
|
491
|
+
},
|
|
492
|
+
},
|
|
487
493
|
maxPods: {
|
|
488
494
|
serializedName: "maxPods",
|
|
489
495
|
type: {
|
|
@@ -740,6 +746,39 @@ export const ManagedClusterAgentPoolProfileProperties = {
|
|
|
740
746
|
className: "GPUProfile",
|
|
741
747
|
},
|
|
742
748
|
},
|
|
749
|
+
gatewayProfile: {
|
|
750
|
+
serializedName: "gatewayProfile",
|
|
751
|
+
type: {
|
|
752
|
+
name: "Composite",
|
|
753
|
+
className: "AgentPoolGatewayProfile",
|
|
754
|
+
},
|
|
755
|
+
},
|
|
756
|
+
virtualMachinesProfile: {
|
|
757
|
+
serializedName: "virtualMachinesProfile",
|
|
758
|
+
type: {
|
|
759
|
+
name: "Composite",
|
|
760
|
+
className: "VirtualMachinesProfile",
|
|
761
|
+
},
|
|
762
|
+
},
|
|
763
|
+
virtualMachineNodesStatus: {
|
|
764
|
+
serializedName: "virtualMachineNodesStatus",
|
|
765
|
+
type: {
|
|
766
|
+
name: "Sequence",
|
|
767
|
+
element: {
|
|
768
|
+
type: {
|
|
769
|
+
name: "Composite",
|
|
770
|
+
className: "VirtualMachineNodes",
|
|
771
|
+
},
|
|
772
|
+
},
|
|
773
|
+
},
|
|
774
|
+
},
|
|
775
|
+
status: {
|
|
776
|
+
serializedName: "status",
|
|
777
|
+
type: {
|
|
778
|
+
name: "Composite",
|
|
779
|
+
className: "AgentPoolStatus",
|
|
780
|
+
},
|
|
781
|
+
},
|
|
743
782
|
},
|
|
744
783
|
},
|
|
745
784
|
};
|
|
@@ -1251,6 +1290,115 @@ export const GPUProfile = {
|
|
|
1251
1290
|
},
|
|
1252
1291
|
},
|
|
1253
1292
|
};
|
|
1293
|
+
export const AgentPoolGatewayProfile = {
|
|
1294
|
+
type: {
|
|
1295
|
+
name: "Composite",
|
|
1296
|
+
className: "AgentPoolGatewayProfile",
|
|
1297
|
+
modelProperties: {
|
|
1298
|
+
publicIPPrefixSize: {
|
|
1299
|
+
defaultValue: 31,
|
|
1300
|
+
constraints: {
|
|
1301
|
+
InclusiveMaximum: 31,
|
|
1302
|
+
InclusiveMinimum: 28,
|
|
1303
|
+
},
|
|
1304
|
+
serializedName: "publicIPPrefixSize",
|
|
1305
|
+
type: {
|
|
1306
|
+
name: "Number",
|
|
1307
|
+
},
|
|
1308
|
+
},
|
|
1309
|
+
},
|
|
1310
|
+
},
|
|
1311
|
+
};
|
|
1312
|
+
export const VirtualMachinesProfile = {
|
|
1313
|
+
type: {
|
|
1314
|
+
name: "Composite",
|
|
1315
|
+
className: "VirtualMachinesProfile",
|
|
1316
|
+
modelProperties: {
|
|
1317
|
+
scale: {
|
|
1318
|
+
serializedName: "scale",
|
|
1319
|
+
type: {
|
|
1320
|
+
name: "Composite",
|
|
1321
|
+
className: "ScaleProfile",
|
|
1322
|
+
},
|
|
1323
|
+
},
|
|
1324
|
+
},
|
|
1325
|
+
},
|
|
1326
|
+
};
|
|
1327
|
+
export const ScaleProfile = {
|
|
1328
|
+
type: {
|
|
1329
|
+
name: "Composite",
|
|
1330
|
+
className: "ScaleProfile",
|
|
1331
|
+
modelProperties: {
|
|
1332
|
+
manual: {
|
|
1333
|
+
serializedName: "manual",
|
|
1334
|
+
type: {
|
|
1335
|
+
name: "Sequence",
|
|
1336
|
+
element: {
|
|
1337
|
+
type: {
|
|
1338
|
+
name: "Composite",
|
|
1339
|
+
className: "ManualScaleProfile",
|
|
1340
|
+
},
|
|
1341
|
+
},
|
|
1342
|
+
},
|
|
1343
|
+
},
|
|
1344
|
+
},
|
|
1345
|
+
},
|
|
1346
|
+
};
|
|
1347
|
+
export const ManualScaleProfile = {
|
|
1348
|
+
type: {
|
|
1349
|
+
name: "Composite",
|
|
1350
|
+
className: "ManualScaleProfile",
|
|
1351
|
+
modelProperties: {
|
|
1352
|
+
size: {
|
|
1353
|
+
serializedName: "size",
|
|
1354
|
+
type: {
|
|
1355
|
+
name: "String",
|
|
1356
|
+
},
|
|
1357
|
+
},
|
|
1358
|
+
count: {
|
|
1359
|
+
serializedName: "count",
|
|
1360
|
+
type: {
|
|
1361
|
+
name: "Number",
|
|
1362
|
+
},
|
|
1363
|
+
},
|
|
1364
|
+
},
|
|
1365
|
+
},
|
|
1366
|
+
};
|
|
1367
|
+
export const VirtualMachineNodes = {
|
|
1368
|
+
type: {
|
|
1369
|
+
name: "Composite",
|
|
1370
|
+
className: "VirtualMachineNodes",
|
|
1371
|
+
modelProperties: {
|
|
1372
|
+
size: {
|
|
1373
|
+
serializedName: "size",
|
|
1374
|
+
type: {
|
|
1375
|
+
name: "String",
|
|
1376
|
+
},
|
|
1377
|
+
},
|
|
1378
|
+
count: {
|
|
1379
|
+
serializedName: "count",
|
|
1380
|
+
type: {
|
|
1381
|
+
name: "Number",
|
|
1382
|
+
},
|
|
1383
|
+
},
|
|
1384
|
+
},
|
|
1385
|
+
},
|
|
1386
|
+
};
|
|
1387
|
+
export const AgentPoolStatus = {
|
|
1388
|
+
type: {
|
|
1389
|
+
name: "Composite",
|
|
1390
|
+
className: "AgentPoolStatus",
|
|
1391
|
+
modelProperties: {
|
|
1392
|
+
provisioningError: {
|
|
1393
|
+
serializedName: "provisioningError",
|
|
1394
|
+
type: {
|
|
1395
|
+
name: "Composite",
|
|
1396
|
+
className: "CloudErrorBody",
|
|
1397
|
+
},
|
|
1398
|
+
},
|
|
1399
|
+
},
|
|
1400
|
+
},
|
|
1401
|
+
};
|
|
1254
1402
|
export const ContainerServiceLinuxProfile = {
|
|
1255
1403
|
type: {
|
|
1256
1404
|
name: "Composite",
|
|
@@ -1779,6 +1927,13 @@ export const ContainerServiceNetworkProfile = {
|
|
|
1779
1927
|
className: "ManagedClusterNATGatewayProfile",
|
|
1780
1928
|
},
|
|
1781
1929
|
},
|
|
1930
|
+
staticEgressGatewayProfile: {
|
|
1931
|
+
serializedName: "staticEgressGatewayProfile",
|
|
1932
|
+
type: {
|
|
1933
|
+
name: "Composite",
|
|
1934
|
+
className: "ManagedClusterStaticEgressGatewayProfile",
|
|
1935
|
+
},
|
|
1936
|
+
},
|
|
1782
1937
|
podCidrs: {
|
|
1783
1938
|
serializedName: "podCidrs",
|
|
1784
1939
|
type: {
|
|
@@ -2090,6 +2245,20 @@ export const ManagedClusterManagedOutboundIPProfile = {
|
|
|
2090
2245
|
},
|
|
2091
2246
|
},
|
|
2092
2247
|
};
|
|
2248
|
+
export const ManagedClusterStaticEgressGatewayProfile = {
|
|
2249
|
+
type: {
|
|
2250
|
+
name: "Composite",
|
|
2251
|
+
className: "ManagedClusterStaticEgressGatewayProfile",
|
|
2252
|
+
modelProperties: {
|
|
2253
|
+
enabled: {
|
|
2254
|
+
serializedName: "enabled",
|
|
2255
|
+
type: {
|
|
2256
|
+
name: "Boolean",
|
|
2257
|
+
},
|
|
2258
|
+
},
|
|
2259
|
+
},
|
|
2260
|
+
},
|
|
2261
|
+
};
|
|
2093
2262
|
export const ManagedClusterAADProfile = {
|
|
2094
2263
|
type: {
|
|
2095
2264
|
name: "Composite",
|
|
@@ -3126,6 +3295,21 @@ export const ManagedClusterBootstrapProfile = {
|
|
|
3126
3295
|
},
|
|
3127
3296
|
},
|
|
3128
3297
|
};
|
|
3298
|
+
export const ManagedClusterStatus = {
|
|
3299
|
+
type: {
|
|
3300
|
+
name: "Composite",
|
|
3301
|
+
className: "ManagedClusterStatus",
|
|
3302
|
+
modelProperties: {
|
|
3303
|
+
provisioningError: {
|
|
3304
|
+
serializedName: "provisioningError",
|
|
3305
|
+
type: {
|
|
3306
|
+
name: "Composite",
|
|
3307
|
+
className: "CloudErrorBody",
|
|
3308
|
+
},
|
|
3309
|
+
},
|
|
3310
|
+
},
|
|
3311
|
+
},
|
|
3312
|
+
};
|
|
3129
3313
|
export const Resource = {
|
|
3130
3314
|
type: {
|
|
3131
3315
|
name: "Composite",
|
|
@@ -4910,6 +5094,11 @@ export const AgentPool = {
|
|
|
4910
5094
|
type: {
|
|
4911
5095
|
name: "String",
|
|
4912
5096
|
},
|
|
5097
|
+
}, podIPAllocationMode: {
|
|
5098
|
+
serializedName: "properties.podIPAllocationMode",
|
|
5099
|
+
type: {
|
|
5100
|
+
name: "String",
|
|
5101
|
+
},
|
|
4913
5102
|
}, maxPods: {
|
|
4914
5103
|
serializedName: "properties.maxPods",
|
|
4915
5104
|
type: {
|
|
@@ -5128,6 +5317,35 @@ export const AgentPool = {
|
|
|
5128
5317
|
name: "Composite",
|
|
5129
5318
|
className: "GPUProfile",
|
|
5130
5319
|
},
|
|
5320
|
+
}, gatewayProfile: {
|
|
5321
|
+
serializedName: "properties.gatewayProfile",
|
|
5322
|
+
type: {
|
|
5323
|
+
name: "Composite",
|
|
5324
|
+
className: "AgentPoolGatewayProfile",
|
|
5325
|
+
},
|
|
5326
|
+
}, virtualMachinesProfile: {
|
|
5327
|
+
serializedName: "properties.virtualMachinesProfile",
|
|
5328
|
+
type: {
|
|
5329
|
+
name: "Composite",
|
|
5330
|
+
className: "VirtualMachinesProfile",
|
|
5331
|
+
},
|
|
5332
|
+
}, virtualMachineNodesStatus: {
|
|
5333
|
+
serializedName: "properties.virtualMachineNodesStatus",
|
|
5334
|
+
type: {
|
|
5335
|
+
name: "Sequence",
|
|
5336
|
+
element: {
|
|
5337
|
+
type: {
|
|
5338
|
+
name: "Composite",
|
|
5339
|
+
className: "VirtualMachineNodes",
|
|
5340
|
+
},
|
|
5341
|
+
},
|
|
5342
|
+
},
|
|
5343
|
+
}, status: {
|
|
5344
|
+
serializedName: "properties.status",
|
|
5345
|
+
type: {
|
|
5346
|
+
name: "Composite",
|
|
5347
|
+
className: "AgentPoolStatus",
|
|
5348
|
+
},
|
|
5131
5349
|
} }),
|
|
5132
5350
|
},
|
|
5133
5351
|
};
|
|
@@ -5135,7 +5353,18 @@ export const Machine = {
|
|
|
5135
5353
|
type: {
|
|
5136
5354
|
name: "Composite",
|
|
5137
5355
|
className: "Machine",
|
|
5138
|
-
modelProperties: Object.assign(Object.assign({}, SubResource.type.modelProperties), {
|
|
5356
|
+
modelProperties: Object.assign(Object.assign({}, SubResource.type.modelProperties), { zones: {
|
|
5357
|
+
serializedName: "zones",
|
|
5358
|
+
readOnly: true,
|
|
5359
|
+
type: {
|
|
5360
|
+
name: "Sequence",
|
|
5361
|
+
element: {
|
|
5362
|
+
type: {
|
|
5363
|
+
name: "String",
|
|
5364
|
+
},
|
|
5365
|
+
},
|
|
5366
|
+
},
|
|
5367
|
+
}, properties: {
|
|
5139
5368
|
serializedName: "properties",
|
|
5140
5369
|
type: {
|
|
5141
5370
|
name: "Composite",
|
|
@@ -5439,6 +5668,12 @@ export const ManagedCluster = {
|
|
|
5439
5668
|
name: "Composite",
|
|
5440
5669
|
className: "ManagedClusterBootstrapProfile",
|
|
5441
5670
|
},
|
|
5671
|
+
}, status: {
|
|
5672
|
+
serializedName: "properties.status",
|
|
5673
|
+
type: {
|
|
5674
|
+
name: "Composite",
|
|
5675
|
+
className: "ManagedClusterStatus",
|
|
5676
|
+
},
|
|
5442
5677
|
} }),
|
|
5443
5678
|
},
|
|
5444
5679
|
};
|