@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
@@ -629,6 +629,21 @@
629
629
  }
630
630
  }
631
631
  };
632
+ var CreationData = {
633
+ serializedName: "CreationData",
634
+ type: {
635
+ name: "Composite",
636
+ className: "CreationData",
637
+ modelProperties: {
638
+ sourceResourceId: {
639
+ serializedName: "sourceResourceId",
640
+ type: {
641
+ name: "String"
642
+ }
643
+ }
644
+ }
645
+ }
646
+ };
632
647
  var ManagedClusterAgentPoolProfileProperties = {
633
648
  serializedName: "ManagedClusterAgentPoolProfileProperties",
634
649
  type: {
@@ -665,6 +680,12 @@
665
680
  name: "String"
666
681
  }
667
682
  },
683
+ workloadRuntime: {
684
+ serializedName: "workloadRuntime",
685
+ type: {
686
+ name: "String"
687
+ }
688
+ },
668
689
  vnetSubnetID: {
669
690
  serializedName: "vnetSubnetID",
670
691
  type: {
@@ -714,6 +735,12 @@
714
735
  name: "Boolean"
715
736
  }
716
737
  },
738
+ scaleDownMode: {
739
+ serializedName: "scaleDownMode",
740
+ type: {
741
+ name: "String"
742
+ }
743
+ },
717
744
  type: {
718
745
  serializedName: "type",
719
746
  type: {
@@ -754,7 +781,6 @@
754
781
  }
755
782
  },
756
783
  powerState: {
757
- readOnly: true,
758
784
  serializedName: "powerState",
759
785
  type: {
760
786
  name: "Composite",
@@ -863,6 +889,12 @@
863
889
  name: "Boolean"
864
890
  }
865
891
  },
892
+ enableUltraSSD: {
893
+ serializedName: "enableUltraSSD",
894
+ type: {
895
+ name: "Boolean"
896
+ }
897
+ },
866
898
  enableFIPS: {
867
899
  serializedName: "enableFIPS",
868
900
  type: {
@@ -874,6 +906,13 @@
874
906
  type: {
875
907
  name: "String"
876
908
  }
909
+ },
910
+ creationData: {
911
+ serializedName: "creationData",
912
+ type: {
913
+ name: "Composite",
914
+ className: "CreationData"
915
+ }
877
916
  }
878
917
  }
879
918
  }
@@ -925,6 +964,11 @@
925
964
  type: {
926
965
  name: "String"
927
966
  }
967
+ }, workloadRuntime: {
968
+ serializedName: "properties.workloadRuntime",
969
+ type: {
970
+ name: "String"
971
+ }
928
972
  }, vnetSubnetID: {
929
973
  serializedName: "properties.vnetSubnetID",
930
974
  type: {
@@ -966,6 +1010,11 @@
966
1010
  type: {
967
1011
  name: "Boolean"
968
1012
  }
1013
+ }, scaleDownMode: {
1014
+ serializedName: "properties.scaleDownMode",
1015
+ type: {
1016
+ name: "String"
1017
+ }
969
1018
  }, agentPoolType: {
970
1019
  serializedName: "properties.type",
971
1020
  type: {
@@ -1000,7 +1049,6 @@
1000
1049
  name: "String"
1001
1050
  }
1002
1051
  }, powerState: {
1003
- readOnly: true,
1004
1052
  serializedName: "properties.powerState",
1005
1053
  type: {
1006
1054
  name: "Composite",
@@ -1095,6 +1143,11 @@
1095
1143
  type: {
1096
1144
  name: "Boolean"
1097
1145
  }
1146
+ }, enableUltraSSD: {
1147
+ serializedName: "properties.enableUltraSSD",
1148
+ type: {
1149
+ name: "Boolean"
1150
+ }
1098
1151
  }, enableFIPS: {
1099
1152
  serializedName: "properties.enableFIPS",
1100
1153
  type: {
@@ -1105,9 +1158,42 @@
1105
1158
  type: {
1106
1159
  name: "String"
1107
1160
  }
1161
+ }, creationData: {
1162
+ serializedName: "properties.creationData",
1163
+ type: {
1164
+ name: "Composite",
1165
+ className: "CreationData"
1166
+ }
1108
1167
  } })
1109
1168
  }
1110
1169
  };
1170
+ var WindowsGmsaProfile = {
1171
+ serializedName: "WindowsGmsaProfile",
1172
+ type: {
1173
+ name: "Composite",
1174
+ className: "WindowsGmsaProfile",
1175
+ modelProperties: {
1176
+ enabled: {
1177
+ serializedName: "enabled",
1178
+ type: {
1179
+ name: "Boolean"
1180
+ }
1181
+ },
1182
+ dnsServer: {
1183
+ serializedName: "dnsServer",
1184
+ type: {
1185
+ name: "String"
1186
+ }
1187
+ },
1188
+ rootDomainName: {
1189
+ serializedName: "rootDomainName",
1190
+ type: {
1191
+ name: "String"
1192
+ }
1193
+ }
1194
+ }
1195
+ }
1196
+ };
1111
1197
  var ManagedClusterWindowsProfile = {
1112
1198
  serializedName: "ManagedClusterWindowsProfile",
1113
1199
  type: {
@@ -1138,6 +1224,13 @@
1138
1224
  type: {
1139
1225
  name: "Boolean"
1140
1226
  }
1227
+ },
1228
+ gmsaProfile: {
1229
+ serializedName: "gmsaProfile",
1230
+ type: {
1231
+ name: "Composite",
1232
+ className: "WindowsGmsaProfile"
1233
+ }
1141
1234
  }
1142
1235
  }
1143
1236
  }
@@ -1223,6 +1316,17 @@
1223
1316
  type: {
1224
1317
  name: "Number"
1225
1318
  }
1319
+ },
1320
+ countIPv6: {
1321
+ serializedName: "countIPv6",
1322
+ defaultValue: 0,
1323
+ constraints: {
1324
+ InclusiveMaximum: 100,
1325
+ InclusiveMinimum: 0
1326
+ },
1327
+ type: {
1328
+ name: "Number"
1329
+ }
1226
1330
  }
1227
1331
  }
1228
1332
  }
@@ -1344,6 +1448,71 @@
1344
1448
  type: {
1345
1449
  name: "Number"
1346
1450
  }
1451
+ },
1452
+ enableMultipleStandardLoadBalancers: {
1453
+ serializedName: "enableMultipleStandardLoadBalancers",
1454
+ type: {
1455
+ name: "Boolean"
1456
+ }
1457
+ }
1458
+ }
1459
+ }
1460
+ };
1461
+ var ManagedClusterManagedOutboundIPProfile = {
1462
+ serializedName: "ManagedClusterManagedOutboundIPProfile",
1463
+ type: {
1464
+ name: "Composite",
1465
+ className: "ManagedClusterManagedOutboundIPProfile",
1466
+ modelProperties: {
1467
+ count: {
1468
+ serializedName: "count",
1469
+ defaultValue: 1,
1470
+ constraints: {
1471
+ InclusiveMaximum: 16,
1472
+ InclusiveMinimum: 1
1473
+ },
1474
+ type: {
1475
+ name: "Number"
1476
+ }
1477
+ }
1478
+ }
1479
+ }
1480
+ };
1481
+ var ManagedClusterNATGatewayProfile = {
1482
+ serializedName: "ManagedClusterNATGatewayProfile",
1483
+ type: {
1484
+ name: "Composite",
1485
+ className: "ManagedClusterNATGatewayProfile",
1486
+ modelProperties: {
1487
+ managedOutboundIPProfile: {
1488
+ serializedName: "managedOutboundIPProfile",
1489
+ type: {
1490
+ name: "Composite",
1491
+ className: "ManagedClusterManagedOutboundIPProfile"
1492
+ }
1493
+ },
1494
+ effectiveOutboundIPs: {
1495
+ serializedName: "effectiveOutboundIPs",
1496
+ type: {
1497
+ name: "Sequence",
1498
+ element: {
1499
+ type: {
1500
+ name: "Composite",
1501
+ className: "ResourceReference"
1502
+ }
1503
+ }
1504
+ }
1505
+ },
1506
+ idleTimeoutInMinutes: {
1507
+ serializedName: "idleTimeoutInMinutes",
1508
+ defaultValue: 4,
1509
+ constraints: {
1510
+ InclusiveMaximum: 120,
1511
+ InclusiveMinimum: 4
1512
+ },
1513
+ type: {
1514
+ name: "Number"
1515
+ }
1347
1516
  }
1348
1517
  }
1349
1518
  }
@@ -1432,6 +1601,46 @@
1432
1601
  name: "Composite",
1433
1602
  className: "ManagedClusterLoadBalancerProfile"
1434
1603
  }
1604
+ },
1605
+ natGatewayProfile: {
1606
+ serializedName: "natGatewayProfile",
1607
+ type: {
1608
+ name: "Composite",
1609
+ className: "ManagedClusterNATGatewayProfile"
1610
+ }
1611
+ },
1612
+ podCidrs: {
1613
+ serializedName: "podCidrs",
1614
+ type: {
1615
+ name: "Sequence",
1616
+ element: {
1617
+ type: {
1618
+ name: "String"
1619
+ }
1620
+ }
1621
+ }
1622
+ },
1623
+ serviceCidrs: {
1624
+ serializedName: "serviceCidrs",
1625
+ type: {
1626
+ name: "Sequence",
1627
+ element: {
1628
+ type: {
1629
+ name: "String"
1630
+ }
1631
+ }
1632
+ }
1633
+ },
1634
+ ipFamilies: {
1635
+ serializedName: "ipFamilies",
1636
+ type: {
1637
+ name: "Sequence",
1638
+ element: {
1639
+ type: {
1640
+ name: "String"
1641
+ }
1642
+ }
1643
+ }
1435
1644
  }
1436
1645
  }
1437
1646
  }
@@ -1691,26 +1900,20 @@
1691
1900
  }
1692
1901
  }
1693
1902
  };
