@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.
Files changed (93) hide show
  1. package/README.md +3 -6
  2. package/dist/arm-containerservice.js +1270 -255
  3. package/dist/arm-containerservice.js.map +1 -1
  4. package/dist/arm-containerservice.min.js +1 -1
  5. package/dist/arm-containerservice.min.js.map +1 -1
  6. package/esm/containerServiceClient.d.ts +1 -0
  7. package/esm/containerServiceClient.d.ts.map +1 -1
  8. package/esm/containerServiceClient.js +1 -0
  9. package/esm/containerServiceClient.js.map +1 -1
  10. package/esm/containerServiceClientContext.d.ts +1 -1
  11. package/esm/containerServiceClientContext.d.ts.map +1 -1
  12. package/esm/containerServiceClientContext.js +2 -2
  13. package/esm/containerServiceClientContext.js.map +1 -1
  14. package/esm/models/agentPoolsMappers.d.ts +1 -1
  15. package/esm/models/agentPoolsMappers.d.ts.map +1 -1
  16. package/esm/models/agentPoolsMappers.js +1 -1
  17. package/esm/models/agentPoolsMappers.js.map +1 -1
  18. package/esm/models/index.d.ts +1077 -429
  19. package/esm/models/index.d.ts.map +1 -1
  20. package/esm/models/maintenanceConfigurationsMappers.d.ts +1 -1
  21. package/esm/models/maintenanceConfigurationsMappers.d.ts.map +1 -1
  22. package/esm/models/maintenanceConfigurationsMappers.js +1 -1
  23. package/esm/models/maintenanceConfigurationsMappers.js.map +1 -1
  24. package/esm/models/managedClustersMappers.d.ts +1 -1
  25. package/esm/models/managedClustersMappers.d.ts.map +1 -1
  26. package/esm/models/managedClustersMappers.js +1 -1
  27. package/esm/models/managedClustersMappers.js.map +1 -1
  28. package/esm/models/mappers.d.ts +19 -5
  29. package/esm/models/mappers.d.ts.map +1 -1
  30. package/esm/models/mappers.js +712 -173
  31. package/esm/models/mappers.js.map +1 -1
  32. package/esm/models/parameters.d.ts +1 -0
  33. package/esm/models/parameters.d.ts.map +1 -1
  34. package/esm/models/parameters.js +12 -0
  35. package/esm/models/parameters.js.map +1 -1
  36. package/esm/models/privateEndpointConnectionsMappers.d.ts +1 -1
  37. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +1 -1
  38. package/esm/models/privateEndpointConnectionsMappers.js +1 -1
  39. package/esm/models/privateEndpointConnectionsMappers.js.map +1 -1
  40. package/esm/models/snapshotsMappers.d.ts +2 -0
  41. package/esm/models/snapshotsMappers.d.ts.map +1 -0
  42. package/esm/models/snapshotsMappers.js +9 -0
  43. package/esm/models/snapshotsMappers.js.map +1 -0
  44. package/esm/operations/agentPools.d.ts +20 -25
  45. package/esm/operations/agentPools.d.ts.map +1 -1
  46. package/esm/operations/agentPools.js +21 -17
  47. package/esm/operations/agentPools.js.map +1 -1
  48. package/esm/operations/index.d.ts +1 -0
  49. package/esm/operations/index.d.ts.map +1 -1
  50. package/esm/operations/index.js +1 -0
  51. package/esm/operations/index.js.map +1 -1
  52. package/esm/operations/maintenanceConfigurations.d.ts +5 -15
  53. package/esm/operations/maintenanceConfigurations.d.ts.map +1 -1
  54. package/esm/operations/maintenanceConfigurations.js.map +1 -1
  55. package/esm/operations/managedClusters.d.ts +108 -79
  56. package/esm/operations/managedClusters.d.ts.map +1 -1
  57. package/esm/operations/managedClusters.js +112 -47
  58. package/esm/operations/managedClusters.js.map +1 -1
  59. package/esm/operations/operations.d.ts +1 -1
  60. package/esm/operations/privateEndpointConnections.d.ts +6 -10
  61. package/esm/operations/privateEndpointConnections.d.ts.map +1 -1
  62. package/esm/operations/privateEndpointConnections.js +0 -2
  63. package/esm/operations/privateEndpointConnections.js.map +1 -1
  64. package/esm/operations/privateLinkResources.d.ts +1 -2
  65. package/esm/operations/privateLinkResources.d.ts.map +1 -1
  66. package/esm/operations/privateLinkResources.js.map +1 -1
  67. package/esm/operations/resolvePrivateLinkServiceId.d.ts +3 -7
  68. package/esm/operations/resolvePrivateLinkServiceId.d.ts.map +1 -1
  69. package/esm/operations/resolvePrivateLinkServiceId.js.map +1 -1
  70. package/esm/operations/snapshots.d.ts +172 -0
  71. package/esm/operations/snapshots.d.ts.map +1 -0
  72. package/esm/operations/snapshots.js +277 -0
  73. package/esm/operations/snapshots.js.map +1 -0
  74. package/package.json +2 -2
  75. package/src/containerServiceClient.ts +2 -0
  76. package/src/containerServiceClientContext.ts +3 -3
  77. package/src/models/agentPoolsMappers.ts +11 -2
  78. package/src/models/index.ts +1115 -428
  79. package/src/models/maintenanceConfigurationsMappers.ts +10 -2
  80. package/src/models/managedClustersMappers.ts +14 -2
  81. package/src/models/mappers.ts +751 -183
  82. package/src/models/parameters.ts +12 -0
  83. package/src/models/privateEndpointConnectionsMappers.ts +10 -2
  84. package/src/models/snapshotsMappers.ts +70 -0
  85. package/src/operations/agentPools.ts +27 -28
  86. package/src/operations/index.ts +1 -0
  87. package/src/operations/maintenanceConfigurations.ts +5 -15
  88. package/src/operations/managedClusters.ts +187 -85
  89. package/src/operations/operations.ts +1 -1
  90. package/src/operations/privateEndpointConnections.ts +6 -10
  91. package/src/operations/privateLinkResources.ts +1 -2
  92. package/src/operations/resolvePrivateLinkServiceId.ts +3 -7
  93. package/src/operations/snapshots.ts +484 -0
