@azure/arm-containerservice 13.3.1 → 14.3.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/README.md +3 -6
- package/dist/arm-containerservice.js +1270 -255
- package/dist/arm-containerservice.js.map +1 -1
- package/dist/arm-containerservice.min.js +1 -1
- package/dist/arm-containerservice.min.js.map +1 -1
- package/esm/containerServiceClient.d.ts +1 -0
- package/esm/containerServiceClient.d.ts.map +1 -1
- package/esm/containerServiceClient.js +1 -0
- package/esm/containerServiceClient.js.map +1 -1
- package/esm/containerServiceClientContext.d.ts +1 -1
- package/esm/containerServiceClientContext.d.ts.map +1 -1
- package/esm/containerServiceClientContext.js +2 -2
- package/esm/containerServiceClientContext.js.map +1 -1
- package/esm/models/agentPoolsMappers.d.ts +1 -1
- package/esm/models/agentPoolsMappers.d.ts.map +1 -1
- package/esm/models/agentPoolsMappers.js +1 -1
- package/esm/models/agentPoolsMappers.js.map +1 -1
- package/esm/models/index.d.ts +1077 -429
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/maintenanceConfigurationsMappers.d.ts +1 -1
- package/esm/models/maintenanceConfigurationsMappers.d.ts.map +1 -1
- package/esm/models/maintenanceConfigurationsMappers.js +1 -1
- package/esm/models/maintenanceConfigurationsMappers.js.map +1 -1
- package/esm/models/managedClustersMappers.d.ts +1 -1
- package/esm/models/managedClustersMappers.d.ts.map +1 -1
- package/esm/models/managedClustersMappers.js +1 -1
- package/esm/models/managedClustersMappers.js.map +1 -1
- package/esm/models/mappers.d.ts +19 -5
- package/esm/models/mappers.d.ts.map +1 -1
- package/esm/models/mappers.js +712 -173
- package/esm/models/mappers.js.map +1 -1
- package/esm/models/parameters.d.ts +1 -0
- package/esm/models/parameters.d.ts.map +1 -1
- package/esm/models/parameters.js +12 -0
- package/esm/models/parameters.js.map +1 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +1 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +1 -1
- package/esm/models/privateEndpointConnectionsMappers.js +1 -1
- package/esm/models/privateEndpointConnectionsMappers.js.map +1 -1
- package/esm/models/snapshotsMappers.d.ts +2 -0
- package/esm/models/snapshotsMappers.d.ts.map +1 -0
- package/esm/models/snapshotsMappers.js +9 -0
- package/esm/models/snapshotsMappers.js.map +1 -0
- package/esm/operations/agentPools.d.ts +20 -25
- package/esm/operations/agentPools.d.ts.map +1 -1
- package/esm/operations/agentPools.js +21 -17
- package/esm/operations/agentPools.js.map +1 -1
- package/esm/operations/index.d.ts +1 -0
- package/esm/operations/index.d.ts.map +1 -1
- package/esm/operations/index.js +1 -0
- package/esm/operations/index.js.map +1 -1
- package/esm/operations/maintenanceConfigurations.d.ts +5 -15
- package/esm/operations/maintenanceConfigurations.d.ts.map +1 -1
- package/esm/operations/maintenanceConfigurations.js.map +1 -1
- package/esm/operations/managedClusters.d.ts +108 -79
- package/esm/operations/managedClusters.d.ts.map +1 -1
- package/esm/operations/managedClusters.js +112 -47
- package/esm/operations/managedClusters.js.map +1 -1
- package/esm/operations/operations.d.ts +1 -1
- package/esm/operations/privateEndpointConnections.d.ts +6 -10
- package/esm/operations/privateEndpointConnections.d.ts.map +1 -1
- package/esm/operations/privateEndpointConnections.js +0 -2
- package/esm/operations/privateEndpointConnections.js.map +1 -1
- package/esm/operations/privateLinkResources.d.ts +1 -2
- package/esm/operations/privateLinkResources.d.ts.map +1 -1
- package/esm/operations/privateLinkResources.js.map +1 -1
- package/esm/operations/resolvePrivateLinkServiceId.d.ts +3 -7
- package/esm/operations/resolvePrivateLinkServiceId.d.ts.map +1 -1
- package/esm/operations/resolvePrivateLinkServiceId.js.map +1 -1
- package/esm/operations/snapshots.d.ts +172 -0
- package/esm/operations/snapshots.d.ts.map +1 -0
- package/esm/operations/snapshots.js +277 -0
- package/esm/operations/snapshots.js.map +1 -0
- package/package.json +2 -2
- package/src/containerServiceClient.ts +2 -0
- package/src/containerServiceClientContext.ts +3 -3
- package/src/models/agentPoolsMappers.ts +11 -2
- package/src/models/index.ts +1115 -428
- package/src/models/maintenanceConfigurationsMappers.ts +10 -2
- package/src/models/managedClustersMappers.ts +14 -2
- package/src/models/mappers.ts +751 -183
- package/src/models/parameters.ts +12 -0
- package/src/models/privateEndpointConnectionsMappers.ts +10 -2
- package/src/models/snapshotsMappers.ts +70 -0
- package/src/operations/agentPools.ts +27 -28
- package/src/operations/index.ts +1 -0
- package/src/operations/maintenanceConfigurations.ts +5 -15
- package/src/operations/managedClusters.ts +187 -85
- package/src/operations/operations.ts +1 -1
- package/src/operations/privateEndpointConnections.ts +6 -10
- package/src/operations/privateLinkResources.ts +1 -2
- package/src/operations/resolvePrivateLinkServiceId.ts +3 -7
- package/src/operations/snapshots.ts +484 -0
package/esm/models/mappers.js
CHANGED
|
@@ -566,6 +566,21 @@ export var LinuxOSConfig = {
|
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
568
|
};
|
|
569
|
+
export var CreationData = {
|
|
570
|
+
serializedName: "CreationData",
|
|
571
|
+
type: {
|
|
572
|
+
name: "Composite",
|
|
573
|
+
className: "CreationData",
|
|
574
|
+
modelProperties: {
|
|
575
|
+
sourceResourceId: {
|
|
576
|
+
serializedName: "sourceResourceId",
|
|
577
|
+
type: {
|
|
578
|
+
name: "String"
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
};
|
|
569
584
|
export var ManagedClusterAgentPoolProfileProperties = {
|
|
570
585
|
serializedName: "ManagedClusterAgentPoolProfileProperties",
|
|
571
586
|
type: {
|
|
@@ -602,6 +617,12 @@ export var ManagedClusterAgentPoolProfileProperties = {
|
|
|
602
617
|
name: "String"
|
|
603
618
|
}
|
|
604
619
|
},
|
|
620
|
+
workloadRuntime: {
|
|
621
|
+
serializedName: "workloadRuntime",
|
|
622
|
+
type: {
|
|
623
|
+
name: "String"
|
|
624
|
+
}
|
|
625
|
+
},
|
|
605
626
|
vnetSubnetID: {
|
|
606
627
|
serializedName: "vnetSubnetID",
|
|
607
628
|
type: {
|
|
@@ -651,6 +672,12 @@ export var ManagedClusterAgentPoolProfileProperties = {
|
|
|
651
672
|
name: "Boolean"
|
|
652
673
|
}
|
|
653
674
|
},
|
|
675
|
+
scaleDownMode: {
|
|
676
|
+
serializedName: "scaleDownMode",
|
|
677
|
+
type: {
|
|
678
|
+
name: "String"
|
|
679
|
+
}
|
|
680
|
+
},
|
|
654
681
|
type: {
|
|
655
682
|
serializedName: "type",
|
|
656
683
|
type: {
|
|
@@ -691,7 +718,6 @@ export var ManagedClusterAgentPoolProfileProperties = {
|
|
|
691
718
|
}
|
|
692
719
|
},
|
|
693
720
|
powerState: {
|
|
694
|
-
readOnly: true,
|
|
695
721
|
serializedName: "powerState",
|
|
696
722
|
type: {
|
|
697
723
|
name: "Composite",
|
|
@@ -800,6 +826,12 @@ export var ManagedClusterAgentPoolProfileProperties = {
|
|
|
800
826
|
name: "Boolean"
|
|
801
827
|
}
|
|
802
828
|
},
|
|
829
|
+
enableUltraSSD: {
|
|
830
|
+
serializedName: "enableUltraSSD",
|
|
831
|
+
type: {
|
|
832
|
+
name: "Boolean"
|
|
833
|
+
}
|
|
834
|
+
},
|
|
803
835
|
enableFIPS: {
|
|
804
836
|
serializedName: "enableFIPS",
|
|
805
837
|
type: {
|
|
@@ -811,6 +843,13 @@ export var ManagedClusterAgentPoolProfileProperties = {
|
|
|
811
843
|
type: {
|
|
812
844
|
name: "String"
|
|
813
845
|
}
|
|
846
|
+
},
|
|
847
|
+
creationData: {
|
|
848
|
+
serializedName: "creationData",
|
|
849
|
+
type: {
|
|
850
|
+
name: "Composite",
|
|
851
|
+
className: "CreationData"
|
|
852
|
+
}
|
|
814
853
|
}
|
|
815
854
|
}
|
|
816
855
|
}
|
|
@@ -862,6 +901,11 @@ export var AgentPool = {
|
|
|
862
901
|
type: {
|
|
863
902
|
name: "String"
|
|
864
903
|
}
|
|
904
|
+
}, workloadRuntime: {
|
|
905
|
+
serializedName: "properties.workloadRuntime",
|
|
906
|
+
type: {
|
|
907
|
+
name: "String"
|
|
908
|
+
}
|
|
865
909
|
}, vnetSubnetID: {
|
|
866
910
|
serializedName: "properties.vnetSubnetID",
|
|
867
911
|
type: {
|
|
@@ -903,6 +947,11 @@ export var AgentPool = {
|
|
|
903
947
|
type: {
|
|
904
948
|
name: "Boolean"
|
|
905
949
|
}
|
|
950
|
+
}, scaleDownMode: {
|
|
951
|
+
serializedName: "properties.scaleDownMode",
|
|
952
|
+
type: {
|
|
953
|
+
name: "String"
|
|
954
|
+
}
|
|
906
955
|
}, agentPoolType: {
|
|
907
956
|
serializedName: "properties.type",
|
|
908
957
|
type: {
|
|
@@ -937,7 +986,6 @@ export var AgentPool = {
|
|
|
937
986
|
name: "String"
|
|
938
987
|
}
|
|
939
988
|
}, powerState: {
|
|
940
|
-
readOnly: true,
|
|
941
989
|
serializedName: "properties.powerState",
|
|
942
990
|
type: {
|
|
943
991
|
name: "Composite",
|
|
@@ -1032,6 +1080,11 @@ export var AgentPool = {
|
|
|
1032
1080
|
type: {
|
|
1033
1081
|
name: "Boolean"
|
|
1034
1082
|
}
|
|
1083
|
+
}, enableUltraSSD: {
|
|
1084
|
+
serializedName: "properties.enableUltraSSD",
|
|
1085
|
+
type: {
|
|
1086
|
+
name: "Boolean"
|
|
1087
|
+
}
|
|
1035
1088
|
}, enableFIPS: {
|
|
1036
1089
|
serializedName: "properties.enableFIPS",
|
|
1037
1090
|
type: {
|
|
@@ -1042,9 +1095,42 @@ export var AgentPool = {
|
|
|
1042
1095
|
type: {
|
|
1043
1096
|
name: "String"
|
|
1044
1097
|
}
|
|
1098
|
+
}, creationData: {
|
|
1099
|
+
serializedName: "properties.creationData",
|
|
1100
|
+
type: {
|
|
1101
|
+
name: "Composite",
|
|
1102
|
+
className: "CreationData"
|
|
1103
|
+
}
|
|
1045
1104
|
} })
|
|
1046
1105
|
}
|
|
1047
1106
|
};
|
|
1107
|
+
export var WindowsGmsaProfile = {
|
|
1108
|
+
serializedName: "WindowsGmsaProfile",
|
|
1109
|
+
type: {
|
|
1110
|
+
name: "Composite",
|
|
1111
|
+
className: "WindowsGmsaProfile",
|
|
1112
|
+
modelProperties: {
|
|
1113
|
+
enabled: {
|
|
1114
|
+
serializedName: "enabled",
|
|
1115
|
+
type: {
|
|
1116
|
+
name: "Boolean"
|
|
1117
|
+
}
|
|
1118
|
+
},
|
|
1119
|
+
dnsServer: {
|
|
1120
|
+
serializedName: "dnsServer",
|
|
1121
|
+
type: {
|
|
1122
|
+
name: "String"
|
|
1123
|
+
}
|
|
1124
|
+
},
|
|
1125
|
+
rootDomainName: {
|
|
1126
|
+
serializedName: "rootDomainName",
|
|
1127
|
+
type: {
|
|
1128
|
+
name: "String"
|
|
1129
|
+
}
|
|
1130
|
+
}
|
|
1131
|
+
}
|
|
1132
|
+
}
|
|
1133
|
+
};
|
|
1048
1134
|
export var ManagedClusterWindowsProfile = {
|
|
1049
1135
|
serializedName: "ManagedClusterWindowsProfile",
|
|
1050
1136
|
type: {
|
|
@@ -1075,6 +1161,13 @@ export var ManagedClusterWindowsProfile = {
|
|
|
1075
1161
|
type: {
|
|
1076
1162
|
name: "Boolean"
|
|
1077
1163
|
}
|
|
1164
|
+
},
|
|
1165
|
+
gmsaProfile: {
|
|
1166
|
+
serializedName: "gmsaProfile",
|
|
1167
|
+
type: {
|
|
1168
|
+
name: "Composite",
|
|
1169
|
+
className: "WindowsGmsaProfile"
|
|
1170
|
+
}
|
|
1078
1171
|
}
|
|
1079
1172
|
}
|
|
1080
1173
|
}
|
|
@@ -1160,6 +1253,17 @@ export var ManagedClusterLoadBalancerProfileManagedOutboundIPs = {
|
|
|
1160
1253
|
type: {
|
|
1161
1254
|
name: "Number"
|
|
1162
1255
|
}
|
|
1256
|
+
},
|
|
1257
|
+
countIPv6: {
|
|
1258
|
+
serializedName: "countIPv6",
|
|
1259
|
+
defaultValue: 0,
|
|
1260
|
+
constraints: {
|
|
1261
|
+
InclusiveMaximum: 100,
|
|
1262
|
+
InclusiveMinimum: 0
|
|
1263
|
+
},
|
|
1264
|
+
type: {
|
|
1265
|
+
name: "Number"
|
|
1266
|
+
}
|
|
1163
1267
|
}
|
|
1164
1268
|
}
|
|
1165
1269
|
}
|
|
@@ -1281,6 +1385,71 @@ export var ManagedClusterLoadBalancerProfile = {
|
|
|
1281
1385
|
type: {
|
|
1282
1386
|
name: "Number"
|
|
1283
1387
|
}
|
|
1388
|
+
},
|
|
1389
|
+
enableMultipleStandardLoadBalancers: {
|
|
1390
|
+
serializedName: "enableMultipleStandardLoadBalancers",
|
|
1391
|
+
type: {
|
|
1392
|
+
name: "Boolean"
|
|
1393
|
+
}
|
|
1394
|
+
}
|
|
1395
|
+
}
|
|
1396
|
+
}
|
|
1397
|
+
};
|
|
1398
|
+
export var ManagedClusterManagedOutboundIPProfile = {
|
|
1399
|
+
serializedName: "ManagedClusterManagedOutboundIPProfile",
|
|
1400
|
+
type: {
|
|
1401
|
+
name: "Composite",
|
|
1402
|
+
className: "ManagedClusterManagedOutboundIPProfile",
|
|
1403
|
+
modelProperties: {
|
|
1404
|
+
count: {
|
|
1405
|
+
serializedName: "count",
|
|
1406
|
+
defaultValue: 1,
|
|
1407
|
+
constraints: {
|
|
1408
|
+
InclusiveMaximum: 16,
|
|
1409
|
+
InclusiveMinimum: 1
|
|
1410
|
+
},
|
|
1411
|
+
type: {
|
|
1412
|
+
name: "Number"
|
|
1413
|
+
}
|
|
1414
|
+
}
|
|
1415
|
+
}
|
|
1416
|
+
}
|
|
1417
|
+
};
|
|
1418
|
+
export var ManagedClusterNATGatewayProfile = {
|
|
1419
|
+
serializedName: "ManagedClusterNATGatewayProfile",
|
|
1420
|
+
type: {
|
|
1421
|
+
name: "Composite",
|
|
1422
|
+
className: "ManagedClusterNATGatewayProfile",
|
|
1423
|
+
modelProperties: {
|
|
1424
|
+
managedOutboundIPProfile: {
|
|
1425
|
+
serializedName: "managedOutboundIPProfile",
|
|
1426
|
+
type: {
|
|
1427
|
+
name: "Composite",
|
|
1428
|
+
className: "ManagedClusterManagedOutboundIPProfile"
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
effectiveOutboundIPs: {
|
|
1432
|
+
serializedName: "effectiveOutboundIPs",
|
|
1433
|
+
type: {
|
|
1434
|
+
name: "Sequence",
|
|
1435
|
+
element: {
|
|
1436
|
+
type: {
|
|
1437
|
+
name: "Composite",
|
|
1438
|
+
className: "ResourceReference"
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
}
|
|
1442
|
+
},
|
|
1443
|
+
idleTimeoutInMinutes: {
|
|
1444
|
+
serializedName: "idleTimeoutInMinutes",
|
|
1445
|
+
defaultValue: 4,
|
|
1446
|
+
constraints: {
|
|
1447
|
+
InclusiveMaximum: 120,
|
|
1448
|
+
InclusiveMinimum: 4
|
|
1449
|
+
},
|
|
1450
|
+
type: {
|
|
1451
|
+
name: "Number"
|
|
1452
|
+
}
|
|
1284
1453
|
}
|
|
1285
1454
|
}
|
|
1286
1455
|
}
|
|
@@ -1369,6 +1538,46 @@ export var ContainerServiceNetworkProfile = {
|
|
|
1369
1538
|
name: "Composite",
|
|
1370
1539
|
className: "ManagedClusterLoadBalancerProfile"
|
|
1371
1540
|
}
|
|
1541
|
+
},
|
|
1542
|
+
natGatewayProfile: {
|
|
1543
|
+
serializedName: "natGatewayProfile",
|
|
1544
|
+
type: {
|
|
1545
|
+
name: "Composite",
|
|
1546
|
+
className: "ManagedClusterNATGatewayProfile"
|
|
1547
|
+
}
|
|
1548
|
+
},
|
|
1549
|
+
podCidrs: {
|
|
1550
|
+
serializedName: "podCidrs",
|
|
1551
|
+
type: {
|
|
1552
|
+
name: "Sequence",
|
|
1553
|
+
element: {
|
|
1554
|
+
type: {
|
|
1555
|
+
name: "String"
|
|
1556
|
+
}
|
|
1557
|
+
}
|
|
1558
|
+
}
|
|
1559
|
+
},
|
|
1560
|
+
serviceCidrs: {
|
|
1561
|
+
serializedName: "serviceCidrs",
|
|
1562
|
+
type: {
|
|
1563
|
+
name: "Sequence",
|
|
1564
|
+
element: {
|
|
1565
|
+
type: {
|
|
1566
|
+
name: "String"
|
|
1567
|
+
}
|
|
1568
|
+
}
|
|
1569
|
+
}
|
|
1570
|
+
},
|
|
1571
|
+
ipFamilies: {
|
|
1572
|
+
serializedName: "ipFamilies",
|
|
1573
|
+
type: {
|
|
1574
|
+
name: "Sequence",
|
|
1575
|
+
element: {
|
|
1576
|
+
type: {
|
|
1577
|
+
name: "String"
|
|
1578
|
+
}
|
|
1579
|
+
}
|
|
1580
|
+
}
|
|
1372
1581
|
}
|
|
1373
1582
|
}
|
|
1374
1583
|
}
|
|
@@ -1628,26 +1837,20 @@ export var ContainerServiceDiagnosticsProfile = {
|
|
|
1628
1837
|
}
|
|
1629
1838
|
}
|
|
1630
1839
|
};
|
|
1631
|
-
export var
|
|
1632
|
-
serializedName: "
|
|
1840
|
+
export var ManagedClusterSKU = {
|
|
1841
|
+
serializedName: "ManagedClusterSKU",
|
|
1633
1842
|
type: {
|
|
1634
1843
|
name: "Composite",
|
|
1635
|
-
className: "
|
|
1844
|
+
className: "ManagedClusterSKU",
|
|
1636
1845
|
modelProperties: {
|
|
1637
|
-
|
|
1638
|
-
serializedName: "
|
|
1639
|
-
type: {
|
|
1640
|
-
name: "String"
|
|
1641
|
-
}
|
|
1642
|
-
},
|
|
1643
|
-
clientId: {
|
|
1644
|
-
serializedName: "clientId",
|
|
1846
|
+
name: {
|
|
1847
|
+
serializedName: "name",
|
|
1645
1848
|
type: {
|
|
1646
1849
|
name: "String"
|
|
1647
1850
|
}
|
|
1648
1851
|
},
|
|
1649
|
-
|
|
1650
|
-
serializedName: "
|
|
1852
|
+
tier: {
|
|
1853
|
+
serializedName: "tier",
|
|
1651
1854
|
type: {
|
|
1652
1855
|
name: "String"
|
|
1653
1856
|
}
|
|
@@ -1655,87 +1858,259 @@ export var UserAssignedIdentity = {
|
|
|
1655
1858
|
}
|
|
1656
1859
|
}
|
|
1657
1860
|
};
|
|
1658
|
-
export var
|
|
1659
|
-
serializedName: "
|
|
1660
|
-
type: {
|
|
1661
|
-
name: "Composite",
|
|
1662
|
-
className: "ManagedClusterAddonProfileIdentity",
|
|
1663
|
-
modelProperties: __assign({}, UserAssignedIdentity.type.modelProperties)
|
|
1664
|
-
}
|
|
1665
|
-
};
|
|
1666
|
-
export var ManagedClusterAddonProfile = {
|
|
1667
|
-
serializedName: "ManagedClusterAddonProfile",
|
|
1861
|
+
export var ExtendedLocation = {
|
|
1862
|
+
serializedName: "ExtendedLocation",
|
|
1668
1863
|
type: {
|
|
1669
1864
|
name: "Composite",
|
|
1670
|
-
className: "
|
|
1865
|
+
className: "ExtendedLocation",
|
|
1671
1866
|
modelProperties: {
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
serializedName: "enabled",
|
|
1675
|
-
type: {
|
|
1676
|
-
name: "Boolean"
|
|
1677
|
-
}
|
|
1678
|
-
},
|
|
1679
|
-
config: {
|
|
1680
|
-
serializedName: "config",
|
|
1867
|
+
name: {
|
|
1868
|
+
serializedName: "name",
|
|
1681
1869
|
type: {
|
|
1682
|
-
name: "
|
|
1683
|
-
value: {
|
|
1684
|
-
type: {
|
|
1685
|
-
name: "String"
|
|
1686
|
-
}
|
|
1687
|
-
}
|
|
1870
|
+
name: "String"
|
|
1688
1871
|
}
|
|
1689
1872
|
},
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
serializedName: "identity",
|
|
1873
|
+
type: {
|
|
1874
|
+
serializedName: "type",
|
|
1693
1875
|
type: {
|
|
1694
|
-
name: "
|
|
1695
|
-
className: "ManagedClusterAddonProfileIdentity"
|
|
1876
|
+
name: "String"
|
|
1696
1877
|
}
|
|
1697
1878
|
}
|
|
1698
1879
|
}
|
|
1699
1880
|
}
|
|
1700
1881
|
};
|
|
1701
|
-
export var
|
|
1702
|
-
serializedName: "
|
|
1882
|
+
export var ManagedClusterIdentityUserAssignedIdentitiesValue = {
|
|
1883
|
+
serializedName: "ManagedClusterIdentity_userAssignedIdentitiesValue",
|
|
1703
1884
|
type: {
|
|
1704
1885
|
name: "Composite",
|
|
1705
|
-
className: "
|
|
1886
|
+
className: "ManagedClusterIdentityUserAssignedIdentitiesValue",
|
|
1706
1887
|
modelProperties: {
|
|
1707
|
-
|
|
1708
|
-
|
|
1888
|
+
principalId: {
|
|
1889
|
+
readOnly: true,
|
|
1890
|
+
serializedName: "principalId",
|
|
1709
1891
|
type: {
|
|
1710
|
-
name: "
|
|
1711
|
-
|
|
1892
|
+
name: "String"
|
|
1893
|
+
}
|
|
1894
|
+
},
|
|
1895
|
+
clientId: {
|
|
1896
|
+
readOnly: true,
|
|
1897
|
+
serializedName: "clientId",
|
|
1898
|
+
type: {
|
|
1899
|
+
name: "String"
|
|
1712
1900
|
}
|
|
1713
1901
|
}
|
|
1714
1902
|
}
|
|
1715
1903
|
}
|
|
1716
1904
|
};
|
|
1717
|
-
export var
|
|
1718
|
-
serializedName: "
|
|
1905
|
+
export var ManagedClusterIdentity = {
|
|
1906
|
+
serializedName: "ManagedClusterIdentity",
|
|
1719
1907
|
type: {
|
|
1720
1908
|
name: "Composite",
|
|
1721
|
-
className: "
|
|
1909
|
+
className: "ManagedClusterIdentity",
|
|
1722
1910
|
modelProperties: {
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
serializedName: "
|
|
1911
|
+
principalId: {
|
|
1912
|
+
readOnly: true,
|
|
1913
|
+
serializedName: "principalId",
|
|
1726
1914
|
type: {
|
|
1727
1915
|
name: "String"
|
|
1728
1916
|
}
|
|
1729
1917
|
},
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
serializedName: "
|
|
1918
|
+
tenantId: {
|
|
1919
|
+
readOnly: true,
|
|
1920
|
+
serializedName: "tenantId",
|
|
1733
1921
|
type: {
|
|
1734
1922
|
name: "String"
|
|
1735
1923
|
}
|
|
1736
1924
|
},
|
|
1737
|
-
|
|
1738
|
-
serializedName: "
|
|
1925
|
+
type: {
|
|
1926
|
+
serializedName: "type",
|
|
1927
|
+
type: {
|
|
1928
|
+
name: "Enum",
|
|
1929
|
+
allowedValues: [
|
|
1930
|
+
"SystemAssigned",
|
|
1931
|
+
"UserAssigned",
|
|
1932
|
+
"None"
|
|
1933
|
+
]
|
|
1934
|
+
}
|
|
1935
|
+
},
|
|
1936
|
+
userAssignedIdentities: {
|
|
1937
|
+
serializedName: "userAssignedIdentities",
|
|
1938
|
+
type: {
|
|
1939
|
+
name: "Dictionary",
|
|
1940
|
+
value: {
|
|
1941
|
+
type: {
|
|
1942
|
+
name: "Composite",
|
|
1943
|
+
className: "ManagedClusterIdentityUserAssignedIdentitiesValue"
|
|
1944
|
+
}
|
|
1945
|
+
}
|
|
1946
|
+
}
|
|
1947
|
+
}
|
|
1948
|
+
}
|
|
1949
|
+
}
|
|
1950
|
+
};
|
|
1951
|
+
export var UserAssignedIdentity = {
|
|
1952
|
+
serializedName: "UserAssignedIdentity",
|
|
1953
|
+
type: {
|
|
1954
|
+
name: "Composite",
|
|
1955
|
+
className: "UserAssignedIdentity",
|
|
1956
|
+
modelProperties: {
|
|
1957
|
+
resourceId: {
|
|
1958
|
+
serializedName: "resourceId",
|
|
1959
|
+
type: {
|
|
1960
|
+
name: "String"
|
|
1961
|
+
}
|
|
1962
|
+
},
|
|
1963
|
+
clientId: {
|
|
1964
|
+
serializedName: "clientId",
|
|
1965
|
+
type: {
|
|
1966
|
+
name: "String"
|
|
1967
|
+
}
|
|
1968
|
+
},
|
|
1969
|
+
objectId: {
|
|
1970
|
+
serializedName: "objectId",
|
|
1971
|
+
type: {
|
|
1972
|
+
name: "String"
|
|
1973
|
+
}
|
|
1974
|
+
}
|
|
1975
|
+
}
|
|
1976
|
+
}
|
|
1977
|
+
};
|
|
1978
|
+
export var ManagedClusterAddonProfileIdentity = {
|
|
1979
|
+
serializedName: "ManagedClusterAddonProfile_identity",
|
|
1980
|
+
type: {
|
|
1981
|
+
name: "Composite",
|
|
1982
|
+
className: "ManagedClusterAddonProfileIdentity",
|
|
1983
|
+
modelProperties: __assign({}, UserAssignedIdentity.type.modelProperties)
|
|
1984
|
+
}
|
|
1985
|
+
};
|
|
1986
|
+
export var ManagedClusterAddonProfile = {
|
|
1987
|
+
serializedName: "ManagedClusterAddonProfile",
|
|
1988
|
+
type: {
|
|
1989
|
+
name: "Composite",
|
|
1990
|
+
className: "ManagedClusterAddonProfile",
|
|
1991
|
+
modelProperties: {
|
|
1992
|
+
enabled: {
|
|
1993
|
+
required: true,
|
|
1994
|
+
serializedName: "enabled",
|
|
1995
|
+
type: {
|
|
1996
|
+
name: "Boolean"
|
|
1997
|
+
}
|
|
1998
|
+
},
|
|
1999
|
+
config: {
|
|
2000
|
+
serializedName: "config",
|
|
2001
|
+
type: {
|
|
2002
|
+
name: "Dictionary",
|
|
2003
|
+
value: {
|
|
2004
|
+
type: {
|
|
2005
|
+
name: "String"
|
|
2006
|
+
}
|
|
2007
|
+
}
|
|
2008
|
+
}
|
|
2009
|
+
},
|
|
2010
|
+
identity: {
|
|
2011
|
+
readOnly: true,
|
|
2012
|
+
serializedName: "identity",
|
|
2013
|
+
type: {
|
|
2014
|
+
name: "Composite",
|
|
2015
|
+
className: "ManagedClusterAddonProfileIdentity"
|
|
2016
|
+
}
|
|
2017
|
+
}
|
|
2018
|
+
}
|
|
2019
|
+
}
|
|
2020
|
+
};
|
|
2021
|
+
export var ManagedClusterPodIdentityProvisioningErrorBody = {
|
|
2022
|
+
serializedName: "ManagedClusterPodIdentityProvisioningErrorBody",
|
|
2023
|
+
type: {
|
|
2024
|
+
name: "Composite",
|
|
2025
|
+
className: "ManagedClusterPodIdentityProvisioningErrorBody",
|
|
2026
|
+
modelProperties: {
|
|
2027
|
+
code: {
|
|
2028
|
+
serializedName: "code",
|
|
2029
|
+
type: {
|
|
2030
|
+
name: "String"
|
|
2031
|
+
}
|
|
2032
|
+
},
|
|
2033
|
+
message: {
|
|
2034
|
+
serializedName: "message",
|
|
2035
|
+
type: {
|
|
2036
|
+
name: "String"
|
|
2037
|
+
}
|
|
2038
|
+
},
|
|
2039
|
+
target: {
|
|
2040
|
+
serializedName: "target",
|
|
2041
|
+
type: {
|
|
2042
|
+
name: "String"
|
|
2043
|
+
}
|
|
2044
|
+
},
|
|
2045
|
+
details: {
|
|
2046
|
+
serializedName: "details",
|
|
2047
|
+
type: {
|
|
2048
|
+
name: "Sequence",
|
|
2049
|
+
element: {
|
|
2050
|
+
type: {
|
|
2051
|
+
name: "Composite",
|
|
2052
|
+
className: "ManagedClusterPodIdentityProvisioningErrorBody"
|
|
2053
|
+
}
|
|
2054
|
+
}
|
|
2055
|
+
}
|
|
2056
|
+
}
|
|
2057
|
+
}
|
|
2058
|
+
}
|
|
2059
|
+
};
|
|
2060
|
+
export var ManagedClusterPodIdentityProvisioningError = {
|
|
2061
|
+
serializedName: "ManagedClusterPodIdentityProvisioningError",
|
|
2062
|
+
type: {
|
|
2063
|
+
name: "Composite",
|
|
2064
|
+
className: "ManagedClusterPodIdentityProvisioningError",
|
|
2065
|
+
modelProperties: {
|
|
2066
|
+
error: {
|
|
2067
|
+
serializedName: "error",
|
|
2068
|
+
type: {
|
|
2069
|
+
name: "Composite",
|
|
2070
|
+
className: "ManagedClusterPodIdentityProvisioningErrorBody"
|
|
2071
|
+
}
|
|
2072
|
+
}
|
|
2073
|
+
}
|
|
2074
|
+
}
|
|
2075
|
+
};
|
|
2076
|
+
export var ManagedClusterPodIdentityProvisioningInfo = {
|
|
2077
|
+
serializedName: "ManagedClusterPodIdentity_provisioningInfo",
|
|
2078
|
+
type: {
|
|
2079
|
+
name: "Composite",
|
|
2080
|
+
className: "ManagedClusterPodIdentityProvisioningInfo",
|
|
2081
|
+
modelProperties: {
|
|
2082
|
+
error: {
|
|
2083
|
+
serializedName: "error",
|
|
2084
|
+
type: {
|
|
2085
|
+
name: "Composite",
|
|
2086
|
+
className: "ManagedClusterPodIdentityProvisioningError"
|
|
2087
|
+
}
|
|
2088
|
+
}
|
|
2089
|
+
}
|
|
2090
|
+
}
|
|
2091
|
+
};
|
|
2092
|
+
export var ManagedClusterPodIdentity = {
|
|
2093
|
+
serializedName: "ManagedClusterPodIdentity",
|
|
2094
|
+
type: {
|
|
2095
|
+
name: "Composite",
|
|
2096
|
+
className: "ManagedClusterPodIdentity",
|
|
2097
|
+
modelProperties: {
|
|
2098
|
+
name: {
|
|
2099
|
+
required: true,
|
|
2100
|
+
serializedName: "name",
|
|
2101
|
+
type: {
|
|
2102
|
+
name: "String"
|
|
2103
|
+
}
|
|
2104
|
+
},
|
|
2105
|
+
namespace: {
|
|
2106
|
+
required: true,
|
|
2107
|
+
serializedName: "namespace",
|
|
2108
|
+
type: {
|
|
2109
|
+
name: "String"
|
|
2110
|
+
}
|
|
2111
|
+
},
|
|
2112
|
+
bindingSelector: {
|
|
2113
|
+
serializedName: "bindingSelector",
|
|
1739
2114
|
type: {
|
|
1740
2115
|
name: "String"
|
|
1741
2116
|
}
|
|
@@ -2056,18 +2431,22 @@ export var ManagedClusterAPIServerAccessProfile = {
|
|
|
2056
2431
|
type: {
|
|
2057
2432
|
name: "String"
|
|
2058
2433
|
}
|
|
2434
|
+
},
|
|
2435
|
+
enablePrivateClusterPublicFQDN: {
|
|
2436
|
+
serializedName: "enablePrivateClusterPublicFQDN",
|
|
2437
|
+
type: {
|
|
2438
|
+
name: "Boolean"
|
|
2439
|
+
}
|
|
2440
|
+
},
|
|
2441
|
+
disableRunCommand: {
|
|
2442
|
+
serializedName: "disableRunCommand",
|
|
2443
|
+
type: {
|
|
2444
|
+
name: "Boolean"
|
|
2445
|
+
}
|
|
2059
2446
|
}
|
|
2060
2447
|
}
|
|
2061
2448
|
}
|
|
2062
2449
|
};
|
|
2063
|
-
export var ManagedClusterPropertiesIdentityProfileValue = {
|
|
2064
|
-
serializedName: "ManagedClusterProperties_identityProfileValue",
|
|
2065
|
-
type: {
|
|
2066
|
-
name: "Composite",
|
|
2067
|
-
className: "ManagedClusterPropertiesIdentityProfileValue",
|
|
2068
|
-
modelProperties: __assign({}, UserAssignedIdentity.type.modelProperties)
|
|
2069
|
-
}
|
|
2070
|
-
};
|
|
2071
2450
|
export var PrivateLinkResource = {
|
|
2072
2451
|
serializedName: "PrivateLinkResource",
|
|
2073
2452
|
type: {
|
|
@@ -2157,22 +2536,20 @@ export var ManagedClusterHTTPProxyConfig = {
|
|
|
2157
2536
|
}
|
|
2158
2537
|
}
|
|
2159
2538
|
};
|
|
2160
|
-
export var
|
|
2161
|
-
serializedName: "
|
|
2539
|
+
export var ManagedClusterSecurityProfileAzureDefender = {
|
|
2540
|
+
serializedName: "ManagedClusterSecurityProfileAzureDefender",
|
|
2162
2541
|
type: {
|
|
2163
2542
|
name: "Composite",
|
|
2164
|
-
className: "
|
|
2543
|
+
className: "ManagedClusterSecurityProfileAzureDefender",
|
|
2165
2544
|
modelProperties: {
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
serializedName: "principalId",
|
|
2545
|
+
enabled: {
|
|
2546
|
+
serializedName: "enabled",
|
|
2169
2547
|
type: {
|
|
2170
|
-
name: "
|
|
2548
|
+
name: "Boolean"
|
|
2171
2549
|
}
|
|
2172
2550
|
},
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
serializedName: "clientId",
|
|
2551
|
+
logAnalyticsWorkspaceResourceId: {
|
|
2552
|
+
serializedName: "logAnalyticsWorkspaceResourceId",
|
|
2176
2553
|
type: {
|
|
2177
2554
|
name: "String"
|
|
2178
2555
|
}
|
|
@@ -2180,100 +2557,46 @@ export var ManagedClusterIdentityUserAssignedIdentitiesValue = {
|
|
|
2180
2557
|
}
|
|
2181
2558
|
}
|
|
2182
2559
|
};
|
|
2183
|
-
export var
|
|
2184
|
-
serializedName: "
|
|
2560
|
+
export var ManagedClusterSecurityProfile = {
|
|
2561
|
+
serializedName: "ManagedClusterSecurityProfile",
|
|
2185
2562
|
type: {
|
|
2186
2563
|
name: "Composite",
|
|
2187
|
-
className: "
|
|
2564
|
+
className: "ManagedClusterSecurityProfile",
|
|
2188
2565
|
modelProperties: {
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
serializedName: "principalId",
|
|
2566
|
+
azureDefender: {
|
|
2567
|
+
serializedName: "azureDefender",
|
|
2192
2568
|
type: {
|
|
2193
|
-
name: "
|
|
2194
|
-
|
|
2195
|
-
},
|
|
2196
|
-
tenantId: {
|
|
2197
|
-
readOnly: true,
|
|
2198
|
-
serializedName: "tenantId",
|
|
2199
|
-
type: {
|
|
2200
|
-
name: "String"
|
|
2201
|
-
}
|
|
2202
|
-
},
|
|
2203
|
-
type: {
|
|
2204
|
-
serializedName: "type",
|
|
2205
|
-
type: {
|
|
2206
|
-
name: "Enum",
|
|
2207
|
-
allowedValues: [
|
|
2208
|
-
"SystemAssigned",
|
|
2209
|
-
"UserAssigned",
|
|
2210
|
-
"None"
|
|
2211
|
-
]
|
|
2212
|
-
}
|
|
2213
|
-
},
|
|
2214
|
-
userAssignedIdentities: {
|
|
2215
|
-
serializedName: "userAssignedIdentities",
|
|
2216
|
-
type: {
|
|
2217
|
-
name: "Dictionary",
|
|
2218
|
-
value: {
|
|
2219
|
-
type: {
|
|
2220
|
-
name: "Composite",
|
|
2221
|
-
className: "ManagedClusterIdentityUserAssignedIdentitiesValue"
|
|
2222
|
-
}
|
|
2223
|
-
}
|
|
2569
|
+
name: "Composite",
|
|
2570
|
+
className: "ManagedClusterSecurityProfileAzureDefender"
|
|
2224
2571
|
}
|
|
2225
2572
|
}
|
|
2226
2573
|
}
|
|
2227
2574
|
}
|
|
2228
2575
|
};
|
|
2229
|
-
export var
|
|
2230
|
-
serializedName: "
|
|
2576
|
+
export var ManagedCluster = {
|
|
2577
|
+
serializedName: "ManagedCluster",
|
|
2231
2578
|
type: {
|
|
2232
2579
|
name: "Composite",
|
|
2233
|
-
className: "
|
|
2234
|
-
modelProperties: {
|
|
2235
|
-
|
|
2236
|
-
serializedName: "name",
|
|
2237
|
-
type: {
|
|
2238
|
-
name: "String"
|
|
2239
|
-
}
|
|
2240
|
-
},
|
|
2241
|
-
tier: {
|
|
2242
|
-
serializedName: "tier",
|
|
2580
|
+
className: "ManagedCluster",
|
|
2581
|
+
modelProperties: __assign(__assign({}, Resource.type.modelProperties), { sku: {
|
|
2582
|
+
serializedName: "sku",
|
|
2243
2583
|
type: {
|
|
2244
|
-
name: "
|
|
2584
|
+
name: "Composite",
|
|
2585
|
+
className: "ManagedClusterSKU"
|
|
2245
2586
|
}
|
|
2246
|
-
}
|
|
2247
|
-
|
|
2248
|
-
}
|
|
2249
|
-
};
|
|
2250
|
-
export var ExtendedLocation = {
|
|
2251
|
-
serializedName: "ExtendedLocation",
|
|
2252
|
-
type: {
|
|
2253
|
-
name: "Composite",
|
|
2254
|
-
className: "ExtendedLocation",
|
|
2255
|
-
modelProperties: {
|
|
2256
|
-
name: {
|
|
2257
|
-
serializedName: "name",
|
|
2587
|
+
}, extendedLocation: {
|
|
2588
|
+
serializedName: "extendedLocation",
|
|
2258
2589
|
type: {
|
|
2259
|
-
name: "
|
|
2590
|
+
name: "Composite",
|
|
2591
|
+
className: "ExtendedLocation"
|
|
2260
2592
|
}
|
|
2261
|
-
},
|
|
2262
|
-
|
|
2263
|
-
serializedName: "type",
|
|
2593
|
+
}, identity: {
|
|
2594
|
+
serializedName: "identity",
|
|
2264
2595
|
type: {
|
|
2265
|
-
name: "
|
|
2596
|
+
name: "Composite",
|
|
2597
|
+
className: "ManagedClusterIdentity"
|
|
2266
2598
|
}
|
|
2267
|
-
}
|
|
2268
|
-
}
|
|
2269
|
-
}
|
|
2270
|
-
};
|
|
2271
|
-
export var ManagedCluster = {
|
|
2272
|
-
serializedName: "ManagedCluster",
|
|
2273
|
-
type: {
|
|
2274
|
-
name: "Composite",
|
|
2275
|
-
className: "ManagedCluster",
|
|
2276
|
-
modelProperties: __assign(__assign({}, Resource.type.modelProperties), { provisioningState: {
|
|
2599
|
+
}, provisioningState: {
|
|
2277
2600
|
readOnly: true,
|
|
2278
2601
|
serializedName: "properties.provisioningState",
|
|
2279
2602
|
type: {
|
|
@@ -2428,7 +2751,7 @@ export var ManagedCluster = {
|
|
|
2428
2751
|
value: {
|
|
2429
2752
|
type: {
|
|
2430
2753
|
name: "Composite",
|
|
2431
|
-
className: "
|
|
2754
|
+
className: "UserAssignedIdentity"
|
|
2432
2755
|
}
|
|
2433
2756
|
}
|
|
2434
2757
|
}
|
|
@@ -2454,23 +2777,16 @@ export var ManagedCluster = {
|
|
|
2454
2777
|
name: "Composite",
|
|
2455
2778
|
className: "ManagedClusterHTTPProxyConfig"
|
|
2456
2779
|
}
|
|
2457
|
-
},
|
|
2458
|
-
serializedName: "
|
|
2459
|
-
type: {
|
|
2460
|
-
name: "Composite",
|
|
2461
|
-
className: "ManagedClusterIdentity"
|
|
2462
|
-
}
|
|
2463
|
-
}, sku: {
|
|
2464
|
-
serializedName: "sku",
|
|
2780
|
+
}, securityProfile: {
|
|
2781
|
+
serializedName: "properties.securityProfile",
|
|
2465
2782
|
type: {
|
|
2466
2783
|
name: "Composite",
|
|
2467
|
-
className: "
|
|
2784
|
+
className: "ManagedClusterSecurityProfile"
|
|
2468
2785
|
}
|
|
2469
|
-
},
|
|
2470
|
-
serializedName: "
|
|
2786
|
+
}, publicNetworkAccess: {
|
|
2787
|
+
serializedName: "properties.publicNetworkAccess",
|
|
2471
2788
|
type: {
|
|
2472
|
-
name: "
|
|
2473
|
-
className: "ExtendedLocation"
|
|
2789
|
+
name: "String"
|
|
2474
2790
|
}
|
|
2475
2791
|
} })
|
|
2476
2792
|
}
|
|
@@ -2996,6 +3312,172 @@ export var OSOptionProfile = {
|
|
|
2996
3312
|
}
|
|
2997
3313
|
}
|
|
2998
3314
|
};
|
|
3315
|
+
export var EndpointDetail = {
|
|
3316
|
+
serializedName: "EndpointDetail",
|
|
3317
|
+
type: {
|
|
3318
|
+
name: "Composite",
|
|
3319
|
+
className: "EndpointDetail",
|
|
3320
|
+
modelProperties: {
|
|
3321
|
+
ipAddress: {
|
|
3322
|
+
serializedName: "ipAddress",
|
|
3323
|
+
type: {
|
|
3324
|
+
name: "String"
|
|
3325
|
+
}
|
|
3326
|
+
},
|
|
3327
|
+
port: {
|
|
3328
|
+
serializedName: "port",
|
|
3329
|
+
type: {
|
|
3330
|
+
name: "Number"
|
|
3331
|
+
}
|
|
3332
|
+
},
|
|
3333
|
+
protocol: {
|
|
3334
|
+
serializedName: "protocol",
|
|
3335
|
+
type: {
|
|
3336
|
+
name: "String"
|
|
3337
|
+
}
|
|
3338
|
+
},
|
|
3339
|
+
description: {
|
|
3340
|
+
serializedName: "description",
|
|
3341
|
+
type: {
|
|
3342
|
+
name: "String"
|
|
3343
|
+
}
|
|
3344
|
+
}
|
|
3345
|
+
}
|
|
3346
|
+
}
|
|
3347
|
+
};
|
|
3348
|
+
export var EndpointDependency = {
|
|
3349
|
+
serializedName: "EndpointDependency",
|
|
3350
|
+
type: {
|
|
3351
|
+
name: "Composite",
|
|
3352
|
+
className: "EndpointDependency",
|
|
3353
|
+
modelProperties: {
|
|
3354
|
+
domainName: {
|
|
3355
|
+
serializedName: "domainName",
|
|
3356
|
+
type: {
|
|
3357
|
+
name: "String"
|
|
3358
|
+
}
|
|
3359
|
+
},
|
|
3360
|
+
endpointDetails: {
|
|
3361
|
+
serializedName: "endpointDetails",
|
|
3362
|
+
type: {
|
|
3363
|
+
name: "Sequence",
|
|
3364
|
+
element: {
|
|
3365
|
+
type: {
|
|
3366
|
+
name: "Composite",
|
|
3367
|
+
className: "EndpointDetail"
|
|
3368
|
+
}
|
|
3369
|
+
}
|
|
3370
|
+
}
|
|
3371
|
+
}
|
|
3372
|
+
}
|
|
3373
|
+
}
|
|
3374
|
+
};
|
|
3375
|
+
export var OutboundEnvironmentEndpoint = {
|
|
3376
|
+
serializedName: "OutboundEnvironmentEndpoint",
|
|
3377
|
+
type: {
|
|
3378
|
+
name: "Composite",
|
|
3379
|
+
className: "OutboundEnvironmentEndpoint",
|
|
3380
|
+
modelProperties: {
|
|
3381
|
+
category: {
|
|
3382
|
+
serializedName: "category",
|
|
3383
|
+
type: {
|
|
3384
|
+
name: "String"
|
|
3385
|
+
}
|
|
3386
|
+
},
|
|
3387
|
+
endpoints: {
|
|
3388
|
+
serializedName: "endpoints",
|
|
3389
|
+
type: {
|
|
3390
|
+
name: "Sequence",
|
|
3391
|
+
element: {
|
|
3392
|
+
type: {
|
|
3393
|
+
name: "Composite",
|
|
3394
|
+
className: "EndpointDependency"
|
|
3395
|
+
}
|
|
3396
|
+
}
|
|
3397
|
+
}
|
|
3398
|
+
}
|
|
3399
|
+
}
|
|
3400
|
+
}
|
|
3401
|
+
};
|
|
3402
|
+
export var Snapshot = {
|
|
3403
|
+
serializedName: "Snapshot",
|
|
3404
|
+
type: {
|
|
3405
|
+
name: "Composite",
|
|
3406
|
+
className: "Snapshot",
|
|
3407
|
+
modelProperties: __assign(__assign({}, Resource.type.modelProperties), { systemData: {
|
|
3408
|
+
readOnly: true,
|
|
3409
|
+
serializedName: "systemData",
|
|
3410
|
+
type: {
|
|
3411
|
+
name: "Composite",
|
|
3412
|
+
className: "SystemData"
|
|
3413
|
+
}
|
|
3414
|
+
}, creationData: {
|
|
3415
|
+
serializedName: "properties.creationData",
|
|
3416
|
+
type: {
|
|
3417
|
+
name: "Composite",
|
|
3418
|
+
className: "CreationData"
|
|
3419
|
+
}
|
|
3420
|
+
}, snapshotType: {
|
|
3421
|
+
serializedName: "properties.snapshotType",
|
|
3422
|
+
defaultValue: 'NodePool',
|
|
3423
|
+
type: {
|
|
3424
|
+
name: "String"
|
|
3425
|
+
}
|
|
3426
|
+
}, kubernetesVersion: {
|
|
3427
|
+
readOnly: true,
|
|
3428
|
+
serializedName: "properties.kubernetesVersion",
|
|
3429
|
+
type: {
|
|
3430
|
+
name: "String"
|
|
3431
|
+
}
|
|
3432
|
+
}, nodeImageVersion: {
|
|
3433
|
+
readOnly: true,
|
|
3434
|
+
serializedName: "properties.nodeImageVersion",
|
|
3435
|
+
type: {
|
|
3436
|
+
name: "String"
|
|
3437
|
+
}
|
|
3438
|
+
}, osType: {
|
|
3439
|
+
readOnly: true,
|
|
3440
|
+
serializedName: "properties.osType",
|
|
3441
|
+
defaultValue: 'Linux',
|
|
3442
|
+
type: {
|
|
3443
|
+
name: "String"
|
|
3444
|
+
}
|
|
3445
|
+
}, osSku: {
|
|
3446
|
+
readOnly: true,
|
|
3447
|
+
serializedName: "properties.osSku",
|
|
3448
|
+
type: {
|
|
3449
|
+
name: "String"
|
|
3450
|
+
}
|
|
3451
|
+
}, vmSize: {
|
|
3452
|
+
readOnly: true,
|
|
3453
|
+
serializedName: "properties.vmSize",
|
|
3454
|
+
type: {
|
|
3455
|
+
name: "String"
|
|
3456
|
+
}
|
|
3457
|
+
}, enableFIPS: {
|
|
3458
|
+
readOnly: true,
|
|
3459
|
+
serializedName: "properties.enableFIPS",
|
|
3460
|
+
type: {
|
|
3461
|
+
name: "Boolean"
|
|
3462
|
+
}
|
|
3463
|
+
} })
|
|
3464
|
+
}
|
|
3465
|
+
};
|
|
3466
|
+
export var AgentPoolsUpgradeNodeImageVersionHeaders = {
|
|
3467
|
+
serializedName: "agentpools-upgradenodeimageversion-headers",
|
|
3468
|
+
type: {
|
|
3469
|
+
name: "Composite",
|
|
3470
|
+
className: "AgentPoolsUpgradeNodeImageVersionHeaders",
|
|
3471
|
+
modelProperties: {
|
|
3472
|
+
azureAsyncOperation: {
|
|
3473
|
+
serializedName: "azure-asyncoperation",
|
|
3474
|
+
type: {
|
|
3475
|
+
name: "String"
|
|
3476
|
+
}
|
|
3477
|
+
}
|
|
3478
|
+
}
|
|
3479
|
+
}
|
|
3480
|
+
};
|
|
2999
3481
|
export var OperationListResult = {
|
|
3000
3482
|
serializedName: "OperationListResult",
|
|
3001
3483
|
type: {
|
|
@@ -3046,6 +3528,35 @@ export var ManagedClusterListResult = {
|
|
|
3046
3528
|
}
|
|
3047
3529
|
}
|
|
3048
3530
|
};
|
|
3531
|
+
export var OutboundEnvironmentEndpointCollection = {
|
|
3532
|
+
serializedName: "OutboundEnvironmentEndpointCollection",
|
|
3533
|
+
type: {
|
|
3534
|
+
name: "Composite",
|
|
3535
|
+
className: "OutboundEnvironmentEndpointCollection",
|
|
3536
|
+
modelProperties: {
|
|
3537
|
+
value: {
|
|
3538
|
+
required: true,
|
|
3539
|
+
serializedName: "",
|
|
3540
|
+
type: {
|
|
3541
|
+
name: "Sequence",
|
|
3542
|
+
element: {
|
|
3543
|
+
type: {
|
|
3544
|
+
name: "Composite",
|
|
3545
|
+
className: "OutboundEnvironmentEndpoint"
|
|
3546
|
+
}
|
|
3547
|
+
}
|
|
3548
|
+
}
|
|
3549
|
+
},
|
|
3550
|
+
nextLink: {
|
|
3551
|
+
readOnly: true,
|
|
3552
|
+
serializedName: "nextLink",
|
|
3553
|
+
type: {
|
|
3554
|
+
name: "String"
|
|
3555
|
+
}
|
|
3556
|
+
}
|
|
3557
|
+
}
|
|
3558
|
+
}
|
|
3559
|
+
};
|
|
3049
3560
|
export var MaintenanceConfigurationListResult = {
|
|
3050
3561
|
serializedName: "MaintenanceConfigurationListResult",
|
|
3051
3562
|
type: {
|
|
@@ -3102,4 +3613,32 @@ export var AgentPoolListResult = {
|
|
|
3102
3613
|
}
|
|
3103
3614
|
}
|
|
3104
3615
|
};
|
|
3616
|
+
export var SnapshotListResult = {
|
|
3617
|
+
serializedName: "SnapshotListResult",
|
|
3618
|
+
type: {
|
|
3619
|
+
name: "Composite",
|
|
3620
|
+
className: "SnapshotListResult",
|
|
3621
|
+
modelProperties: {
|
|
3622
|
+
value: {
|
|
3623
|
+
serializedName: "",
|
|
3624
|
+
type: {
|
|
3625
|
+
name: "Sequence",
|
|
3626
|
+
element: {
|
|
3627
|
+
type: {
|
|
3628
|
+
name: "Composite",
|
|
3629
|
+
className: "Snapshot"
|
|
3630
|
+
}
|
|
3631
|
+
}
|
|
3632
|
+
}
|
|
3633
|
+
},
|
|
3634
|
+
nextLink: {
|
|
3635
|
+
readOnly: true,
|
|
3636
|
+
serializedName: "nextLink",
|
|
3637
|
+
type: {
|
|
3638
|
+
name: "String"
|
|
3639
|
+
}
|
|
3640
|
+
}
|
|
3641
|
+
}
|
|
3642
|
+
}
|
|
3643
|
+
};
|
|
3105
3644
|
//# sourceMappingURL=mappers.js.map
|