1694
- var UserAssignedIdentity = {
1695
- serializedName: "UserAssignedIdentity",
1903
+ var ManagedClusterSKU = {
1904
+ serializedName: "ManagedClusterSKU",
1696
1905
  type: {
1697
1906
  name: "Composite",
1698
- className: "UserAssignedIdentity",
1907
+ className: "ManagedClusterSKU",
1699
1908
  modelProperties: {
1700
- resourceId: {
1701
- serializedName: "resourceId",
1702
- type: {
1703
- name: "String"
1704
- }
1705
- },
1706
- clientId: {
1707
- serializedName: "clientId",
1909
+ name: {
1910
+ serializedName: "name",
1708
1911
  type: {
1709
1912
  name: "String"
1710
1913
  }
1711
1914
  },
1712
- objectId: {
1713
- serializedName: "objectId",
1915
+ tier: {
1916
+ serializedName: "tier",
1714
1917
  type: {
1715
1918
  name: "String"
1716
1919
  }
@@ -1718,87 +1921,259 @@
1718
1921
  }
1719
1922
  }
1720
1923
  };
1721
- var ManagedClusterAddonProfileIdentity = {
1722
- serializedName: "ManagedClusterAddonProfile_identity",
1723
- type: {
1724
- name: "Composite",
1725
- className: "ManagedClusterAddonProfileIdentity",
1726
- modelProperties: __assign({}, UserAssignedIdentity.type.modelProperties)
1727
- }
1728
- };
1729
- var ManagedClusterAddonProfile = {
1730
- serializedName: "ManagedClusterAddonProfile",
1924
+ var ExtendedLocation = {
1925
+ serializedName: "ExtendedLocation",
1731
1926
  type: {
1732
1927
  name: "Composite",
1733
- className: "ManagedClusterAddonProfile",
1928
+ className: "ExtendedLocation",
1734
1929
  modelProperties: {
1735
- enabled: {
1736
- required: true,
1737
- serializedName: "enabled",
1738
- type: {
1739
- name: "Boolean"
1740
- }
1741
- },
1742
- config: {
1743
- serializedName: "config",
1930
+ name: {
1931
+ serializedName: "name",
1744
1932
  type: {
1745
- name: "Dictionary",
1746
- value: {
1747
- type: {
1748
- name: "String"
1749
- }
1750
- }
1933
+ name: "String"
1751
1934
  }
1752
1935
  },
1753
- identity: {
1754
- readOnly: true,
1755
- serializedName: "identity",
1936
+ type: {
1937
+ serializedName: "type",
1756
1938
  type: {
1757
- name: "Composite",
1758
- className: "ManagedClusterAddonProfileIdentity"
1939
+ name: "String"
1759
1940
  }
1760
1941
  }
1761
1942
  }
1762
1943
  }
1763
1944
  };
1764
- var ManagedClusterPodIdentityProvisioningInfo = {
1765
- serializedName: "ManagedClusterPodIdentity_provisioningInfo",
1945
+ var ManagedClusterIdentityUserAssignedIdentitiesValue = {
1946
+ serializedName: "ManagedClusterIdentity_userAssignedIdentitiesValue",
1766
1947
  type: {
1767
1948
  name: "Composite",
1768
- className: "ManagedClusterPodIdentityProvisioningInfo",
1949
+ className: "ManagedClusterIdentityUserAssignedIdentitiesValue",
1769
1950
  modelProperties: {
1770
- error: {
1771
- serializedName: "error",
1951
+ principalId: {
1952
+ readOnly: true,
1953
+ serializedName: "principalId",
1772
1954
  type: {
1773
- name: "Composite",
1774
- className: "CloudError"
1955
+ name: "String"
1956
+ }
1957
+ },
1958
+ clientId: {
1959
+ readOnly: true,
1960
+ serializedName: "clientId",
1961
+ type: {
1962
+ name: "String"
1775
1963
  }
1776
1964
  }
1777
1965
  }
1778
1966
  }
1779
1967
  };
1780
- var ManagedClusterPodIdentity = {
1781
- serializedName: "ManagedClusterPodIdentity",
1968
+ var ManagedClusterIdentity = {
1969
+ serializedName: "ManagedClusterIdentity",
1782
1970
  type: {
1783
1971
  name: "Composite",
1784
- className: "ManagedClusterPodIdentity",
1972
+ className: "ManagedClusterIdentity",
1785
1973
  modelProperties: {
1786
- name: {
1787
- required: true,
1788
- serializedName: "name",
1974
+ principalId: {
1975
+ readOnly: true,
1976
+ serializedName: "principalId",
1789
1977
  type: {
1790
1978
  name: "String"
1791
1979
  }
1792
1980
  },
1793
- namespace: {
1794
- required: true,
1795
- serializedName: "namespace",
1981
+ tenantId: {
1982
+ readOnly: true,
1983
+ serializedName: "tenantId",
1796
1984
  type: {
1797
1985
  name: "String"
1798
1986
  }
1799
1987
  },
1800
- bindingSelector: {
1801
- serializedName: "bindingSelector",
1988
+ type: {
1989
+ serializedName: "type",
1990
+ type: {
1991
+ name: "Enum",
1992
+ allowedValues: [
1993
+ "SystemAssigned",
1994
+ "UserAssigned",
1995
+ "None"
1996
+ ]
1997
+ }
1998
+ },
1999
+ userAssignedIdentities: {
2000
+ serializedName: "userAssignedIdentities",
2001
+ type: {
2002
+ name: "Dictionary",
2003
+ value: {
2004
+ type: {
2005
+ name: "Composite",
2006
+ className: "ManagedClusterIdentityUserAssignedIdentitiesValue"
2007
+ }
2008
+ }
2009
+ }
2010
+ }
2011
+ }
2012
+ }
2013
+ };
2014
+ var UserAssignedIdentity = {
2015
+ serializedName: "UserAssignedIdentity",
2016
+ type: {
2017
+ name: "Composite",
2018
+ className: "UserAssignedIdentity",
2019
+ modelProperties: {
2020
+ resourceId: {
2021
+ serializedName: "resourceId",
2022
+ type: {
2023
+ name: "String"
2024
+ }
2025
+ },
2026
+ clientId: {
2027
+ serializedName: "clientId",
2028
+ type: {
2029
+ name: "String"
2030
+ }
2031
+ },
2032
+ objectId: {
2033
+ serializedName: "objectId",
2034
+ type: {
2035
+ name: "String"
2036
+ }
2037
+ }
2038
+ }
2039
+ }
2040
+ };
2041
+ var ManagedClusterAddonProfileIdentity = {
2042
+ serializedName: "ManagedClusterAddonProfile_identity",
2043
+ type: {
2044
+ name: "Composite",
2045
+ className: "ManagedClusterAddonProfileIdentity",
2046
+ modelProperties: __assign({}, UserAssignedIdentity.type.modelProperties)
2047
+ }
2048
+ };
2049
+ var ManagedClusterAddonProfile = {
2050
+ serializedName: "ManagedClusterAddonProfile",
2051
+ type: {
2052
+ name: "Composite",
2053
+ className: "ManagedClusterAddonProfile",
2054
+ modelProperties: {
2055
+ enabled: {
2056
+ required: true,
2057
+ serializedName: "enabled",
2058
+ type: {
2059
+ name: "Boolean"
2060
+ }
2061
+ },
2062
+ config: {
2063
+ serializedName: "config",
2064
+ type: {
2065
+ name: "Dictionary",
2066
+ value: {
2067
+ type: {
2068
+ name: "String"
2069
+ }
2070
+ }
2071
+ }
2072
+ },
2073
+ identity: {
2074
+ readOnly: true,
2075
+ serializedName: "identity",
2076
+ type: {
2077
+ name: "Composite",
2078
+ className: "ManagedClusterAddonProfileIdentity"
2079
+ }
2080
+ }
2081
+ }
2082
+ }
2083
+ };
2084
+ var ManagedClusterPodIdentityProvisioningErrorBody = {
2085
+ serializedName: "ManagedClusterPodIdentityProvisioningErrorBody",
2086
+ type: {
2087
+ name: "Composite",
2088
+ className: "ManagedClusterPodIdentityProvisioningErrorBody",
2089
+ modelProperties: {
2090
+ code: {
2091
+ serializedName: "code",
2092
+ type: {
2093
+ name: "String"
2094
+ }
2095
+ },
2096
+ message: {
2097
+ serializedName: "message",
2098
+ type: {
2099
+ name: "String"
2100
+ }
2101
+ },
2102
+ target: {
2103
+ serializedName: "target",
2104
+ type: {
2105
+ name: "String"
2106
+ }
2107
+ },
2108
+ details: {
2109
+ serializedName: "details",
2110
+ type: {
2111
+ name: "Sequence",
2112
+ element: {
2113
+ type: {
2114
+ name: "Composite",
2115
+ className: "ManagedClusterPodIdentityProvisioningErrorBody"
2116
+ }
2117
+ }
2118
+ }
2119
+ }
2120
+ }
2121
+ }
2122
+ };
2123
+ var ManagedClusterPodIdentityProvisioningError = {
2124
+ serializedName: "ManagedClusterPodIdentityProvisioningError",
2125
+ type: {
2126
+ name: "Composite",
2127
+ className: "ManagedClusterPodIdentityProvisioningError",
2128
+ modelProperties: {
2129
+ error: {
2130
+ serializedName: "error",
2131
+ type: {
2132
+ name: "Composite",
2133
+ className: "ManagedClusterPodIdentityProvisioningErrorBody"
2134
+ }
2135
+ }
2136
+ }
2137
+ }
2138
+ };
2139
+ var ManagedClusterPodIdentityProvisioningInfo = {
2140
+ serializedName: "ManagedClusterPodIdentity_provisioningInfo",
2141
+ type: {
2142
+ name: "Composite",
2143
+ className: "ManagedClusterPodIdentityProvisioningInfo",
2144
+ modelProperties: {
2145
+ error: {
2146
+ serializedName: "error",
2147
+ type: {
2148
+ name: "Composite",
2149
+ className: "ManagedClusterPodIdentityProvisioningError"
2150
+ }
2151
+ }
2152
+ }
2153
+ }
2154
+ };
2155
+ var ManagedClusterPodIdentity = {
2156
+ serializedName: "ManagedClusterPodIdentity",
2157
+ type: {
2158
+ name: "Composite",
2159
+ className: "ManagedClusterPodIdentity",
2160
+ modelProperties: {
2161
+ name: {
2162
+ required: true,
2163
+ serializedName: "name",
2164
+ type: {
2165
+ name: "String"
2166
+ }
2167
+ },
2168
+ namespace: {
2169
+ required: true,
2170
+ serializedName: "namespace",
2171
+ type: {
2172
+ name: "String"
2173
+ }
2174
+ },
2175
+ bindingSelector: {
2176
+ serializedName: "bindingSelector",
1802
2177
  type: {
1803
2178
  name: "String"
1804
2179
  }
@@ -2119,18 +2494,22 @@
2119
2494
  type: {
2120
2495
  name: "String"
2121
2496
  }
2497
+ },
2498
+ enablePrivateClusterPublicFQDN: {
2499
+ serializedName: "enablePrivateClusterPublicFQDN",
2500
+ type: {
2501
+ name: "Boolean"
2502
+ }
2503
+ },
2504
+ disableRunCommand: {
2505
+ serializedName: "disableRunCommand",
2506
+ type: {
2507
+ name: "Boolean"
2508
+ }
2122
2509
  }
2123
2510
  }
2124
2511
  }
2125
2512
  };
2126
- var ManagedClusterPropertiesIdentityProfileValue = {
2127
- serializedName: "ManagedClusterProperties_identityProfileValue",
2128
- type: {
2129
- name: "Composite",
2130
- className: "ManagedClusterPropertiesIdentityProfileValue",
2131
- modelProperties: __assign({}, UserAssignedIdentity.type.modelProperties)
2132
- }
2133
- };
2134
2513
  var PrivateLinkResource = {
2135
2514
  serializedName: "PrivateLinkResource",
2136
2515
  type: {
@@ -2220,22 +2599,20 @@
2220
2599
  }
2221
2600
  }
2222
2601
  };
2223
- var ManagedClusterIdentityUserAssignedIdentitiesValue = {
2224
- serializedName: "ManagedClusterIdentity_userAssignedIdentitiesValue",
2602
+ var ManagedClusterSecurityProfileAzureDefender = {
2603
+ serializedName: "ManagedClusterSecurityProfileAzureDefender",
2225
2604
  type: {
2226
2605
  name: "Composite",
2227
- className: "ManagedClusterIdentityUserAssignedIdentitiesValue",
2606
+ className: "ManagedClusterSecurityProfileAzureDefender",
2228
2607
  modelProperties: {
2229
- principalId: {
2230
- readOnly: true,
2231
- serializedName: "principalId",
2608
+ enabled: {
2609
+ serializedName: "enabled",
2232
2610
  type: {
2233
- name: "String"
2611
+ name: "Boolean"
2234
2612
  }
2235
2613
  },
2236
- clientId: {
2237
- readOnly: true,
2238
- serializedName: "clientId",
2614
+ logAnalyticsWorkspaceResourceId: {
2615
+ serializedName: "logAnalyticsWorkspaceResourceId",
2239
2616
  type: {
2240
2617
  name: "String"
2241
2618
  }
@@ -2243,100 +2620,46 @@
2243
2620
  }
2244
2621
  }
2245
2622
  };
2246
- var ManagedClusterIdentity = {
2247
- serializedName: "ManagedClusterIdentity",
2623
+ var ManagedClusterSecurityProfile = {
2624
+ serializedName: "ManagedClusterSecurityProfile",
2248
2625
  type: {
2249
2626
  name: "Composite",
2250
- className: "ManagedClusterIdentity",
2627
+ className: "ManagedClusterSecurityProfile",
2251
2628
  modelProperties: {
2252
- principalId: {
2253
- readOnly: true,
2254
- serializedName: "principalId",
2255
- type: {
2256
- name: "String"
2257
- }
2258
- },
2259
- tenantId: {
2260
- readOnly: true,
2261
- serializedName: "tenantId",
2262
- type: {
2263
- name: "String"
2264
- }
2265
- },
2266
- type: {
2267
- serializedName: "type",
2268
- type: {
2269
- name: "Enum",
2270
- allowedValues: [
2271
- "SystemAssigned",
2272
- "UserAssigned",
2273
- "None"
2274
- ]
2275
- }
2276
- },
2277
- userAssignedIdentities: {
2278
- serializedName: "userAssignedIdentities",
2629
+ azureDefender: {
2630
+ serializedName: "azureDefender",
2279
2631
  type: {
2280
- name: "Dictionary",
2281
- value: {
2282
- type: {
2283
- name: "Composite",
2284
- className: "ManagedClusterIdentityUserAssignedIdentitiesValue"
2285
- }
2286
- }
2632
+ name: "Composite",
2633
+ className: "ManagedClusterSecurityProfileAzureDefender"
2287
2634
  }
2288
2635
  }
2289
2636
  }
2290
2637
  }
2291
2638
  };
2292
- var ManagedClusterSKU = {
2293
- serializedName: "ManagedClusterSKU",
2639
+ var ManagedCluster = {
2640
+ serializedName: "ManagedCluster",
2294
2641
  type: {
2295
2642
  name: "Composite",
2296
- className: "ManagedClusterSKU",
2297
- modelProperties: {
2298
- name: {
2299
- serializedName: "name",
2643
+ className: "ManagedCluster",
2644
+ modelProperties: __assign(__assign({}, Resource.type.modelProperties), { sku: {
2645
+ serializedName: "sku",
2300
2646
  type: {
2301
- name: "String"
2647
+ name: "Composite",
2648
+ className: "ManagedClusterSKU"
2302
2649
  }
2303
- },
2304
- tier: {
2305
- serializedName: "tier",
2650
+ }, extendedLocation: {
2651
+ serializedName: "extendedLocation",
2306
2652
  type: {
2307
- name: "String"
2308
- }
2309
- }
2310
- }
2311
- }
2312
- };
2313
- var ExtendedLocation = {
2314
- serializedName: "ExtendedLocation",
2315
- type: {
2316
- name: "Composite",
2317
- className: "ExtendedLocation",
2318
- modelProperties: {
2319
- name: {
2320
- serializedName: "name",
2321
- type: {
2322
- name: "String"
2653
+ name: "Composite",
2654
+ className: "ExtendedLocation"
2323
2655
  }
2324
- },
2325
- type: {
2326
- serializedName: "type",
2656
+ }, identity: {
2657
+ serializedName: "identity",
2327
2658
  type: {
2328
- name: "String"
2659
+ name: "Composite",
2660
+ className: "ManagedClusterIdentity"
2329
2661
  }
2330
- }
2331
- }
2332
- }
2333
- };
2334
- var ManagedCluster = {
2335
- serializedName: "ManagedCluster",
2336
- type: {
2337
- name: "Composite",
2338
- className: "ManagedCluster",
2339
- modelProperties: __assign(__assign({}, Resource.type.modelProperties), { provisioningState: {
2662
+ }, provisioningState: {
2340
2663
  readOnly: true,
2341
2664
  serializedName: "properties.provisioningState",
2342
2665
  type: {
@@ -2491,7 +2814,7 @@
2491
2814
  value: {
2492
2815
  type: {
2493
2816
  name: "Composite",
2494
- className: "ManagedClusterPropertiesIdentityProfileValue"
2817
+ className: "UserAssignedIdentity"
2495
2818
  }
2496
2819
  }
2497
2820
  }
@@ -2517,23 +2840,16 @@
2517
2840
  name: "Composite",
2518
2841
  className: "ManagedClusterHTTPProxyConfig"
2519
2842
  }
2520
- }, identity: {
2521
- serializedName: "identity",
2522
- type: {
2523
- name: "Composite",
2524
- className: "ManagedClusterIdentity"
2525
- }
2526
- }, sku: {
2527
- serializedName: "sku",
2843
+ }, securityProfile: {
2844
+ serializedName: "properties.securityProfile",
2528
2845
  type: {
2529
2846
  name: "Composite",
2530
- className: "ManagedClusterSKU"
2847
+ className: "ManagedClusterSecurityProfile"
2531
2848
  }
2532
- }, extendedLocation: {
2533
- serializedName: "extendedLocation",
2849
+ }, publicNetworkAccess: {
2850
+ serializedName: "properties.publicNetworkAccess",
2534
2851
  type: {
2535
- name: "Composite",
2536
- className: "ExtendedLocation"
2852
+ name: "String"
2537
2853
  }
2538
2854
  } })
2539
2855
  }
@@ -3059,6 +3375,172 @@
3059
3375
  }
3060
3376
  }
3061
3377
  };
3378
+ var EndpointDetail = {
3379
+ serializedName: "EndpointDetail",
3380
+ type: {
3381
+ name: "Composite",
3382
+ className: "EndpointDetail",
3383
+ modelProperties: {
3384
+ ipAddress: {
3385
+ serializedName: "ipAddress",
3386
+ type: {
3387
+ name: "String"
3388
+ }
3389
+ },
3390
+ port: {
3391
+ serializedName: "port",
3392
+ type: {
3393
+ name: "Number"
3394
+ }
3395
+ },
3396
+ protocol: {
3397
+ serializedName: "protocol",
3398
+ type: {
3399
+ name: "String"
3400
+ }
3401
+ },
3402
+ description: {
3403
+ serializedName: "description",
3404
+ type: {
3405
+ name: "String"
3406
+ }
3407
+ }
3408
+ }
3409
+ }
3410
+ };
3411
+ var EndpointDependency = {
3412
+ serializedName: "EndpointDependency",
3413
+ type: {
3414
+ name: "Composite",
3415
+ className: "EndpointDependency",
3416
+ modelProperties: {
3417
+ domainName: {
3418
+ serializedName: "domainName",
3419
+ type: {
3420
+ name: "String"
3421
+ }
3422
+ },
3423
+ endpointDetails: {
3424
+ serializedName: "endpointDetails",
3425
+ type: {
3426
+ name: "Sequence",
3427
+ element: {
3428
+ type: {
3429
+ name: "Composite",
3430
+ className: "EndpointDetail"
3431
+ }
3432
+ }
3433
+ }
3434
+ }
3435
+ }
3436
+ }
3437
+ };
3438
+ var OutboundEnvironmentEndpoint = {
3439
+ serializedName: "OutboundEnvironmentEndpoint",
3440
+ type: {
3441
+ name: "Composite",
3442
+ className: "OutboundEnvironmentEndpoint",
3443
+ modelProperties: {
3444
+ category: {
3445
+ serializedName: "category",
3446
+ type: {
3447
+ name: "String"
3448
+ }
3449
+ },
3450
+ endpoints: {
3451
+ serializedName: "endpoints",
3452
+ type: {
3453
+ name: "Sequence",
3454
+ element: {
3455
+ type: {
3456
+ name: "Composite",
3457
+ className: "EndpointDependency"
3458
+ }
3459
+ }
3460
+ }
3461
+ }
3462
+ }
3463
+ }
3464
+ };
3465
+ var Snapshot = {
3466
+ serializedName: "Snapshot",
3467
+ type: {
3468
+ name: "Composite",
3469
+ className: "Snapshot",
3470
+ modelProperties: __assign(__assign({}, Resource.type.modelProperties), { systemData: {
3471
+ readOnly: true,
3472
+ serializedName: "systemData",
3473
+ type: {
3474
+ name: "Composite",
3475
+ className: "SystemData"
3476
+ }
3477
+ }, creationData: {
3478
+ serializedName: "properties.creationData",
3479
+ type: {
3480
+ name: "Composite",
3481
+ className: "CreationData"
3482
+ }
3483
+ }, snapshotType: {
3484
+ serializedName: "properties.snapshotType",
3485
+ defaultValue: 'NodePool',
3486
+ type: {
3487
+ name: "String"
3488
+ }
3489
+ }, kubernetesVersion: {
3490
+ readOnly: true,
3491
+ serializedName: "properties.kubernetesVersion",
3492
+ type: {
3493
+ name: "String"
3494
+ }
3495
+ }, nodeImageVersion: {
3496
+ readOnly: true,
3497
+ serializedName: "properties.nodeImageVersion",
3498
+ type: {
3499
+ name: "String"
3500
+ }
3501
+ }, osType: {
3502
+ readOnly: true,
3503
+ serializedName: "properties.osType",
3504
+ defaultValue: 'Linux',
3505
+ type: {
3506
+ name: "String"
3507
+ }
3508
+ }, osSku: {
3509
+ readOnly: true,
3510
+ serializedName: "properties.osSku",
3511
+ type: {
3512
+ name: "String"
3513
+ }
3514
+ }, vmSize: {
3515
+ readOnly: true,
3516
+ serializedName: "properties.vmSize",
3517
+ type: {
3518
+ name: "String"
3519
+ }
3520
+ }, enableFIPS: {
3521
+ readOnly: true,
3522
+ serializedName: "properties.enableFIPS",
3523
+ type: {
3524
+ name: "Boolean"
3525
+ }
3526
+ } })
3527
+ }
3528
+ };
3529
+ var AgentPoolsUpgradeNodeImageVersionHeaders = {
3530
+ serializedName: "agentpools-upgradenodeimageversion-headers",
3531
+ type: {
3532
+ name: "Composite",
3533
+ className: "AgentPoolsUpgradeNodeImageVersionHeaders",
3534
+ modelProperties: {
3535
+ azureAsyncOperation: {
3536
+ serializedName: "azure-asyncoperation",
3537
+ type: {
3538
+ name: "String"
3539
+ }
3540
+ }
3541
+ }
3542
+ }
3543
+ };
3062
3544
  var OperationListResult = {
3063
3545
  serializedName: "OperationListResult",
3064
3546
  type: {
@@ -3109,6 +3591,35 @@
3109
3591
  }
3110
3592
  }
3111
3593
  };
3594
+ var OutboundEnvironmentEndpointCollection = {
3595
+ serializedName: "OutboundEnvironmentEndpointCollection",
3596
+ type: {
3597
+ name: "Composite",
3598
+ className: "OutboundEnvironmentEndpointCollection",
3599
+ modelProperties: {
3600
+ value: {
3601
+ required: true,
3602
+ serializedName: "",
3603
+ type: {
3604
+ name: "Sequence",
3605
+ element: {
3606
+ type: {
3607
+ name: "Composite",
3608
+ className: "OutboundEnvironmentEndpoint"
3609
+ }
3610
+ }
3611
+ }
3612
+ },
3613
+ nextLink: {
3614
+ readOnly: true,
3615
+ serializedName: "nextLink",
3616
+ type: {
3617
+ name: "String"
3618
+ }
3619
+ }
3620
+ }
3621
+ }
3622
+ };
3112
3623
  var MaintenanceConfigurationListResult = {
3113
3624
  serializedName: "MaintenanceConfigurationListResult",
3114
3625
  type: {
@@ -3165,6 +3676,34 @@
3165
3676
  }
3166
3677
  }
3167
3678
  };
3679
+ var SnapshotListResult = {
3680
+ serializedName: "SnapshotListResult",
3681
+ type: {
3682
+ name: "Composite",
3683
+ className: "SnapshotListResult",
3684
+ modelProperties: {
3685
+ value: {
3686
+ serializedName: "",
3687
+ type: {
3688
+ name: "Sequence",
3689
+ element: {
3690
+ type: {
3691
+ name: "Composite",
3692
+ className: "Snapshot"
3693
+ }
3694
+ }
3695
+ }
3696
+ },
3697
+ nextLink: {
3698
+ readOnly: true,
3699
+ serializedName: "nextLink",
3700
+ type: {
3701
+ name: "String"
3702
+ }
3703
+ }
3704
+ }
3705
+ }
3706
+ };
3168
3707
 
3169
3708
  var mappers = /*#__PURE__*/Object.freeze({
3170
3709
  __proto__: null,
@@ -3181,9 +3720,11 @@
3181
3720
  KubeletConfig: KubeletConfig,
3182
3721
  SysctlConfig: SysctlConfig,
3183
3722
  LinuxOSConfig: LinuxOSConfig,
3723
+ CreationData: CreationData,
3184
3724
  ManagedClusterAgentPoolProfileProperties: ManagedClusterAgentPoolProfileProperties,
3185
3725
  ManagedClusterAgentPoolProfile: ManagedClusterAgentPoolProfile,
3186
3726
  AgentPool: AgentPool,
3727
+ WindowsGmsaProfile: WindowsGmsaProfile,
3187
3728
  ManagedClusterWindowsProfile: ManagedClusterWindowsProfile,
3188
3729
  ContainerServiceSshPublicKey: ContainerServiceSshPublicKey,
3189
3730
  ContainerServiceSshConfiguration: ContainerServiceSshConfiguration,
@@ -3193,6 +3734,8 @@
3193
3734
  ManagedClusterLoadBalancerProfileOutboundIPPrefixes: ManagedClusterLoadBalancerProfileOutboundIPPrefixes,
3194
3735
  ManagedClusterLoadBalancerProfileOutboundIPs: ManagedClusterLoadBalancerProfileOutboundIPs,
3195
3736
  ManagedClusterLoadBalancerProfile: ManagedClusterLoadBalancerProfile,
3737
+ ManagedClusterManagedOutboundIPProfile: ManagedClusterManagedOutboundIPProfile,
3738
+ ManagedClusterNATGatewayProfile: ManagedClusterNATGatewayProfile,
3196
3739
  ContainerServiceNetworkProfile: ContainerServiceNetworkProfile,
3197
3740
  SystemData: SystemData,
3198
3741
  TimeInWeek: TimeInWeek,
@@ -3202,9 +3745,15 @@
3202
3745
  RunCommandResult: RunCommandResult,
3203
3746
  ContainerServiceVMDiagnostics: ContainerServiceVMDiagnostics,
3204
3747
  ContainerServiceDiagnosticsProfile: ContainerServiceDiagnosticsProfile,
3748
+ ManagedClusterSKU: ManagedClusterSKU,
3749
+ ExtendedLocation: ExtendedLocation,
3750
+ ManagedClusterIdentityUserAssignedIdentitiesValue: ManagedClusterIdentityUserAssignedIdentitiesValue,
3751
+ ManagedClusterIdentity: ManagedClusterIdentity,
3205
3752
  UserAssignedIdentity: UserAssignedIdentity,
3206
3753
  ManagedClusterAddonProfileIdentity: ManagedClusterAddonProfileIdentity,
3207
3754
  ManagedClusterAddonProfile: ManagedClusterAddonProfile,
3755
+ ManagedClusterPodIdentityProvisioningErrorBody: ManagedClusterPodIdentityProvisioningErrorBody,
3756
+ ManagedClusterPodIdentityProvisioningError: ManagedClusterPodIdentityProvisioningError,
3208
3757
  ManagedClusterPodIdentityProvisioningInfo: ManagedClusterPodIdentityProvisioningInfo,
3209
3758
  ManagedClusterPodIdentity: ManagedClusterPodIdentity,
3210
3759
  ManagedClusterPodIdentityException: ManagedClusterPodIdentityException,
@@ -3213,13 +3762,10 @@
3213
3762
  ManagedClusterAutoUpgradeProfile: ManagedClusterAutoUpgradeProfile,
3214
3763
  ManagedClusterPropertiesAutoScalerProfile: ManagedClusterPropertiesAutoScalerProfile,
3215
3764
  ManagedClusterAPIServerAccessProfile: ManagedClusterAPIServerAccessProfile,
3216
- ManagedClusterPropertiesIdentityProfileValue: ManagedClusterPropertiesIdentityProfileValue,
3217
3765
  PrivateLinkResource: PrivateLinkResource,
3218
3766
  ManagedClusterHTTPProxyConfig: ManagedClusterHTTPProxyConfig,
3219
- ManagedClusterIdentityUserAssignedIdentitiesValue: ManagedClusterIdentityUserAssignedIdentitiesValue,
3220
- ManagedClusterIdentity: ManagedClusterIdentity,
3221
- ManagedClusterSKU: ManagedClusterSKU,
3222
- ExtendedLocation: ExtendedLocation,
3767
+ ManagedClusterSecurityProfileAzureDefender: ManagedClusterSecurityProfileAzureDefender,
3768
+ ManagedClusterSecurityProfile: ManagedClusterSecurityProfile,
3223
3769
  ManagedCluster: ManagedCluster,
3224
3770
  ManagedClusterAccessProfile: ManagedClusterAccessProfile,
3225
3771
  ManagedClusterPoolUpgradeProfileUpgradesItem: ManagedClusterPoolUpgradeProfileUpgradesItem,
@@ -3238,10 +3784,17 @@
3238
3784
  PrivateLinkResourcesListResult: PrivateLinkResourcesListResult,
3239
3785
  OSOptionProperty: OSOptionProperty,
3240
3786
  OSOptionProfile: OSOptionProfile,
3787
+ EndpointDetail: EndpointDetail,
3788
+ EndpointDependency: EndpointDependency,
3789
+ OutboundEnvironmentEndpoint: OutboundEnvironmentEndpoint,
3790
+ Snapshot: Snapshot,
3791
+ AgentPoolsUpgradeNodeImageVersionHeaders: AgentPoolsUpgradeNodeImageVersionHeaders,
3241
3792
  OperationListResult: OperationListResult,
3242
3793
  ManagedClusterListResult: ManagedClusterListResult,
3794
+ OutboundEnvironmentEndpointCollection: OutboundEnvironmentEndpointCollection,
3243
3795
  MaintenanceConfigurationListResult: MaintenanceConfigurationListResult,
3244
- AgentPoolListResult: AgentPoolListResult
3796
+ AgentPoolListResult: AgentPoolListResult,
3797
+ SnapshotListResult: SnapshotListResult
3245
3798
  });
3246
3799
 
3247
3800
  /*
@@ -3398,6 +3951,18 @@
3398
3951
  }
3399
3952
  }
3400
3953
  };
3954
+ var serverFqdn = {
3955
+ parameterPath: [
3956
+ "options",
3957
+ "serverFqdn"
3958
+ ],
3959
+ mapper: {
3960
+ serializedName: "server-fqdn",
3961
+ type: {
3962
+ name: "String"
3963
+ }
3964
+ }
3965
+ };
3401
3966
  var subscriptionId = {
3402
3967
  parameterPath: "subscriptionId",
3403
3968
  mapper: {
@@ -3473,8 +4038,11 @@
3473
4038
  ContainerServiceNetworkProfile: ContainerServiceNetworkProfile,
3474
4039
  ContainerServiceSshConfiguration: ContainerServiceSshConfiguration,
3475
4040
  ContainerServiceSshPublicKey: ContainerServiceSshPublicKey,
4041
+ CreationData: CreationData,
3476
4042
  CredentialResult: CredentialResult,
3477
4043
  CredentialResults: CredentialResults,
4044
+ EndpointDependency: EndpointDependency,
4045
+ EndpointDetail: EndpointDetail,
3478
4046
  ExtendedLocation: ExtendedLocation,
3479
4047
  KubeletConfig: KubeletConfig,
3480
4048
  LinuxOSConfig: LinuxOSConfig,
@@ -3496,20 +4064,27 @@
3496
4064
  ManagedClusterLoadBalancerProfileManagedOutboundIPs: ManagedClusterLoadBalancerProfileManagedOutboundIPs,
3497
4065
  ManagedClusterLoadBalancerProfileOutboundIPPrefixes: ManagedClusterLoadBalancerProfileOutboundIPPrefixes,
3498
4066
  ManagedClusterLoadBalancerProfileOutboundIPs: ManagedClusterLoadBalancerProfileOutboundIPs,
4067
+ ManagedClusterManagedOutboundIPProfile: ManagedClusterManagedOutboundIPProfile,
4068
+ ManagedClusterNATGatewayProfile: ManagedClusterNATGatewayProfile,
3499
4069
  ManagedClusterPodIdentity: ManagedClusterPodIdentity,
3500
4070
  ManagedClusterPodIdentityException: ManagedClusterPodIdentityException,
3501
4071
  ManagedClusterPodIdentityProfile: ManagedClusterPodIdentityProfile,
4072
+ ManagedClusterPodIdentityProvisioningError: ManagedClusterPodIdentityProvisioningError,
4073
+ ManagedClusterPodIdentityProvisioningErrorBody: ManagedClusterPodIdentityProvisioningErrorBody,
3502
4074
  ManagedClusterPodIdentityProvisioningInfo: ManagedClusterPodIdentityProvisioningInfo,
3503
4075
  ManagedClusterPoolUpgradeProfile: ManagedClusterPoolUpgradeProfile,
3504
4076
  ManagedClusterPoolUpgradeProfileUpgradesItem: ManagedClusterPoolUpgradeProfileUpgradesItem,
3505
4077
  ManagedClusterPropertiesAutoScalerProfile: ManagedClusterPropertiesAutoScalerProfile,
3506
- ManagedClusterPropertiesIdentityProfileValue: ManagedClusterPropertiesIdentityProfileValue,
4078
+ ManagedClusterSecurityProfile: ManagedClusterSecurityProfile,
4079
+ ManagedClusterSecurityProfileAzureDefender: ManagedClusterSecurityProfileAzureDefender,
3507
4080
  ManagedClusterServicePrincipalProfile: ManagedClusterServicePrincipalProfile,
3508
4081
  ManagedClusterSKU: ManagedClusterSKU,
3509
4082
  ManagedClusterUpgradeProfile: ManagedClusterUpgradeProfile,
3510
4083
  ManagedClusterWindowsProfile: ManagedClusterWindowsProfile,
3511
4084
  OSOptionProfile: OSOptionProfile,
3512
4085
  OSOptionProperty: OSOptionProperty,
4086
+ OutboundEnvironmentEndpoint: OutboundEnvironmentEndpoint,
4087
+ OutboundEnvironmentEndpointCollection: OutboundEnvironmentEndpointCollection,
3513
4088
  PowerState: PowerState,
3514
4089
  PrivateEndpoint: PrivateEndpoint,
3515
4090
  PrivateEndpointConnection: PrivateEndpointConnection,
@@ -3519,13 +4094,15 @@
3519
4094
  ResourceReference: ResourceReference,
3520
4095
  RunCommandRequest: RunCommandRequest,
3521
4096
  RunCommandResult: RunCommandResult,
4097
+ Snapshot: Snapshot,
3522
4098
  SubResource: SubResource,
3523
4099
  SysctlConfig: SysctlConfig,
3524
4100
  SystemData: SystemData,
3525
4101
  TagsObject: TagsObject,
3526
4102
  TimeInWeek: TimeInWeek,
3527
4103
  TimeSpan: TimeSpan,
3528
- UserAssignedIdentity: UserAssignedIdentity
4104
+ UserAssignedIdentity: UserAssignedIdentity,
4105
+ WindowsGmsaProfile: WindowsGmsaProfile
3529
4106
  });
3530
4107
 
3531
4108
  /*
@@ -3606,12 +4183,10 @@
3606
4183
  }, getOperationSpec, callback);
3607
4184
  };
3608
4185
  /**
3609
- * Creates or updates a managed cluster with the specified configuration for agents and Kubernetes
3610
- * version.
3611
4186
  * @summary Creates or updates a managed cluster.
3612
4187
  * @param resourceGroupName The name of the resource group.
3613
4188
  * @param resourceName The name of the managed cluster resource.
3614
- * @param parameters Parameters supplied to the Create or Update a Managed Cluster operation.
4189
+ * @param parameters The managed cluster to create or update.
3615
4190
  * @param [options] The optional parameters
3616
4191
  * @returns Promise<Models.ManagedClustersCreateOrUpdateResponse>
3617
4192
  */
@@ -3620,7 +4195,6 @@
3620
4195
  .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
3621
4196
  };
3622
4197
  /**
3623
- * Updates a managed cluster with the specified tags.
3624
4198
  * @summary Updates tags on a managed cluster.
3625
4199
  * @param resourceGroupName The name of the resource group.
3626
4200
  * @param resourceName The name of the managed cluster resource.
@@ -3633,7 +4207,6 @@
3633
4207
  .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
3634
4208
  };
3635
4209
  /**
3636
- * Deletes the managed cluster with a specified resource group and name.
3637
4210
  * @summary Deletes a managed cluster.
3638
4211
  * @param resourceGroupName The name of the resource group.
3639
4212
  * @param resourceName The name of the managed cluster resource.
@@ -3645,12 +4218,11 @@
3645
4218
  .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
3646
4219
  };
3647
4220
  /**
3648
- * Update the service principal Profile for a managed cluster.
3649
- * @summary Reset Service Principal Profile of a managed cluster.
4221
+ * This action cannot be performed on a cluster that is not using a service principal
4222
+ * @summary Reset the Service Principal Profile of a managed cluster.
3650
4223
  * @param resourceGroupName The name of the resource group.
3651
4224
  * @param resourceName The name of the managed cluster resource.
3652
- * @param parameters Parameters supplied to the Reset Service Principal Profile operation for a
3653
- * Managed Cluster.
4225
+ * @param parameters The service principal profile to set on the managed cluster.
3654
4226
  * @param [options] The optional parameters
3655
4227
  * @returns Promise<msRest.RestResponse>
3656
4228
  */
@@ -3659,11 +4231,10 @@
3659
4231
  .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
3660
4232
  };
3661
4233
  /**
3662
- * Update the AAD Profile for a managed cluster.
3663
- * @summary Reset AAD Profile of a managed cluster.
4234
+ * @summary Reset the AAD Profile of a managed cluster.
3664
4235
  * @param resourceGroupName The name of the resource group.
3665
4236
  * @param resourceName The name of the managed cluster resource.
3666
- * @param parameters Parameters supplied to the Reset AAD Profile operation for a Managed Cluster.
4237
+ * @param parameters The AAD profile to set on the Managed Cluster
3667
4238
  * @param [options] The optional parameters
3668
4239
  * @returns Promise<msRest.RestResponse>
3669
4240
  */
@@ -3672,8 +4243,9 @@
3672
4243
  .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
3673
4244
  };
3674
4245
  /**
3675
- * Rotate certificates of a managed cluster.
3676
- * @summary Rotate certificates of a managed cluster.
4246
+ * See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more
4247
+ * details about rotating managed cluster certificates.
4248
+ * @summary Rotates the certificates of a managed cluster.
3677
4249
  * @param resourceGroupName The name of the resource group.
3678
4250
  * @param resourceName The name of the managed cluster resource.
3679
4251
  * @param [options] The optional parameters
@@ -3684,8 +4256,12 @@
3684
4256
  .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
3685
4257
  };
3686
4258
  /**
3687
- * Stops a Running Managed Cluster
3688
- * @summary Stop Managed Cluster
4259
+ * This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a
4260
+ * cluster stops the control plane and agent nodes entirely, while maintaining all object and
4261
+ * cluster state. A cluster does not accrue charges while it is stopped. See [stopping a
4262
+ * cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about
4263
+ * stopping a cluster.
4264
+ * @summary Stops a Managed Cluster
3689
4265
  * @param resourceGroupName The name of the resource group.
3690
4266
  * @param resourceName The name of the managed cluster resource.
3691
4267
  * @param [options] The optional parameters
@@ -3696,8 +4272,9 @@
3696
4272
  .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
3697
4273
  };
3698
4274
  /**
3699
- * Starts a Stopped Managed Cluster
3700
- * @summary Start Managed Cluster
4275
+ * See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
4276
+ * details about starting a cluster.
4277
+ * @summary Starts a previously stopped Managed Cluster
3701
4278
  * @param resourceGroupName The name of the resource group.
3702
4279
  * @param resourceName The name of the managed cluster resource.
3703
4280
  * @param [options] The optional parameters
@@ -3708,12 +4285,13 @@
3708
4285
  .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
3709
4286
  };
3710
4287
  /**
3711
- * Submit a command to run against managed kubernetes service, it will create a pod to run the
3712
- * command.
3713
- * @summary Run Command against Managed Kubernetes Service
4288
+ * AKS will create a pod to run the command. This is primarily useful for private clusters. For
4289
+ * more information see [AKS Run
4290
+ * Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
4291
+ * @summary Submits a command to run against the Managed Cluster.
3714
4292
  * @param resourceGroupName The name of the resource group.
3715
4293
  * @param resourceName The name of the managed cluster resource.
3716
- * @param requestPayload Parameters supplied to the RunCommand operation.
4294
+ * @param requestPayload The run command request
3717
4295
  * @param [options] The optional parameters
3718
4296
  * @returns Promise<Models.ManagedClustersRunCommandResponse>
3719
4297
  */
@@ -3729,13 +4307,18 @@
3729
4307
  options: options
3730
4308
  }, getCommandResultOperationSpec, callback);
3731
4309
  };
4310
+ ManagedClusters.prototype.listOutboundNetworkDependenciesEndpoints = function (resourceGroupName, resourceName, options, callback) {
4311
+ return this.client.sendOperationRequest({
4312
+ resourceGroupName: resourceGroupName,
4313
+ resourceName: resourceName,
4314
+ options: options
4315
+ }, listOutboundNetworkDependenciesEndpointsOperationSpec, callback);
4316
+ };
3732
4317
  /**
3733
- * Creates or updates a managed cluster with the specified configuration for agents and Kubernetes
3734
- * version.
3735
4318
  * @summary Creates or updates a managed cluster.
3736
4319
  * @param resourceGroupName The name of the resource group.
3737
4320
  * @param resourceName The name of the managed cluster resource.
3738
- * @param parameters Parameters supplied to the Create or Update a Managed Cluster operation.
4321
+ * @param parameters The managed cluster to create or update.
3739
4322
  * @param [options] The optional parameters
3740
4323
  * @returns Promise<msRestAzure.LROPoller>
3741
4324
  */
@@ -3748,7 +4331,6 @@
3748
4331
  }, beginCreateOrUpdateOperationSpec, options);
3749
4332
  };
3750
4333
  /**
3751
- * Updates a managed cluster with the specified tags.
3752
4334
  * @summary Updates tags on a managed cluster.
3753
4335
  * @param resourceGroupName The name of the resource group.
3754
4336
  * @param resourceName The name of the managed cluster resource.
@@ -3765,7 +4347,6 @@
3765
4347
  }, beginUpdateTagsOperationSpec, options);
3766
4348
  };
3767
4349
  /**
3768
- * Deletes the managed cluster with a specified resource group and name.
3769
4350
  * @summary Deletes a managed cluster.
3770
4351
  * @param resourceGroupName The name of the resource group.
3771
4352
  * @param resourceName The name of the managed cluster resource.
@@ -3780,12 +4361,11 @@
3780
4361
  }, beginDeleteMethodOperationSpec, options);
3781
4362
  };
3782
4363
  /**
3783
- * Update the service principal Profile for a managed cluster.
3784
- * @summary Reset Service Principal Profile of a managed cluster.
4364
+ * This action cannot be performed on a cluster that is not using a service principal
4365
+ * @summary Reset the Service Principal Profile of a managed cluster.
3785
4366
  * @param resourceGroupName The name of the resource group.
3786
4367
  * @param resourceName The name of the managed cluster resource.
3787
- * @param parameters Parameters supplied to the Reset Service Principal Profile operation for a
3788
- * Managed Cluster.
4368
+ * @param parameters The service principal profile to set on the managed cluster.
3789
4369
  * @param [options] The optional parameters
3790
4370
  * @returns Promise<msRestAzure.LROPoller>
3791
4371
  */
@@ -3798,11 +4378,10 @@
3798
4378
  }, beginResetServicePrincipalProfileOperationSpec, options);
3799
4379
  };
3800
4380
  /**
3801
- * Update the AAD Profile for a managed cluster.
3802
- * @summary Reset AAD Profile of a managed cluster.
4381
+ * @summary Reset the AAD Profile of a managed cluster.
3803
4382
  * @param resourceGroupName The name of the resource group.
3804
4383
  * @param resourceName The name of the managed cluster resource.
3805
- * @param parameters Parameters supplied to the Reset AAD Profile operation for a Managed Cluster.
4384
+ * @param parameters The AAD profile to set on the Managed Cluster
3806
4385
  * @param [options] The optional parameters
3807
4386
  * @returns Promise<msRestAzure.LROPoller>
3808
4387
  */
@@ -3815,8 +4394,9 @@
3815
4394
  }, beginResetAADProfileOperationSpec, options);
3816
4395
  };
3817
4396
  /**
3818
- * Rotate certificates of a managed cluster.
3819
- * @summary Rotate certificates of a managed cluster.
4397
+ * See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more
4398
+ * details about rotating managed cluster certificates.
4399
+ * @summary Rotates the certificates of a managed cluster.
3820
4400
  * @param resourceGroupName The name of the resource group.
3821
4401
  * @param resourceName The name of the managed cluster resource.
3822
4402
  * @param [options] The optional parameters
@@ -3830,8 +4410,12 @@
3830
4410
  }, beginRotateClusterCertificatesOperationSpec, options);
3831
4411
  };
3832
4412
  /**
3833
- * Stops a Running Managed Cluster
3834
- * @summary Stop Managed Cluster
4413
+ * This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a
4414
+ * cluster stops the control plane and agent nodes entirely, while maintaining all object and
4415
+ * cluster state. A cluster does not accrue charges while it is stopped. See [stopping a
4416
+ * cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about
4417
+ * stopping a cluster.
4418
+ * @summary Stops a Managed Cluster
3835
4419
  * @param resourceGroupName The name of the resource group.
3836
4420
  * @param resourceName The name of the managed cluster resource.
3837
4421
  * @param [options] The optional parameters
@@ -3845,8 +4429,9 @@
3845
4429
  }, beginStopOperationSpec, options);
3846
4430
  };
3847
4431
  /**
3848
- * Starts a Stopped Managed Cluster
3849
- * @summary Start Managed Cluster
4432
+ * See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
4433
+ * details about starting a cluster.
4434
+ * @summary Starts a previously stopped Managed Cluster
3850
4435
  * @param resourceGroupName The name of the resource group.
3851
4436
  * @param resourceName The name of the managed cluster resource.
3852
4437
  * @param [options] The optional parameters
@@ -3860,12 +4445,13 @@
3860
4445
  }, beginStartOperationSpec, options);
3861
4446
  };
3862
4447
  /**
3863
- * Submit a command to run against managed kubernetes service, it will create a pod to run the
3864
- * command.
3865
- * @summary Run Command against Managed Kubernetes Service
4448
+ * AKS will create a pod to run the command. This is primarily useful for private clusters. For
4449
+ * more information see [AKS Run
4450
+ * Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
4451
+ * @summary Submits a command to run against the Managed Cluster.
3866
4452
  * @param resourceGroupName The name of the resource group.
3867
4453
  * @param resourceName The name of the managed cluster resource.
3868
- * @param requestPayload Parameters supplied to the RunCommand operation.
4454
+ * @param requestPayload The run command request
3869
4455
  * @param [options] The optional parameters
3870
4456
  * @returns Promise<msRestAzure.LROPoller>
3871
4457
  */
@@ -3889,6 +4475,12 @@
3889
4475
  options: options
3890
4476
  }, listByResourceGroupNextOperationSpec, callback);