@@ -580,6 +580,22 @@ export const LinuxOSConfig: msRest.CompositeMapper = {
580
580
  }
581
581
  };
582
582
 
583
+ export const CreationData: msRest.CompositeMapper = {
584
+ serializedName: "CreationData",
585
+ type: {
586
+ name: "Composite",
587
+ className: "CreationData",
588
+ modelProperties: {
589
+ sourceResourceId: {
590
+ serializedName: "sourceResourceId",
591
+ type: {
592
+ name: "String"
593
+ }
594
+ }
595
+ }
596
+ }
597
+ };
598
+
583
599
  export const ManagedClusterAgentPoolProfileProperties: msRest.CompositeMapper = {
584
600
  serializedName: "ManagedClusterAgentPoolProfileProperties",
585
601
  type: {
@@ -616,6 +632,12 @@ export const ManagedClusterAgentPoolProfileProperties: msRest.CompositeMapper =
616
632
  name: "String"
617
633
  }
618
634
  },
635
+ workloadRuntime: {
636
+ serializedName: "workloadRuntime",
637
+ type: {
638
+ name: "String"
639
+ }
640
+ },
619
641
  vnetSubnetID: {
620
642
  serializedName: "vnetSubnetID",
621
643
  type: {
@@ -665,6 +687,12 @@ export const ManagedClusterAgentPoolProfileProperties: msRest.CompositeMapper =
665
687
  name: "Boolean"
666
688
  }
667
689
  },
690
+ scaleDownMode: {
691
+ serializedName: "scaleDownMode",
692
+ type: {
693
+ name: "String"
694
+ }
695
+ },
668
696
  type: {
669
697
  serializedName: "type",
670
698
  type: {
@@ -705,7 +733,6 @@ export const ManagedClusterAgentPoolProfileProperties: msRest.CompositeMapper =
705
733
  }
706
734
  },
707
735
  powerState: {
708
- readOnly: true,
709
736
  serializedName: "powerState",
710
737
  type: {
711
738
  name: "Composite",
@@ -814,6 +841,12 @@ export const ManagedClusterAgentPoolProfileProperties: msRest.CompositeMapper =
814
841
  name: "Boolean"
815
842
  }
816
843
  },
844
+ enableUltraSSD: {
845
+ serializedName: "enableUltraSSD",
846
+ type: {
847
+ name: "Boolean"
848
+ }
849
+ },
817
850
  enableFIPS: {
818
851
  serializedName: "enableFIPS",
819
852
  type: {
@@ -825,6 +858,13 @@ export const ManagedClusterAgentPoolProfileProperties: msRest.CompositeMapper =
825
858
  type: {
826
859
  name: "String"
827
860
  }
861
+ },
862
+ creationData: {
863
+ serializedName: "creationData",
864
+ type: {
865
+ name: "Composite",
866
+ className: "CreationData"
867
+ }
828
868
  }
829
869
  }
830
870
  }
@@ -888,6 +928,12 @@ export const AgentPool: msRest.CompositeMapper = {
888
928
  name: "String"
889
929
  }
890
930
  },
931
+ workloadRuntime: {
932
+ serializedName: "properties.workloadRuntime",
933
+ type: {
934
+ name: "String"
935
+ }
936
+ },
891
937
  vnetSubnetID: {
892
938
  serializedName: "properties.vnetSubnetID",
893
939
  type: {
@@ -937,6 +983,12 @@ export const AgentPool: msRest.CompositeMapper = {
937
983
  name: "Boolean"
938
984
  }
939
985
  },
986
+ scaleDownMode: {
987
+ serializedName: "properties.scaleDownMode",
988
+ type: {
989
+ name: "String"
990
+ }
991
+ },
940
992
  agentPoolType: {
941
993
  serializedName: "properties.type",
942
994
  type: {
@@ -977,7 +1029,6 @@ export const AgentPool: msRest.CompositeMapper = {
977
1029
  }
978
1030
  },
979
1031
  powerState: {
980
- readOnly: true,
981
1032
  serializedName: "properties.powerState",
982
1033
  type: {
983
1034
  name: "Composite",
@@ -1086,6 +1137,12 @@ export const AgentPool: msRest.CompositeMapper = {
1086
1137
  name: "Boolean"
1087
1138
  }
1088
1139
  },
1140
+ enableUltraSSD: {
1141
+ serializedName: "properties.enableUltraSSD",
1142
+ type: {
1143
+ name: "Boolean"
1144
+ }
1145
+ },
1089
1146
  enableFIPS: {
1090
1147
  serializedName: "properties.enableFIPS",
1091
1148
  type: {
@@ -1097,6 +1154,41 @@ export const AgentPool: msRest.CompositeMapper = {
1097
1154
  type: {
1098
1155
  name: "String"
1099
1156
  }
1157
+ },
1158
+ creationData: {
1159
+ serializedName: "properties.creationData",
1160
+ type: {
1161
+ name: "Composite",
1162
+ className: "CreationData"
1163
+ }
1164
+ }
1165
+ }
1166
+ }
1167
+ };
1168
+
1169
+ export const WindowsGmsaProfile: msRest.CompositeMapper = {
1170
+ serializedName: "WindowsGmsaProfile",
1171
+ type: {
1172
+ name: "Composite",
1173
+ className: "WindowsGmsaProfile",
1174
+ modelProperties: {
1175
+ enabled: {
1176
+ serializedName: "enabled",
1177
+ type: {
1178
+ name: "Boolean"
1179
+ }
1180
+ },
1181
+ dnsServer: {
1182
+ serializedName: "dnsServer",
1183
+ type: {
1184
+ name: "String"
1185
+ }
1186
+ },
1187
+ rootDomainName: {
1188
+ serializedName: "rootDomainName",
1189
+ type: {
1190
+ name: "String"
1191
+ }
1100
1192
  }
1101
1193
  }
1102
1194
  }
@@ -1132,6 +1224,13 @@ export const ManagedClusterWindowsProfile: msRest.CompositeMapper = {
1132
1224
  type: {
1133
1225
  name: "Boolean"
1134
1226
  }
1227
+ },
1228
+ gmsaProfile: {
1229
+ serializedName: "gmsaProfile",
1230
+ type: {
1231
+ name: "Composite",
1232
+ className: "WindowsGmsaProfile"
1233
+ }
1135
1234
  }
1136
1235
  }
1137
1236
  }
@@ -1221,6 +1320,17 @@ export const ManagedClusterLoadBalancerProfileManagedOutboundIPs: msRest.Composi
1221
1320
  type: {
1222
1321
  name: "Number"
1223
1322
  }
1323
+ },
1324
+ countIPv6: {
1325
+ serializedName: "countIPv6",
1326
+ defaultValue: 0,
1327
+ constraints: {
1328
+ InclusiveMaximum: 100,
1329
+ InclusiveMinimum: 0
1330
+ },
1331
+ type: {
1332
+ name: "Number"
1333
+ }
1224
1334
  }