3891
4477
  };
4478
+ ManagedClusters.prototype.listOutboundNetworkDependenciesEndpointsNext = function (nextPageLink, options, callback) {
4479
+ return this.client.sendOperationRequest({
4480
+ nextPageLink: nextPageLink,
4481
+ options: options
4482
+ }, listOutboundNetworkDependenciesEndpointsNextOperationSpec, callback);
4483
+ };
3892
4484
  return ManagedClusters;
3893
4485
  }());
3894
4486
  // Operation Specifications
@@ -4020,7 +4612,8 @@
4020
4612
  resourceName
4021
4613
  ],
4022
4614
  queryParameters: [
4023
- apiVersion
4615
+ apiVersion,
4616
+ serverFqdn
4024
4617
  ],
4025
4618
  headerParameters: [
4026
4619
  acceptLanguage
@@ -4044,7 +4637,8 @@
4044
4637
  resourceName
4045
4638
  ],
4046
4639
  queryParameters: [
4047
- apiVersion
4640
+ apiVersion,
4641
+ serverFqdn
4048
4642
  ],
4049
4643
  headerParameters: [
4050
4644
  acceptLanguage
@@ -4068,7 +4662,8 @@
4068
4662
  resourceName
4069
4663
  ],
4070
4664
  queryParameters: [
4071
- apiVersion
4665
+ apiVersion,
4666
+ serverFqdn
4072
4667
  ],
4073
4668
  headerParameters: [
4074
4669
  acceptLanguage
@@ -4133,6 +4728,30 @@
4133
4728
  },
4134
4729
  serializer: serializer$1
4135
4730
  };
4731
+ var listOutboundNetworkDependenciesEndpointsOperationSpec = {
4732
+ httpMethod: "GET",
4733
+ path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/outboundNetworkDependenciesEndpoints",
4734
+ urlParameters: [
4735
+ subscriptionId,
4736
+ resourceGroupName,
4737
+ resourceName
4738
+ ],
4739
+ queryParameters: [
4740
+ apiVersion
4741
+ ],
4742
+ headerParameters: [
4743
+ acceptLanguage
4744
+ ],
4745
+ responses: {
4746
+ 200: {
4747
+ bodyMapper: OutboundEnvironmentEndpointCollection
4748
+ },
4749
+ default: {
4750
+ bodyMapper: CloudError
4751
+ }
4752
+ },
4753
+ serializer: serializer$1
4754
+ };
4136
4755
  var beginCreateOrUpdateOperationSpec = {
4137
4756
  httpMethod: "PUT",
4138
4757
  path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}",
@@ -4413,6 +5032,29 @@
4413
5032
  },
4414
5033
  serializer: serializer$1
4415
5034
  };