1225
1335
  }
1226
1336
  }
@@ -1346,6 +1456,73 @@ export const ManagedClusterLoadBalancerProfile: msRest.CompositeMapper = {
1346
1456
  type: {
1347
1457
  name: "Number"
1348
1458
  }
1459
+ },
1460
+ enableMultipleStandardLoadBalancers: {
1461
+ serializedName: "enableMultipleStandardLoadBalancers",
1462
+ type: {
1463
+ name: "Boolean"
1464
+ }
1465
+ }
1466
+ }
1467
+ }
1468
+ };
1469
+
1470
+ export const ManagedClusterManagedOutboundIPProfile: msRest.CompositeMapper = {
1471
+ serializedName: "ManagedClusterManagedOutboundIPProfile",
1472
+ type: {
1473
+ name: "Composite",
1474
+ className: "ManagedClusterManagedOutboundIPProfile",
1475
+ modelProperties: {
1476
+ count: {
1477
+ serializedName: "count",
1478
+ defaultValue: 1,
1479
+ constraints: {
1480
+ InclusiveMaximum: 16,
1481
+ InclusiveMinimum: 1
1482
+ },
1483
+ type: {
1484
+ name: "Number"
1485
+ }
1486
+ }
1487
+ }
1488
+ }
1489
+ };
1490
+
1491
+ export const ManagedClusterNATGatewayProfile: msRest.CompositeMapper = {
1492
+ serializedName: "ManagedClusterNATGatewayProfile",
1493
+ type: {
1494
+ name: "Composite",
1495
+ className: "ManagedClusterNATGatewayProfile",
1496
+ modelProperties: {
1497
+ managedOutboundIPProfile: {
1498
+ serializedName: "managedOutboundIPProfile",
1499
+ type: {
1500
+ name: "Composite",
1501
+ className: "ManagedClusterManagedOutboundIPProfile"
1502
+ }
1503
+ },
1504
+ effectiveOutboundIPs: {
1505
+ serializedName: "effectiveOutboundIPs",
1506
+ type: {
1507
+ name: "Sequence",
1508
+ element: {
1509
+ type: {
1510
+ name: "Composite",
1511
+ className: "ResourceReference"
1512
+ }
1513
+ }
1514
+ }
1515
+ },
1516
+ idleTimeoutInMinutes: {
1517
+ serializedName: "idleTimeoutInMinutes",
1518
+ defaultValue: 4,
1519
+ constraints: {
1520
+ InclusiveMaximum: 120,
1521
+ InclusiveMinimum: 4
1522
+ },
1523
+ type: {
1524
+ name: "Number"
1525
+ }
1349
1526
  }
1350
1527
  }
1351
1528
  }
@@ -1435,6 +1612,46 @@ export const ContainerServiceNetworkProfile: msRest.CompositeMapper = {
1435
1612
  name: "Composite",
1436
1613
  className: "ManagedClusterLoadBalancerProfile"
1437
1614
  }
1615
+ },
1616
+ natGatewayProfile: {
1617
+ serializedName: "natGatewayProfile",
1618
+ type: {
1619
+ name: "Composite",
1620
+ className: "ManagedClusterNATGatewayProfile"
1621
+ }
1622
+ },
1623
+ podCidrs: {
1624
+ serializedName: "podCidrs",
1625
+ type: {
1626
+ name: "Sequence",
1627
+ element: {
1628
+ type: {
1629
+ name: "String"
1630
+ }
1631
+ }
1632
+ }
1633
+ },
1634
+ serviceCidrs: {
1635
+ serializedName: "serviceCidrs",
1636
+ type: {
1637
+ name: "Sequence",
1638
+ element: {
1639
+ type: {
1640
+ name: "String"
1641
+ }
1642
+ }
1643
+ }
1644
+ },
1645
+ ipFamilies: {
1646
+ serializedName: "ipFamilies",
1647
+ type: {
1648
+ name: "Sequence",
1649
+ element: {
1650
+ type: {
1651
+ name: "String"
1652
+ }
1653
+ }
1654
+ }
1438
1655
  }