5035
+ var listOutboundNetworkDependenciesEndpointsNextOperationSpec = {
5036
+ httpMethod: "GET",
5037
+ baseUrl: "https://management.azure.com",
5038
+ path: "{nextLink}",
5039
+ urlParameters: [
5040
+ nextPageLink
5041
+ ],
5042
+ queryParameters: [
5043
+ apiVersion
5044
+ ],
5045
+ headerParameters: [
5046
+ acceptLanguage
5047
+ ],
5048
+ responses: {
5049
+ 200: {
5050
+ bodyMapper: OutboundEnvironmentEndpointCollection
5051
+ },
5052
+ default: {
5053
+ bodyMapper: CloudError
5054
+ }
5055
+ },
5056
+ serializer: serializer$1
5057
+ };
4416
5058
 
4417
5059
  /*
4418
5060
  * Copyright (c) Microsoft Corporation.
@@ -4432,6 +5074,7 @@
4432
5074
  ContainerServiceNetworkProfile: ContainerServiceNetworkProfile,
4433
5075
  ContainerServiceSshConfiguration: ContainerServiceSshConfiguration,
4434
5076
  ContainerServiceSshPublicKey: ContainerServiceSshPublicKey,
5077
+ CreationData: CreationData,
4435
5078
  ExtendedLocation: ExtendedLocation,
4436
5079
  KubeletConfig: KubeletConfig,
4437
5080
  LinuxOSConfig: LinuxOSConfig,
@@ -4453,12 +5096,17 @@
4453
5096
  ManagedClusterLoadBalancerProfileManagedOutboundIPs: ManagedClusterLoadBalancerProfileManagedOutboundIPs,
4454
5097
  ManagedClusterLoadBalancerProfileOutboundIPPrefixes: ManagedClusterLoadBalancerProfileOutboundIPPrefixes,
4455
5098
  ManagedClusterLoadBalancerProfileOutboundIPs: ManagedClusterLoadBalancerProfileOutboundIPs,
5099
+ ManagedClusterManagedOutboundIPProfile: ManagedClusterManagedOutboundIPProfile,
5100
+ ManagedClusterNATGatewayProfile: ManagedClusterNATGatewayProfile,
4456
5101
  ManagedClusterPodIdentity: ManagedClusterPodIdentity,
4457
5102
  ManagedClusterPodIdentityException: ManagedClusterPodIdentityException,
4458
5103
  ManagedClusterPodIdentityProfile: ManagedClusterPodIdentityProfile,
5104
+ ManagedClusterPodIdentityProvisioningError: ManagedClusterPodIdentityProvisioningError,
5105
+ ManagedClusterPodIdentityProvisioningErrorBody: ManagedClusterPodIdentityProvisioningErrorBody,
4459
5106
  ManagedClusterPodIdentityProvisioningInfo: ManagedClusterPodIdentityProvisioningInfo,
4460
5107
  ManagedClusterPropertiesAutoScalerProfile: ManagedClusterPropertiesAutoScalerProfile,
4461
- ManagedClusterPropertiesIdentityProfileValue: ManagedClusterPropertiesIdentityProfileValue,
5108
+ ManagedClusterSecurityProfile: ManagedClusterSecurityProfile,
5109
+ ManagedClusterSecurityProfileAzureDefender: ManagedClusterSecurityProfileAzureDefender,
4462
5110
  ManagedClusterServicePrincipalProfile: ManagedClusterServicePrincipalProfile,
4463
5111
  ManagedClusterSKU: ManagedClusterSKU,
4464
5112
  ManagedClusterWindowsProfile: ManagedClusterWindowsProfile,
@@ -4469,12 +5117,14 @@
4469
5117
  PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
4470
5118
  Resource: Resource,
4471
5119
  ResourceReference: ResourceReference,
5120
+ Snapshot: Snapshot,
4472
5121
  SubResource: SubResource,
4473
5122
  SysctlConfig: SysctlConfig,
4474
5123
  SystemData: SystemData,
4475
5124
  TimeInWeek: TimeInWeek,
4476
5125
  TimeSpan: TimeSpan,
4477
- UserAssignedIdentity: UserAssignedIdentity
5126
+ UserAssignedIdentity: UserAssignedIdentity,
5127
+ WindowsGmsaProfile: WindowsGmsaProfile
4478
5128
  });
4479
5129
 
4480
5130
  /*
@@ -4676,6 +5326,7 @@
4676
5326
  AgentPoolAvailableVersions: AgentPoolAvailableVersions,
4677
5327
  AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem: AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem,
4678
5328
  AgentPoolListResult: AgentPoolListResult,
5329
+ AgentPoolsUpgradeNodeImageVersionHeaders: AgentPoolsUpgradeNodeImageVersionHeaders,
4679
5330
  AgentPoolUpgradeProfile: AgentPoolUpgradeProfile,
4680
5331
  AgentPoolUpgradeProfilePropertiesUpgradesItem: AgentPoolUpgradeProfilePropertiesUpgradesItem,
4681
5332
  AgentPoolUpgradeSettings: AgentPoolUpgradeSettings,
@@ -4685,6 +5336,7 @@
4685
5336
  ContainerServiceNetworkProfile: ContainerServiceNetworkProfile,
4686
5337
  ContainerServiceSshConfiguration: ContainerServiceSshConfiguration,
4687
5338
  ContainerServiceSshPublicKey: ContainerServiceSshPublicKey,
5339
+ CreationData: CreationData,
4688
5340
  ExtendedLocation: ExtendedLocation,
4689
5341
  KubeletConfig: KubeletConfig,
4690
5342
  LinuxOSConfig: LinuxOSConfig,
@@ -4705,12 +5357,17 @@
4705
5357
  ManagedClusterLoadBalancerProfileManagedOutboundIPs: ManagedClusterLoadBalancerProfileManagedOutboundIPs,
4706
5358
  ManagedClusterLoadBalancerProfileOutboundIPPrefixes: ManagedClusterLoadBalancerProfileOutboundIPPrefixes,
4707
5359
  ManagedClusterLoadBalancerProfileOutboundIPs: ManagedClusterLoadBalancerProfileOutboundIPs,
5360
+ ManagedClusterManagedOutboundIPProfile: ManagedClusterManagedOutboundIPProfile,
5361
+ ManagedClusterNATGatewayProfile: ManagedClusterNATGatewayProfile,
4708
5362
  ManagedClusterPodIdentity: ManagedClusterPodIdentity,
4709
5363
  ManagedClusterPodIdentityException: ManagedClusterPodIdentityException,
4710
5364
  ManagedClusterPodIdentityProfile: ManagedClusterPodIdentityProfile,
5365
+ ManagedClusterPodIdentityProvisioningError: ManagedClusterPodIdentityProvisioningError,
5366
+ ManagedClusterPodIdentityProvisioningErrorBody: ManagedClusterPodIdentityProvisioningErrorBody,
4711
5367
  ManagedClusterPodIdentityProvisioningInfo: ManagedClusterPodIdentityProvisioningInfo,
4712
5368
  ManagedClusterPropertiesAutoScalerProfile: ManagedClusterPropertiesAutoScalerProfile,
4713
- ManagedClusterPropertiesIdentityProfileValue: ManagedClusterPropertiesIdentityProfileValue,
5369
+ ManagedClusterSecurityProfile: ManagedClusterSecurityProfile,
5370
+ ManagedClusterSecurityProfileAzureDefender: ManagedClusterSecurityProfileAzureDefender,
4714
5371
  ManagedClusterServicePrincipalProfile: ManagedClusterServicePrincipalProfile,
4715
5372
  ManagedClusterSKU: ManagedClusterSKU,
4716
5373
  ManagedClusterWindowsProfile: ManagedClusterWindowsProfile,
@@ -4721,12 +5378,14 @@
4721
5378
  PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
4722
5379
  Resource: Resource,
4723
5380
  ResourceReference: ResourceReference,
5381
+ Snapshot: Snapshot,
4724
5382
  SubResource: SubResource,
4725
5383
  SysctlConfig: SysctlConfig,
4726
5384
  SystemData: SystemData,
4727
5385
  TimeInWeek: TimeInWeek,
4728
5386
  TimeSpan: TimeSpan,
4729
- UserAssignedIdentity: UserAssignedIdentity
5387
+ UserAssignedIdentity: UserAssignedIdentity,
5388
+ WindowsGmsaProfile: WindowsGmsaProfile
4730
5389
  });
4731
5390
 
4732
5391
  /*
@@ -4762,12 +5421,11 @@
4762
5421
  }, getOperationSpec$2, callback);
4763
5422
  };
4764
5423
  /**
4765
- * Creates or updates an agent pool in the specified managed cluster.
4766
- * @summary Creates or updates an agent pool.
5424
+ * @summary Creates or updates an agent pool in the specified managed cluster.
4767
5425
  * @param resourceGroupName The name of the resource group.
4768
5426
  * @param resourceName The name of the managed cluster resource.
4769
5427
  * @param agentPoolName The name of the agent pool.
4770
- * @param parameters Parameters supplied to the Create or Update an agent pool operation.
5428
+ * @param parameters The agent pool to create or update.
4771
5429
  * @param [options] The optional parameters
4772
5430
  * @returns Promise<Models.AgentPoolsCreateOrUpdateResponse>
4773
5431
  */
@@ -4776,8 +5434,7 @@
4776
5434
  .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
4777
5435
  };
4778
5436
  /**
4779
- * Deletes the agent pool in the specified managed cluster.
4780
- * @summary Deletes an agent pool.
5437
+ * @summary Deletes an agent pool in the specified managed cluster.
4781
5438
  * @param resourceGroupName The name of the resource group.
4782
5439
  * @param resourceName The name of the managed cluster resource.
4783
5440
  * @param agentPoolName The name of the agent pool.
@@ -4804,8 +5461,10 @@
4804
5461
  }, getAvailableAgentPoolVersionsOperationSpec, callback);
4805
5462
  };
4806
5463
  /**
4807
- * Upgrade node image version of an agent pool to the latest.
4808
- * @summary Upgrade node image version of an agent pool to the latest.
5464
+ * Upgrading the node image version of an agent pool applies the newest OS and runtime updates to
5465
+ * the nodes. AKS provides one new image per week with the latest updates. For more details on node
5466
+ * image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade
5467
+ * @summary Upgrades the node image version of an agent pool to the latest.
4809
5468
  * @param resourceGroupName The name of the resource group.
4810
5469
  * @param resourceName The name of the managed cluster resource.
4811
5470
  * @param agentPoolName The name of the agent pool.
@@ -4817,12 +5476,11 @@
4817
5476
  .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
4818
5477
  };
4819
5478
  /**
4820
- * Creates or updates an agent pool in the specified managed cluster.
4821
- * @summary Creates or updates an agent pool.
5479
+ * @summary Creates or updates an agent pool in the specified managed cluster.
4822
5480
  * @param resourceGroupName The name of the resource group.
4823
5481
  * @param resourceName The name of the managed cluster resource.
4824
5482
  * @param agentPoolName The name of the agent pool.
4825
- * @param parameters Parameters supplied to the Create or Update an agent pool operation.
5483
+ * @param parameters The agent pool to create or update.
4826
5484
  * @param [options] The optional parameters
4827
5485
  * @returns Promise<msRestAzure.LROPoller>
4828
5486
  */