1439
1656
  }
1440
1657
  }
@@ -1708,26 +1925,20 @@ export const ContainerServiceDiagnosticsProfile: msRest.CompositeMapper = {
1708
1925
  }
1709
1926
  };
1710
1927
 
1711
- export const UserAssignedIdentity: msRest.CompositeMapper = {
1712
- serializedName: "UserAssignedIdentity",
1928
+ export const ManagedClusterSKU: msRest.CompositeMapper = {
1929
+ serializedName: "ManagedClusterSKU",
1713
1930
  type: {
1714
1931
  name: "Composite",
1715
- className: "UserAssignedIdentity",
1932
+ className: "ManagedClusterSKU",
1716
1933
  modelProperties: {
1717
- resourceId: {
1718
- serializedName: "resourceId",
1719
- type: {
1720
- name: "String"
1721
- }
1722
- },
1723
- clientId: {
1724
- serializedName: "clientId",
1934
+ name: {
1935
+ serializedName: "name",
1725
1936
  type: {
1726
1937
  name: "String"
1727
1938
  }
1728
1939
  },
1729
- objectId: {
1730
- serializedName: "objectId",
1940
+ tier: {
1941
+ serializedName: "tier",
1731
1942
  type: {
1732
1943
  name: "String"
1733
1944
  }
@@ -1736,79 +1947,257 @@ export const UserAssignedIdentity: msRest.CompositeMapper = {
1736
1947
  }
1737
1948
  };
1738
1949
 
1739
- export const ManagedClusterAddonProfileIdentity: msRest.CompositeMapper = {
1740
- serializedName: "ManagedClusterAddonProfile_identity",
1741
- type: {
1742
- name: "Composite",
1743
- className: "ManagedClusterAddonProfileIdentity",
1744
- modelProperties: {
1745
- ...UserAssignedIdentity.type.modelProperties
1746
- }
1747
- }
1748
- };
1749
-
1750
- export const ManagedClusterAddonProfile: msRest.CompositeMapper = {
1751
- serializedName: "ManagedClusterAddonProfile",
1950
+ export const ExtendedLocation: msRest.CompositeMapper = {
1951
+ serializedName: "ExtendedLocation",
1752
1952
  type: {
1753
1953
  name: "Composite",
1754
- className: "ManagedClusterAddonProfile",
1954
+ className: "ExtendedLocation",
1755
1955
  modelProperties: {
1756
- enabled: {
1757
- required: true,
1758
- serializedName: "enabled",
1759
- type: {
1760
- name: "Boolean"
1761
- }
1762
- },
1763
- config: {
1764
- serializedName: "config",
1956
+ name: {
1957
+ serializedName: "name",
1765
1958
  type: {
1766
- name: "Dictionary",
1767
- value: {
1768
- type: {
1769
- name: "String"
1770
- }
1771
- }
1959
+ name: "String"
1772
1960
  }
1773
1961
  },
1774
- identity: {
1775
- readOnly: true,
1776
- serializedName: "identity",
1962
+ type: {
1963
+ serializedName: "type",
1777
1964
  type: {
1778
- name: "Composite",
1779
- className: "ManagedClusterAddonProfileIdentity"
1965
+ name: "String"
1780
1966
  }
1781
1967
  }
1782
1968
  }
1783
1969
  }
1784
1970
  };
1785
1971
 
1786
- export const ManagedClusterPodIdentityProvisioningInfo: msRest.CompositeMapper = {
1787
- serializedName: "ManagedClusterPodIdentity_provisioningInfo",
1972
+ export const ManagedClusterIdentityUserAssignedIdentitiesValue: msRest.CompositeMapper = {
1973
+ serializedName: "ManagedClusterIdentity_userAssignedIdentitiesValue",
1788
1974
  type: {
1789
1975
  name: "Composite",
1790
- className: "ManagedClusterPodIdentityProvisioningInfo",
1976
+ className: "ManagedClusterIdentityUserAssignedIdentitiesValue",
1791
1977
  modelProperties: {
1792
- error: {
1793
- serializedName: "error",
1978
+ principalId: {
1979
+ readOnly: true,
1980
+ serializedName: "principalId",
1794
1981
  type: {
1795
- name: "Composite",
1796
- className: "CloudError"
1982
+ name: "String"
1983
+ }
1984
+ },
1985
+ clientId: {
1986
+ readOnly: true,
1987
+ serializedName: "clientId",
1988
+ type: {
1989
+ name: "String"
1797
1990
  }
1798
1991
  }
1799
1992
  }
1800
1993
  }
1801
1994
  };
1802
1995
 
1803
- export const ManagedClusterPodIdentity: msRest.CompositeMapper = {
1804
- serializedName: "ManagedClusterPodIdentity",
1996
+ export const ManagedClusterIdentity: msRest.CompositeMapper = {
1997
+ serializedName: "ManagedClusterIdentity",
1805
1998
  type: {
1806
1999
  name: "Composite",
1807
- className: "ManagedClusterPodIdentity",
2000
+ className: "ManagedClusterIdentity",
1808
2001
  modelProperties: {
1809
- name: {
1810
- required: true,
1811
- serializedName: "name",
2002
+ principalId: {
2003
+ readOnly: true,
2004
+ serializedName: "principalId",
2005
+ type: {
2006
+ name: "String"
2007
+ }
2008
+ },
2009
+ tenantId: {
2010
+ readOnly: true,
2011
+ serializedName: "tenantId",
2012
+ type: {
2013
+ name: "String"
2014
+ }
2015
+ },
2016
+ type: {
2017
+ serializedName: "type",
2018
+ type: {
2019
+ name: "Enum",
2020
+ allowedValues: [
2021
+ "SystemAssigned",
2022
+ "UserAssigned",
2023
+ "None"
2024
+ ]
2025
+ }
2026
+ },
2027
+ userAssignedIdentities: {
2028
+ serializedName: "userAssignedIdentities",
2029
+ type: {
2030
+ name: "Dictionary",
2031
+ value: {
2032
+ type: {
2033
+ name: "Composite",
2034
+ className: "ManagedClusterIdentityUserAssignedIdentitiesValue"
2035
+ }
2036
+ }
2037
+ }
2038
+ }
2039
+ }
2040
+ }
2041
+ };
2042
+
2043
+ export const UserAssignedIdentity: msRest.CompositeMapper = {
2044
+ serializedName: "UserAssignedIdentity",
2045
+ type: {
2046
+ name: "Composite",
2047
+ className: "UserAssignedIdentity",
2048
+ modelProperties: {
2049
+ resourceId: {
2050
+ serializedName: "resourceId",
2051
+ type: {
2052
+ name: "String"
2053
+ }
2054
+ },
2055
+ clientId: {
2056
+ serializedName: "clientId",
2057
+ type: {
2058
+ name: "String"
2059
+ }
2060
+ },
2061
+ objectId: {
2062
+ serializedName: "objectId",
2063
+ type: {
2064
+ name: "String"
2065
+ }
2066
+ }
2067
+ }
2068
+ }
2069
+ };
2070
+
2071
+ export const ManagedClusterAddonProfileIdentity: msRest.CompositeMapper = {
2072
+ serializedName: "ManagedClusterAddonProfile_identity",
2073
+ type: {
2074
+ name: "Composite",
2075
+ className: "ManagedClusterAddonProfileIdentity",
2076
+ modelProperties: {
2077
+ ...UserAssignedIdentity.type.modelProperties
2078
+ }
2079
+ }
2080
+ };
2081
+
2082
+ export const ManagedClusterAddonProfile: msRest.CompositeMapper = {
2083
+ serializedName: "ManagedClusterAddonProfile",
2084
+ type: {
2085
+ name: "Composite",
2086
+ className: "ManagedClusterAddonProfile",
2087
+ modelProperties: {
2088
+ enabled: {
2089
+ required: true,
2090
+ serializedName: "enabled",
2091
+ type: {
2092
+ name: "Boolean"
2093
+ }
2094
+ },
2095
+ config: {
2096
+ serializedName: "config",
2097
+ type: {
2098
+ name: "Dictionary",
2099
+ value: {
2100
+ type: {
2101
+ name: "String"
2102
+ }
2103
+ }
2104
+ }
2105
+ },
2106
+ identity: {
2107
+ readOnly: true,
2108
+ serializedName: "identity",
2109
+ type: {
2110
+ name: "Composite",
2111
+ className: "ManagedClusterAddonProfileIdentity"
2112
+ }
2113
+ }
2114
+ }
2115
+ }
2116
+ };
2117
+
2118
+ export const ManagedClusterPodIdentityProvisioningErrorBody: msRest.CompositeMapper = {
2119
+ serializedName: "ManagedClusterPodIdentityProvisioningErrorBody",
2120
+ type: {
2121
+ name: "Composite",
2122
+ className: "ManagedClusterPodIdentityProvisioningErrorBody",
2123
+ modelProperties: {
2124
+ code: {
2125
+ serializedName: "code",
2126
+ type: {
2127
+ name: "String"
2128
+ }
2129
+ },
2130
+ message: {
2131
+ serializedName: "message",
2132
+ type: {
2133
+ name: "String"
2134
+ }
2135
+ },
2136
+ target: {
2137
+ serializedName: "target",
2138
+ type: {
2139
+ name: "String"
2140
+ }
2141
+ },
2142
+ details: {
2143
+ serializedName: "details",
2144
+ type: {
2145
+ name: "Sequence",
2146
+ element: {
2147
+ type: {
2148
+ name: "Composite",
2149
+ className: "ManagedClusterPodIdentityProvisioningErrorBody"
2150
+ }
2151
+ }
2152
+ }
2153
+ }
2154
+ }
2155
+ }
2156
+ };
2157
+
2158
+ export const ManagedClusterPodIdentityProvisioningError: msRest.CompositeMapper = {
2159
+ serializedName: "ManagedClusterPodIdentityProvisioningError",
2160
+ type: {
2161
+ name: "Composite",
2162
+ className: "ManagedClusterPodIdentityProvisioningError",
2163
+ modelProperties: {
2164
+ error: {
2165
+ serializedName: "error",
2166
+ type: {
2167
+ name: "Composite",
2168
+ className: "ManagedClusterPodIdentityProvisioningErrorBody"
2169
+ }
2170
+ }
2171
+ }
2172
+ }
2173
+ };
2174
+
2175
+ export const ManagedClusterPodIdentityProvisioningInfo: msRest.CompositeMapper = {
2176
+ serializedName: "ManagedClusterPodIdentity_provisioningInfo",
2177
+ type: {
2178
+ name: "Composite",
2179
+ className: "ManagedClusterPodIdentityProvisioningInfo",
2180
+ modelProperties: {
2181
+ error: {
2182
+ serializedName: "error",
2183
+ type: {
2184
+ name: "Composite",
2185
+ className: "ManagedClusterPodIdentityProvisioningError"
2186
+ }
2187
+ }
2188
+ }
2189
+ }
2190
+ };
2191
+
2192
+ export const ManagedClusterPodIdentity: msRest.CompositeMapper = {
2193
+ serializedName: "ManagedClusterPodIdentity",
2194
+ type: {
2195
+ name: "Composite",
2196
+ className: "ManagedClusterPodIdentity",
2197
+ modelProperties: {
2198
+ name: {
2199
+ required: true,
2200
+ serializedName: "name",
1812
2201
  type: {
1813
2202
  name: "String"
1814
2203
  }
@@ -2148,22 +2537,23 @@ export const ManagedClusterAPIServerAccessProfile: msRest.CompositeMapper = {
2148
2537
  type: {
2149
2538
  name: "String"
2150
2539
  }
2540
+ },
2541
+ enablePrivateClusterPublicFQDN: {
2542
+ serializedName: "enablePrivateClusterPublicFQDN",
2543
+ type: {
2544
+ name: "Boolean"
2545
+ }
2546
+ },
2547
+ disableRunCommand: {
2548
+ serializedName: "disableRunCommand",
2549
+ type: {
2550
+ name: "Boolean"
2551
+ }
2151
2552
  }
2152
2553
  }
2153
2554
  }
2154
2555
  };
2155
2556
 
2156
- export const ManagedClusterPropertiesIdentityProfileValue: msRest.CompositeMapper = {
2157
- serializedName: "ManagedClusterProperties_identityProfileValue",
2158
- type: {
2159
- name: "Composite",
2160
- className: "ManagedClusterPropertiesIdentityProfileValue",
2161
- modelProperties: {
2162
- ...UserAssignedIdentity.type.modelProperties
2163
- }
2164
- }
2165
- };
2166
-
2167
2557
  export const PrivateLinkResource: msRest.CompositeMapper = {
2168
2558
  serializedName: "PrivateLinkResource",
2169
2559
  type: {
@@ -2245,101 +2635,30 @@ export const ManagedClusterHTTPProxyConfig: msRest.CompositeMapper = {
2245
2635
  }
2246
2636
  }
2247
2637
  },
2248
- trustedCa: {
2249
- serializedName: "trustedCa",
2250
- type: {
2251
- name: "String"
2252
- }
2253
- }
2254
- }
2255
- }
2256
- };
2257
-
2258
- export const ManagedClusterIdentityUserAssignedIdentitiesValue: msRest.CompositeMapper = {
2259
- serializedName: "ManagedClusterIdentity_userAssignedIdentitiesValue",
2260
- type: {
2261
- name: "Composite",
2262
- className: "ManagedClusterIdentityUserAssignedIdentitiesValue",
2263
- modelProperties: {
2264
- principalId: {
2265
- readOnly: true,
2266
- serializedName: "principalId",
2267
- type: {
2268
- name: "String"
2269
- }
2270
- },
2271
- clientId: {
2272
- readOnly: true,
2273
- serializedName: "clientId",
2274
- type: {
2275
- name: "String"
2276
- }
2277
- }
2278
- }
2279
- }
2280
- };
2281
-
2282
- export const ManagedClusterIdentity: msRest.CompositeMapper = {
2283
- serializedName: "ManagedClusterIdentity",
2284
- type: {
2285
- name: "Composite",
2286
- className: "ManagedClusterIdentity",
2287
- modelProperties: {
2288
- principalId: {
2289
- readOnly: true,
2290
- serializedName: "principalId",
2291
- type: {
2292
- name: "String"
2293
- }
2294
- },
2295
- tenantId: {
2296
- readOnly: true,
2297
- serializedName: "tenantId",
2298
- type: {
2299
- name: "String"
2300
- }
2301
- },
2302
- type: {
2303
- serializedName: "type",
2304
- type: {
2305
- name: "Enum",
2306
- allowedValues: [
2307
- "SystemAssigned",
2308
- "UserAssigned",
2309
- "None"
2310
- ]
2311
- }
2312
- },
2313
- userAssignedIdentities: {
2314
- serializedName: "userAssignedIdentities",
2315
- type: {
2316
- name: "Dictionary",
2317
- value: {
2318
- type: {
2319
- name: "Composite",
2320
- className: "ManagedClusterIdentityUserAssignedIdentitiesValue"
2321
- }
2322
- }
2638
+ trustedCa: {
2639
+ serializedName: "trustedCa",
2640
+ type: {
2641
+ name: "String"
2323
2642
  }
2324
2643
  }
2325
2644
  }
2326
2645
  }
2327
2646
  };
2328
2647
 
2329
- export const ManagedClusterSKU: msRest.CompositeMapper = {
2330
- serializedName: "ManagedClusterSKU",
2648
+ export const ManagedClusterSecurityProfileAzureDefender: msRest.CompositeMapper = {
2649
+ serializedName: "ManagedClusterSecurityProfileAzureDefender",
2331
2650
  type: {
2332
2651
  name: "Composite",
2333
- className: "ManagedClusterSKU",
2652
+ className: "ManagedClusterSecurityProfileAzureDefender",
2334
2653
  modelProperties: {
2335
- name: {
2336
- serializedName: "name",
2654
+ enabled: {
2655
+ serializedName: "enabled",
2337
2656
  type: {
2338
- name: "String"
2657
+ name: "Boolean"
2339
2658
  }
2340
2659
  },
2341
- tier: {
2342
- serializedName: "tier",
2660
+ logAnalyticsWorkspaceResourceId: {
2661
+ serializedName: "logAnalyticsWorkspaceResourceId",
2343
2662
  type: {
2344
2663
  name: "String"
2345
2664
  }
@@ -2348,22 +2667,17 @@ export const ManagedClusterSKU: msRest.CompositeMapper = {
2348
2667
  }
2349
2668
  };
2350
2669
 
2351
- export const ExtendedLocation: msRest.CompositeMapper = {
2352
- serializedName: "ExtendedLocation",
2670
+ export const ManagedClusterSecurityProfile: msRest.CompositeMapper = {
2671
+ serializedName: "ManagedClusterSecurityProfile",
2353
2672
  type: {
2354
2673
  name: "Composite",
2355
- className: "ExtendedLocation",
2674
+ className: "ManagedClusterSecurityProfile",
2356
2675
  modelProperties: {
2357
- name: {
2358
- serializedName: "name",
2359
- type: {
2360
- name: "String"
2361
- }
2362
- },
2363
- type: {
2364
- serializedName: "type",
2676
+ azureDefender: {
2677
+ serializedName: "azureDefender",
2365
2678
  type: {
2366
- name: "String"
2679
+ name: "Composite",
2680
+ className: "ManagedClusterSecurityProfileAzureDefender"
2367
2681
  }
2368
2682
  }
2369
2683
  }
@@ -2377,6 +2691,27 @@ export const ManagedCluster: msRest.CompositeMapper = {
2377
2691
  className: "ManagedCluster",
2378
2692
  modelProperties: {
2379
2693
  ...Resource.type.modelProperties,
2694
+ sku: {
2695
+ serializedName: "sku",
2696
+ type: {
2697
+ name: "Composite",
2698
+ className: "ManagedClusterSKU"
2699
+ }
2700
+ },
2701
+ extendedLocation: {
2702
+ serializedName: "extendedLocation",
2703
+ type: {
2704
+ name: "Composite",
2705
+ className: "ExtendedLocation"
2706
+ }
2707
+ },
2708
+ identity: {
2709
+ serializedName: "identity",
2710
+ type: {
2711
+ name: "Composite",
2712
+ className: "ManagedClusterIdentity"
2713
+ }
2714
+ },
2380
2715
  provisioningState: {
2381
2716
  readOnly: true,
2382
2717
  serializedName: "properties.provisioningState",
@@ -2556,7 +2891,7 @@ export const ManagedCluster: msRest.CompositeMapper = {
2556
2891
  value: {
2557
2892
  type: {
2558
2893
  name: "Composite",
2559
- className: "ManagedClusterPropertiesIdentityProfileValue"
2894
+ className: "UserAssignedIdentity"
2560
2895
  }
2561
2896
  }
2562
2897
  }
@@ -2586,25 +2921,17 @@ export const ManagedCluster: msRest.CompositeMapper = {
2586
2921
  className: "ManagedClusterHTTPProxyConfig"
2587
2922
  }
2588
2923
  },
2589
- identity: {
2590
- serializedName: "identity",
2591
- type: {
2592
- name: "Composite",
2593
- className: "ManagedClusterIdentity"
2594
- }
2595
- },
2596
- sku: {
2597
- serializedName: "sku",
2924
+ securityProfile: {
2925
+ serializedName: "properties.securityProfile",
2598
2926
  type: {
2599
2927
  name: "Composite",
2600
- className: "ManagedClusterSKU"
2928
+ className: "ManagedClusterSecurityProfile"
2601
2929
  }
2602
2930
  },
2603
- extendedLocation: {
2604
- serializedName: "extendedLocation",
2931
+ publicNetworkAccess: {
2932
+ serializedName: "properties.publicNetworkAccess",
2605
2933
  type: {
2606
- name: "Composite",
2607
- className: "ExtendedLocation"
2934
+ name: "String"
2608
2935
  }
2609
2936
  }
2610
2937
  }
@@ -3152,6 +3479,188 @@ export const OSOptionProfile: msRest.CompositeMapper = {
3152
3479
  }
3153
3480
  };
3154
3481
 
3482
+ export const EndpointDetail: msRest.CompositeMapper = {
3483
+ serializedName: "EndpointDetail",
3484
+ type: {
3485
+ name: "Composite",
3486
+ className: "EndpointDetail",
3487
+ modelProperties: {
3488
+ ipAddress: {
3489
+ serializedName: "ipAddress",
3490
+ type: {
3491
+ name: "String"
3492
+ }
3493
+ },
3494
+ port: {
3495
+ serializedName: "port",
3496
+ type: {
3497
+ name: "Number"
3498
+ }
3499
+ },
3500
+ protocol: {
3501
+ serializedName: "protocol",
3502
+ type: {
3503
+ name: "String"
3504
+ }
3505
+ },
3506
+ description: {
3507
+ serializedName: "description",
3508
+ type: {
3509
+ name: "String"
3510
+ }
3511
+ }
3512
+ }
3513
+ }
3514
+ };
3515
+
3516
+ export const EndpointDependency: msRest.CompositeMapper = {
3517
+ serializedName: "EndpointDependency",
3518
+ type: {
3519
+ name: "Composite",
3520
+ className: "EndpointDependency",
3521
+ modelProperties: {
3522
+ domainName: {
3523
+ serializedName: "domainName",
3524
+ type: {
3525
+ name: "String"
3526
+ }
3527
+ },
3528
+ endpointDetails: {
3529
+ serializedName: "endpointDetails",
3530
+ type: {
3531
+ name: "Sequence",
3532
+ element: {
3533
+ type: {
3534
+ name: "Composite",
3535
+ className: "EndpointDetail"
3536
+ }
3537
+ }
3538
+ }
3539
+ }
3540
+ }
3541
+ }
3542
+ };
3543
+
3544
+ export const OutboundEnvironmentEndpoint: msRest.CompositeMapper = {
3545
+ serializedName: "OutboundEnvironmentEndpoint",
3546
+ type: {
3547
+ name: "Composite",
3548
+ className: "OutboundEnvironmentEndpoint",
3549
+ modelProperties: {
3550
+ category: {
3551
+ serializedName: "category",
3552
+ type: {
3553
+ name: "String"
3554
+ }
3555
+ },
3556
+ endpoints: {
3557
+ serializedName: "endpoints",
3558
+ type: {
3559
+ name: "Sequence",
3560
+ element: {
3561
+ type: {
3562
+ name: "Composite",
3563
+ className: "EndpointDependency"
3564
+ }
3565
+ }
3566
+ }
3567
+ }
3568
+ }
3569
+ }
3570
+ };
3571
+
3572
+ export const Snapshot: msRest.CompositeMapper = {
3573
+ serializedName: "Snapshot",
3574
+ type: {
3575
+ name: "Composite",
3576
+ className: "Snapshot",
3577
+ modelProperties: {
3578
+ ...Resource.type.modelProperties,
3579
+ systemData: {
3580
+ readOnly: true,
3581
+ serializedName: "systemData",
3582
+ type: {
3583
+ name: "Composite",
3584
+ className: "SystemData"
3585
+ }
3586
+ },
3587
+ creationData: {
3588
+ serializedName: "properties.creationData",
3589
+ type: {
3590
+ name: "Composite",
3591
+ className: "CreationData"
3592
+ }
3593
+ },
3594
+ snapshotType: {
3595
+ serializedName: "properties.snapshotType",
3596
+ defaultValue: 'NodePool',
3597
+ type: {
3598
+ name: "String"
3599
+ }
3600
+ },
3601
+ kubernetesVersion: {
3602
+ readOnly: true,
3603
+ serializedName: "properties.kubernetesVersion",
3604
+ type: {
3605
+ name: "String"
3606
+ }
3607
+ },
3608
+ nodeImageVersion: {
3609
+ readOnly: true,
3610
+ serializedName: "properties.nodeImageVersion",
3611
+ type: {
3612
+ name: "String"
3613
+ }
3614
+ },
3615
+ osType: {
3616
+ readOnly: true,
3617
+ serializedName: "properties.osType",
3618
+ defaultValue: 'Linux',
3619
+ type: {
3620
+ name: "String"
3621
+ }
3622
+ },
3623
+ osSku: {
3624
+ readOnly: true,
3625
+ serializedName: "properties.osSku",
3626
+ type: {
3627
+ name: "String"
3628
+ }
3629
+ },
3630
+ vmSize: {
3631
+ readOnly: true,
3632
+ serializedName: "properties.vmSize",
3633
+ type: {
3634
+ name: "String"
3635
+ }
3636
+ },
3637
+ enableFIPS: {
3638
+ readOnly: true,
3639
+ serializedName: "properties.enableFIPS",
3640
+ type: {
3641
+ name: "Boolean"
3642
+ }
3643
+ }
3644
+ }
3645
+ }
3646
+ };
3647
+
3648
+ export const AgentPoolsUpgradeNodeImageVersionHeaders: msRest.CompositeMapper = {
3649
+ serializedName: "agentpools-upgradenodeimageversion-headers",
3650
+ type: {
3651
+ name: "Composite",
3652
+ className: "AgentPoolsUpgradeNodeImageVersionHeaders",
3653
+ modelProperties: {
3654
+ azureAsyncOperation: {
3655
+ serializedName: "azure-asyncoperation",
3656
+ type: {
3657
+ name: "String"
3658
+ }
3659
+ }
3660
+ }
3661
+ }
3662
+ };
3663
+
3155
3664
  export const OperationListResult: msRest.CompositeMapper = {
3156
3665
  serializedName: "OperationListResult",
3157
3666
  type: {
@@ -3204,6 +3713,36 @@ export const ManagedClusterListResult: msRest.CompositeMapper = {
3204
3713
  }
3205
3714
  };
3206
3715
 
3716
+ export const OutboundEnvironmentEndpointCollection: msRest.CompositeMapper = {
3717
+ serializedName: "OutboundEnvironmentEndpointCollection",
3718
+ type: {
3719
+ name: "Composite",
3720
+ className: "OutboundEnvironmentEndpointCollection",
3721
+ modelProperties: {
3722
+ value: {
3723
+ required: true,
3724
+ serializedName: "",
3725
+ type: {
3726
+ name: "Sequence",
3727
+ element: {
3728
+ type: {
3729
+ name: "Composite",
3730
+ className: "OutboundEnvironmentEndpoint"
3731
+ }
3732
+ }
3733
+ }
3734
+ },
3735
+ nextLink: {
3736
+ readOnly: true,
3737
+ serializedName: "nextLink",
3738
+ type: {
3739
+ name: "String"
3740
+ }
3741
+ }
3742
+ }
3743
+ }
3744
+ };
3745
+
3207
3746
  export const MaintenanceConfigurationListResult: msRest.CompositeMapper = {
3208
3747
  serializedName: "MaintenanceConfigurationListResult",
3209
3748
  type: {
@@ -3261,3 +3800,32 @@ export const AgentPoolListResult: msRest.CompositeMapper = {
3261
3800
  }
3262
3801
  }
3263
3802
  };
3803
+
3804
+ export const SnapshotListResult: msRest.CompositeMapper = {
3805
+ serializedName: "SnapshotListResult",
3806
+ type: {
3807
+ name: "Composite",
3808
+ className: "SnapshotListResult",
3809
+ modelProperties: {
3810
+ value: {
3811
+ serializedName: "",
3812
+ type: {
3813
+ name: "Sequence",
3814
+ element: {
3815
+ type: {
3816
+ name: "Composite",
3817
+ className: "Snapshot"
3818
+ }
3819
+ }
3820
+ }
3821
+ },
3822
+ nextLink: {
3823
+ readOnly: true,
3824
+ serializedName: "nextLink",
3825
+ type: {
3826
+ name: "String"
3827
+ }
3828
+ }
3829
+ }
3830
+ }
3831
+ };