@@ -4836,8 +5494,7 @@
4836
5494
  }, beginCreateOrUpdateOperationSpec$1, options);
4837
5495
  };
4838
5496
  /**
4839
- * Deletes the agent pool in the specified managed cluster.
4840
- * @summary Deletes an agent pool.
5497
+ * @summary Deletes an agent pool in the specified managed cluster.
4841
5498
  * @param resourceGroupName The name of the resource group.
4842
5499
  * @param resourceName The name of the managed cluster resource.
4843
5500
  * @param agentPoolName The name of the agent pool.
@@ -4853,8 +5510,10 @@
4853
5510
  }, beginDeleteMethodOperationSpec$1, options);
4854
5511
  };
4855
5512
  /**
4856
- * Upgrade node image version of an agent pool to the latest.
4857
- * @summary Upgrade node image version of an agent pool to the latest.
5513
+ * Upgrading the node image version of an agent pool applies the newest OS and runtime updates to
5514
+ * the nodes. AKS provides one new image per week with the latest updates. For more details on node
5515
+ * image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade
5516
+ * @summary Upgrades the node image version of an agent pool to the latest.
4858
5517
  * @param resourceGroupName The name of the resource group.
4859
5518
  * @param resourceName The name of the managed cluster resource.
4860
5519
  * @param agentPoolName The name of the agent pool.
@@ -5049,12 +5708,16 @@
5049
5708
  acceptLanguage
5050
5709
  ],
5051
5710
  responses: {
5052
- 200: {},
5711
+ 200: {
5712
+ headersMapper: AgentPoolsUpgradeNodeImageVersionHeaders
5713
+ },
5053
5714
  202: {
5054
- bodyMapper: AgentPool
5715
+ bodyMapper: AgentPool,
5716
+ headersMapper: AgentPoolsUpgradeNodeImageVersionHeaders
5055
5717
  },
5056
5718
  default: {
5057
- bodyMapper: CloudError
5719
+ bodyMapper: CloudError,
5720
+ headersMapper: AgentPoolsUpgradeNodeImageVersionHeaders
5058
5721
  }
5059
5722
  },
5060
5723
  serializer: serializer$3
@@ -5101,6 +5764,7 @@
5101
5764
  ContainerServiceNetworkProfile: ContainerServiceNetworkProfile,
5102
5765
  ContainerServiceSshConfiguration: ContainerServiceSshConfiguration,
5103
5766
  ContainerServiceSshPublicKey: ContainerServiceSshPublicKey,
5767
+ CreationData: CreationData,
5104
5768
  ExtendedLocation: ExtendedLocation,
5105
5769
  KubeletConfig: KubeletConfig,
5106
5770
  LinuxOSConfig: LinuxOSConfig,
@@ -5121,12 +5785,17 @@
5121
5785
  ManagedClusterLoadBalancerProfileManagedOutboundIPs: ManagedClusterLoadBalancerProfileManagedOutboundIPs,
5122
5786
  ManagedClusterLoadBalancerProfileOutboundIPPrefixes: ManagedClusterLoadBalancerProfileOutboundIPPrefixes,
5123
5787
  ManagedClusterLoadBalancerProfileOutboundIPs: ManagedClusterLoadBalancerProfileOutboundIPs,
5788
+ ManagedClusterManagedOutboundIPProfile: ManagedClusterManagedOutboundIPProfile,
5789
+ ManagedClusterNATGatewayProfile: ManagedClusterNATGatewayProfile,
5124
5790
  ManagedClusterPodIdentity: ManagedClusterPodIdentity,
5125
5791
  ManagedClusterPodIdentityException: ManagedClusterPodIdentityException,
5126
5792
  ManagedClusterPodIdentityProfile: ManagedClusterPodIdentityProfile,
5793
+ ManagedClusterPodIdentityProvisioningError: ManagedClusterPodIdentityProvisioningError,
5794
+ ManagedClusterPodIdentityProvisioningErrorBody: ManagedClusterPodIdentityProvisioningErrorBody,
5127
5795
  ManagedClusterPodIdentityProvisioningInfo: ManagedClusterPodIdentityProvisioningInfo,
5128
5796
  ManagedClusterPropertiesAutoScalerProfile: ManagedClusterPropertiesAutoScalerProfile,
5129
- ManagedClusterPropertiesIdentityProfileValue: ManagedClusterPropertiesIdentityProfileValue,
5797
+ ManagedClusterSecurityProfile: ManagedClusterSecurityProfile,
5798
+ ManagedClusterSecurityProfileAzureDefender: ManagedClusterSecurityProfileAzureDefender,
5130
5799
  ManagedClusterServicePrincipalProfile: ManagedClusterServicePrincipalProfile,
5131
5800
  ManagedClusterSKU: ManagedClusterSKU,
5132
5801
  ManagedClusterWindowsProfile: ManagedClusterWindowsProfile,
@@ -5138,12 +5807,14 @@
5138
5807
  PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
5139
5808
  Resource: Resource,
5140
5809
  ResourceReference: ResourceReference,
5810
+ Snapshot: Snapshot,
5141
5811
  SubResource: SubResource,
5142
5812
  SysctlConfig: SysctlConfig,
5143
5813
  SystemData: SystemData,
5144
5814
  TimeInWeek: TimeInWeek,
5145
5815
  TimeSpan: TimeSpan,
5146
- UserAssignedIdentity: UserAssignedIdentity
5816
+ UserAssignedIdentity: UserAssignedIdentity,
5817
+ WindowsGmsaProfile: WindowsGmsaProfile
5147
5818
  });
5148
5819
 
5149
5820
  /*
@@ -5188,7 +5859,6 @@
5188
5859
  }, updateOperationSpec, callback);
5189
5860
  };
5190
5861
  /**
5191
- * Deletes the private endpoint connection in the specified managed cluster.
5192
5862
  * @summary Deletes a private endpoint connection.
5193
5863
  * @param resourceGroupName The name of the resource group.
5194
5864
  * @param resourceName The name of the managed cluster resource.
@@ -5201,7 +5871,6 @@
5201
5871
  .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
5202
5872
  };
5203
5873
  /**
5204
- * Deletes the private endpoint connection in the specified managed cluster.
5205
5874
  * @summary Deletes a private endpoint connection.
5206
5875
  * @param resourceGroupName The name of the resource group.
5207
5876
  * @param resourceName The name of the managed cluster resource.
@@ -5464,6 +6133,350 @@
5464
6133
  serializer: serializer$6
5465
6134
  };
5466
6135
 
6136
+ /*
6137
+ * Copyright (c) Microsoft Corporation.
6138
+ * Licensed under the MIT License.
6139
+ *
6140
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6141
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
6142
+ */
6143
+
6144
+ var Mappers$7 = /*#__PURE__*/Object.freeze({
6145
+ __proto__: null,
6146
+ AgentPool: AgentPool,
6147
+ AgentPoolUpgradeSettings: AgentPoolUpgradeSettings,
6148
+ BaseResource: BaseResource,
6149
+ CloudError: CloudError,
6150
+ ContainerServiceLinuxProfile: ContainerServiceLinuxProfile,
6151
+ ContainerServiceNetworkProfile: ContainerServiceNetworkProfile,
6152
+ ContainerServiceSshConfiguration: ContainerServiceSshConfiguration,
6153
+ ContainerServiceSshPublicKey: ContainerServiceSshPublicKey,
6154
+ CreationData: CreationData,
6155
+ ExtendedLocation: ExtendedLocation,
6156
+ KubeletConfig: KubeletConfig,
6157
+ LinuxOSConfig: LinuxOSConfig,
6158
+ MaintenanceConfiguration: MaintenanceConfiguration,
6159
+ ManagedCluster: ManagedCluster,
6160
+ ManagedClusterAADProfile: ManagedClusterAADProfile,
6161
+ ManagedClusterAccessProfile: ManagedClusterAccessProfile,
6162
+ ManagedClusterAddonProfile: ManagedClusterAddonProfile,
6163
+ ManagedClusterAddonProfileIdentity: ManagedClusterAddonProfileIdentity,
6164
+ ManagedClusterAgentPoolProfile: ManagedClusterAgentPoolProfile,
6165
+ ManagedClusterAgentPoolProfileProperties: ManagedClusterAgentPoolProfileProperties,
6166
+ ManagedClusterAPIServerAccessProfile: ManagedClusterAPIServerAccessProfile,
6167
+ ManagedClusterAutoUpgradeProfile: ManagedClusterAutoUpgradeProfile,
6168
+ ManagedClusterHTTPProxyConfig: ManagedClusterHTTPProxyConfig,
6169
+ ManagedClusterIdentity: ManagedClusterIdentity,
6170
+ ManagedClusterIdentityUserAssignedIdentitiesValue: ManagedClusterIdentityUserAssignedIdentitiesValue,
6171
+ ManagedClusterLoadBalancerProfile: ManagedClusterLoadBalancerProfile,
6172
+ ManagedClusterLoadBalancerProfileManagedOutboundIPs: ManagedClusterLoadBalancerProfileManagedOutboundIPs,
6173
+ ManagedClusterLoadBalancerProfileOutboundIPPrefixes: ManagedClusterLoadBalancerProfileOutboundIPPrefixes,
6174
+ ManagedClusterLoadBalancerProfileOutboundIPs: ManagedClusterLoadBalancerProfileOutboundIPs,
6175
+ ManagedClusterManagedOutboundIPProfile: ManagedClusterManagedOutboundIPProfile,
6176
+ ManagedClusterNATGatewayProfile: ManagedClusterNATGatewayProfile,
6177
+ ManagedClusterPodIdentity: ManagedClusterPodIdentity,
6178
+ ManagedClusterPodIdentityException: ManagedClusterPodIdentityException,
6179
+ ManagedClusterPodIdentityProfile: ManagedClusterPodIdentityProfile,
6180
+ ManagedClusterPodIdentityProvisioningError: ManagedClusterPodIdentityProvisioningError,
6181
+ ManagedClusterPodIdentityProvisioningErrorBody: ManagedClusterPodIdentityProvisioningErrorBody,
6182
+ ManagedClusterPodIdentityProvisioningInfo: ManagedClusterPodIdentityProvisioningInfo,
6183
+ ManagedClusterPropertiesAutoScalerProfile: ManagedClusterPropertiesAutoScalerProfile,
6184
+ ManagedClusterSecurityProfile: ManagedClusterSecurityProfile,
6185
+ ManagedClusterSecurityProfileAzureDefender: ManagedClusterSecurityProfileAzureDefender,
6186
+ ManagedClusterServicePrincipalProfile: ManagedClusterServicePrincipalProfile,
6187
+ ManagedClusterSKU: ManagedClusterSKU,
6188
+ ManagedClusterWindowsProfile: ManagedClusterWindowsProfile,
6189
+ PowerState: PowerState,
6190
+ PrivateEndpoint: PrivateEndpoint,
6191
+ PrivateEndpointConnection: PrivateEndpointConnection,
6192
+ PrivateLinkResource: PrivateLinkResource,
6193
+ PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
6194
+ Resource: Resource,
6195
+ ResourceReference: ResourceReference,
6196
+ Snapshot: Snapshot,
6197
+ SnapshotListResult: SnapshotListResult,
6198
+ SubResource: SubResource,
6199
+ SysctlConfig: SysctlConfig,
6200
+ SystemData: SystemData,
6201
+ TagsObject: TagsObject,
6202
+ TimeInWeek: TimeInWeek,
6203
+ TimeSpan: TimeSpan,
6204
+ UserAssignedIdentity: UserAssignedIdentity,
6205
+ WindowsGmsaProfile: WindowsGmsaProfile
6206
+ });
6207
+
6208
+ /*
6209
+ * Copyright (c) Microsoft Corporation.
6210
+ * Licensed under the MIT License.
6211
+ *
6212
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6213
+ * Changes may cause incorrect behavior and will be lost if the code is
6214
+ * regenerated.
6215
+ */
6216
+ /** Class representing a Snapshots. */
6217
+ var Snapshots = /** @class */ (function () {
6218
+ /**
6219
+ * Create a Snapshots.
6220
+ * @param {ContainerServiceClientContext} client Reference to the service client.
6221
+ */
6222
+ function Snapshots(client) {
6223
+ this.client = client;
6224
+ }
6225
+ Snapshots.prototype.list = function (options, callback) {
6226
+ return this.client.sendOperationRequest({
6227
+ options: options
6228
+ }, listOperationSpec$5, callback);
6229
+ };
6230
+ Snapshots.prototype.listByResourceGroup = function (resourceGroupName, options, callback) {
6231
+ return this.client.sendOperationRequest({
6232
+ resourceGroupName: resourceGroupName,
6233
+ options: options
6234
+ }, listByResourceGroupOperationSpec$1, callback);
6235
+ };
6236
+ Snapshots.prototype.get = function (resourceGroupName, resourceName, options, callback) {
6237
+ return this.client.sendOperationRequest({
6238
+ resourceGroupName: resourceGroupName,
6239
+ resourceName: resourceName,
6240
+ options: options
6241
+ }, getOperationSpec$4, callback);
6242
+ };
6243
+ Snapshots.prototype.createOrUpdate = function (resourceGroupName, resourceName, parameters, options, callback) {
6244
+ return this.client.sendOperationRequest({
6245
+ resourceGroupName: resourceGroupName,
6246
+ resourceName: resourceName,
6247
+ parameters: parameters,
6248
+ options: options
6249
+ }, createOrUpdateOperationSpec$1, callback);
6250
+ };
6251
+ Snapshots.prototype.updateTags = function (resourceGroupName, resourceName, parameters, options, callback) {
6252
+ return this.client.sendOperationRequest({
6253
+ resourceGroupName: resourceGroupName,
6254
+ resourceName: resourceName,
6255
+ parameters: parameters,
6256
+ options: options
6257
+ }, updateTagsOperationSpec, callback);
6258
+ };
6259
+ Snapshots.prototype.deleteMethod = function (resourceGroupName, resourceName, options, callback) {
6260
+ return this.client.sendOperationRequest({
6261
+ resourceGroupName: resourceGroupName,
6262
+ resourceName: resourceName,
6263
+ options: options
6264
+ }, deleteMethodOperationSpec$1, callback);
6265
+ };
6266
+ Snapshots.prototype.listNext = function (nextPageLink, options, callback) {
6267
+ return this.client.sendOperationRequest({
6268
+ nextPageLink: nextPageLink,
6269
+ options: options
6270
+ }, listNextOperationSpec$2, callback);
6271
+ };
6272
+ Snapshots.prototype.listByResourceGroupNext = function (nextPageLink, options, callback) {
6273
+ return this.client.sendOperationRequest({
6274
+ nextPageLink: nextPageLink,
6275
+ options: options
6276
+ }, listByResourceGroupNextOperationSpec$1, callback);
6277
+ };
6278
+ return Snapshots;
6279
+ }());
6280
+ // Operation Specifications
6281
+ var serializer$7 = new msRest.Serializer(Mappers$7);
6282
+ var listOperationSpec$5 = {
6283
+ httpMethod: "GET",
6284
+ path: "subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/snapshots",
6285
+ urlParameters: [
6286
+ subscriptionId
6287
+ ],
6288
+ queryParameters: [
6289
+ apiVersion
6290
+ ],
6291
+ headerParameters: [
6292
+ acceptLanguage
6293
+ ],
6294
+ responses: {
6295
+ 200: {
6296
+ bodyMapper: SnapshotListResult
6297
+ },
6298
+ default: {
6299
+ bodyMapper: CloudError
6300
+ }
6301
+ },
6302
+ serializer: serializer$7
6303
+ };
6304
+ var listByResourceGroupOperationSpec$1 = {
6305
+ httpMethod: "GET",
6306
+ path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots",
6307
+ urlParameters: [
6308
+ subscriptionId,
6309
+ resourceGroupName
6310
+ ],
6311
+ queryParameters: [
6312
+ apiVersion
6313
+ ],
6314
+ headerParameters: [
6315
+ acceptLanguage
6316
+ ],
6317
+ responses: {
6318
+ 200: {
6319
+ bodyMapper: SnapshotListResult
6320
+ },
6321
+ default: {
6322
+ bodyMapper: CloudError
6323
+ }
6324
+ },
6325
+ serializer: serializer$7
6326
+ };
6327
+ var getOperationSpec$4 = {
6328
+ httpMethod: "GET",
6329
+ path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}",
6330
+ urlParameters: [
6331
+ subscriptionId,
6332
+ resourceGroupName,
6333
+ resourceName
6334
+ ],
6335
+ queryParameters: [
6336
+ apiVersion
6337
+ ],
6338
+ headerParameters: [
6339
+ acceptLanguage
6340
+ ],
6341
+ responses: {
6342
+ 200: {
6343
+ bodyMapper: Snapshot
6344
+ },
6345
+ default: {
6346
+ bodyMapper: CloudError
6347
+ }
6348
+ },
6349
+ serializer: serializer$7
6350
+ };
6351
+ var createOrUpdateOperationSpec$1 = {
6352
+ httpMethod: "PUT",
6353
+ path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}",
6354
+ urlParameters: [
6355
+ subscriptionId,
6356
+ resourceGroupName,
6357
+ resourceName
6358
+ ],
6359
+ queryParameters: [
6360
+ apiVersion
6361
+ ],
6362
+ headerParameters: [
6363
+ acceptLanguage
6364
+ ],
6365
+ requestBody: {
6366
+ parameterPath: "parameters",
6367
+ mapper: __assign(__assign({}, Snapshot), { required: true })
6368
+ },
6369
+ responses: {
6370
+ 200: {
6371
+ bodyMapper: Snapshot
6372
+ },
6373
+ 201: {
6374
+ bodyMapper: Snapshot
6375
+ },
6376
+ default: {
6377
+ bodyMapper: CloudError
6378
+ }
6379
+ },
6380
+ serializer: serializer$7
6381
+ };
6382
+ var updateTagsOperationSpec = {
6383
+ httpMethod: "PATCH",
6384
+ path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}",
6385
+ urlParameters: [
6386
+ subscriptionId,
6387
+ resourceGroupName,
6388
+ resourceName
6389
+ ],
6390
+ queryParameters: [
6391
+ apiVersion
6392
+ ],
6393
+ headerParameters: [
6394
+ acceptLanguage
6395
+ ],
6396
+ requestBody: {
6397
+ parameterPath: "parameters",
6398
+ mapper: __assign(__assign({}, TagsObject), { required: true })
6399
+ },
6400
+ responses: {
6401
+ 200: {
6402
+ bodyMapper: Snapshot
6403
+ },
6404
+ default: {
6405
+ bodyMapper: CloudError
6406
+ }
6407
+ },
6408
+ serializer: serializer$7
6409
+ };
6410
+ var deleteMethodOperationSpec$1 = {
6411
+ httpMethod: "DELETE",
6412
+ path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}",
6413
+ urlParameters: [
6414
+ subscriptionId,
6415
+ resourceGroupName,
6416
+ resourceName
6417
+ ],
6418
+ queryParameters: [
6419
+ apiVersion
6420
+ ],
6421
+ headerParameters: [
6422
+ acceptLanguage
6423
+ ],
6424
+ responses: {
6425
+ 200: {},
6426
+ 204: {},
6427
+ default: {
6428
+ bodyMapper: CloudError
6429
+ }
6430
+ },
6431
+ serializer: serializer$7
6432
+ };
6433
+ var listNextOperationSpec$2 = {
6434
+ httpMethod: "GET",
6435
+ baseUrl: "https://management.azure.com",
6436
+ path: "{nextLink}",
6437
+ urlParameters: [
6438
+ nextPageLink
6439
+ ],
6440
+ queryParameters: [
6441
+ apiVersion
6442
+ ],
6443
+ headerParameters: [
6444
+ acceptLanguage
6445
+ ],
6446
+ responses: {
6447
+ 200: {
6448
+ bodyMapper: SnapshotListResult
6449
+ },
6450
+ default: {
6451
+ bodyMapper: CloudError
6452
+ }
6453
+ },
6454
+ serializer: serializer$7
6455
+ };
6456
+ var listByResourceGroupNextOperationSpec$1 = {
6457
+ httpMethod: "GET",
6458
+ baseUrl: "https://management.azure.com",
6459
+ path: "{nextLink}",
6460
+ urlParameters: [
6461
+ nextPageLink
6462
+ ],
6463
+ queryParameters: [
6464
+ apiVersion
6465
+ ],
6466
+ headerParameters: [
6467
+ acceptLanguage
6468
+ ],
6469
+ responses: {
6470
+ 200: {
6471
+ bodyMapper: SnapshotListResult
6472
+ },
6473
+ default: {
6474
+ bodyMapper: CloudError
6475
+ }
6476
+ },
6477
+ serializer: serializer$7
6478
+ };
6479
+
5467
6480
  /*
5468
6481
  * Copyright (c) Microsoft Corporation.
5469
6482
  * Licensed under the MIT License.
@@ -5473,7 +6486,7 @@
5473
6486
  * regenerated.
5474
6487
  */
5475
6488
  var packageName = "@azure/arm-containerservice";
5476
- var packageVersion = "13.3.1";
6489
+ var packageVersion = "14.3.0";
5477
6490
  var ContainerServiceClientContext = /** @class */ (function (_super) {
5478
6491
  __extends(ContainerServiceClientContext, _super);
5479
6492
  /**
@@ -5504,7 +6517,7 @@
5504
6517
  options.userAgent = packageName + "/" + packageVersion + " " + defaultUserAgent;
5505
6518
  }
5506
6519
  _this = _super.call(this, credentials, options) || this;
5507
- _this.apiVersion = '2021-03-01';
6520
+ _this.apiVersion = '2021-10-01';
5508
6521
  _this.acceptLanguage = 'en-US';
5509
6522
  _this.longRunningOperationRetryTimeout = 30;
5510
6523
  _this.baseUri = options.baseUri || _this.baseUri || "https://management.azure.com";
@@ -5553,6 +6566,7 @@
5553
6566
  _this.privateEndpointConnections = new PrivateEndpointConnections(_this);
5554
6567
  _this.privateLinkResources = new PrivateLinkResources(_this);
5555
6568
  _this.resolvePrivateLinkServiceId = new ResolvePrivateLinkServiceId(_this);
6569
+ _this.snapshots = new Snapshots(_this);
5556
6570
  return _this;
5557
6571
  }
5558
6572
  return ContainerServiceClient;
@@ -5569,6 +6583,7 @@
5569
6583
  exports.PrivateEndpointConnections = PrivateEndpointConnections;
5570
6584
  exports.PrivateLinkResources = PrivateLinkResources;
5571
6585
  exports.ResolvePrivateLinkServiceId = ResolvePrivateLinkServiceId;
6586
+ exports.Snapshots = Snapshots;
5572
6587
 
5573
6588
  Object.defineProperty(exports, '__esModule', { value: true });
5574
6589