@azure/arm-containerservice 24.2.0-beta.1 → 25.0.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 (1475) hide show
  1. package/README.md +10 -10
  2. package/dist/browser/api/agentPools/index.d.ts +3 -0
  3. package/dist/browser/api/agentPools/index.js +4 -0
  4. package/dist/browser/api/agentPools/index.js.map +1 -0
  5. package/dist/browser/api/agentPools/operations.d.ts +48 -0
  6. package/dist/browser/api/agentPools/operations.js +305 -0
  7. package/dist/browser/api/agentPools/operations.js.map +1 -0
  8. package/dist/browser/api/agentPools/options.d.ts +47 -0
  9. package/dist/browser/api/agentPools/options.js +4 -0
  10. package/dist/browser/api/agentPools/options.js.map +1 -0
  11. package/dist/browser/api/containerServiceContext.d.ts +22 -0
  12. package/dist/browser/api/containerServiceContext.js +24 -0
  13. package/dist/browser/api/containerServiceContext.js.map +1 -0
  14. package/dist/browser/api/index.d.ts +3 -0
  15. package/dist/browser/api/index.js +4 -0
  16. package/dist/browser/api/index.js.map +1 -0
  17. package/dist/browser/api/machines/index.d.ts +3 -0
  18. package/dist/browser/api/machines/index.js +4 -0
  19. package/dist/browser/api/machines/index.js.map +1 -0
  20. package/dist/browser/api/machines/operations.d.ts +14 -0
  21. package/dist/browser/api/machines/operations.js +65 -0
  22. package/dist/browser/api/machines/operations.js.map +1 -0
  23. package/dist/browser/api/machines/options.d.ts +8 -0
  24. package/dist/browser/api/machines/options.js +4 -0
  25. package/dist/browser/api/machines/options.js.map +1 -0
  26. package/dist/browser/api/maintenanceConfigurations/index.d.ts +3 -0
  27. package/dist/browser/api/maintenanceConfigurations/index.js +4 -0
  28. package/dist/browser/api/maintenanceConfigurations/index.js.map +1 -0
  29. package/dist/browser/api/maintenanceConfigurations/operations.d.ts +27 -0
  30. package/dist/browser/api/maintenanceConfigurations/operations.js +125 -0
  31. package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -0
  32. package/dist/browser/api/maintenanceConfigurations/options.d.ts +14 -0
  33. package/dist/browser/api/maintenanceConfigurations/options.js +4 -0
  34. package/dist/browser/api/maintenanceConfigurations/options.js.map +1 -0
  35. package/dist/browser/api/managedClusters/index.d.ts +3 -0
  36. package/dist/browser/api/managedClusters/index.js +4 -0
  37. package/dist/browser/api/managedClusters/index.js.map +1 -0
  38. package/dist/browser/api/managedClusters/operations.d.ts +116 -0
  39. package/dist/browser/api/managedClusters/operations.js +806 -0
  40. package/dist/browser/api/managedClusters/operations.js.map +1 -0
  41. package/dist/browser/api/managedClusters/options.d.ts +119 -0
  42. package/dist/browser/api/managedClusters/options.js +4 -0
  43. package/dist/browser/api/managedClusters/options.js.map +1 -0
  44. package/dist/browser/api/managedNamespaces/index.d.ts +3 -0
  45. package/dist/browser/api/managedNamespaces/index.js +4 -0
  46. package/dist/browser/api/managedNamespaces/index.js.map +1 -0
  47. package/dist/browser/api/managedNamespaces/operations.d.ts +36 -0
  48. package/dist/browser/api/managedNamespaces/operations.js +196 -0
  49. package/dist/browser/api/managedNamespaces/operations.js.map +1 -0
  50. package/dist/browser/api/managedNamespaces/options.d.ts +24 -0
  51. package/dist/browser/api/managedNamespaces/options.js +4 -0
  52. package/dist/browser/api/managedNamespaces/options.js.map +1 -0
  53. package/dist/browser/api/operations/index.d.ts +3 -0
  54. package/dist/browser/api/operations/index.js +4 -0
  55. package/dist/browser/api/operations/index.js.map +1 -0
  56. package/dist/browser/api/operations/operations.d.ts +10 -0
  57. package/dist/browser/api/operations/operations.js +31 -0
  58. package/dist/browser/api/operations/operations.js.map +1 -0
  59. package/dist/browser/api/operations/options.d.ts +5 -0
  60. package/dist/browser/api/operations/options.js +4 -0
  61. package/dist/browser/api/operations/options.js.map +1 -0
  62. package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
  63. package/dist/browser/api/privateEndpointConnections/index.js +4 -0
  64. package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
  65. package/dist/browser/api/privateEndpointConnections/operations.d.ts +27 -0
  66. package/dist/browser/api/privateEndpointConnections/operations.js +131 -0
  67. package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
  68. package/dist/browser/api/privateEndpointConnections/options.d.ts +16 -0
  69. package/dist/browser/api/privateEndpointConnections/options.js +4 -0
  70. package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
  71. package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
  72. package/dist/browser/api/privateLinkResources/index.js +4 -0
  73. package/dist/browser/api/privateLinkResources/index.js.map +1 -0
  74. package/dist/browser/api/privateLinkResources/operations.d.ts +9 -0
  75. package/dist/browser/api/privateLinkResources/operations.js +34 -0
  76. package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
  77. package/dist/browser/api/privateLinkResources/options.d.ts +5 -0
  78. package/dist/browser/api/privateLinkResources/options.js +4 -0
  79. package/dist/browser/api/privateLinkResources/options.js.map +1 -0
  80. package/dist/browser/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
  81. package/dist/browser/api/resolvePrivateLinkServiceId/index.js +4 -0
  82. package/dist/browser/api/resolvePrivateLinkServiceId/index.js.map +1 -0
  83. package/dist/browser/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
  84. package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +36 -0
  85. package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -0
  86. package/dist/browser/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
  87. package/dist/browser/api/resolvePrivateLinkServiceId/options.js +4 -0
  88. package/dist/browser/api/resolvePrivateLinkServiceId/options.js.map +1 -0
  89. package/dist/browser/api/snapshots/index.d.ts +3 -0
  90. package/dist/browser/api/snapshots/index.js +4 -0
  91. package/dist/browser/api/snapshots/index.js.map +1 -0
  92. package/dist/browser/api/snapshots/operations.d.ts +35 -0
  93. package/dist/browser/api/snapshots/operations.js +176 -0
  94. package/dist/browser/api/snapshots/operations.js.map +1 -0
  95. package/dist/browser/api/snapshots/options.d.ts +20 -0
  96. package/dist/browser/api/snapshots/options.js +4 -0
  97. package/dist/browser/api/snapshots/options.js.map +1 -0
  98. package/dist/browser/api/trustedAccessRoleBindings/index.d.ts +3 -0
  99. package/dist/browser/api/trustedAccessRoleBindings/index.js +4 -0
  100. package/dist/browser/api/trustedAccessRoleBindings/index.js.map +1 -0
  101. package/dist/browser/api/trustedAccessRoleBindings/operations.d.ts +28 -0
  102. package/dist/browser/api/trustedAccessRoleBindings/operations.js +136 -0
  103. package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -0
  104. package/dist/browser/api/trustedAccessRoleBindings/options.d.ts +18 -0
  105. package/dist/browser/api/trustedAccessRoleBindings/options.js +4 -0
  106. package/dist/browser/api/trustedAccessRoleBindings/options.js.map +1 -0
  107. package/dist/browser/api/trustedAccessRoles/index.d.ts +3 -0
  108. package/dist/browser/api/trustedAccessRoles/index.js +4 -0
  109. package/dist/browser/api/trustedAccessRoles/index.js.map +1 -0
  110. package/dist/browser/api/trustedAccessRoles/operations.d.ts +10 -0
  111. package/dist/browser/api/trustedAccessRoles/operations.js +33 -0
  112. package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -0
  113. package/dist/browser/api/trustedAccessRoles/options.d.ts +5 -0
  114. package/dist/browser/api/trustedAccessRoles/options.js +4 -0
  115. package/dist/browser/api/trustedAccessRoles/options.js.map +1 -0
  116. package/dist/browser/classic/agentPools/index.d.ts +54 -0
  117. package/dist/browser/classic/agentPools/index.js +63 -0
  118. package/dist/browser/classic/agentPools/index.js.map +1 -0
  119. package/dist/browser/classic/index.d.ts +13 -0
  120. package/dist/browser/classic/index.js +4 -0
  121. package/dist/browser/classic/index.js.map +1 -0
  122. package/dist/browser/classic/machines/index.d.ts +13 -0
  123. package/dist/browser/classic/machines/index.js +15 -0
  124. package/dist/browser/classic/machines/index.js.map +1 -0
  125. package/dist/browser/classic/maintenanceConfigurations/index.d.ts +22 -0
  126. package/dist/browser/classic/maintenanceConfigurations/index.js +17 -0
  127. package/dist/browser/classic/maintenanceConfigurations/index.js.map +1 -0
  128. package/dist/browser/classic/managedClusters/index.d.ts +112 -0
  129. package/dist/browser/classic/managedClusters/index.js +128 -0
  130. package/dist/browser/classic/managedClusters/index.js.map +1 -0
  131. package/dist/browser/classic/managedNamespaces/index.d.ts +36 -0
  132. package/dist/browser/classic/managedNamespaces/index.js +36 -0
  133. package/dist/browser/classic/managedNamespaces/index.js.map +1 -0
  134. package/dist/browser/classic/operations/index.d.ts +11 -0
  135. package/dist/browser/classic/operations/index.js +14 -0
  136. package/dist/browser/classic/operations/index.js.map +1 -0
  137. package/dist/browser/classic/privateEndpointConnections/index.d.ts +27 -0
  138. package/dist/browser/classic/privateEndpointConnections/index.js +26 -0
  139. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
  140. package/dist/browser/classic/privateLinkResources/index.d.ts +10 -0
  141. package/dist/browser/classic/privateLinkResources/index.js +14 -0
  142. package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
  143. package/dist/browser/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
  144. package/dist/browser/classic/resolvePrivateLinkServiceId/index.js +14 -0
  145. package/dist/browser/classic/resolvePrivateLinkServiceId/index.js.map +1 -0
  146. package/dist/browser/classic/snapshots/index.d.ts +26 -0
  147. package/dist/browser/classic/snapshots/index.js +19 -0
  148. package/dist/browser/classic/snapshots/index.js.map +1 -0
  149. package/dist/browser/classic/trustedAccessRoleBindings/index.d.ts +32 -0
  150. package/dist/browser/classic/trustedAccessRoleBindings/index.js +34 -0
  151. package/dist/browser/classic/trustedAccessRoleBindings/index.js.map +1 -0
  152. package/dist/browser/classic/trustedAccessRoles/index.d.ts +11 -0
  153. package/dist/browser/classic/trustedAccessRoles/index.js +14 -0
  154. package/dist/browser/classic/trustedAccessRoles/index.js.map +1 -0
  155. package/dist/browser/containerServiceClient.d.ts +46 -36
  156. package/dist/browser/containerServiceClient.js +66 -126
  157. package/dist/browser/containerServiceClient.js.map +1 -1
  158. package/dist/browser/index.d.ts +25 -3
  159. package/dist/browser/index.js +4 -6
  160. package/dist/browser/index.js.map +1 -1
  161. package/dist/browser/logger.d.ts +2 -0
  162. package/dist/browser/logger.js +5 -0
  163. package/dist/browser/logger.js.map +1 -0
  164. package/dist/browser/models/index.d.ts +2 -5544
  165. package/dist/browser/models/index.js +1 -852
  166. package/dist/browser/models/index.js.map +1 -1
  167. package/dist/browser/models/models.d.ts +3838 -0
  168. package/dist/browser/models/models.js +4784 -0
  169. package/dist/browser/models/models.js.map +1 -0
  170. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  171. package/dist/browser/restorePollerHelpers.js +142 -0
  172. package/dist/browser/restorePollerHelpers.js.map +1 -0
  173. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  174. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  175. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  176. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  177. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  178. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  179. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  180. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  181. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  182. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  183. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  184. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  185. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  186. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  187. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  188. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  189. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  190. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  191. package/dist/commonjs/api/agentPools/index.d.ts +3 -0
  192. package/dist/commonjs/api/agentPools/index.js +43 -0
  193. package/dist/commonjs/api/agentPools/index.js.map +7 -0
  194. package/dist/commonjs/api/agentPools/operations.d.ts +48 -0
  195. package/dist/commonjs/api/agentPools/operations.js +444 -0
  196. package/dist/commonjs/api/agentPools/operations.js.map +7 -0
  197. package/dist/commonjs/api/agentPools/options.d.ts +47 -0
  198. package/dist/commonjs/api/agentPools/options.js +15 -0
  199. package/dist/commonjs/api/agentPools/options.js.map +7 -0
  200. package/dist/commonjs/api/containerServiceContext.d.ts +22 -0
  201. package/dist/commonjs/api/containerServiceContext.js +44 -0
  202. package/dist/commonjs/api/containerServiceContext.js.map +7 -0
  203. package/dist/commonjs/api/index.d.ts +3 -0
  204. package/dist/commonjs/api/index.js +27 -0
  205. package/dist/commonjs/api/index.js.map +7 -0
  206. package/dist/commonjs/api/machines/index.d.ts +3 -0
  207. package/dist/commonjs/api/machines/index.js +29 -0
  208. package/dist/commonjs/api/machines/index.js.map +7 -0
  209. package/dist/commonjs/api/machines/operations.d.ts +14 -0
  210. package/dist/commonjs/api/machines/operations.js +117 -0
  211. package/dist/commonjs/api/machines/operations.js.map +7 -0
  212. package/dist/commonjs/api/machines/options.d.ts +8 -0
  213. package/dist/commonjs/api/machines/options.js +15 -0
  214. package/dist/commonjs/api/machines/options.js.map +7 -0
  215. package/dist/commonjs/api/maintenanceConfigurations/index.d.ts +3 -0
  216. package/dist/commonjs/api/maintenanceConfigurations/index.js +33 -0
  217. package/dist/commonjs/api/maintenanceConfigurations/index.js.map +7 -0
  218. package/dist/commonjs/api/maintenanceConfigurations/operations.d.ts +27 -0
  219. package/dist/commonjs/api/maintenanceConfigurations/operations.js +190 -0
  220. package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +7 -0
  221. package/dist/commonjs/api/maintenanceConfigurations/options.d.ts +14 -0
  222. package/dist/commonjs/api/maintenanceConfigurations/options.js +15 -0
  223. package/dist/commonjs/api/maintenanceConfigurations/options.js.map +7 -0
  224. package/dist/commonjs/api/managedClusters/index.d.ts +3 -0
  225. package/dist/commonjs/api/managedClusters/index.js +77 -0
  226. package/dist/commonjs/api/managedClusters/index.js.map +7 -0
  227. package/dist/commonjs/api/managedClusters/operations.d.ts +116 -0
  228. package/dist/commonjs/api/managedClusters/operations.js +1150 -0
  229. package/dist/commonjs/api/managedClusters/operations.js.map +7 -0
  230. package/dist/commonjs/api/managedClusters/options.d.ts +119 -0
  231. package/dist/commonjs/api/managedClusters/options.js +15 -0
  232. package/dist/commonjs/api/managedClusters/options.js.map +7 -0
  233. package/dist/commonjs/api/managedNamespaces/index.d.ts +3 -0
  234. package/dist/commonjs/api/managedNamespaces/index.js +37 -0
  235. package/dist/commonjs/api/managedNamespaces/index.js.map +7 -0
  236. package/dist/commonjs/api/managedNamespaces/operations.d.ts +36 -0
  237. package/dist/commonjs/api/managedNamespaces/operations.js +298 -0
  238. package/dist/commonjs/api/managedNamespaces/operations.js.map +7 -0
  239. package/dist/commonjs/api/managedNamespaces/options.d.ts +24 -0
  240. package/dist/commonjs/api/managedNamespaces/options.js +15 -0
  241. package/dist/commonjs/api/managedNamespaces/options.js.map +7 -0
  242. package/dist/commonjs/api/operations/index.d.ts +3 -0
  243. package/dist/commonjs/api/operations/index.js +27 -0
  244. package/dist/commonjs/api/operations/index.js.map +7 -0
  245. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  246. package/dist/commonjs/api/operations/operations.js +67 -0
  247. package/dist/commonjs/api/operations/operations.js.map +7 -0
  248. package/dist/commonjs/api/operations/options.d.ts +5 -0
  249. package/dist/commonjs/api/operations/options.js +15 -0
  250. package/dist/commonjs/api/operations/options.js.map +7 -0
  251. package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
  252. package/dist/commonjs/api/privateEndpointConnections/index.js +33 -0
  253. package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
  254. package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +27 -0
  255. package/dist/commonjs/api/privateEndpointConnections/operations.js +202 -0
  256. package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
  257. package/dist/commonjs/api/privateEndpointConnections/options.d.ts +16 -0
  258. package/dist/commonjs/api/privateEndpointConnections/options.js +15 -0
  259. package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
  260. package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
  261. package/dist/commonjs/api/privateLinkResources/index.js +27 -0
  262. package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
  263. package/dist/commonjs/api/privateLinkResources/operations.d.ts +9 -0
  264. package/dist/commonjs/api/privateLinkResources/operations.js +64 -0
  265. package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
  266. package/dist/commonjs/api/privateLinkResources/options.d.ts +5 -0
  267. package/dist/commonjs/api/privateLinkResources/options.js +15 -0
  268. package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
  269. package/dist/commonjs/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
  270. package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js +27 -0
  271. package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js.map +7 -0
  272. package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
  273. package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +66 -0
  274. package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +7 -0
  275. package/dist/commonjs/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
  276. package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js +15 -0
  277. package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js.map +7 -0
  278. package/dist/commonjs/api/snapshots/index.d.ts +3 -0
  279. package/dist/commonjs/api/snapshots/index.js +37 -0
  280. package/dist/commonjs/api/snapshots/index.js.map +7 -0
  281. package/dist/commonjs/api/snapshots/operations.d.ts +35 -0
  282. package/dist/commonjs/api/snapshots/operations.js +270 -0
  283. package/dist/commonjs/api/snapshots/operations.js.map +7 -0
  284. package/dist/commonjs/api/snapshots/options.d.ts +20 -0
  285. package/dist/commonjs/api/snapshots/options.js +15 -0
  286. package/dist/commonjs/api/snapshots/options.js.map +7 -0
  287. package/dist/commonjs/api/trustedAccessRoleBindings/index.d.ts +3 -0
  288. package/dist/commonjs/api/trustedAccessRoleBindings/index.js +33 -0
  289. package/dist/commonjs/api/trustedAccessRoleBindings/index.js.map +7 -0
  290. package/dist/commonjs/api/trustedAccessRoleBindings/operations.d.ts +28 -0
  291. package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +207 -0
  292. package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +7 -0
  293. package/dist/commonjs/api/trustedAccessRoleBindings/options.d.ts +18 -0
  294. package/dist/commonjs/api/trustedAccessRoleBindings/options.js +15 -0
  295. package/dist/commonjs/api/trustedAccessRoleBindings/options.js.map +7 -0
  296. package/dist/commonjs/api/trustedAccessRoles/index.d.ts +3 -0
  297. package/dist/commonjs/api/trustedAccessRoles/index.js +27 -0
  298. package/dist/commonjs/api/trustedAccessRoles/index.js.map +7 -0
  299. package/dist/commonjs/api/trustedAccessRoles/operations.d.ts +10 -0
  300. package/dist/commonjs/api/trustedAccessRoles/operations.js +69 -0
  301. package/dist/commonjs/api/trustedAccessRoles/operations.js.map +7 -0
  302. package/dist/commonjs/api/trustedAccessRoles/options.d.ts +5 -0
  303. package/dist/commonjs/api/trustedAccessRoles/options.js +15 -0
  304. package/dist/commonjs/api/trustedAccessRoles/options.js.map +7 -0
  305. package/dist/commonjs/classic/agentPools/index.d.ts +54 -0
  306. package/dist/commonjs/classic/agentPools/index.js +138 -0
  307. package/dist/commonjs/classic/agentPools/index.js.map +7 -0
  308. package/dist/commonjs/classic/index.d.ts +13 -0
  309. package/dist/commonjs/classic/index.js +15 -0
  310. package/dist/commonjs/classic/index.js.map +7 -0
  311. package/dist/commonjs/classic/machines/index.d.ts +13 -0
  312. package/dist/commonjs/classic/machines/index.js +38 -0
  313. package/dist/commonjs/classic/machines/index.js.map +7 -0
  314. package/dist/commonjs/classic/maintenanceConfigurations/index.d.ts +22 -0
  315. package/dist/commonjs/classic/maintenanceConfigurations/index.js +40 -0
  316. package/dist/commonjs/classic/maintenanceConfigurations/index.js.map +7 -0
  317. package/dist/commonjs/classic/managedClusters/index.d.ts +112 -0
  318. package/dist/commonjs/classic/managedClusters/index.js +173 -0
  319. package/dist/commonjs/classic/managedClusters/index.js.map +7 -0
  320. package/dist/commonjs/classic/managedNamespaces/index.d.ts +36 -0
  321. package/dist/commonjs/classic/managedNamespaces/index.js +86 -0
  322. package/dist/commonjs/classic/managedNamespaces/index.js.map +7 -0
  323. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  324. package/dist/commonjs/classic/operations/index.js +37 -0
  325. package/dist/commonjs/classic/operations/index.js.map +7 -0
  326. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +27 -0
  327. package/dist/commonjs/classic/privateEndpointConnections/index.js +68 -0
  328. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
  329. package/dist/commonjs/classic/privateLinkResources/index.d.ts +10 -0
  330. package/dist/commonjs/classic/privateLinkResources/index.js +37 -0
  331. package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
  332. package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
  333. package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js +37 -0
  334. package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js.map +7 -0
  335. package/dist/commonjs/classic/snapshots/index.d.ts +26 -0
  336. package/dist/commonjs/classic/snapshots/index.js +42 -0
  337. package/dist/commonjs/classic/snapshots/index.js.map +7 -0
  338. package/dist/commonjs/classic/trustedAccessRoleBindings/index.d.ts +32 -0
  339. package/dist/commonjs/classic/trustedAccessRoleBindings/index.js +90 -0
  340. package/dist/commonjs/classic/trustedAccessRoleBindings/index.js.map +7 -0
  341. package/dist/commonjs/classic/trustedAccessRoles/index.d.ts +11 -0
  342. package/dist/commonjs/classic/trustedAccessRoles/index.js +37 -0
  343. package/dist/commonjs/classic/trustedAccessRoles/index.js.map +7 -0
  344. package/dist/commonjs/containerServiceClient.d.ts +46 -36
  345. package/dist/commonjs/containerServiceClient.js +95 -140
  346. package/dist/commonjs/containerServiceClient.js.map +7 -1
  347. package/dist/commonjs/index.d.ts +25 -3
  348. package/dist/commonjs/index.js +172 -16
  349. package/dist/commonjs/index.js.map +7 -1
  350. package/dist/commonjs/logger.d.ts +2 -0
  351. package/dist/commonjs/logger.js +28 -0
  352. package/dist/commonjs/logger.js.map +7 -0
  353. package/dist/commonjs/models/index.d.ts +2 -5544
  354. package/dist/commonjs/models/index.js +163 -859
  355. package/dist/commonjs/models/index.js.map +7 -1
  356. package/dist/commonjs/models/models.d.ts +3838 -0
  357. package/dist/commonjs/models/models.js +4634 -0
  358. package/dist/commonjs/models/models.js.map +7 -0
  359. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  360. package/dist/commonjs/restorePollerHelpers.js +154 -0
  361. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  362. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  363. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +51 -0
  364. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  365. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  366. package/dist/commonjs/static-helpers/pagingHelpers.js +142 -0
  367. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  368. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  369. package/dist/commonjs/static-helpers/pollingHelpers.js +100 -0
  370. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  371. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  372. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +34 -0
  373. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  374. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  375. package/dist/commonjs/static-helpers/simplePollerHelpers.js +66 -0
  376. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  377. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  378. package/dist/commonjs/static-helpers/urlTemplate.js +196 -0
  379. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  380. package/dist/commonjs/tsdoc-metadata.json +1 -1
  381. package/dist/esm/api/agentPools/index.d.ts +3 -0
  382. package/dist/esm/api/agentPools/index.js +22 -0
  383. package/dist/esm/api/agentPools/index.js.map +7 -0
  384. package/dist/esm/api/agentPools/operations.d.ts +48 -0
  385. package/dist/esm/api/agentPools/operations.js +403 -0
  386. package/dist/esm/api/agentPools/operations.js.map +7 -0
  387. package/dist/esm/api/agentPools/options.d.ts +47 -0
  388. package/dist/esm/api/agentPools/options.js +0 -0
  389. package/dist/esm/api/agentPools/options.js.map +7 -0
  390. package/dist/esm/api/containerServiceContext.d.ts +22 -0
  391. package/dist/esm/api/containerServiceContext.js +21 -0
  392. package/dist/esm/api/containerServiceContext.js.map +7 -0
  393. package/dist/esm/api/index.d.ts +3 -0
  394. package/dist/esm/api/index.js +4 -0
  395. package/dist/esm/api/index.js.map +7 -0
  396. package/dist/esm/api/machines/index.d.ts +3 -0
  397. package/dist/esm/api/machines/index.js +5 -0
  398. package/dist/esm/api/machines/index.js.map +7 -0
  399. package/dist/esm/api/machines/operations.d.ts +14 -0
  400. package/dist/esm/api/machines/operations.js +93 -0
  401. package/dist/esm/api/machines/operations.js.map +7 -0
  402. package/dist/esm/api/machines/options.d.ts +8 -0
  403. package/dist/esm/api/machines/options.js +0 -0
  404. package/dist/esm/api/machines/options.js.map +7 -0
  405. package/dist/esm/api/maintenanceConfigurations/index.d.ts +3 -0
  406. package/dist/esm/api/maintenanceConfigurations/index.js +7 -0
  407. package/dist/esm/api/maintenanceConfigurations/index.js.map +7 -0
  408. package/dist/esm/api/maintenanceConfigurations/operations.d.ts +27 -0
  409. package/dist/esm/api/maintenanceConfigurations/operations.js +161 -0
  410. package/dist/esm/api/maintenanceConfigurations/operations.js.map +7 -0
  411. package/dist/esm/api/maintenanceConfigurations/options.d.ts +14 -0
  412. package/dist/esm/api/maintenanceConfigurations/options.js +0 -0
  413. package/dist/esm/api/maintenanceConfigurations/options.js.map +7 -0
  414. package/dist/esm/api/managedClusters/index.d.ts +3 -0
  415. package/dist/esm/api/managedClusters/index.js +56 -0
  416. package/dist/esm/api/managedClusters/index.js.map +7 -0
  417. package/dist/esm/api/managedClusters/operations.d.ts +116 -0
  418. package/dist/esm/api/managedClusters/operations.js +1069 -0
  419. package/dist/esm/api/managedClusters/operations.js.map +7 -0
  420. package/dist/esm/api/managedClusters/options.d.ts +119 -0
  421. package/dist/esm/api/managedClusters/options.js +0 -0
  422. package/dist/esm/api/managedClusters/options.js.map +7 -0
  423. package/dist/esm/api/managedNamespaces/index.d.ts +3 -0
  424. package/dist/esm/api/managedNamespaces/index.js +16 -0
  425. package/dist/esm/api/managedNamespaces/index.js.map +7 -0
  426. package/dist/esm/api/managedNamespaces/operations.d.ts +36 -0
  427. package/dist/esm/api/managedNamespaces/operations.js +265 -0
  428. package/dist/esm/api/managedNamespaces/operations.js.map +7 -0
  429. package/dist/esm/api/managedNamespaces/options.d.ts +24 -0
  430. package/dist/esm/api/managedNamespaces/options.js +0 -0
  431. package/dist/esm/api/managedNamespaces/options.js.map +7 -0
  432. package/dist/esm/api/operations/index.d.ts +3 -0
  433. package/dist/esm/api/operations/index.js +4 -0
  434. package/dist/esm/api/operations/index.js.map +7 -0
  435. package/dist/esm/api/operations/operations.d.ts +10 -0
  436. package/dist/esm/api/operations/operations.js +45 -0
  437. package/dist/esm/api/operations/operations.js.map +7 -0
  438. package/dist/esm/api/operations/options.d.ts +5 -0
  439. package/dist/esm/api/operations/options.js +0 -0
  440. package/dist/esm/api/operations/options.js.map +7 -0
  441. package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
  442. package/dist/esm/api/privateEndpointConnections/index.js +7 -0
  443. package/dist/esm/api/privateEndpointConnections/index.js.map +7 -0
  444. package/dist/esm/api/privateEndpointConnections/operations.d.ts +27 -0
  445. package/dist/esm/api/privateEndpointConnections/operations.js +173 -0
  446. package/dist/esm/api/privateEndpointConnections/operations.js.map +7 -0
  447. package/dist/esm/api/privateEndpointConnections/options.d.ts +16 -0
  448. package/dist/esm/api/privateEndpointConnections/options.js +0 -0
  449. package/dist/esm/api/privateEndpointConnections/options.js.map +7 -0
  450. package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
  451. package/dist/esm/api/privateLinkResources/index.js +4 -0
  452. package/dist/esm/api/privateLinkResources/index.js.map +7 -0
  453. package/dist/esm/api/privateLinkResources/operations.d.ts +9 -0
  454. package/dist/esm/api/privateLinkResources/operations.js +42 -0
  455. package/dist/esm/api/privateLinkResources/operations.js.map +7 -0
  456. package/dist/esm/api/privateLinkResources/options.d.ts +5 -0
  457. package/dist/esm/api/privateLinkResources/options.js +0 -0
  458. package/dist/esm/api/privateLinkResources/options.js.map +7 -0
  459. package/dist/esm/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
  460. package/dist/esm/api/resolvePrivateLinkServiceId/index.js +4 -0
  461. package/dist/esm/api/resolvePrivateLinkServiceId/index.js.map +7 -0
  462. package/dist/esm/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
  463. package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +45 -0
  464. package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +7 -0
  465. package/dist/esm/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
  466. package/dist/esm/api/resolvePrivateLinkServiceId/options.js +0 -0
  467. package/dist/esm/api/resolvePrivateLinkServiceId/options.js.map +7 -0
  468. package/dist/esm/api/snapshots/index.d.ts +3 -0
  469. package/dist/esm/api/snapshots/index.js +16 -0
  470. package/dist/esm/api/snapshots/index.js.map +7 -0
  471. package/dist/esm/api/snapshots/operations.d.ts +35 -0
  472. package/dist/esm/api/snapshots/operations.js +236 -0
  473. package/dist/esm/api/snapshots/operations.js.map +7 -0
  474. package/dist/esm/api/snapshots/options.d.ts +20 -0
  475. package/dist/esm/api/snapshots/options.js +0 -0
  476. package/dist/esm/api/snapshots/options.js.map +7 -0
  477. package/dist/esm/api/trustedAccessRoleBindings/index.d.ts +3 -0
  478. package/dist/esm/api/trustedAccessRoleBindings/index.js +7 -0
  479. package/dist/esm/api/trustedAccessRoleBindings/index.js.map +7 -0
  480. package/dist/esm/api/trustedAccessRoleBindings/operations.d.ts +28 -0
  481. package/dist/esm/api/trustedAccessRoleBindings/operations.js +178 -0
  482. package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +7 -0
  483. package/dist/esm/api/trustedAccessRoleBindings/options.d.ts +18 -0
  484. package/dist/esm/api/trustedAccessRoleBindings/options.js +0 -0
  485. package/dist/esm/api/trustedAccessRoleBindings/options.js.map +7 -0
  486. package/dist/esm/api/trustedAccessRoles/index.d.ts +3 -0
  487. package/dist/esm/api/trustedAccessRoles/index.js +4 -0
  488. package/dist/esm/api/trustedAccessRoles/index.js.map +7 -0
  489. package/dist/esm/api/trustedAccessRoles/operations.d.ts +10 -0
  490. package/dist/esm/api/trustedAccessRoles/operations.js +47 -0
  491. package/dist/esm/api/trustedAccessRoles/operations.js.map +7 -0
  492. package/dist/esm/api/trustedAccessRoles/options.d.ts +5 -0
  493. package/dist/esm/api/trustedAccessRoles/options.js +0 -0
  494. package/dist/esm/api/trustedAccessRoles/options.js.map +7 -0
  495. package/dist/esm/classic/agentPools/index.d.ts +54 -0
  496. package/dist/esm/classic/agentPools/index.js +125 -0
  497. package/dist/esm/classic/agentPools/index.js.map +7 -0
  498. package/dist/esm/classic/index.d.ts +13 -0
  499. package/dist/esm/classic/index.js +0 -0
  500. package/dist/esm/classic/index.js.map +7 -0
  501. package/dist/esm/classic/machines/index.d.ts +13 -0
  502. package/dist/esm/classic/machines/index.js +15 -0
  503. package/dist/esm/classic/machines/index.js.map +7 -0
  504. package/dist/esm/classic/maintenanceConfigurations/index.d.ts +22 -0
  505. package/dist/esm/classic/maintenanceConfigurations/index.js +22 -0
  506. package/dist/esm/classic/maintenanceConfigurations/index.js.map +7 -0
  507. package/dist/esm/classic/managedClusters/index.d.ts +112 -0
  508. package/dist/esm/classic/managedClusters/index.js +177 -0
  509. package/dist/esm/classic/managedClusters/index.js.map +7 -0
  510. package/dist/esm/classic/managedNamespaces/index.d.ts +36 -0
  511. package/dist/esm/classic/managedNamespaces/index.js +70 -0
  512. package/dist/esm/classic/managedNamespaces/index.js.map +7 -0
  513. package/dist/esm/classic/operations/index.d.ts +11 -0
  514. package/dist/esm/classic/operations/index.js +14 -0
  515. package/dist/esm/classic/operations/index.js.map +7 -0
  516. package/dist/esm/classic/privateEndpointConnections/index.d.ts +27 -0
  517. package/dist/esm/classic/privateEndpointConnections/index.js +45 -0
  518. package/dist/esm/classic/privateEndpointConnections/index.js.map +7 -0
  519. package/dist/esm/classic/privateLinkResources/index.d.ts +10 -0
  520. package/dist/esm/classic/privateLinkResources/index.js +14 -0
  521. package/dist/esm/classic/privateLinkResources/index.js.map +7 -0
  522. package/dist/esm/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
  523. package/dist/esm/classic/resolvePrivateLinkServiceId/index.js +14 -0
  524. package/dist/esm/classic/resolvePrivateLinkServiceId/index.js.map +7 -0
  525. package/dist/esm/classic/snapshots/index.d.ts +26 -0
  526. package/dist/esm/classic/snapshots/index.js +26 -0
  527. package/dist/esm/classic/snapshots/index.js.map +7 -0
  528. package/dist/esm/classic/trustedAccessRoleBindings/index.d.ts +32 -0
  529. package/dist/esm/classic/trustedAccessRoleBindings/index.js +72 -0
  530. package/dist/esm/classic/trustedAccessRoleBindings/index.js.map +7 -0
  531. package/dist/esm/classic/trustedAccessRoles/index.d.ts +11 -0
  532. package/dist/esm/classic/trustedAccessRoles/index.js +14 -0
  533. package/dist/esm/classic/trustedAccessRoles/index.js.map +7 -0
  534. package/dist/esm/containerServiceClient.d.ts +46 -36
  535. package/dist/esm/containerServiceClient.js +72 -135
  536. package/dist/esm/containerServiceClient.js.map +7 -1
  537. package/dist/esm/index.d.ts +25 -3
  538. package/dist/esm/index.js +148 -10
  539. package/dist/esm/index.js.map +7 -1
  540. package/dist/esm/logger.d.ts +2 -0
  541. package/dist/esm/logger.js +5 -0
  542. package/dist/esm/logger.js.map +7 -0
  543. package/dist/esm/models/index.d.ts +2 -5544
  544. package/dist/esm/models/index.js +142 -855
  545. package/dist/esm/models/index.js.map +7 -1
  546. package/dist/esm/models/models.d.ts +3838 -0
  547. package/dist/esm/models/models.js +4139 -0
  548. package/dist/esm/models/models.js.map +7 -0
  549. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  550. package/dist/esm/restorePollerHelpers.js +155 -0
  551. package/dist/esm/restorePollerHelpers.js.map +7 -0
  552. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  553. package/dist/esm/static-helpers/cloudSettingHelpers.js +27 -0
  554. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +7 -0
  555. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  556. package/dist/esm/static-helpers/pagingHelpers.js +119 -0
  557. package/dist/esm/static-helpers/pagingHelpers.js.map +7 -0
  558. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  559. package/dist/esm/static-helpers/pollingHelpers.js +77 -0
  560. package/dist/esm/static-helpers/pollingHelpers.js.map +7 -0
  561. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  562. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +11 -0
  563. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  564. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  565. package/dist/esm/static-helpers/simplePollerHelpers.js +43 -0
  566. package/dist/esm/static-helpers/simplePollerHelpers.js.map +7 -0
  567. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  568. package/dist/esm/static-helpers/urlTemplate.js +173 -0
  569. package/dist/esm/static-helpers/urlTemplate.js.map +7 -0
  570. package/dist/react-native/api/agentPools/index.d.ts +3 -0
  571. package/dist/react-native/api/agentPools/index.js +4 -0
  572. package/dist/react-native/api/agentPools/index.js.map +1 -0
  573. package/dist/react-native/api/agentPools/operations.d.ts +48 -0
  574. package/dist/react-native/api/agentPools/operations.js +305 -0
  575. package/dist/react-native/api/agentPools/operations.js.map +1 -0
  576. package/dist/react-native/api/agentPools/options.d.ts +47 -0
  577. package/dist/react-native/api/agentPools/options.js +4 -0
  578. package/dist/react-native/api/agentPools/options.js.map +1 -0
  579. package/dist/react-native/api/containerServiceContext.d.ts +22 -0
  580. package/dist/react-native/api/containerServiceContext.js +24 -0
  581. package/dist/react-native/api/containerServiceContext.js.map +1 -0
  582. package/dist/react-native/api/index.d.ts +3 -0
  583. package/dist/react-native/api/index.js +4 -0
  584. package/dist/react-native/api/index.js.map +1 -0
  585. package/dist/react-native/api/machines/index.d.ts +3 -0
  586. package/dist/react-native/api/machines/index.js +4 -0
  587. package/dist/react-native/api/machines/index.js.map +1 -0
  588. package/dist/react-native/api/machines/operations.d.ts +14 -0
  589. package/dist/react-native/api/machines/operations.js +65 -0
  590. package/dist/react-native/api/machines/operations.js.map +1 -0
  591. package/dist/react-native/api/machines/options.d.ts +8 -0
  592. package/dist/react-native/api/machines/options.js +4 -0
  593. package/dist/react-native/api/machines/options.js.map +1 -0
  594. package/dist/react-native/api/maintenanceConfigurations/index.d.ts +3 -0
  595. package/dist/react-native/api/maintenanceConfigurations/index.js +4 -0
  596. package/dist/react-native/api/maintenanceConfigurations/index.js.map +1 -0
  597. package/dist/react-native/api/maintenanceConfigurations/operations.d.ts +27 -0
  598. package/dist/react-native/api/maintenanceConfigurations/operations.js +125 -0
  599. package/dist/react-native/api/maintenanceConfigurations/operations.js.map +1 -0
  600. package/dist/react-native/api/maintenanceConfigurations/options.d.ts +14 -0
  601. package/dist/react-native/api/maintenanceConfigurations/options.js +4 -0
  602. package/dist/react-native/api/maintenanceConfigurations/options.js.map +1 -0
  603. package/dist/react-native/api/managedClusters/index.d.ts +3 -0
  604. package/dist/react-native/api/managedClusters/index.js +4 -0
  605. package/dist/react-native/api/managedClusters/index.js.map +1 -0
  606. package/dist/react-native/api/managedClusters/operations.d.ts +116 -0
  607. package/dist/react-native/api/managedClusters/operations.js +806 -0
  608. package/dist/react-native/api/managedClusters/operations.js.map +1 -0
  609. package/dist/react-native/api/managedClusters/options.d.ts +119 -0
  610. package/dist/react-native/api/managedClusters/options.js +4 -0
  611. package/dist/react-native/api/managedClusters/options.js.map +1 -0
  612. package/dist/react-native/api/managedNamespaces/index.d.ts +3 -0
  613. package/dist/react-native/api/managedNamespaces/index.js +4 -0
  614. package/dist/react-native/api/managedNamespaces/index.js.map +1 -0
  615. package/dist/react-native/api/managedNamespaces/operations.d.ts +36 -0
  616. package/dist/react-native/api/managedNamespaces/operations.js +196 -0
  617. package/dist/react-native/api/managedNamespaces/operations.js.map +1 -0
  618. package/dist/react-native/api/managedNamespaces/options.d.ts +24 -0
  619. package/dist/react-native/api/managedNamespaces/options.js +4 -0
  620. package/dist/react-native/api/managedNamespaces/options.js.map +1 -0
  621. package/dist/react-native/api/operations/index.d.ts +3 -0
  622. package/dist/react-native/api/operations/index.js +4 -0
  623. package/dist/react-native/api/operations/index.js.map +1 -0
  624. package/dist/react-native/api/operations/operations.d.ts +10 -0
  625. package/dist/react-native/api/operations/operations.js +31 -0
  626. package/dist/react-native/api/operations/operations.js.map +1 -0
  627. package/dist/react-native/api/operations/options.d.ts +5 -0
  628. package/dist/react-native/api/operations/options.js +4 -0
  629. package/dist/react-native/api/operations/options.js.map +1 -0
  630. package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
  631. package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
  632. package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
  633. package/dist/react-native/api/privateEndpointConnections/operations.d.ts +27 -0
  634. package/dist/react-native/api/privateEndpointConnections/operations.js +131 -0
  635. package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
  636. package/dist/react-native/api/privateEndpointConnections/options.d.ts +16 -0
  637. package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
  638. package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
  639. package/dist/react-native/api/privateLinkResources/index.d.ts +3 -0
  640. package/dist/react-native/api/privateLinkResources/index.js +4 -0
  641. package/dist/react-native/api/privateLinkResources/index.js.map +1 -0
  642. package/dist/react-native/api/privateLinkResources/operations.d.ts +9 -0
  643. package/dist/react-native/api/privateLinkResources/operations.js +34 -0
  644. package/dist/react-native/api/privateLinkResources/operations.js.map +1 -0
  645. package/dist/react-native/api/privateLinkResources/options.d.ts +5 -0
  646. package/dist/react-native/api/privateLinkResources/options.js +4 -0
  647. package/dist/react-native/api/privateLinkResources/options.js.map +1 -0
  648. package/dist/react-native/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
  649. package/dist/react-native/api/resolvePrivateLinkServiceId/index.js +4 -0
  650. package/dist/react-native/api/resolvePrivateLinkServiceId/index.js.map +1 -0
  651. package/dist/react-native/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
  652. package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js +36 -0
  653. package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js.map +1 -0
  654. package/dist/react-native/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
  655. package/dist/react-native/api/resolvePrivateLinkServiceId/options.js +4 -0
  656. package/dist/react-native/api/resolvePrivateLinkServiceId/options.js.map +1 -0
  657. package/dist/react-native/api/snapshots/index.d.ts +3 -0
  658. package/dist/react-native/api/snapshots/index.js +4 -0
  659. package/dist/react-native/api/snapshots/index.js.map +1 -0
  660. package/dist/react-native/api/snapshots/operations.d.ts +35 -0
  661. package/dist/react-native/api/snapshots/operations.js +176 -0
  662. package/dist/react-native/api/snapshots/operations.js.map +1 -0
  663. package/dist/react-native/api/snapshots/options.d.ts +20 -0
  664. package/dist/react-native/api/snapshots/options.js +4 -0
  665. package/dist/react-native/api/snapshots/options.js.map +1 -0
  666. package/dist/react-native/api/trustedAccessRoleBindings/index.d.ts +3 -0
  667. package/dist/react-native/api/trustedAccessRoleBindings/index.js +4 -0
  668. package/dist/react-native/api/trustedAccessRoleBindings/index.js.map +1 -0
  669. package/dist/react-native/api/trustedAccessRoleBindings/operations.d.ts +28 -0
  670. package/dist/react-native/api/trustedAccessRoleBindings/operations.js +136 -0
  671. package/dist/react-native/api/trustedAccessRoleBindings/operations.js.map +1 -0
  672. package/dist/react-native/api/trustedAccessRoleBindings/options.d.ts +18 -0
  673. package/dist/react-native/api/trustedAccessRoleBindings/options.js +4 -0
  674. package/dist/react-native/api/trustedAccessRoleBindings/options.js.map +1 -0
  675. package/dist/react-native/api/trustedAccessRoles/index.d.ts +3 -0
  676. package/dist/react-native/api/trustedAccessRoles/index.js +4 -0
  677. package/dist/react-native/api/trustedAccessRoles/index.js.map +1 -0
  678. package/dist/react-native/api/trustedAccessRoles/operations.d.ts +10 -0
  679. package/dist/react-native/api/trustedAccessRoles/operations.js +33 -0
  680. package/dist/react-native/api/trustedAccessRoles/operations.js.map +1 -0
  681. package/dist/react-native/api/trustedAccessRoles/options.d.ts +5 -0
  682. package/dist/react-native/api/trustedAccessRoles/options.js +4 -0
  683. package/dist/react-native/api/trustedAccessRoles/options.js.map +1 -0
  684. package/dist/react-native/classic/agentPools/index.d.ts +54 -0
  685. package/dist/react-native/classic/agentPools/index.js +63 -0
  686. package/dist/react-native/classic/agentPools/index.js.map +1 -0
  687. package/dist/react-native/classic/index.d.ts +13 -0
  688. package/dist/react-native/classic/index.js +4 -0
  689. package/dist/react-native/classic/index.js.map +1 -0
  690. package/dist/react-native/classic/machines/index.d.ts +13 -0
  691. package/dist/react-native/classic/machines/index.js +15 -0
  692. package/dist/react-native/classic/machines/index.js.map +1 -0
  693. package/dist/react-native/classic/maintenanceConfigurations/index.d.ts +22 -0
  694. package/dist/react-native/classic/maintenanceConfigurations/index.js +17 -0
  695. package/dist/react-native/classic/maintenanceConfigurations/index.js.map +1 -0
  696. package/dist/react-native/classic/managedClusters/index.d.ts +112 -0
  697. package/dist/react-native/classic/managedClusters/index.js +128 -0
  698. package/dist/react-native/classic/managedClusters/index.js.map +1 -0
  699. package/dist/react-native/classic/managedNamespaces/index.d.ts +36 -0
  700. package/dist/react-native/classic/managedNamespaces/index.js +36 -0
  701. package/dist/react-native/classic/managedNamespaces/index.js.map +1 -0
  702. package/dist/react-native/classic/operations/index.d.ts +11 -0
  703. package/dist/react-native/classic/operations/index.js +14 -0
  704. package/dist/react-native/classic/operations/index.js.map +1 -0
  705. package/dist/react-native/classic/privateEndpointConnections/index.d.ts +27 -0
  706. package/dist/react-native/classic/privateEndpointConnections/index.js +26 -0
  707. package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
  708. package/dist/react-native/classic/privateLinkResources/index.d.ts +10 -0
  709. package/dist/react-native/classic/privateLinkResources/index.js +14 -0
  710. package/dist/react-native/classic/privateLinkResources/index.js.map +1 -0
  711. package/dist/react-native/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
  712. package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js +14 -0
  713. package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js.map +1 -0
  714. package/dist/react-native/classic/snapshots/index.d.ts +26 -0
  715. package/dist/react-native/classic/snapshots/index.js +19 -0
  716. package/dist/react-native/classic/snapshots/index.js.map +1 -0
  717. package/dist/react-native/classic/trustedAccessRoleBindings/index.d.ts +32 -0
  718. package/dist/react-native/classic/trustedAccessRoleBindings/index.js +34 -0
  719. package/dist/react-native/classic/trustedAccessRoleBindings/index.js.map +1 -0
  720. package/dist/react-native/classic/trustedAccessRoles/index.d.ts +11 -0
  721. package/dist/react-native/classic/trustedAccessRoles/index.js +14 -0
  722. package/dist/react-native/classic/trustedAccessRoles/index.js.map +1 -0
  723. package/dist/react-native/containerServiceClient.d.ts +46 -36
  724. package/dist/react-native/containerServiceClient.js +66 -126
  725. package/dist/react-native/containerServiceClient.js.map +1 -1
  726. package/dist/react-native/index.d.ts +25 -3
  727. package/dist/react-native/index.js +4 -6
  728. package/dist/react-native/index.js.map +1 -1
  729. package/dist/react-native/logger.d.ts +2 -0
  730. package/dist/react-native/logger.js +5 -0
  731. package/dist/react-native/logger.js.map +1 -0
  732. package/dist/react-native/models/index.d.ts +2 -5544
  733. package/dist/react-native/models/index.js +1 -852
  734. package/dist/react-native/models/index.js.map +1 -1
  735. package/dist/react-native/models/models.d.ts +3838 -0
  736. package/dist/react-native/models/models.js +4784 -0
  737. package/dist/react-native/models/models.js.map +1 -0
  738. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  739. package/dist/react-native/restorePollerHelpers.js +142 -0
  740. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  741. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
  742. package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
  743. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
  744. package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
  745. package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
  746. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  747. package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
  748. package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
  749. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  750. package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  751. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
  752. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  753. package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
  754. package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
  755. package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
  756. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  757. package/dist/react-native/static-helpers/urlTemplate.js +200 -0
  758. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  759. package/package.json +335 -95
  760. package/dist/browser/containerServiceClient.d.ts.map +0 -1
  761. package/dist/browser/index.d.ts.map +0 -1
  762. package/dist/browser/lroImpl.d.ts +0 -11
  763. package/dist/browser/lroImpl.d.ts.map +0 -1
  764. package/dist/browser/lroImpl.js +0 -20
  765. package/dist/browser/lroImpl.js.map +0 -1
  766. package/dist/browser/models/index.d.ts.map +0 -1
  767. package/dist/browser/models/mappers.d.ts +0 -281
  768. package/dist/browser/models/mappers.d.ts.map +0 -1
  769. package/dist/browser/models/mappers.js +0 -9121
  770. package/dist/browser/models/mappers.js.map +0 -1
  771. package/dist/browser/models/parameters.d.ts +0 -51
  772. package/dist/browser/models/parameters.d.ts.map +0 -1
  773. package/dist/browser/models/parameters.js +0 -436
  774. package/dist/browser/models/parameters.js.map +0 -1
  775. package/dist/browser/operations/agentPools.d.ts +0 -172
  776. package/dist/browser/operations/agentPools.d.ts.map +0 -1
  777. package/dist/browser/operations/agentPools.js +0 -789
  778. package/dist/browser/operations/agentPools.js.map +0 -1
  779. package/dist/browser/operations/containerService.d.ts +0 -39
  780. package/dist/browser/operations/containerService.d.ts.map +0 -1
  781. package/dist/browser/operations/containerService.js +0 -123
  782. package/dist/browser/operations/containerService.js.map +0 -1
  783. package/dist/browser/operations/identityBindings.d.ts +0 -81
  784. package/dist/browser/operations/identityBindings.d.ts.map +0 -1
  785. package/dist/browser/operations/identityBindings.js +0 -358
  786. package/dist/browser/operations/identityBindings.js.map +0 -1
  787. package/dist/browser/operations/index.d.ts +0 -20
  788. package/dist/browser/operations/index.d.ts.map +0 -1
  789. package/dist/browser/operations/index.js +0 -24
  790. package/dist/browser/operations/index.js.map +0 -1
  791. package/dist/browser/operations/jWTAuthenticators.d.ts +0 -83
  792. package/dist/browser/operations/jWTAuthenticators.d.ts.map +0 -1
  793. package/dist/browser/operations/jWTAuthenticators.js +0 -360
  794. package/dist/browser/operations/jWTAuthenticators.js.map +0 -1
  795. package/dist/browser/operations/loadBalancers.d.ts +0 -72
  796. package/dist/browser/operations/loadBalancers.d.ts.map +0 -1
  797. package/dist/browser/operations/loadBalancers.js +0 -296
  798. package/dist/browser/operations/loadBalancers.js.map +0 -1
  799. package/dist/browser/operations/machines.d.ts +0 -71
  800. package/dist/browser/operations/machines.d.ts.map +0 -1
  801. package/dist/browser/operations/machines.js +0 -282
  802. package/dist/browser/operations/machines.js.map +0 -1
  803. package/dist/browser/operations/maintenanceConfigurations.d.ts +0 -66
  804. package/dist/browser/operations/maintenanceConfigurations.d.ts.map +0 -1
  805. package/dist/browser/operations/maintenanceConfigurations.js +0 -232
  806. package/dist/browser/operations/maintenanceConfigurations.js.map +0 -1
  807. package/dist/browser/operations/managedClusterSnapshots.d.ts +0 -83
  808. package/dist/browser/operations/managedClusterSnapshots.d.ts.map +0 -1
  809. package/dist/browser/operations/managedClusterSnapshots.js +0 -337
  810. package/dist/browser/operations/managedClusterSnapshots.js.map +0 -1
  811. package/dist/browser/operations/managedClusters.d.ts +0 -468
  812. package/dist/browser/operations/managedClusters.d.ts.map +0 -1
  813. package/dist/browser/operations/managedClusters.js +0 -2173
  814. package/dist/browser/operations/managedClusters.js.map +0 -1
  815. package/dist/browser/operations/managedNamespaces.d.ts +0 -103
  816. package/dist/browser/operations/managedNamespaces.d.ts.map +0 -1
  817. package/dist/browser/operations/managedNamespaces.js +0 -434
  818. package/dist/browser/operations/managedNamespaces.js.map +0 -1
  819. package/dist/browser/operations/meshMemberships.d.ts +0 -81
  820. package/dist/browser/operations/meshMemberships.d.ts.map +0 -1
  821. package/dist/browser/operations/meshMemberships.js +0 -350
  822. package/dist/browser/operations/meshMemberships.js.map +0 -1
  823. package/dist/browser/operations/operationStatusResultOperations.d.ts +0 -55
  824. package/dist/browser/operations/operationStatusResultOperations.d.ts.map +0 -1
  825. package/dist/browser/operations/operationStatusResultOperations.js +0 -194
  826. package/dist/browser/operations/operationStatusResultOperations.js.map +0 -1
  827. package/dist/browser/operations/operations.d.ts +0 -26
  828. package/dist/browser/operations/operations.d.ts.map +0 -1
  829. package/dist/browser/operations/operations.js +0 -74
  830. package/dist/browser/operations/operations.js.map +0 -1
  831. package/dist/browser/operations/privateEndpointConnections.d.ts +0 -54
  832. package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
  833. package/dist/browser/operations/privateEndpointConnections.js +0 -218
  834. package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
  835. package/dist/browser/operations/privateLinkResources.d.ts +0 -20
  836. package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
  837. package/dist/browser/operations/privateLinkResources.js +0 -49
  838. package/dist/browser/operations/privateLinkResources.js.map +0 -1
  839. package/dist/browser/operations/resolvePrivateLinkServiceId.d.ts +0 -21
  840. package/dist/browser/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
  841. package/dist/browser/operations/resolvePrivateLinkServiceId.js +0 -52
  842. package/dist/browser/operations/resolvePrivateLinkServiceId.js.map +0 -1
  843. package/dist/browser/operations/snapshots.d.ts +0 -83
  844. package/dist/browser/operations/snapshots.d.ts.map +0 -1
  845. package/dist/browser/operations/snapshots.js +0 -337
  846. package/dist/browser/operations/snapshots.js.map +0 -1
  847. package/dist/browser/operations/trustedAccessRoleBindings.d.ts +0 -81
  848. package/dist/browser/operations/trustedAccessRoleBindings.d.ts.map +0 -1
  849. package/dist/browser/operations/trustedAccessRoleBindings.js +0 -360
  850. package/dist/browser/operations/trustedAccessRoleBindings.js.map +0 -1
  851. package/dist/browser/operations/trustedAccessRoles.d.ts +0 -35
  852. package/dist/browser/operations/trustedAccessRoles.d.ts.map +0 -1
  853. package/dist/browser/operations/trustedAccessRoles.js +0 -119
  854. package/dist/browser/operations/trustedAccessRoles.js.map +0 -1
  855. package/dist/browser/operationsInterfaces/agentPools.d.ts +0 -147
  856. package/dist/browser/operationsInterfaces/agentPools.d.ts.map +0 -1
  857. package/dist/browser/operationsInterfaces/agentPools.js +0 -4
  858. package/dist/browser/operationsInterfaces/agentPools.js.map +0 -1
  859. package/dist/browser/operationsInterfaces/containerService.d.ts +0 -14
  860. package/dist/browser/operationsInterfaces/containerService.d.ts.map +0 -1
  861. package/dist/browser/operationsInterfaces/containerService.js +0 -4
  862. package/dist/browser/operationsInterfaces/containerService.js.map +0 -1
  863. package/dist/browser/operationsInterfaces/identityBindings.d.ts +0 -56
  864. package/dist/browser/operationsInterfaces/identityBindings.d.ts.map +0 -1
  865. package/dist/browser/operationsInterfaces/identityBindings.js +0 -4
  866. package/dist/browser/operationsInterfaces/identityBindings.js.map +0 -1
  867. package/dist/browser/operationsInterfaces/index.d.ts +0 -20
  868. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  869. package/dist/browser/operationsInterfaces/index.js +0 -24
  870. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  871. package/dist/browser/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
  872. package/dist/browser/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
  873. package/dist/browser/operationsInterfaces/jWTAuthenticators.js +0 -4
  874. package/dist/browser/operationsInterfaces/jWTAuthenticators.js.map +0 -1
  875. package/dist/browser/operationsInterfaces/loadBalancers.d.ts +0 -47
  876. package/dist/browser/operationsInterfaces/loadBalancers.d.ts.map +0 -1
  877. package/dist/browser/operationsInterfaces/loadBalancers.js +0 -4
  878. package/dist/browser/operationsInterfaces/loadBalancers.js.map +0 -1
  879. package/dist/browser/operationsInterfaces/machines.d.ts +0 -44
  880. package/dist/browser/operationsInterfaces/machines.d.ts.map +0 -1
  881. package/dist/browser/operationsInterfaces/machines.js +0 -4
  882. package/dist/browser/operationsInterfaces/machines.js.map +0 -1
  883. package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
  884. package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
  885. package/dist/browser/operationsInterfaces/maintenanceConfigurations.js +0 -4
  886. package/dist/browser/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
  887. package/dist/browser/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
  888. package/dist/browser/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
  889. package/dist/browser/operationsInterfaces/managedClusterSnapshots.js +0 -4
  890. package/dist/browser/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
  891. package/dist/browser/operationsInterfaces/managedClusters.d.ts +0 -348
  892. package/dist/browser/operationsInterfaces/managedClusters.d.ts.map +0 -1
  893. package/dist/browser/operationsInterfaces/managedClusters.js +0 -4
  894. package/dist/browser/operationsInterfaces/managedClusters.js.map +0 -1
  895. package/dist/browser/operationsInterfaces/managedNamespaces.d.ts +0 -78
  896. package/dist/browser/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
  897. package/dist/browser/operationsInterfaces/managedNamespaces.js +0 -4
  898. package/dist/browser/operationsInterfaces/managedNamespaces.js.map +0 -1
  899. package/dist/browser/operationsInterfaces/meshMemberships.d.ts +0 -56
  900. package/dist/browser/operationsInterfaces/meshMemberships.d.ts.map +0 -1
  901. package/dist/browser/operationsInterfaces/meshMemberships.js +0 -4
  902. package/dist/browser/operationsInterfaces/meshMemberships.js.map +0 -1
  903. package/dist/browser/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
  904. package/dist/browser/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
  905. package/dist/browser/operationsInterfaces/operationStatusResultOperations.js +0 -4
  906. package/dist/browser/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
  907. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  908. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  909. package/dist/browser/operationsInterfaces/operations.js +0 -4
  910. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  911. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
  912. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  913. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -4
  914. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  915. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -12
  916. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  917. package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -4
  918. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
  919. package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
  920. package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
  921. package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
  922. package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
  923. package/dist/browser/operationsInterfaces/snapshots.d.ts +0 -47
  924. package/dist/browser/operationsInterfaces/snapshots.d.ts.map +0 -1
  925. package/dist/browser/operationsInterfaces/snapshots.js +0 -4
  926. package/dist/browser/operationsInterfaces/snapshots.js.map +0 -1
  927. package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
  928. package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
  929. package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
  930. package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
  931. package/dist/browser/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
  932. package/dist/browser/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
  933. package/dist/browser/operationsInterfaces/trustedAccessRoles.js +0 -4
  934. package/dist/browser/operationsInterfaces/trustedAccessRoles.js.map +0 -1
  935. package/dist/browser/pagingHelper.d.ts +0 -13
  936. package/dist/browser/pagingHelper.d.ts.map +0 -1
  937. package/dist/browser/pagingHelper.js +0 -25
  938. package/dist/browser/pagingHelper.js.map +0 -1
  939. package/dist/commonjs/containerServiceClient.d.ts.map +0 -1
  940. package/dist/commonjs/index.d.ts.map +0 -1
  941. package/dist/commonjs/lroImpl.d.ts +0 -11
  942. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  943. package/dist/commonjs/lroImpl.js +0 -23
  944. package/dist/commonjs/lroImpl.js.map +0 -1
  945. package/dist/commonjs/models/index.d.ts.map +0 -1
  946. package/dist/commonjs/models/mappers.d.ts +0 -281
  947. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  948. package/dist/commonjs/models/mappers.js +0 -9129
  949. package/dist/commonjs/models/mappers.js.map +0 -1
  950. package/dist/commonjs/models/parameters.d.ts +0 -51
  951. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  952. package/dist/commonjs/models/parameters.js +0 -439
  953. package/dist/commonjs/models/parameters.js.map +0 -1
  954. package/dist/commonjs/operations/agentPools.d.ts +0 -172
  955. package/dist/commonjs/operations/agentPools.d.ts.map +0 -1
  956. package/dist/commonjs/operations/agentPools.js +0 -794
  957. package/dist/commonjs/operations/agentPools.js.map +0 -1
  958. package/dist/commonjs/operations/containerService.d.ts +0 -39
  959. package/dist/commonjs/operations/containerService.d.ts.map +0 -1
  960. package/dist/commonjs/operations/containerService.js +0 -128
  961. package/dist/commonjs/operations/containerService.js.map +0 -1
  962. package/dist/commonjs/operations/identityBindings.d.ts +0 -81
  963. package/dist/commonjs/operations/identityBindings.d.ts.map +0 -1
  964. package/dist/commonjs/operations/identityBindings.js +0 -363
  965. package/dist/commonjs/operations/identityBindings.js.map +0 -1
  966. package/dist/commonjs/operations/index.d.ts +0 -20
  967. package/dist/commonjs/operations/index.d.ts.map +0 -1
  968. package/dist/commonjs/operations/index.js +0 -27
  969. package/dist/commonjs/operations/index.js.map +0 -1
  970. package/dist/commonjs/operations/jWTAuthenticators.d.ts +0 -83
  971. package/dist/commonjs/operations/jWTAuthenticators.d.ts.map +0 -1
  972. package/dist/commonjs/operations/jWTAuthenticators.js +0 -365
  973. package/dist/commonjs/operations/jWTAuthenticators.js.map +0 -1
  974. package/dist/commonjs/operations/loadBalancers.d.ts +0 -72
  975. package/dist/commonjs/operations/loadBalancers.d.ts.map +0 -1
  976. package/dist/commonjs/operations/loadBalancers.js +0 -301
  977. package/dist/commonjs/operations/loadBalancers.js.map +0 -1
  978. package/dist/commonjs/operations/machines.d.ts +0 -71
  979. package/dist/commonjs/operations/machines.d.ts.map +0 -1
  980. package/dist/commonjs/operations/machines.js +0 -287
  981. package/dist/commonjs/operations/machines.js.map +0 -1
  982. package/dist/commonjs/operations/maintenanceConfigurations.d.ts +0 -66
  983. package/dist/commonjs/operations/maintenanceConfigurations.d.ts.map +0 -1
  984. package/dist/commonjs/operations/maintenanceConfigurations.js +0 -237
  985. package/dist/commonjs/operations/maintenanceConfigurations.js.map +0 -1
  986. package/dist/commonjs/operations/managedClusterSnapshots.d.ts +0 -83
  987. package/dist/commonjs/operations/managedClusterSnapshots.d.ts.map +0 -1
  988. package/dist/commonjs/operations/managedClusterSnapshots.js +0 -342
  989. package/dist/commonjs/operations/managedClusterSnapshots.js.map +0 -1
  990. package/dist/commonjs/operations/managedClusters.d.ts +0 -468
  991. package/dist/commonjs/operations/managedClusters.d.ts.map +0 -1
  992. package/dist/commonjs/operations/managedClusters.js +0 -2178
  993. package/dist/commonjs/operations/managedClusters.js.map +0 -1
  994. package/dist/commonjs/operations/managedNamespaces.d.ts +0 -103
  995. package/dist/commonjs/operations/managedNamespaces.d.ts.map +0 -1
  996. package/dist/commonjs/operations/managedNamespaces.js +0 -439
  997. package/dist/commonjs/operations/managedNamespaces.js.map +0 -1
  998. package/dist/commonjs/operations/meshMemberships.d.ts +0 -81
  999. package/dist/commonjs/operations/meshMemberships.d.ts.map +0 -1
  1000. package/dist/commonjs/operations/meshMemberships.js +0 -355
  1001. package/dist/commonjs/operations/meshMemberships.js.map +0 -1
  1002. package/dist/commonjs/operations/operationStatusResultOperations.d.ts +0 -55
  1003. package/dist/commonjs/operations/operationStatusResultOperations.d.ts.map +0 -1
  1004. package/dist/commonjs/operations/operationStatusResultOperations.js +0 -199
  1005. package/dist/commonjs/operations/operationStatusResultOperations.js.map +0 -1
  1006. package/dist/commonjs/operations/operations.d.ts +0 -26
  1007. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  1008. package/dist/commonjs/operations/operations.js +0 -79
  1009. package/dist/commonjs/operations/operations.js.map +0 -1
  1010. package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -54
  1011. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
  1012. package/dist/commonjs/operations/privateEndpointConnections.js +0 -223
  1013. package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
  1014. package/dist/commonjs/operations/privateLinkResources.d.ts +0 -20
  1015. package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
  1016. package/dist/commonjs/operations/privateLinkResources.js +0 -54
  1017. package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
  1018. package/dist/commonjs/operations/resolvePrivateLinkServiceId.d.ts +0 -21
  1019. package/dist/commonjs/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
  1020. package/dist/commonjs/operations/resolvePrivateLinkServiceId.js +0 -57
  1021. package/dist/commonjs/operations/resolvePrivateLinkServiceId.js.map +0 -1
  1022. package/dist/commonjs/operations/snapshots.d.ts +0 -83
  1023. package/dist/commonjs/operations/snapshots.d.ts.map +0 -1
  1024. package/dist/commonjs/operations/snapshots.js +0 -342
  1025. package/dist/commonjs/operations/snapshots.js.map +0 -1
  1026. package/dist/commonjs/operations/trustedAccessRoleBindings.d.ts +0 -81
  1027. package/dist/commonjs/operations/trustedAccessRoleBindings.d.ts.map +0 -1
  1028. package/dist/commonjs/operations/trustedAccessRoleBindings.js +0 -365
  1029. package/dist/commonjs/operations/trustedAccessRoleBindings.js.map +0 -1
  1030. package/dist/commonjs/operations/trustedAccessRoles.d.ts +0 -35
  1031. package/dist/commonjs/operations/trustedAccessRoles.d.ts.map +0 -1
  1032. package/dist/commonjs/operations/trustedAccessRoles.js +0 -124
  1033. package/dist/commonjs/operations/trustedAccessRoles.js.map +0 -1
  1034. package/dist/commonjs/operationsInterfaces/agentPools.d.ts +0 -147
  1035. package/dist/commonjs/operationsInterfaces/agentPools.d.ts.map +0 -1
  1036. package/dist/commonjs/operationsInterfaces/agentPools.js +0 -5
  1037. package/dist/commonjs/operationsInterfaces/agentPools.js.map +0 -1
  1038. package/dist/commonjs/operationsInterfaces/containerService.d.ts +0 -14
  1039. package/dist/commonjs/operationsInterfaces/containerService.d.ts.map +0 -1
  1040. package/dist/commonjs/operationsInterfaces/containerService.js +0 -5
  1041. package/dist/commonjs/operationsInterfaces/containerService.js.map +0 -1
  1042. package/dist/commonjs/operationsInterfaces/identityBindings.d.ts +0 -56
  1043. package/dist/commonjs/operationsInterfaces/identityBindings.d.ts.map +0 -1
  1044. package/dist/commonjs/operationsInterfaces/identityBindings.js +0 -5
  1045. package/dist/commonjs/operationsInterfaces/identityBindings.js.map +0 -1
  1046. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -20
  1047. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  1048. package/dist/commonjs/operationsInterfaces/index.js +0 -27
  1049. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  1050. package/dist/commonjs/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
  1051. package/dist/commonjs/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
  1052. package/dist/commonjs/operationsInterfaces/jWTAuthenticators.js +0 -5
  1053. package/dist/commonjs/operationsInterfaces/jWTAuthenticators.js.map +0 -1
  1054. package/dist/commonjs/operationsInterfaces/loadBalancers.d.ts +0 -47
  1055. package/dist/commonjs/operationsInterfaces/loadBalancers.d.ts.map +0 -1
  1056. package/dist/commonjs/operationsInterfaces/loadBalancers.js +0 -5
  1057. package/dist/commonjs/operationsInterfaces/loadBalancers.js.map +0 -1
  1058. package/dist/commonjs/operationsInterfaces/machines.d.ts +0 -44
  1059. package/dist/commonjs/operationsInterfaces/machines.d.ts.map +0 -1
  1060. package/dist/commonjs/operationsInterfaces/machines.js +0 -5
  1061. package/dist/commonjs/operationsInterfaces/machines.js.map +0 -1
  1062. package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
  1063. package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
  1064. package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js +0 -5
  1065. package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
  1066. package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
  1067. package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
  1068. package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.js +0 -5
  1069. package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
  1070. package/dist/commonjs/operationsInterfaces/managedClusters.d.ts +0 -348
  1071. package/dist/commonjs/operationsInterfaces/managedClusters.d.ts.map +0 -1
  1072. package/dist/commonjs/operationsInterfaces/managedClusters.js +0 -5
  1073. package/dist/commonjs/operationsInterfaces/managedClusters.js.map +0 -1
  1074. package/dist/commonjs/operationsInterfaces/managedNamespaces.d.ts +0 -78
  1075. package/dist/commonjs/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
  1076. package/dist/commonjs/operationsInterfaces/managedNamespaces.js +0 -5
  1077. package/dist/commonjs/operationsInterfaces/managedNamespaces.js.map +0 -1
  1078. package/dist/commonjs/operationsInterfaces/meshMemberships.d.ts +0 -56
  1079. package/dist/commonjs/operationsInterfaces/meshMemberships.d.ts.map +0 -1
  1080. package/dist/commonjs/operationsInterfaces/meshMemberships.js +0 -5
  1081. package/dist/commonjs/operationsInterfaces/meshMemberships.js.map +0 -1
  1082. package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
  1083. package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
  1084. package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.js +0 -5
  1085. package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
  1086. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  1087. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  1088. package/dist/commonjs/operationsInterfaces/operations.js +0 -5
  1089. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  1090. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
  1091. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1092. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -5
  1093. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1094. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -12
  1095. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1096. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -5
  1097. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
  1098. package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
  1099. package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
  1100. package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -5
  1101. package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
  1102. package/dist/commonjs/operationsInterfaces/snapshots.d.ts +0 -47
  1103. package/dist/commonjs/operationsInterfaces/snapshots.d.ts.map +0 -1
  1104. package/dist/commonjs/operationsInterfaces/snapshots.js +0 -5
  1105. package/dist/commonjs/operationsInterfaces/snapshots.js.map +0 -1
  1106. package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
  1107. package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
  1108. package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.js +0 -5
  1109. package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
  1110. package/dist/commonjs/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
  1111. package/dist/commonjs/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
  1112. package/dist/commonjs/operationsInterfaces/trustedAccessRoles.js +0 -5
  1113. package/dist/commonjs/operationsInterfaces/trustedAccessRoles.js.map +0 -1
  1114. package/dist/commonjs/pagingHelper.d.ts +0 -13
  1115. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  1116. package/dist/commonjs/pagingHelper.js +0 -29
  1117. package/dist/commonjs/pagingHelper.js.map +0 -1
  1118. package/dist/esm/containerServiceClient.d.ts.map +0 -1
  1119. package/dist/esm/index.d.ts.map +0 -1
  1120. package/dist/esm/lroImpl.d.ts +0 -11
  1121. package/dist/esm/lroImpl.d.ts.map +0 -1
  1122. package/dist/esm/lroImpl.js +0 -20
  1123. package/dist/esm/lroImpl.js.map +0 -1
  1124. package/dist/esm/models/index.d.ts.map +0 -1
  1125. package/dist/esm/models/mappers.d.ts +0 -281
  1126. package/dist/esm/models/mappers.d.ts.map +0 -1
  1127. package/dist/esm/models/mappers.js +0 -9121
  1128. package/dist/esm/models/mappers.js.map +0 -1
  1129. package/dist/esm/models/parameters.d.ts +0 -51
  1130. package/dist/esm/models/parameters.d.ts.map +0 -1
  1131. package/dist/esm/models/parameters.js +0 -436
  1132. package/dist/esm/models/parameters.js.map +0 -1
  1133. package/dist/esm/operations/agentPools.d.ts +0 -172
  1134. package/dist/esm/operations/agentPools.d.ts.map +0 -1
  1135. package/dist/esm/operations/agentPools.js +0 -789
  1136. package/dist/esm/operations/agentPools.js.map +0 -1
  1137. package/dist/esm/operations/containerService.d.ts +0 -39
  1138. package/dist/esm/operations/containerService.d.ts.map +0 -1
  1139. package/dist/esm/operations/containerService.js +0 -123
  1140. package/dist/esm/operations/containerService.js.map +0 -1
  1141. package/dist/esm/operations/identityBindings.d.ts +0 -81
  1142. package/dist/esm/operations/identityBindings.d.ts.map +0 -1
  1143. package/dist/esm/operations/identityBindings.js +0 -358
  1144. package/dist/esm/operations/identityBindings.js.map +0 -1
  1145. package/dist/esm/operations/index.d.ts +0 -20
  1146. package/dist/esm/operations/index.d.ts.map +0 -1
  1147. package/dist/esm/operations/index.js +0 -24
  1148. package/dist/esm/operations/index.js.map +0 -1
  1149. package/dist/esm/operations/jWTAuthenticators.d.ts +0 -83
  1150. package/dist/esm/operations/jWTAuthenticators.d.ts.map +0 -1
  1151. package/dist/esm/operations/jWTAuthenticators.js +0 -360
  1152. package/dist/esm/operations/jWTAuthenticators.js.map +0 -1
  1153. package/dist/esm/operations/loadBalancers.d.ts +0 -72
  1154. package/dist/esm/operations/loadBalancers.d.ts.map +0 -1
  1155. package/dist/esm/operations/loadBalancers.js +0 -296
  1156. package/dist/esm/operations/loadBalancers.js.map +0 -1
  1157. package/dist/esm/operations/machines.d.ts +0 -71
  1158. package/dist/esm/operations/machines.d.ts.map +0 -1
  1159. package/dist/esm/operations/machines.js +0 -282
  1160. package/dist/esm/operations/machines.js.map +0 -1
  1161. package/dist/esm/operations/maintenanceConfigurations.d.ts +0 -66
  1162. package/dist/esm/operations/maintenanceConfigurations.d.ts.map +0 -1
  1163. package/dist/esm/operations/maintenanceConfigurations.js +0 -232
  1164. package/dist/esm/operations/maintenanceConfigurations.js.map +0 -1
  1165. package/dist/esm/operations/managedClusterSnapshots.d.ts +0 -83
  1166. package/dist/esm/operations/managedClusterSnapshots.d.ts.map +0 -1
  1167. package/dist/esm/operations/managedClusterSnapshots.js +0 -337
  1168. package/dist/esm/operations/managedClusterSnapshots.js.map +0 -1
  1169. package/dist/esm/operations/managedClusters.d.ts +0 -468
  1170. package/dist/esm/operations/managedClusters.d.ts.map +0 -1
  1171. package/dist/esm/operations/managedClusters.js +0 -2173
  1172. package/dist/esm/operations/managedClusters.js.map +0 -1
  1173. package/dist/esm/operations/managedNamespaces.d.ts +0 -103
  1174. package/dist/esm/operations/managedNamespaces.d.ts.map +0 -1
  1175. package/dist/esm/operations/managedNamespaces.js +0 -434
  1176. package/dist/esm/operations/managedNamespaces.js.map +0 -1
  1177. package/dist/esm/operations/meshMemberships.d.ts +0 -81
  1178. package/dist/esm/operations/meshMemberships.d.ts.map +0 -1
  1179. package/dist/esm/operations/meshMemberships.js +0 -350
  1180. package/dist/esm/operations/meshMemberships.js.map +0 -1
  1181. package/dist/esm/operations/operationStatusResultOperations.d.ts +0 -55
  1182. package/dist/esm/operations/operationStatusResultOperations.d.ts.map +0 -1
  1183. package/dist/esm/operations/operationStatusResultOperations.js +0 -194
  1184. package/dist/esm/operations/operationStatusResultOperations.js.map +0 -1
  1185. package/dist/esm/operations/operations.d.ts +0 -26
  1186. package/dist/esm/operations/operations.d.ts.map +0 -1
  1187. package/dist/esm/operations/operations.js +0 -74
  1188. package/dist/esm/operations/operations.js.map +0 -1
  1189. package/dist/esm/operations/privateEndpointConnections.d.ts +0 -54
  1190. package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  1191. package/dist/esm/operations/privateEndpointConnections.js +0 -218
  1192. package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
  1193. package/dist/esm/operations/privateLinkResources.d.ts +0 -20
  1194. package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
  1195. package/dist/esm/operations/privateLinkResources.js +0 -49
  1196. package/dist/esm/operations/privateLinkResources.js.map +0 -1
  1197. package/dist/esm/operations/resolvePrivateLinkServiceId.d.ts +0 -21
  1198. package/dist/esm/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
  1199. package/dist/esm/operations/resolvePrivateLinkServiceId.js +0 -52
  1200. package/dist/esm/operations/resolvePrivateLinkServiceId.js.map +0 -1
  1201. package/dist/esm/operations/snapshots.d.ts +0 -83
  1202. package/dist/esm/operations/snapshots.d.ts.map +0 -1
  1203. package/dist/esm/operations/snapshots.js +0 -337
  1204. package/dist/esm/operations/snapshots.js.map +0 -1
  1205. package/dist/esm/operations/trustedAccessRoleBindings.d.ts +0 -81
  1206. package/dist/esm/operations/trustedAccessRoleBindings.d.ts.map +0 -1
  1207. package/dist/esm/operations/trustedAccessRoleBindings.js +0 -360
  1208. package/dist/esm/operations/trustedAccessRoleBindings.js.map +0 -1
  1209. package/dist/esm/operations/trustedAccessRoles.d.ts +0 -35
  1210. package/dist/esm/operations/trustedAccessRoles.d.ts.map +0 -1
  1211. package/dist/esm/operations/trustedAccessRoles.js +0 -119
  1212. package/dist/esm/operations/trustedAccessRoles.js.map +0 -1
  1213. package/dist/esm/operationsInterfaces/agentPools.d.ts +0 -147
  1214. package/dist/esm/operationsInterfaces/agentPools.d.ts.map +0 -1
  1215. package/dist/esm/operationsInterfaces/agentPools.js +0 -4
  1216. package/dist/esm/operationsInterfaces/agentPools.js.map +0 -1
  1217. package/dist/esm/operationsInterfaces/containerService.d.ts +0 -14
  1218. package/dist/esm/operationsInterfaces/containerService.d.ts.map +0 -1
  1219. package/dist/esm/operationsInterfaces/containerService.js +0 -4
  1220. package/dist/esm/operationsInterfaces/containerService.js.map +0 -1
  1221. package/dist/esm/operationsInterfaces/identityBindings.d.ts +0 -56
  1222. package/dist/esm/operationsInterfaces/identityBindings.d.ts.map +0 -1
  1223. package/dist/esm/operationsInterfaces/identityBindings.js +0 -4
  1224. package/dist/esm/operationsInterfaces/identityBindings.js.map +0 -1
  1225. package/dist/esm/operationsInterfaces/index.d.ts +0 -20
  1226. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  1227. package/dist/esm/operationsInterfaces/index.js +0 -24
  1228. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  1229. package/dist/esm/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
  1230. package/dist/esm/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
  1231. package/dist/esm/operationsInterfaces/jWTAuthenticators.js +0 -4
  1232. package/dist/esm/operationsInterfaces/jWTAuthenticators.js.map +0 -1
  1233. package/dist/esm/operationsInterfaces/loadBalancers.d.ts +0 -47
  1234. package/dist/esm/operationsInterfaces/loadBalancers.d.ts.map +0 -1
  1235. package/dist/esm/operationsInterfaces/loadBalancers.js +0 -4
  1236. package/dist/esm/operationsInterfaces/loadBalancers.js.map +0 -1
  1237. package/dist/esm/operationsInterfaces/machines.d.ts +0 -44
  1238. package/dist/esm/operationsInterfaces/machines.d.ts.map +0 -1
  1239. package/dist/esm/operationsInterfaces/machines.js +0 -4
  1240. package/dist/esm/operationsInterfaces/machines.js.map +0 -1
  1241. package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
  1242. package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
  1243. package/dist/esm/operationsInterfaces/maintenanceConfigurations.js +0 -4
  1244. package/dist/esm/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
  1245. package/dist/esm/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
  1246. package/dist/esm/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
  1247. package/dist/esm/operationsInterfaces/managedClusterSnapshots.js +0 -4
  1248. package/dist/esm/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
  1249. package/dist/esm/operationsInterfaces/managedClusters.d.ts +0 -348
  1250. package/dist/esm/operationsInterfaces/managedClusters.d.ts.map +0 -1
  1251. package/dist/esm/operationsInterfaces/managedClusters.js +0 -4
  1252. package/dist/esm/operationsInterfaces/managedClusters.js.map +0 -1
  1253. package/dist/esm/operationsInterfaces/managedNamespaces.d.ts +0 -78
  1254. package/dist/esm/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
  1255. package/dist/esm/operationsInterfaces/managedNamespaces.js +0 -4
  1256. package/dist/esm/operationsInterfaces/managedNamespaces.js.map +0 -1
  1257. package/dist/esm/operationsInterfaces/meshMemberships.d.ts +0 -56
  1258. package/dist/esm/operationsInterfaces/meshMemberships.d.ts.map +0 -1
  1259. package/dist/esm/operationsInterfaces/meshMemberships.js +0 -4
  1260. package/dist/esm/operationsInterfaces/meshMemberships.js.map +0 -1
  1261. package/dist/esm/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
  1262. package/dist/esm/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
  1263. package/dist/esm/operationsInterfaces/operationStatusResultOperations.js +0 -4
  1264. package/dist/esm/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
  1265. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  1266. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  1267. package/dist/esm/operationsInterfaces/operations.js +0 -4
  1268. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  1269. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
  1270. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1271. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -4
  1272. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1273. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -12
  1274. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1275. package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -4
  1276. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
  1277. package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
  1278. package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
  1279. package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
  1280. package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
  1281. package/dist/esm/operationsInterfaces/snapshots.d.ts +0 -47
  1282. package/dist/esm/operationsInterfaces/snapshots.d.ts.map +0 -1
  1283. package/dist/esm/operationsInterfaces/snapshots.js +0 -4
  1284. package/dist/esm/operationsInterfaces/snapshots.js.map +0 -1
  1285. package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
  1286. package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
  1287. package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
  1288. package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
  1289. package/dist/esm/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
  1290. package/dist/esm/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
  1291. package/dist/esm/operationsInterfaces/trustedAccessRoles.js +0 -4
  1292. package/dist/esm/operationsInterfaces/trustedAccessRoles.js.map +0 -1
  1293. package/dist/esm/pagingHelper.d.ts +0 -13
  1294. package/dist/esm/pagingHelper.d.ts.map +0 -1
  1295. package/dist/esm/pagingHelper.js +0 -25
  1296. package/dist/esm/pagingHelper.js.map +0 -1
  1297. package/dist/react-native/containerServiceClient.d.ts.map +0 -1
  1298. package/dist/react-native/index.d.ts.map +0 -1
  1299. package/dist/react-native/lroImpl.d.ts +0 -11
  1300. package/dist/react-native/lroImpl.d.ts.map +0 -1
  1301. package/dist/react-native/lroImpl.js +0 -20
  1302. package/dist/react-native/lroImpl.js.map +0 -1
  1303. package/dist/react-native/models/index.d.ts.map +0 -1
  1304. package/dist/react-native/models/mappers.d.ts +0 -281
  1305. package/dist/react-native/models/mappers.d.ts.map +0 -1
  1306. package/dist/react-native/models/mappers.js +0 -9121
  1307. package/dist/react-native/models/mappers.js.map +0 -1
  1308. package/dist/react-native/models/parameters.d.ts +0 -51
  1309. package/dist/react-native/models/parameters.d.ts.map +0 -1
  1310. package/dist/react-native/models/parameters.js +0 -436
  1311. package/dist/react-native/models/parameters.js.map +0 -1
  1312. package/dist/react-native/operations/agentPools.d.ts +0 -172
  1313. package/dist/react-native/operations/agentPools.d.ts.map +0 -1
  1314. package/dist/react-native/operations/agentPools.js +0 -789
  1315. package/dist/react-native/operations/agentPools.js.map +0 -1
  1316. package/dist/react-native/operations/containerService.d.ts +0 -39
  1317. package/dist/react-native/operations/containerService.d.ts.map +0 -1
  1318. package/dist/react-native/operations/containerService.js +0 -123
  1319. package/dist/react-native/operations/containerService.js.map +0 -1
  1320. package/dist/react-native/operations/identityBindings.d.ts +0 -81
  1321. package/dist/react-native/operations/identityBindings.d.ts.map +0 -1
  1322. package/dist/react-native/operations/identityBindings.js +0 -358
  1323. package/dist/react-native/operations/identityBindings.js.map +0 -1
  1324. package/dist/react-native/operations/index.d.ts +0 -20
  1325. package/dist/react-native/operations/index.d.ts.map +0 -1
  1326. package/dist/react-native/operations/index.js +0 -24
  1327. package/dist/react-native/operations/index.js.map +0 -1
  1328. package/dist/react-native/operations/jWTAuthenticators.d.ts +0 -83
  1329. package/dist/react-native/operations/jWTAuthenticators.d.ts.map +0 -1
  1330. package/dist/react-native/operations/jWTAuthenticators.js +0 -360
  1331. package/dist/react-native/operations/jWTAuthenticators.js.map +0 -1
  1332. package/dist/react-native/operations/loadBalancers.d.ts +0 -72
  1333. package/dist/react-native/operations/loadBalancers.d.ts.map +0 -1
  1334. package/dist/react-native/operations/loadBalancers.js +0 -296
  1335. package/dist/react-native/operations/loadBalancers.js.map +0 -1
  1336. package/dist/react-native/operations/machines.d.ts +0 -71
  1337. package/dist/react-native/operations/machines.d.ts.map +0 -1
  1338. package/dist/react-native/operations/machines.js +0 -282
  1339. package/dist/react-native/operations/machines.js.map +0 -1
  1340. package/dist/react-native/operations/maintenanceConfigurations.d.ts +0 -66
  1341. package/dist/react-native/operations/maintenanceConfigurations.d.ts.map +0 -1
  1342. package/dist/react-native/operations/maintenanceConfigurations.js +0 -232
  1343. package/dist/react-native/operations/maintenanceConfigurations.js.map +0 -1
  1344. package/dist/react-native/operations/managedClusterSnapshots.d.ts +0 -83
  1345. package/dist/react-native/operations/managedClusterSnapshots.d.ts.map +0 -1
  1346. package/dist/react-native/operations/managedClusterSnapshots.js +0 -337
  1347. package/dist/react-native/operations/managedClusterSnapshots.js.map +0 -1
  1348. package/dist/react-native/operations/managedClusters.d.ts +0 -468
  1349. package/dist/react-native/operations/managedClusters.d.ts.map +0 -1
  1350. package/dist/react-native/operations/managedClusters.js +0 -2173
  1351. package/dist/react-native/operations/managedClusters.js.map +0 -1
  1352. package/dist/react-native/operations/managedNamespaces.d.ts +0 -103
  1353. package/dist/react-native/operations/managedNamespaces.d.ts.map +0 -1
  1354. package/dist/react-native/operations/managedNamespaces.js +0 -434
  1355. package/dist/react-native/operations/managedNamespaces.js.map +0 -1
  1356. package/dist/react-native/operations/meshMemberships.d.ts +0 -81
  1357. package/dist/react-native/operations/meshMemberships.d.ts.map +0 -1
  1358. package/dist/react-native/operations/meshMemberships.js +0 -350
  1359. package/dist/react-native/operations/meshMemberships.js.map +0 -1
  1360. package/dist/react-native/operations/operationStatusResultOperations.d.ts +0 -55
  1361. package/dist/react-native/operations/operationStatusResultOperations.d.ts.map +0 -1
  1362. package/dist/react-native/operations/operationStatusResultOperations.js +0 -194
  1363. package/dist/react-native/operations/operationStatusResultOperations.js.map +0 -1
  1364. package/dist/react-native/operations/operations.d.ts +0 -26
  1365. package/dist/react-native/operations/operations.d.ts.map +0 -1
  1366. package/dist/react-native/operations/operations.js +0 -74
  1367. package/dist/react-native/operations/operations.js.map +0 -1
  1368. package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -54
  1369. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
  1370. package/dist/react-native/operations/privateEndpointConnections.js +0 -218
  1371. package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
  1372. package/dist/react-native/operations/privateLinkResources.d.ts +0 -20
  1373. package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
  1374. package/dist/react-native/operations/privateLinkResources.js +0 -49
  1375. package/dist/react-native/operations/privateLinkResources.js.map +0 -1
  1376. package/dist/react-native/operations/resolvePrivateLinkServiceId.d.ts +0 -21
  1377. package/dist/react-native/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
  1378. package/dist/react-native/operations/resolvePrivateLinkServiceId.js +0 -52
  1379. package/dist/react-native/operations/resolvePrivateLinkServiceId.js.map +0 -1
  1380. package/dist/react-native/operations/snapshots.d.ts +0 -83
  1381. package/dist/react-native/operations/snapshots.d.ts.map +0 -1
  1382. package/dist/react-native/operations/snapshots.js +0 -337
  1383. package/dist/react-native/operations/snapshots.js.map +0 -1
  1384. package/dist/react-native/operations/trustedAccessRoleBindings.d.ts +0 -81
  1385. package/dist/react-native/operations/trustedAccessRoleBindings.d.ts.map +0 -1
  1386. package/dist/react-native/operations/trustedAccessRoleBindings.js +0 -360
  1387. package/dist/react-native/operations/trustedAccessRoleBindings.js.map +0 -1
  1388. package/dist/react-native/operations/trustedAccessRoles.d.ts +0 -35
  1389. package/dist/react-native/operations/trustedAccessRoles.d.ts.map +0 -1
  1390. package/dist/react-native/operations/trustedAccessRoles.js +0 -119
  1391. package/dist/react-native/operations/trustedAccessRoles.js.map +0 -1
  1392. package/dist/react-native/operationsInterfaces/agentPools.d.ts +0 -147
  1393. package/dist/react-native/operationsInterfaces/agentPools.d.ts.map +0 -1
  1394. package/dist/react-native/operationsInterfaces/agentPools.js +0 -4
  1395. package/dist/react-native/operationsInterfaces/agentPools.js.map +0 -1
  1396. package/dist/react-native/operationsInterfaces/containerService.d.ts +0 -14
  1397. package/dist/react-native/operationsInterfaces/containerService.d.ts.map +0 -1
  1398. package/dist/react-native/operationsInterfaces/containerService.js +0 -4
  1399. package/dist/react-native/operationsInterfaces/containerService.js.map +0 -1
  1400. package/dist/react-native/operationsInterfaces/identityBindings.d.ts +0 -56
  1401. package/dist/react-native/operationsInterfaces/identityBindings.d.ts.map +0 -1
  1402. package/dist/react-native/operationsInterfaces/identityBindings.js +0 -4
  1403. package/dist/react-native/operationsInterfaces/identityBindings.js.map +0 -1
  1404. package/dist/react-native/operationsInterfaces/index.d.ts +0 -20
  1405. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  1406. package/dist/react-native/operationsInterfaces/index.js +0 -24
  1407. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  1408. package/dist/react-native/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
  1409. package/dist/react-native/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
  1410. package/dist/react-native/operationsInterfaces/jWTAuthenticators.js +0 -4
  1411. package/dist/react-native/operationsInterfaces/jWTAuthenticators.js.map +0 -1
  1412. package/dist/react-native/operationsInterfaces/loadBalancers.d.ts +0 -47
  1413. package/dist/react-native/operationsInterfaces/loadBalancers.d.ts.map +0 -1
  1414. package/dist/react-native/operationsInterfaces/loadBalancers.js +0 -4
  1415. package/dist/react-native/operationsInterfaces/loadBalancers.js.map +0 -1
  1416. package/dist/react-native/operationsInterfaces/machines.d.ts +0 -44
  1417. package/dist/react-native/operationsInterfaces/machines.d.ts.map +0 -1
  1418. package/dist/react-native/operationsInterfaces/machines.js +0 -4
  1419. package/dist/react-native/operationsInterfaces/machines.js.map +0 -1
  1420. package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
  1421. package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
  1422. package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js +0 -4
  1423. package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
  1424. package/dist/react-native/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
  1425. package/dist/react-native/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
  1426. package/dist/react-native/operationsInterfaces/managedClusterSnapshots.js +0 -4
  1427. package/dist/react-native/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
  1428. package/dist/react-native/operationsInterfaces/managedClusters.d.ts +0 -348
  1429. package/dist/react-native/operationsInterfaces/managedClusters.d.ts.map +0 -1
  1430. package/dist/react-native/operationsInterfaces/managedClusters.js +0 -4
  1431. package/dist/react-native/operationsInterfaces/managedClusters.js.map +0 -1
  1432. package/dist/react-native/operationsInterfaces/managedNamespaces.d.ts +0 -78
  1433. package/dist/react-native/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
  1434. package/dist/react-native/operationsInterfaces/managedNamespaces.js +0 -4
  1435. package/dist/react-native/operationsInterfaces/managedNamespaces.js.map +0 -1
  1436. package/dist/react-native/operationsInterfaces/meshMemberships.d.ts +0 -56
  1437. package/dist/react-native/operationsInterfaces/meshMemberships.d.ts.map +0 -1
  1438. package/dist/react-native/operationsInterfaces/meshMemberships.js +0 -4
  1439. package/dist/react-native/operationsInterfaces/meshMemberships.js.map +0 -1
  1440. package/dist/react-native/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
  1441. package/dist/react-native/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
  1442. package/dist/react-native/operationsInterfaces/operationStatusResultOperations.js +0 -4
  1443. package/dist/react-native/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
  1444. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  1445. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  1446. package/dist/react-native/operationsInterfaces/operations.js +0 -4
  1447. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  1448. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
  1449. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1450. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -4
  1451. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1452. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -12
  1453. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1454. package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -4
  1455. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
  1456. package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
  1457. package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
  1458. package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
  1459. package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
  1460. package/dist/react-native/operationsInterfaces/snapshots.d.ts +0 -47
  1461. package/dist/react-native/operationsInterfaces/snapshots.d.ts.map +0 -1
  1462. package/dist/react-native/operationsInterfaces/snapshots.js +0 -4
  1463. package/dist/react-native/operationsInterfaces/snapshots.js.map +0 -1
  1464. package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
  1465. package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
  1466. package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
  1467. package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
  1468. package/dist/react-native/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
  1469. package/dist/react-native/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
  1470. package/dist/react-native/operationsInterfaces/trustedAccessRoles.js +0 -4
  1471. package/dist/react-native/operationsInterfaces/trustedAccessRoles.js.map +0 -1
  1472. package/dist/react-native/pagingHelper.d.ts +0 -13
  1473. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  1474. package/dist/react-native/pagingHelper.js +0 -25
  1475. package/dist/react-native/pagingHelper.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type * as coreClient from \"@azure/core-client\";\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationValue\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const OperationValue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationValue\",\n modelProperties: {\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"display.operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"display.resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"display.description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provider: {\n serializedName: \"display.provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const KubernetesVersionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KubernetesVersionListResult\",\n modelProperties: {\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KubernetesVersion\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const KubernetesVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KubernetesVersion\",\n modelProperties: {\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n capabilities: {\n serializedName: \"capabilities\",\n type: {\n name: \"Composite\",\n className: \"KubernetesVersionCapabilities\",\n },\n },\n isDefault: {\n serializedName: \"isDefault\",\n type: {\n name: \"Boolean\",\n },\n },\n isPreview: {\n serializedName: \"isPreview\",\n type: {\n name: \"Boolean\",\n },\n },\n patchVersions: {\n serializedName: \"patchVersions\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"KubernetesPatchVersion\" },\n },\n },\n },\n },\n },\n};\n\nexport const KubernetesVersionCapabilities: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KubernetesVersionCapabilities\",\n modelProperties: {\n supportPlan: {\n serializedName: \"supportPlan\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const KubernetesPatchVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KubernetesPatchVersion\",\n modelProperties: {\n upgrades: {\n serializedName: \"upgrades\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const NodeImageVersionsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NodeImageVersionsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NodeImageVersion\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NodeImageVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NodeImageVersion\",\n modelProperties: {\n os: {\n serializedName: \"os\",\n type: {\n name: \"String\",\n },\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n fullName: {\n serializedName: \"fullName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedCluster\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSKU: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSKU\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExtendedLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\"SystemAssigned\", \"UserAssigned\", \"None\"],\n },\n },\n delegatedResources: {\n serializedName: \"delegatedResources\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"DelegatedResource\" },\n },\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentityUserAssignedIdentitiesValue\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DelegatedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DelegatedResource\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"Uuid\",\n },\n },\n referralResource: {\n serializedName: \"referralResource\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedServiceIdentityUserAssignedIdentitiesValue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentityUserAssignedIdentitiesValue\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PowerState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PowerState\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CreationData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreationData\",\n modelProperties: {\n sourceResourceId: {\n serializedName: \"sourceResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAgentPoolProfileProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAgentPoolProfileProperties\",\n modelProperties: {\n eTag: {\n serializedName: \"eTag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\",\n },\n },\n vmSize: {\n serializedName: \"vmSize\",\n type: {\n name: \"String\",\n },\n },\n osDiskSizeGB: {\n constraints: {\n InclusiveMaximum: 2048,\n InclusiveMinimum: 0,\n },\n serializedName: \"osDiskSizeGB\",\n type: {\n name: \"Number\",\n },\n },\n osDiskType: {\n serializedName: \"osDiskType\",\n type: {\n name: \"String\",\n },\n },\n kubeletDiskType: {\n serializedName: \"kubeletDiskType\",\n type: {\n name: \"String\",\n },\n },\n workloadRuntime: {\n serializedName: \"workloadRuntime\",\n type: {\n name: \"String\",\n },\n },\n messageOfTheDay: {\n serializedName: \"messageOfTheDay\",\n type: {\n name: \"String\",\n },\n },\n vnetSubnetID: {\n serializedName: \"vnetSubnetID\",\n type: {\n name: \"String\",\n },\n },\n podSubnetID: {\n serializedName: \"podSubnetID\",\n type: {\n name: \"String\",\n },\n },\n podIPAllocationMode: {\n serializedName: \"podIPAllocationMode\",\n type: {\n name: \"String\",\n },\n },\n maxPods: {\n serializedName: \"maxPods\",\n type: {\n name: \"Number\",\n },\n },\n osType: {\n defaultValue: \"Linux\",\n serializedName: \"osType\",\n type: {\n name: \"String\",\n },\n },\n osSKU: {\n serializedName: \"osSKU\",\n type: {\n name: \"String\",\n },\n },\n maxCount: {\n serializedName: \"maxCount\",\n type: {\n name: \"Number\",\n },\n },\n minCount: {\n serializedName: \"minCount\",\n type: {\n name: \"Number\",\n },\n },\n enableAutoScaling: {\n serializedName: \"enableAutoScaling\",\n type: {\n name: \"Boolean\",\n },\n },\n scaleDownMode: {\n serializedName: \"scaleDownMode\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n mode: {\n serializedName: \"mode\",\n type: {\n name: \"String\",\n },\n },\n orchestratorVersion: {\n serializedName: \"orchestratorVersion\",\n type: {\n name: \"String\",\n },\n },\n currentOrchestratorVersion: {\n serializedName: \"currentOrchestratorVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n nodeImageVersion: {\n serializedName: \"nodeImageVersion\",\n type: {\n name: \"String\",\n },\n },\n upgradeStrategy: {\n serializedName: \"upgradeStrategy\",\n type: {\n name: \"String\",\n },\n },\n upgradeSettings: {\n serializedName: \"upgradeSettings\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeSettings\",\n },\n },\n upgradeSettingsBlueGreen: {\n serializedName: \"upgradeSettingsBlueGreen\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolBlueGreenUpgradeSettings\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n powerState: {\n serializedName: \"powerState\",\n type: {\n name: \"Composite\",\n className: \"PowerState\",\n },\n },\n availabilityZones: {\n serializedName: \"availabilityZones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n enableNodePublicIP: {\n serializedName: \"enableNodePublicIP\",\n type: {\n name: \"Boolean\",\n },\n },\n nodePublicIPPrefixID: {\n serializedName: \"nodePublicIPPrefixID\",\n type: {\n name: \"String\",\n },\n },\n scaleSetPriority: {\n defaultValue: \"Regular\",\n serializedName: \"scaleSetPriority\",\n type: {\n name: \"String\",\n },\n },\n scaleSetEvictionPolicy: {\n defaultValue: \"Delete\",\n serializedName: \"scaleSetEvictionPolicy\",\n type: {\n name: \"String\",\n },\n },\n spotMaxPrice: {\n defaultValue: -1,\n serializedName: \"spotMaxPrice\",\n type: {\n name: \"Number\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n nodeLabels: {\n serializedName: \"nodeLabels\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n nodeTaints: {\n serializedName: \"nodeTaints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n nodeInitializationTaints: {\n serializedName: \"nodeInitializationTaints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n proximityPlacementGroupID: {\n serializedName: \"proximityPlacementGroupID\",\n type: {\n name: \"String\",\n },\n },\n kubeletConfig: {\n serializedName: \"kubeletConfig\",\n type: {\n name: \"Composite\",\n className: \"KubeletConfig\",\n },\n },\n linuxOSConfig: {\n serializedName: \"linuxOSConfig\",\n type: {\n name: \"Composite\",\n className: \"LinuxOSConfig\",\n },\n },\n enableEncryptionAtHost: {\n serializedName: \"enableEncryptionAtHost\",\n type: {\n name: \"Boolean\",\n },\n },\n enableUltraSSD: {\n serializedName: \"enableUltraSSD\",\n type: {\n name: \"Boolean\",\n },\n },\n enableFips: {\n serializedName: \"enableFIPS\",\n type: {\n name: \"Boolean\",\n },\n },\n gpuInstanceProfile: {\n serializedName: \"gpuInstanceProfile\",\n type: {\n name: \"String\",\n },\n },\n creationData: {\n serializedName: \"creationData\",\n type: {\n name: \"Composite\",\n className: \"CreationData\",\n },\n },\n capacityReservationGroupID: {\n serializedName: \"capacityReservationGroupID\",\n type: {\n name: \"String\",\n },\n },\n hostGroupID: {\n serializedName: \"hostGroupID\",\n type: {\n name: \"String\",\n },\n },\n windowsProfile: {\n serializedName: \"windowsProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolWindowsProfile\",\n },\n },\n networkProfile: {\n serializedName: \"networkProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolNetworkProfile\",\n },\n },\n securityProfile: {\n serializedName: \"securityProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolSecurityProfile\",\n },\n },\n gpuProfile: {\n serializedName: \"gpuProfile\",\n type: {\n name: \"Composite\",\n className: \"GPUProfile\",\n },\n },\n artifactStreamingProfile: {\n serializedName: \"artifactStreamingProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolArtifactStreamingProfile\",\n },\n },\n virtualMachinesProfile: {\n serializedName: \"virtualMachinesProfile\",\n type: {\n name: \"Composite\",\n className: \"VirtualMachinesProfile\",\n },\n },\n virtualMachineNodesStatus: {\n serializedName: \"virtualMachineNodesStatus\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineNodes\",\n },\n },\n },\n },\n gatewayProfile: {\n serializedName: \"gatewayProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolGatewayProfile\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolStatus\",\n },\n },\n localDNSProfile: {\n serializedName: \"localDNSProfile\",\n type: {\n name: \"Composite\",\n className: \"LocalDNSProfile\",\n },\n },\n nodeCustomizationProfile: {\n serializedName: \"nodeCustomizationProfile\",\n type: {\n name: \"Composite\",\n className: \"NodeCustomizationProfile\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolUpgradeSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeSettings\",\n modelProperties: {\n maxSurge: {\n serializedName: \"maxSurge\",\n type: {\n name: \"String\",\n },\n },\n maxUnavailable: {\n serializedName: \"maxUnavailable\",\n type: {\n name: \"String\",\n },\n },\n maxBlockedNodes: {\n serializedName: \"maxBlockedNodes\",\n type: {\n name: \"String\",\n },\n },\n drainTimeoutInMinutes: {\n constraints: {\n InclusiveMaximum: 1440,\n InclusiveMinimum: 1,\n },\n serializedName: \"drainTimeoutInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n nodeSoakDurationInMinutes: {\n constraints: {\n InclusiveMaximum: 30,\n InclusiveMinimum: 0,\n },\n serializedName: \"nodeSoakDurationInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n undrainableNodeBehavior: {\n serializedName: \"undrainableNodeBehavior\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolBlueGreenUpgradeSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolBlueGreenUpgradeSettings\",\n modelProperties: {\n drainBatchSize: {\n serializedName: \"drainBatchSize\",\n type: {\n name: \"String\",\n },\n },\n drainTimeoutInMinutes: {\n constraints: {\n InclusiveMaximum: 1440,\n InclusiveMinimum: 1,\n },\n serializedName: \"drainTimeoutInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n batchSoakDurationInMinutes: {\n constraints: {\n InclusiveMaximum: 1440,\n InclusiveMinimum: 0,\n },\n serializedName: \"batchSoakDurationInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n finalSoakDurationInMinutes: {\n constraints: {\n InclusiveMaximum: 10080,\n InclusiveMinimum: 0,\n },\n serializedName: \"finalSoakDurationInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const KubeletConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KubeletConfig\",\n modelProperties: {\n cpuManagerPolicy: {\n serializedName: \"cpuManagerPolicy\",\n type: {\n name: \"String\",\n },\n },\n cpuCfsQuota: {\n serializedName: \"cpuCfsQuota\",\n type: {\n name: \"Boolean\",\n },\n },\n cpuCfsQuotaPeriod: {\n serializedName: \"cpuCfsQuotaPeriod\",\n type: {\n name: \"String\",\n },\n },\n imageGcHighThreshold: {\n serializedName: \"imageGcHighThreshold\",\n type: {\n name: \"Number\",\n },\n },\n imageGcLowThreshold: {\n serializedName: \"imageGcLowThreshold\",\n type: {\n name: \"Number\",\n },\n },\n topologyManagerPolicy: {\n serializedName: \"topologyManagerPolicy\",\n type: {\n name: \"String\",\n },\n },\n allowedUnsafeSysctls: {\n serializedName: \"allowedUnsafeSysctls\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n failSwapOn: {\n serializedName: \"failSwapOn\",\n type: {\n name: \"Boolean\",\n },\n },\n containerLogMaxSizeMB: {\n serializedName: \"containerLogMaxSizeMB\",\n type: {\n name: \"Number\",\n },\n },\n containerLogMaxFiles: {\n constraints: {\n InclusiveMinimum: 2,\n },\n serializedName: \"containerLogMaxFiles\",\n type: {\n name: \"Number\",\n },\n },\n podMaxPids: {\n serializedName: \"podMaxPids\",\n type: {\n name: \"Number\",\n },\n },\n seccompDefault: {\n serializedName: \"seccompDefault\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LinuxOSConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinuxOSConfig\",\n modelProperties: {\n sysctls: {\n serializedName: \"sysctls\",\n type: {\n name: \"Composite\",\n className: \"SysctlConfig\",\n },\n },\n transparentHugePageEnabled: {\n serializedName: \"transparentHugePageEnabled\",\n type: {\n name: \"String\",\n },\n },\n transparentHugePageDefrag: {\n serializedName: \"transparentHugePageDefrag\",\n type: {\n name: \"String\",\n },\n },\n swapFileSizeMB: {\n serializedName: \"swapFileSizeMB\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SysctlConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SysctlConfig\",\n modelProperties: {\n netCoreSomaxconn: {\n serializedName: \"netCoreSomaxconn\",\n type: {\n name: \"Number\",\n },\n },\n netCoreNetdevMaxBacklog: {\n serializedName: \"netCoreNetdevMaxBacklog\",\n type: {\n name: \"Number\",\n },\n },\n netCoreRmemDefault: {\n serializedName: \"netCoreRmemDefault\",\n type: {\n name: \"Number\",\n },\n },\n netCoreRmemMax: {\n serializedName: \"netCoreRmemMax\",\n type: {\n name: \"Number\",\n },\n },\n netCoreWmemDefault: {\n serializedName: \"netCoreWmemDefault\",\n type: {\n name: \"Number\",\n },\n },\n netCoreWmemMax: {\n serializedName: \"netCoreWmemMax\",\n type: {\n name: \"Number\",\n },\n },\n netCoreOptmemMax: {\n serializedName: \"netCoreOptmemMax\",\n type: {\n name: \"Number\",\n },\n },\n netIpv4TcpMaxSynBacklog: {\n serializedName: \"netIpv4TcpMaxSynBacklog\",\n type: {\n name: \"Number\",\n },\n },\n netIpv4TcpMaxTwBuckets: {\n serializedName: \"netIpv4TcpMaxTwBuckets\",\n type: {\n name: \"Number\",\n },\n },\n netIpv4TcpFinTimeout: {\n serializedName: \"netIpv4TcpFinTimeout\",\n type: {\n name: \"Number\",\n },\n },\n netIpv4TcpKeepaliveTime: {\n serializedName: \"netIpv4TcpKeepaliveTime\",\n type: {\n name: \"Number\",\n },\n },\n netIpv4TcpKeepaliveProbes: {\n serializedName: \"netIpv4TcpKeepaliveProbes\",\n type: {\n name: \"Number\",\n },\n },\n netIpv4TcpkeepaliveIntvl: {\n constraints: {\n InclusiveMaximum: 90,\n InclusiveMinimum: 10,\n },\n serializedName: \"netIpv4TcpkeepaliveIntvl\",\n type: {\n name: \"Number\",\n },\n },\n netIpv4TcpTwReuse: {\n serializedName: \"netIpv4TcpTwReuse\",\n type: {\n name: \"Boolean\",\n },\n },\n netIpv4IpLocalPortRange: {\n serializedName: \"netIpv4IpLocalPortRange\",\n type: {\n name: \"String\",\n },\n },\n netIpv4NeighDefaultGcThresh1: {\n serializedName: \"netIpv4NeighDefaultGcThresh1\",\n type: {\n name: \"Number\",\n },\n },\n netIpv4NeighDefaultGcThresh2: {\n serializedName: \"netIpv4NeighDefaultGcThresh2\",\n type: {\n name: \"Number\",\n },\n },\n netIpv4NeighDefaultGcThresh3: {\n serializedName: \"netIpv4NeighDefaultGcThresh3\",\n type: {\n name: \"Number\",\n },\n },\n netNetfilterNfConntrackMax: {\n constraints: {\n InclusiveMaximum: 2097152,\n InclusiveMinimum: 131072,\n },\n serializedName: \"netNetfilterNfConntrackMax\",\n type: {\n name: \"Number\",\n },\n },\n netNetfilterNfConntrackBuckets: {\n constraints: {\n InclusiveMaximum: 524288,\n InclusiveMinimum: 65536,\n },\n serializedName: \"netNetfilterNfConntrackBuckets\",\n type: {\n name: \"Number\",\n },\n },\n fsInotifyMaxUserWatches: {\n serializedName: \"fsInotifyMaxUserWatches\",\n type: {\n name: \"Number\",\n },\n },\n fsFileMax: {\n serializedName: \"fsFileMax\",\n type: {\n name: \"Number\",\n },\n },\n fsAioMaxNr: {\n serializedName: \"fsAioMaxNr\",\n type: {\n name: \"Number\",\n },\n },\n fsNrOpen: {\n serializedName: \"fsNrOpen\",\n type: {\n name: \"Number\",\n },\n },\n kernelThreadsMax: {\n serializedName: \"kernelThreadsMax\",\n type: {\n name: \"Number\",\n },\n },\n vmMaxMapCount: {\n serializedName: \"vmMaxMapCount\",\n type: {\n name: \"Number\",\n },\n },\n vmSwappiness: {\n serializedName: \"vmSwappiness\",\n type: {\n name: \"Number\",\n },\n },\n vmVfsCachePressure: {\n serializedName: \"vmVfsCachePressure\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolWindowsProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolWindowsProfile\",\n modelProperties: {\n disableOutboundNat: {\n serializedName: \"disableOutboundNat\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolNetworkProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolNetworkProfile\",\n modelProperties: {\n nodePublicIPTags: {\n serializedName: \"nodePublicIPTags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IPTag\",\n },\n },\n },\n },\n allowedHostPorts: {\n serializedName: \"allowedHostPorts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PortRange\",\n },\n },\n },\n },\n applicationSecurityGroups: {\n serializedName: \"applicationSecurityGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IPTag: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IPTag\",\n modelProperties: {\n ipTagType: {\n serializedName: \"ipTagType\",\n type: {\n name: \"String\",\n },\n },\n tag: {\n serializedName: \"tag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PortRange: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PortRange\",\n modelProperties: {\n portStart: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"portStart\",\n type: {\n name: \"Number\",\n },\n },\n portEnd: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"portEnd\",\n type: {\n name: \"Number\",\n },\n },\n protocol: {\n serializedName: \"protocol\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolSecurityProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolSecurityProfile\",\n modelProperties: {\n sshAccess: {\n serializedName: \"sshAccess\",\n type: {\n name: \"String\",\n },\n },\n enableVtpm: {\n serializedName: \"enableVTPM\",\n type: {\n name: \"Boolean\",\n },\n },\n enableSecureBoot: {\n serializedName: \"enableSecureBoot\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const GPUProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GPUProfile\",\n modelProperties: {\n driver: {\n serializedName: \"driver\",\n type: {\n name: \"String\",\n },\n },\n driverType: {\n serializedName: \"driverType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolArtifactStreamingProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolArtifactStreamingProfile\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const VirtualMachinesProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachinesProfile\",\n modelProperties: {\n scale: {\n serializedName: \"scale\",\n type: {\n name: \"Composite\",\n className: \"ScaleProfile\",\n },\n },\n },\n },\n};\n\nexport const ScaleProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScaleProfile\",\n modelProperties: {\n manual: {\n serializedName: \"manual\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManualScaleProfile\",\n },\n },\n },\n },\n autoscale: {\n serializedName: \"autoscale\",\n type: {\n name: \"Composite\",\n className: \"AutoScaleProfile\",\n },\n },\n },\n },\n};\n\nexport const ManualScaleProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManualScaleProfile\",\n modelProperties: {\n size: {\n serializedName: \"size\",\n type: {\n name: \"String\",\n },\n },\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AutoScaleProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoScaleProfile\",\n modelProperties: {\n size: {\n serializedName: \"size\",\n type: {\n name: \"String\",\n },\n },\n minCount: {\n serializedName: \"minCount\",\n type: {\n name: \"Number\",\n },\n },\n maxCount: {\n serializedName: \"maxCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const VirtualMachineNodes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineNodes\",\n modelProperties: {\n size: {\n serializedName: \"size\",\n type: {\n name: \"String\",\n },\n },\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolGatewayProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolGatewayProfile\",\n modelProperties: {\n publicIPPrefixSize: {\n defaultValue: 31,\n constraints: {\n InclusiveMaximum: 31,\n InclusiveMinimum: 28,\n },\n serializedName: \"publicIPPrefixSize\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolStatus\",\n modelProperties: {\n provisioningError: {\n serializedName: \"provisioningError\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const LocalDNSProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LocalDNSProfile\",\n modelProperties: {\n mode: {\n defaultValue: \"Preferred\",\n serializedName: \"mode\",\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n vnetDNSOverrides: {\n serializedName: \"vnetDNSOverrides\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"LocalDNSOverride\" } },\n },\n },\n kubeDNSOverrides: {\n serializedName: \"kubeDNSOverrides\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"LocalDNSOverride\" } },\n },\n },\n },\n },\n};\n\nexport const LocalDNSOverride: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LocalDNSOverride\",\n modelProperties: {\n queryLogging: {\n defaultValue: \"Error\",\n serializedName: \"queryLogging\",\n type: {\n name: \"String\",\n },\n },\n protocol: {\n defaultValue: \"PreferUDP\",\n serializedName: \"protocol\",\n type: {\n name: \"String\",\n },\n },\n forwardDestination: {\n defaultValue: \"ClusterCoreDNS\",\n serializedName: \"forwardDestination\",\n type: {\n name: \"String\",\n },\n },\n forwardPolicy: {\n defaultValue: \"Sequential\",\n serializedName: \"forwardPolicy\",\n type: {\n name: \"String\",\n },\n },\n maxConcurrent: {\n defaultValue: 1000,\n serializedName: \"maxConcurrent\",\n type: {\n name: \"Number\",\n },\n },\n cacheDurationInSeconds: {\n defaultValue: 3600,\n serializedName: \"cacheDurationInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n serveStaleDurationInSeconds: {\n defaultValue: 3600,\n serializedName: \"serveStaleDurationInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n serveStale: {\n defaultValue: \"Immediate\",\n serializedName: \"serveStale\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NodeCustomizationProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NodeCustomizationProfile\",\n modelProperties: {\n nodeCustomizationId: {\n serializedName: \"nodeCustomizationId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerServiceLinuxProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerServiceLinuxProfile\",\n modelProperties: {\n adminUsername: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z][-A-Za-z0-9_]*$\"),\n },\n serializedName: \"adminUsername\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n ssh: {\n serializedName: \"ssh\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceSshConfiguration\",\n },\n },\n },\n },\n};\n\nexport const ContainerServiceSshConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerServiceSshConfiguration\",\n modelProperties: {\n publicKeys: {\n serializedName: \"publicKeys\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerServiceSshPublicKey\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ContainerServiceSshPublicKey: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerServiceSshPublicKey\",\n modelProperties: {\n keyData: {\n serializedName: \"keyData\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterWindowsProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterWindowsProfile\",\n modelProperties: {\n adminUsername: {\n serializedName: \"adminUsername\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n adminPassword: {\n serializedName: \"adminPassword\",\n type: {\n name: \"String\",\n },\n },\n licenseType: {\n serializedName: \"licenseType\",\n type: {\n name: \"String\",\n },\n },\n enableCSIProxy: {\n serializedName: \"enableCSIProxy\",\n type: {\n name: \"Boolean\",\n },\n },\n gmsaProfile: {\n serializedName: \"gmsaProfile\",\n type: {\n name: \"Composite\",\n className: \"WindowsGmsaProfile\",\n },\n },\n },\n },\n};\n\nexport const WindowsGmsaProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WindowsGmsaProfile\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n dnsServer: {\n serializedName: \"dnsServer\",\n type: {\n name: \"String\",\n },\n },\n rootDomainName: {\n serializedName: \"rootDomainName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterServicePrincipalProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterServicePrincipalProfile\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n secret: {\n serializedName: \"secret\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAddonProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAddonProfile\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n config: {\n serializedName: \"config\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAddonProfileIdentity\",\n },\n },\n },\n },\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n objectId: {\n serializedName: \"objectId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterPodIdentityProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProfile\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n allowNetworkPluginKubenet: {\n serializedName: \"allowNetworkPluginKubenet\",\n type: {\n name: \"Boolean\",\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentity\",\n },\n },\n },\n },\n userAssignedIdentityExceptions: {\n serializedName: \"userAssignedIdentityExceptions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedClusterPodIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentity\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n namespace: {\n serializedName: \"namespace\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n bindingSelector: {\n serializedName: \"bindingSelector\",\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningInfo: {\n serializedName: \"provisioningInfo\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningInfo\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterPodIdentityProvisioningInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningInfo\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningError\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterPodIdentityProvisioningError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningErrorBody\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterPodIdentityProvisioningErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningErrorBody\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedClusterPodIdentityException: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityException\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n namespace: {\n serializedName: \"namespace\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n podLabels: {\n serializedName: \"podLabels\",\n required: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ManagedClusterOidcIssuerProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterOidcIssuerProfile\",\n modelProperties: {\n issuerURL: {\n serializedName: \"issuerURL\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterNodeResourceGroupProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterNodeResourceGroupProfile\",\n modelProperties: {\n restrictionLevel: {\n serializedName: \"restrictionLevel\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerServiceNetworkProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerServiceNetworkProfile\",\n modelProperties: {\n networkPlugin: {\n serializedName: \"networkPlugin\",\n type: {\n name: \"String\",\n },\n },\n networkPluginMode: {\n serializedName: \"networkPluginMode\",\n type: {\n name: \"String\",\n },\n },\n networkPolicy: {\n serializedName: \"networkPolicy\",\n type: {\n name: \"String\",\n },\n },\n networkMode: {\n serializedName: \"networkMode\",\n type: {\n name: \"String\",\n },\n },\n networkDataplane: {\n serializedName: \"networkDataplane\",\n type: {\n name: \"String\",\n },\n },\n podCidr: {\n defaultValue: \"10.244.0.0/16\",\n constraints: {\n Pattern: new RegExp(\"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(\\\\/([0-9]|[1-2][0-9]|3[0-2]))?$\"),\n },\n serializedName: \"podCidr\",\n type: {\n name: \"String\",\n },\n },\n serviceCidr: {\n defaultValue: \"10.0.0.0/16\",\n constraints: {\n Pattern: new RegExp(\"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(\\\\/([0-9]|[1-2][0-9]|3[0-2]))?$\"),\n },\n serializedName: \"serviceCidr\",\n type: {\n name: \"String\",\n },\n },\n dnsServiceIP: {\n defaultValue: \"10.0.0.10\",\n constraints: {\n Pattern: new RegExp(\n \"^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$\",\n ),\n },\n serializedName: \"dnsServiceIP\",\n type: {\n name: \"String\",\n },\n },\n outboundType: {\n defaultValue: \"loadBalancer\",\n serializedName: \"outboundType\",\n type: {\n name: \"String\",\n },\n },\n loadBalancerSku: {\n serializedName: \"loadBalancerSku\",\n type: {\n name: \"String\",\n },\n },\n loadBalancerProfile: {\n serializedName: \"loadBalancerProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfile\",\n },\n },\n natGatewayProfile: {\n serializedName: \"natGatewayProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterNATGatewayProfile\",\n },\n },\n staticEgressGatewayProfile: {\n serializedName: \"staticEgressGatewayProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStaticEgressGatewayProfile\",\n },\n },\n podCidrs: {\n serializedName: \"podCidrs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n serviceCidrs: {\n serializedName: \"serviceCidrs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n ipFamilies: {\n serializedName: \"ipFamilies\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n podLinkLocalAccess: {\n serializedName: \"podLinkLocalAccess\",\n type: {\n name: \"String\",\n },\n },\n kubeProxyConfig: {\n serializedName: \"kubeProxyConfig\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceNetworkProfileKubeProxyConfig\",\n },\n },\n advancedNetworking: {\n serializedName: \"advancedNetworking\",\n type: {\n name: \"Composite\",\n className: \"AdvancedNetworking\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterLoadBalancerProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfile\",\n modelProperties: {\n managedOutboundIPs: {\n serializedName: \"managedOutboundIPs\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileManagedOutboundIPs\",\n },\n },\n outboundIPPrefixes: {\n serializedName: \"outboundIPPrefixes\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileOutboundIPPrefixes\",\n },\n },\n outboundIPs: {\n serializedName: \"outboundIPs\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileOutboundIPs\",\n },\n },\n effectiveOutboundIPs: {\n serializedName: \"effectiveOutboundIPs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n allocatedOutboundPorts: {\n defaultValue: 0,\n constraints: {\n InclusiveMaximum: 64000,\n InclusiveMinimum: 0,\n },\n serializedName: \"allocatedOutboundPorts\",\n type: {\n name: \"Number\",\n },\n },\n idleTimeoutInMinutes: {\n defaultValue: 30,\n constraints: {\n InclusiveMaximum: 120,\n InclusiveMinimum: 4,\n },\n serializedName: \"idleTimeoutInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n enableMultipleStandardLoadBalancers: {\n serializedName: \"enableMultipleStandardLoadBalancers\",\n type: {\n name: \"Boolean\",\n },\n },\n backendPoolType: {\n defaultValue: \"NodeIPConfiguration\",\n serializedName: \"backendPoolType\",\n type: {\n name: \"String\",\n },\n },\n clusterServiceLoadBalancerHealthProbeMode: {\n defaultValue: \"ServiceNodePort\",\n serializedName: \"clusterServiceLoadBalancerHealthProbeMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterLoadBalancerProfileManagedOutboundIPs: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileManagedOutboundIPs\",\n modelProperties: {\n count: {\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 1,\n },\n serializedName: \"count\",\n type: {\n name: \"Number\",\n },\n },\n countIPv6: {\n defaultValue: 0,\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 0,\n },\n serializedName: \"countIPv6\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterLoadBalancerProfileOutboundIPPrefixes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileOutboundIPPrefixes\",\n modelProperties: {\n publicIPPrefixes: {\n serializedName: \"publicIPPrefixes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ResourceReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterLoadBalancerProfileOutboundIPs: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileOutboundIPs\",\n modelProperties: {\n publicIPs: {\n serializedName: \"publicIPs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedClusterNATGatewayProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterNATGatewayProfile\",\n modelProperties: {\n managedOutboundIPProfile: {\n serializedName: \"managedOutboundIPProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterManagedOutboundIPProfile\",\n },\n },\n effectiveOutboundIPs: {\n serializedName: \"effectiveOutboundIPs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n idleTimeoutInMinutes: {\n defaultValue: 4,\n constraints: {\n InclusiveMaximum: 120,\n InclusiveMinimum: 4,\n },\n serializedName: \"idleTimeoutInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterManagedOutboundIPProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterManagedOutboundIPProfile\",\n modelProperties: {\n count: {\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 16,\n InclusiveMinimum: 1,\n },\n serializedName: \"count\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterStaticEgressGatewayProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStaticEgressGatewayProfile\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ContainerServiceNetworkProfileKubeProxyConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerServiceNetworkProfileKubeProxyConfig\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n mode: {\n serializedName: \"mode\",\n type: {\n name: \"String\",\n },\n },\n ipvsConfig: {\n serializedName: \"ipvsConfig\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig\",\n },\n },\n },\n },\n};\n\nexport const ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig\",\n modelProperties: {\n scheduler: {\n serializedName: \"scheduler\",\n type: {\n name: \"String\",\n },\n },\n tcpTimeoutSeconds: {\n serializedName: \"tcpTimeoutSeconds\",\n type: {\n name: \"Number\",\n },\n },\n tcpFinTimeoutSeconds: {\n serializedName: \"tcpFinTimeoutSeconds\",\n type: {\n name: \"Number\",\n },\n },\n udpTimeoutSeconds: {\n serializedName: \"udpTimeoutSeconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AdvancedNetworking: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdvancedNetworking\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n observability: {\n serializedName: \"observability\",\n type: {\n name: \"Composite\",\n className: \"AdvancedNetworkingObservability\",\n },\n },\n security: {\n serializedName: \"security\",\n type: {\n name: \"Composite\",\n className: \"AdvancedNetworkingSecurity\",\n },\n },\n performance: {\n serializedName: \"performance\",\n type: {\n name: \"Composite\",\n className: \"AdvancedNetworkingPerformance\",\n },\n },\n },\n },\n};\n\nexport const AdvancedNetworkingObservability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdvancedNetworkingObservability\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AdvancedNetworkingSecurity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdvancedNetworkingSecurity\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n advancedNetworkPolicies: {\n serializedName: \"advancedNetworkPolicies\",\n type: {\n name: \"String\",\n },\n },\n transitEncryption: {\n serializedName: \"transitEncryption\",\n type: {\n name: \"Composite\",\n className: \"AdvancedNetworkingSecurityTransitEncryption\",\n },\n },\n },\n },\n};\n\nexport const AdvancedNetworkingSecurityTransitEncryption: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdvancedNetworkingSecurityTransitEncryption\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AdvancedNetworkingPerformance: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdvancedNetworkingPerformance\",\n modelProperties: {\n accelerationMode: {\n defaultValue: \"None\",\n serializedName: \"accelerationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAADProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAADProfile\",\n modelProperties: {\n managed: {\n serializedName: \"managed\",\n type: {\n name: \"Boolean\",\n },\n },\n enableAzureRbac: {\n serializedName: \"enableAzureRBAC\",\n type: {\n name: \"Boolean\",\n },\n },\n adminGroupObjectIDs: {\n serializedName: \"adminGroupObjectIDs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n clientAppID: {\n serializedName: \"clientAppID\",\n type: {\n name: \"String\",\n },\n },\n serverAppID: {\n serializedName: \"serverAppID\",\n type: {\n name: \"String\",\n },\n },\n serverAppSecret: {\n serializedName: \"serverAppSecret\",\n type: {\n name: \"String\",\n },\n },\n tenantID: {\n serializedName: \"tenantID\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAutoUpgradeProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAutoUpgradeProfile\",\n modelProperties: {\n upgradeChannel: {\n serializedName: \"upgradeChannel\",\n type: {\n name: \"String\",\n },\n },\n nodeOSUpgradeChannel: {\n serializedName: \"nodeOSUpgradeChannel\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterUpgradeSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterUpgradeSettings\",\n modelProperties: {\n overrideSettings: {\n serializedName: \"overrideSettings\",\n type: {\n name: \"Composite\",\n className: \"UpgradeOverrideSettings\",\n },\n },\n },\n },\n};\n\nexport const UpgradeOverrideSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpgradeOverrideSettings\",\n modelProperties: {\n forceUpgrade: {\n serializedName: \"forceUpgrade\",\n type: {\n name: \"Boolean\",\n },\n },\n until: {\n serializedName: \"until\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterPropertiesAutoScalerProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPropertiesAutoScalerProfile\",\n modelProperties: {\n balanceSimilarNodeGroups: {\n serializedName: \"balance-similar-node-groups\",\n type: {\n name: \"String\",\n },\n },\n daemonsetEvictionForEmptyNodes: {\n serializedName: \"daemonset-eviction-for-empty-nodes\",\n type: {\n name: \"Boolean\",\n },\n },\n daemonsetEvictionForOccupiedNodes: {\n serializedName: \"daemonset-eviction-for-occupied-nodes\",\n type: {\n name: \"Boolean\",\n },\n },\n ignoreDaemonsetsUtilization: {\n serializedName: \"ignore-daemonsets-utilization\",\n type: {\n name: \"Boolean\",\n },\n },\n expander: {\n serializedName: \"expander\",\n type: {\n name: \"String\",\n },\n },\n maxEmptyBulkDelete: {\n serializedName: \"max-empty-bulk-delete\",\n type: {\n name: \"String\",\n },\n },\n maxGracefulTerminationSec: {\n serializedName: \"max-graceful-termination-sec\",\n type: {\n name: \"String\",\n },\n },\n maxNodeProvisionTime: {\n serializedName: \"max-node-provision-time\",\n type: {\n name: \"String\",\n },\n },\n maxTotalUnreadyPercentage: {\n serializedName: \"max-total-unready-percentage\",\n type: {\n name: \"String\",\n },\n },\n newPodScaleUpDelay: {\n serializedName: \"new-pod-scale-up-delay\",\n type: {\n name: \"String\",\n },\n },\n okTotalUnreadyCount: {\n serializedName: \"ok-total-unready-count\",\n type: {\n name: \"String\",\n },\n },\n scanInterval: {\n serializedName: \"scan-interval\",\n type: {\n name: \"String\",\n },\n },\n scaleDownDelayAfterAdd: {\n serializedName: \"scale-down-delay-after-add\",\n type: {\n name: \"String\",\n },\n },\n scaleDownDelayAfterDelete: {\n serializedName: \"scale-down-delay-after-delete\",\n type: {\n name: \"String\",\n },\n },\n scaleDownDelayAfterFailure: {\n serializedName: \"scale-down-delay-after-failure\",\n type: {\n name: \"String\",\n },\n },\n scaleDownUnneededTime: {\n serializedName: \"scale-down-unneeded-time\",\n type: {\n name: \"String\",\n },\n },\n scaleDownUnreadyTime: {\n serializedName: \"scale-down-unready-time\",\n type: {\n name: \"String\",\n },\n },\n scaleDownUtilizationThreshold: {\n serializedName: \"scale-down-utilization-threshold\",\n type: {\n name: \"String\",\n },\n },\n skipNodesWithLocalStorage: {\n serializedName: \"skip-nodes-with-local-storage\",\n type: {\n name: \"String\",\n },\n },\n skipNodesWithSystemPods: {\n serializedName: \"skip-nodes-with-system-pods\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAPIServerAccessProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAPIServerAccessProfile\",\n modelProperties: {\n authorizedIPRanges: {\n serializedName: \"authorizedIPRanges\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n enablePrivateCluster: {\n serializedName: \"enablePrivateCluster\",\n type: {\n name: \"Boolean\",\n },\n },\n privateDNSZone: {\n serializedName: \"privateDNSZone\",\n type: {\n name: \"String\",\n },\n },\n enablePrivateClusterPublicFqdn: {\n serializedName: \"enablePrivateClusterPublicFQDN\",\n type: {\n name: \"Boolean\",\n },\n },\n disableRunCommand: {\n serializedName: \"disableRunCommand\",\n type: {\n name: \"Boolean\",\n },\n },\n enableVnetIntegration: {\n serializedName: \"enableVnetIntegration\",\n type: {\n name: \"Boolean\",\n },\n },\n subnetId: {\n serializedName: \"subnetId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n groupId: {\n serializedName: \"groupId\",\n type: {\n name: \"String\",\n },\n },\n requiredMembers: {\n serializedName: \"requiredMembers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n privateLinkServiceID: {\n serializedName: \"privateLinkServiceID\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterHttpProxyConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterHttpProxyConfig\",\n modelProperties: {\n httpProxy: {\n serializedName: \"httpProxy\",\n type: {\n name: \"String\",\n },\n },\n httpsProxy: {\n serializedName: \"httpsProxy\",\n type: {\n name: \"String\",\n },\n },\n noProxy: {\n serializedName: \"noProxy\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n effectiveNoProxy: {\n serializedName: \"effectiveNoProxy\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n trustedCa: {\n serializedName: \"trustedCa\",\n type: {\n name: \"String\",\n },\n },\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSecurityProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfile\",\n modelProperties: {\n defender: {\n serializedName: \"defender\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileDefender\",\n },\n },\n azureKeyVaultKms: {\n serializedName: \"azureKeyVaultKms\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultKms\",\n },\n },\n kubernetesResourceObjectEncryptionProfile: {\n serializedName: \"kubernetesResourceObjectEncryptionProfile\",\n type: {\n name: \"Composite\",\n className: \"KubernetesResourceObjectEncryptionProfile\",\n },\n },\n workloadIdentity: {\n serializedName: \"workloadIdentity\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileWorkloadIdentity\",\n },\n },\n imageCleaner: {\n serializedName: \"imageCleaner\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileImageCleaner\",\n },\n },\n imageIntegrity: {\n serializedName: \"imageIntegrity\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileImageIntegrity\",\n },\n },\n nodeRestriction: {\n serializedName: \"nodeRestriction\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileNodeRestriction\",\n },\n },\n customCATrustCertificates: {\n constraints: {\n MaxItems: 10,\n },\n serializedName: \"customCATrustCertificates\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"ByteArray\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSecurityProfileDefender: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileDefender\",\n modelProperties: {\n logAnalyticsWorkspaceResourceId: {\n serializedName: \"logAnalyticsWorkspaceResourceId\",\n type: {\n name: \"String\",\n },\n },\n securityMonitoring: {\n serializedName: \"securityMonitoring\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileDefenderSecurityMonitoring\",\n },\n },\n securityGating: {\n serializedName: \"securityGating\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileDefenderSecurityGating\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSecurityProfileDefenderSecurityMonitoring: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileDefenderSecurityMonitoring\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSecurityProfileDefenderSecurityGating: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileDefenderSecurityGating\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n identities: {\n serializedName: \"identities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem\",\n },\n },\n },\n },\n allowSecretAccess: {\n serializedName: \"allowSecretAccess\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem\",\n modelProperties: {\n azureContainerRegistry: {\n serializedName: \"azureContainerRegistry\",\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n },\n },\n },\n },\n };\n\nexport const AzureKeyVaultKms: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultKms\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n keyId: {\n serializedName: \"keyId\",\n type: {\n name: \"String\",\n },\n },\n keyVaultNetworkAccess: {\n defaultValue: \"Public\",\n serializedName: \"keyVaultNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n keyVaultResourceId: {\n serializedName: \"keyVaultResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KubernetesResourceObjectEncryptionProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KubernetesResourceObjectEncryptionProfile\",\n modelProperties: {\n infrastructureEncryption: {\n defaultValue: \"Disabled\",\n serializedName: \"infrastructureEncryption\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSecurityProfileWorkloadIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileWorkloadIdentity\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSecurityProfileImageCleaner: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileImageCleaner\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n intervalHours: {\n serializedName: \"intervalHours\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSecurityProfileImageIntegrity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileImageIntegrity\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSecurityProfileNodeRestriction: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileNodeRestriction\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterStorageProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStorageProfile\",\n modelProperties: {\n diskCSIDriver: {\n serializedName: \"diskCSIDriver\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStorageProfileDiskCSIDriver\",\n },\n },\n fileCSIDriver: {\n serializedName: \"fileCSIDriver\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStorageProfileFileCSIDriver\",\n },\n },\n snapshotController: {\n serializedName: \"snapshotController\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStorageProfileSnapshotController\",\n },\n },\n blobCSIDriver: {\n serializedName: \"blobCSIDriver\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStorageProfileBlobCSIDriver\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterStorageProfileDiskCSIDriver: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStorageProfileDiskCSIDriver\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterStorageProfileFileCSIDriver: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStorageProfileFileCSIDriver\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterStorageProfileSnapshotController: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStorageProfileSnapshotController\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterStorageProfileBlobCSIDriver: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStorageProfileBlobCSIDriver\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterIngressProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressProfile\",\n modelProperties: {\n gatewayAPI: {\n serializedName: \"gatewayAPI\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressProfileGatewayConfiguration\",\n },\n },\n webAppRouting: {\n serializedName: \"webAppRouting\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressProfileWebAppRouting\",\n },\n },\n applicationLoadBalancer: {\n serializedName: \"applicationLoadBalancer\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressProfileApplicationLoadBalancer\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterIngressProfileGatewayConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressProfileGatewayConfiguration\",\n modelProperties: {\n installation: {\n serializedName: \"installation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterIngressProfileWebAppRouting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressProfileWebAppRouting\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n dnsZoneResourceIds: {\n constraints: {\n MaxItems: 5,\n },\n serializedName: \"dnsZoneResourceIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n nginx: {\n serializedName: \"nginx\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressProfileNginx\",\n },\n },\n defaultDomain: {\n serializedName: \"defaultDomain\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressDefaultDomainProfile\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterIngressProfileNginx: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressProfileNginx\",\n modelProperties: {\n defaultIngressControllerType: {\n serializedName: \"defaultIngressControllerType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterIngressDefaultDomainProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressDefaultDomainProfile\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n domainName: {\n serializedName: \"domainName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterIngressProfileApplicationLoadBalancer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressProfileApplicationLoadBalancer\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterWorkloadAutoScalerProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterWorkloadAutoScalerProfile\",\n modelProperties: {\n keda: {\n serializedName: \"keda\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterWorkloadAutoScalerProfileKeda\",\n },\n },\n verticalPodAutoscaler: {\n serializedName: \"verticalPodAutoscaler\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterWorkloadAutoScalerProfileKeda: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterWorkloadAutoScalerProfileKeda\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler\",\n modelProperties: {\n enabled: {\n defaultValue: false,\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n addonAutoscaling: {\n defaultValue: \"Disabled\",\n serializedName: \"addonAutoscaling\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ManagedClusterAzureMonitorProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfile\",\n modelProperties: {\n metrics: {\n serializedName: \"metrics\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileMetrics\",\n },\n },\n containerInsights: {\n serializedName: \"containerInsights\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileContainerInsights\",\n },\n },\n appMonitoring: {\n serializedName: \"appMonitoring\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileAppMonitoring\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAzureMonitorProfileMetrics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileMetrics\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n kubeStateMetrics: {\n serializedName: \"kubeStateMetrics\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileKubeStateMetrics\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAzureMonitorProfileKubeStateMetrics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileKubeStateMetrics\",\n modelProperties: {\n metricLabelsAllowlist: {\n serializedName: \"metricLabelsAllowlist\",\n type: {\n name: \"String\",\n },\n },\n metricAnnotationsAllowList: {\n serializedName: \"metricAnnotationsAllowList\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAzureMonitorProfileContainerInsights: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileContainerInsights\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n logAnalyticsWorkspaceResourceId: {\n serializedName: \"logAnalyticsWorkspaceResourceId\",\n type: {\n name: \"String\",\n },\n },\n syslogPort: {\n serializedName: \"syslogPort\",\n type: {\n name: \"Number\",\n },\n },\n disableCustomMetrics: {\n serializedName: \"disableCustomMetrics\",\n type: {\n name: \"Boolean\",\n },\n },\n disablePrometheusMetricsScraping: {\n serializedName: \"disablePrometheusMetricsScraping\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAzureMonitorProfileAppMonitoring: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileAppMonitoring\",\n modelProperties: {\n autoInstrumentation: {\n serializedName: \"autoInstrumentation\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation\",\n },\n },\n openTelemetryMetrics: {\n serializedName: \"openTelemetryMetrics\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics\",\n },\n },\n openTelemetryLogs: {\n serializedName: \"openTelemetryLogs\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const ServiceMeshProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceMeshProfile\",\n modelProperties: {\n mode: {\n serializedName: \"mode\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n istio: {\n serializedName: \"istio\",\n type: {\n name: \"Composite\",\n className: \"IstioServiceMesh\",\n },\n },\n },\n },\n};\n\nexport const IstioServiceMesh: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IstioServiceMesh\",\n modelProperties: {\n components: {\n serializedName: \"components\",\n type: {\n name: \"Composite\",\n className: \"IstioComponents\",\n },\n },\n certificateAuthority: {\n serializedName: \"certificateAuthority\",\n type: {\n name: \"Composite\",\n className: \"IstioCertificateAuthority\",\n },\n },\n revisions: {\n constraints: {\n MaxItems: 2,\n UniqueItems: true,\n },\n serializedName: \"revisions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IstioComponents: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IstioComponents\",\n modelProperties: {\n ingressGateways: {\n serializedName: \"ingressGateways\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IstioIngressGateway\",\n },\n },\n },\n },\n egressGateways: {\n serializedName: \"egressGateways\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IstioEgressGateway\",\n },\n },\n },\n },\n proxyRedirectionMechanism: {\n serializedName: \"proxyRedirectionMechanism\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IstioIngressGateway: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IstioIngressGateway\",\n modelProperties: {\n mode: {\n serializedName: \"mode\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n enabled: {\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const IstioEgressGateway: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IstioEgressGateway\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n name: {\n constraints: {\n Pattern: new RegExp(\"[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*\"),\n },\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n namespace: {\n serializedName: \"namespace\",\n type: {\n name: \"String\",\n },\n },\n gatewayConfigurationName: {\n serializedName: \"gatewayConfigurationName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IstioCertificateAuthority: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IstioCertificateAuthority\",\n modelProperties: {\n plugin: {\n serializedName: \"plugin\",\n type: {\n name: \"Composite\",\n className: \"IstioPluginCertificateAuthority\",\n },\n },\n },\n },\n};\n\nexport const IstioPluginCertificateAuthority: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IstioPluginCertificateAuthority\",\n modelProperties: {\n keyVaultId: {\n serializedName: \"keyVaultId\",\n type: {\n name: \"String\",\n },\n },\n certObjectName: {\n serializedName: \"certObjectName\",\n type: {\n name: \"String\",\n },\n },\n keyObjectName: {\n serializedName: \"keyObjectName\",\n type: {\n name: \"String\",\n },\n },\n rootCertObjectName: {\n serializedName: \"rootCertObjectName\",\n type: {\n name: \"String\",\n },\n },\n certChainObjectName: {\n serializedName: \"certChainObjectName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterMetricsProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterMetricsProfile\",\n modelProperties: {\n costAnalysis: {\n serializedName: \"costAnalysis\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterCostAnalysis\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterCostAnalysis: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterCostAnalysis\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAIToolchainOperatorProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAIToolchainOperatorProfile\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterNodeProvisioningProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterNodeProvisioningProfile\",\n modelProperties: {\n mode: {\n serializedName: \"mode\",\n type: {\n name: \"String\",\n },\n },\n defaultNodePools: {\n defaultValue: \"Auto\",\n serializedName: \"defaultNodePools\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterBootstrapProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterBootstrapProfile\",\n modelProperties: {\n artifactSource: {\n defaultValue: \"Direct\",\n serializedName: \"artifactSource\",\n type: {\n name: \"String\",\n },\n },\n containerRegistryId: {\n serializedName: \"containerRegistryId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SchedulerProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SchedulerProfile\",\n modelProperties: {\n schedulerInstanceProfiles: {\n serializedName: \"schedulerInstanceProfiles\",\n type: {\n name: \"Composite\",\n className: \"SchedulerProfileSchedulerInstanceProfiles\",\n },\n },\n },\n },\n};\n\nexport const SchedulerProfileSchedulerInstanceProfiles: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SchedulerProfileSchedulerInstanceProfiles\",\n modelProperties: {\n upstream: {\n serializedName: \"upstream\",\n type: {\n name: \"Composite\",\n className: \"SchedulerInstanceProfile\",\n },\n },\n },\n },\n};\n\nexport const SchedulerInstanceProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SchedulerInstanceProfile\",\n modelProperties: {\n schedulerConfigMode: {\n serializedName: \"schedulerConfigMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterHostedSystemProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterHostedSystemProfile\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStatus\",\n modelProperties: {\n provisioningError: {\n serializedName: \"provisioningError\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterUpgradeProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterUpgradeProfile\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n controlPlaneProfile: {\n serializedName: \"properties.controlPlaneProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPoolUpgradeProfile\",\n },\n },\n agentPoolProfiles: {\n serializedName: \"properties.agentPoolProfiles\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPoolUpgradeProfile\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedClusterPoolUpgradeProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPoolUpgradeProfile\",\n modelProperties: {\n kubernetesVersion: {\n serializedName: \"kubernetesVersion\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n osType: {\n defaultValue: \"Linux\",\n serializedName: \"osType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n upgrades: {\n serializedName: \"upgrades\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPoolUpgradeProfileUpgradesItem\",\n },\n },\n },\n },\n componentsByReleases: {\n serializedName: \"componentsByReleases\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComponentsByRelease\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedClusterPoolUpgradeProfileUpgradesItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPoolUpgradeProfileUpgradesItem\",\n modelProperties: {\n kubernetesVersion: {\n serializedName: \"kubernetesVersion\",\n type: {\n name: \"String\",\n },\n },\n isPreview: {\n serializedName: \"isPreview\",\n type: {\n name: \"Boolean\",\n },\n },\n isOutOfSupport: {\n serializedName: \"isOutOfSupport\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ComponentsByRelease: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComponentsByRelease\",\n modelProperties: {\n kubernetesVersion: {\n serializedName: \"kubernetesVersion\",\n type: {\n name: \"String\",\n },\n },\n components: {\n serializedName: \"components\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Component\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Component: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Component\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n hasBreakingChanges: {\n serializedName: \"hasBreakingChanges\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const CredentialResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CredentialResults\",\n modelProperties: {\n kubeconfigs: {\n serializedName: \"kubeconfigs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CredentialResult\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CredentialResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CredentialResult\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"ByteArray\",\n },\n },\n },\n },\n};\n\nexport const TagsObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TagsObject\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const MaintenanceConfigurationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MaintenanceConfigurationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MaintenanceConfiguration\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TimeInWeek: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TimeInWeek\",\n modelProperties: {\n day: {\n serializedName: \"day\",\n type: {\n name: \"String\",\n },\n },\n hourSlots: {\n serializedName: \"hourSlots\",\n type: {\n name: \"Sequence\",\n element: {\n constraints: {\n InclusiveMaximum: 23,\n InclusiveMinimum: 0,\n },\n type: {\n name: \"Number\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TimeSpan: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TimeSpan\",\n modelProperties: {\n start: {\n serializedName: \"start\",\n type: {\n name: \"DateTime\",\n },\n },\n end: {\n serializedName: \"end\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const MaintenanceWindow: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MaintenanceWindow\",\n modelProperties: {\n schedule: {\n serializedName: \"schedule\",\n type: {\n name: \"Composite\",\n className: \"Schedule\",\n },\n },\n durationHours: {\n defaultValue: 24,\n constraints: {\n InclusiveMaximum: 24,\n InclusiveMinimum: 4,\n },\n serializedName: \"durationHours\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n utcOffset: {\n constraints: {\n Pattern: new RegExp(\"^(-|\\\\+)[0-9]{2}:[0-9]{2}$\"),\n },\n serializedName: \"utcOffset\",\n type: {\n name: \"String\",\n },\n },\n startDate: {\n serializedName: \"startDate\",\n type: {\n name: \"Date\",\n },\n },\n startTime: {\n constraints: {\n Pattern: new RegExp(\"^\\\\d{2}:\\\\d{2}$\"),\n },\n serializedName: \"startTime\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n notAllowedDates: {\n serializedName: \"notAllowedDates\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DateSpan\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Schedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Schedule\",\n modelProperties: {\n daily: {\n serializedName: \"daily\",\n type: {\n name: \"Composite\",\n className: \"DailySchedule\",\n },\n },\n weekly: {\n serializedName: \"weekly\",\n type: {\n name: \"Composite\",\n className: \"WeeklySchedule\",\n },\n },\n absoluteMonthly: {\n serializedName: \"absoluteMonthly\",\n type: {\n name: \"Composite\",\n className: \"AbsoluteMonthlySchedule\",\n },\n },\n relativeMonthly: {\n serializedName: \"relativeMonthly\",\n type: {\n name: \"Composite\",\n className: \"RelativeMonthlySchedule\",\n },\n },\n },\n },\n};\n\nexport const DailySchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DailySchedule\",\n modelProperties: {\n intervalDays: {\n constraints: {\n InclusiveMaximum: 7,\n InclusiveMinimum: 1,\n },\n serializedName: \"intervalDays\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const WeeklySchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WeeklySchedule\",\n modelProperties: {\n intervalWeeks: {\n constraints: {\n InclusiveMaximum: 4,\n InclusiveMinimum: 1,\n },\n serializedName: \"intervalWeeks\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n dayOfWeek: {\n serializedName: \"dayOfWeek\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AbsoluteMonthlySchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AbsoluteMonthlySchedule\",\n modelProperties: {\n intervalMonths: {\n constraints: {\n InclusiveMaximum: 6,\n InclusiveMinimum: 1,\n },\n serializedName: \"intervalMonths\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n dayOfMonth: {\n constraints: {\n InclusiveMaximum: 31,\n InclusiveMinimum: 1,\n },\n serializedName: \"dayOfMonth\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const RelativeMonthlySchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RelativeMonthlySchedule\",\n modelProperties: {\n intervalMonths: {\n constraints: {\n InclusiveMaximum: 6,\n InclusiveMinimum: 1,\n },\n serializedName: \"intervalMonths\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n weekIndex: {\n serializedName: \"weekIndex\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n dayOfWeek: {\n serializedName: \"dayOfWeek\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DateSpan: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DateSpan\",\n modelProperties: {\n start: {\n serializedName: \"start\",\n required: true,\n type: {\n name: \"Date\",\n },\n },\n end: {\n serializedName: \"end\",\n required: true,\n type: {\n name: \"Date\",\n },\n },\n },\n },\n};\n\nexport const SubResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedNamespaceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedNamespaceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedNamespace\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NamespaceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NamespaceProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n labels: {\n serializedName: \"labels\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n annotations: {\n serializedName: \"annotations\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n portalFqdn: {\n serializedName: \"portalFqdn\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n defaultResourceQuota: {\n serializedName: \"defaultResourceQuota\",\n type: {\n name: \"Composite\",\n className: \"ResourceQuota\",\n },\n },\n defaultNetworkPolicy: {\n serializedName: \"defaultNetworkPolicy\",\n type: {\n name: \"Composite\",\n className: \"NetworkPolicies\",\n },\n },\n adoptionPolicy: {\n serializedName: \"adoptionPolicy\",\n type: {\n name: \"String\",\n },\n },\n deletePolicy: {\n serializedName: \"deletePolicy\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceQuota: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceQuota\",\n modelProperties: {\n cpuRequest: {\n serializedName: \"cpuRequest\",\n type: {\n name: \"String\",\n },\n },\n cpuLimit: {\n serializedName: \"cpuLimit\",\n type: {\n name: \"String\",\n },\n },\n memoryRequest: {\n serializedName: \"memoryRequest\",\n type: {\n name: \"String\",\n },\n },\n memoryLimit: {\n serializedName: \"memoryLimit\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NetworkPolicies: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkPolicies\",\n modelProperties: {\n ingress: {\n serializedName: \"ingress\",\n type: {\n name: \"String\",\n },\n },\n egress: {\n serializedName: \"egress\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AgentPool\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolUpgradeProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeProfile\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n kubernetesVersion: {\n serializedName: \"properties.kubernetesVersion\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n osType: {\n defaultValue: \"Linux\",\n serializedName: \"properties.osType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n upgrades: {\n serializedName: \"properties.upgrades\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeProfilePropertiesUpgradesItem\",\n },\n },\n },\n },\n componentsByReleases: {\n serializedName: \"properties.componentsByReleases\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComponentsByRelease\",\n },\n },\n },\n },\n recentlyUsedVersions: {\n serializedName: \"properties.recentlyUsedVersions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AgentPoolRecentlyUsedVersion\",\n },\n },\n },\n },\n latestNodeImageVersion: {\n serializedName: \"properties.latestNodeImageVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolUpgradeProfilePropertiesUpgradesItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeProfilePropertiesUpgradesItem\",\n modelProperties: {\n kubernetesVersion: {\n serializedName: \"kubernetesVersion\",\n type: {\n name: \"String\",\n },\n },\n isPreview: {\n serializedName: \"isPreview\",\n type: {\n name: \"Boolean\",\n },\n },\n isOutOfSupport: {\n serializedName: \"isOutOfSupport\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolRecentlyUsedVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolRecentlyUsedVersion\",\n modelProperties: {\n orchestratorVersion: {\n serializedName: \"orchestratorVersion\",\n type: {\n name: \"String\",\n },\n },\n nodeImageVersion: {\n serializedName: \"nodeImageVersion\",\n type: {\n name: \"String\",\n },\n },\n timestamp: {\n serializedName: \"timestamp\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolDeleteMachinesParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolDeleteMachinesParameter\",\n modelProperties: {\n machineNames: {\n serializedName: \"machineNames\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MachineListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Machine\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachineProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineProperties\",\n modelProperties: {\n network: {\n serializedName: \"network\",\n type: {\n name: \"Composite\",\n className: \"MachineNetworkProperties\",\n },\n },\n resourceId: {\n serializedName: \"resourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n hardware: {\n serializedName: \"hardware\",\n type: {\n name: \"Composite\",\n className: \"MachineHardwareProfile\",\n },\n },\n operatingSystem: {\n serializedName: \"operatingSystem\",\n type: {\n name: \"Composite\",\n className: \"MachineOSProfile\",\n },\n },\n kubernetes: {\n serializedName: \"kubernetes\",\n type: {\n name: \"Composite\",\n className: \"MachineKubernetesProfile\",\n },\n },\n mode: {\n serializedName: \"mode\",\n type: {\n name: \"String\",\n },\n },\n security: {\n serializedName: \"security\",\n type: {\n name: \"Composite\",\n className: \"MachineSecurityProfile\",\n },\n },\n priority: {\n defaultValue: \"Regular\",\n serializedName: \"priority\",\n type: {\n name: \"String\",\n },\n },\n nodeImageVersion: {\n serializedName: \"nodeImageVersion\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n eTag: {\n serializedName: \"eTag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"Composite\",\n className: \"MachineStatus\",\n },\n },\n },\n },\n};\n\nexport const MachineNetworkProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineNetworkProperties\",\n modelProperties: {\n ipAddresses: {\n serializedName: \"ipAddresses\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MachineIpAddress\",\n },\n },\n },\n },\n vnetSubnetID: {\n serializedName: \"vnetSubnetID\",\n type: {\n name: \"String\",\n },\n },\n podSubnetID: {\n serializedName: \"podSubnetID\",\n type: {\n name: \"String\",\n },\n },\n enableNodePublicIP: {\n serializedName: \"enableNodePublicIP\",\n type: {\n name: \"Boolean\",\n },\n },\n nodePublicIPPrefixID: {\n serializedName: \"nodePublicIPPrefixID\",\n type: {\n name: \"String\",\n },\n },\n nodePublicIPTags: {\n serializedName: \"nodePublicIPTags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IPTag\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MachineIpAddress: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineIpAddress\",\n modelProperties: {\n family: {\n serializedName: \"family\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ip: {\n serializedName: \"ip\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachineHardwareProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineHardwareProfile\",\n modelProperties: {\n vmSize: {\n serializedName: \"vmSize\",\n type: {\n name: \"String\",\n },\n },\n gpuInstanceProfile: {\n serializedName: \"gpuInstanceProfile\",\n type: {\n name: \"String\",\n },\n },\n gpuProfile: {\n serializedName: \"gpuProfile\",\n type: {\n name: \"Composite\",\n className: \"GPUProfile\",\n },\n },\n },\n },\n};\n\nexport const MachineOSProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineOSProfile\",\n modelProperties: {\n osType: {\n defaultValue: \"Linux\",\n serializedName: \"osType\",\n type: {\n name: \"String\",\n },\n },\n osSKU: {\n serializedName: \"osSKU\",\n type: {\n name: \"String\",\n },\n },\n osDiskSizeGB: {\n constraints: {\n InclusiveMaximum: 2048,\n InclusiveMinimum: 0,\n },\n serializedName: \"osDiskSizeGB\",\n type: {\n name: \"Number\",\n },\n },\n osDiskType: {\n serializedName: \"osDiskType\",\n type: {\n name: \"String\",\n },\n },\n enableFips: {\n serializedName: \"enableFIPS\",\n type: {\n name: \"Boolean\",\n },\n },\n linuxProfile: {\n serializedName: \"linuxProfile\",\n type: {\n name: \"Composite\",\n className: \"MachineOSProfileLinuxProfile\",\n },\n },\n windowsProfile: {\n serializedName: \"windowsProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolWindowsProfile\",\n },\n },\n },\n },\n};\n\nexport const MachineOSProfileLinuxProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineOSProfileLinuxProfile\",\n modelProperties: {\n linuxOSConfig: {\n serializedName: \"linuxOSConfig\",\n type: {\n name: \"Composite\",\n className: \"LinuxOSConfig\",\n },\n },\n messageOfTheDay: {\n serializedName: \"messageOfTheDay\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachineKubernetesProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineKubernetesProfile\",\n modelProperties: {\n nodeLabels: {\n serializedName: \"nodeLabels\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n orchestratorVersion: {\n serializedName: \"orchestratorVersion\",\n type: {\n name: \"String\",\n },\n },\n currentOrchestratorVersion: {\n serializedName: \"currentOrchestratorVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n kubeletDiskType: {\n serializedName: \"kubeletDiskType\",\n type: {\n name: \"String\",\n },\n },\n kubeletConfig: {\n serializedName: \"kubeletConfig\",\n type: {\n name: \"Composite\",\n className: \"KubeletConfig\",\n },\n },\n nodeInitializationTaints: {\n serializedName: \"nodeInitializationTaints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n nodeTaints: {\n serializedName: \"nodeTaints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n maxPods: {\n serializedName: \"maxPods\",\n type: {\n name: \"Number\",\n },\n },\n nodeName: {\n serializedName: \"nodeName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n workloadRuntime: {\n serializedName: \"workloadRuntime\",\n type: {\n name: \"String\",\n },\n },\n artifactStreamingProfile: {\n serializedName: \"artifactStreamingProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolArtifactStreamingProfile\",\n },\n },\n },\n },\n};\n\nexport const MachineSecurityProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineSecurityProfile\",\n modelProperties: {\n sshAccess: {\n serializedName: \"sshAccess\",\n type: {\n name: \"String\",\n },\n },\n enableVtpm: {\n serializedName: \"enableVTPM\",\n type: {\n name: \"Boolean\",\n },\n },\n enableSecureBoot: {\n serializedName: \"enableSecureBoot\",\n type: {\n name: \"Boolean\",\n },\n },\n enableEncryptionAtHost: {\n serializedName: \"enableEncryptionAtHost\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MachineStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineStatus\",\n modelProperties: {\n provisioningError: {\n serializedName: \"provisioningError\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n creationTimestamp: {\n serializedName: \"creationTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n driftAction: {\n serializedName: \"driftAction\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n driftReason: {\n serializedName: \"driftReason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n vmState: {\n serializedName: \"vmState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolAvailableVersions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolAvailableVersions\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n agentPoolVersions: {\n serializedName: \"properties.agentPoolVersions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem\",\n modelProperties: {\n default: {\n serializedName: \"default\",\n type: {\n name: \"Boolean\",\n },\n },\n kubernetesVersion: {\n serializedName: \"kubernetesVersion\",\n type: {\n name: \"String\",\n },\n },\n isPreview: {\n serializedName: \"isPreview\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n },\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResourcesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourcesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RunCommandRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunCommandRequest\",\n modelProperties: {\n command: {\n serializedName: \"command\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n context: {\n serializedName: \"context\",\n type: {\n name: \"String\",\n },\n },\n clusterToken: {\n serializedName: \"clusterToken\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RunCommandResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunCommandResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exitCode: {\n serializedName: \"properties.exitCode\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n startedAt: {\n serializedName: \"properties.startedAt\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n finishedAt: {\n serializedName: \"properties.finishedAt\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n logs: {\n serializedName: \"properties.logs\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n reason: {\n serializedName: \"properties.reason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OutboundEnvironmentEndpointCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OutboundEnvironmentEndpointCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OutboundEnvironmentEndpoint\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OutboundEnvironmentEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OutboundEnvironmentEndpoint\",\n modelProperties: {\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\",\n },\n },\n endpoints: {\n serializedName: \"endpoints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EndpointDependency\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const EndpointDependency: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointDependency\",\n modelProperties: {\n domainName: {\n serializedName: \"domainName\",\n type: {\n name: \"String\",\n },\n },\n endpointDetails: {\n serializedName: \"endpointDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EndpointDetail\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const EndpointDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointDetail\",\n modelProperties: {\n ipAddress: {\n serializedName: \"ipAddress\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n protocol: {\n serializedName: \"protocol\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationStatusResultList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationStatusResultList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationStatusResult\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationStatusResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationStatusResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n resourceId: {\n serializedName: \"resourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n percentComplete: {\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 0,\n },\n serializedName: \"percentComplete\",\n type: {\n name: \"Number\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n operations: {\n serializedName: \"operations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationStatusResult\",\n },\n },\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const SnapshotListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SnapshotListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Snapshot\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSnapshotListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSnapshotListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSnapshot\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterPropertiesForSnapshot: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPropertiesForSnapshot\",\n modelProperties: {\n kubernetesVersion: {\n serializedName: \"kubernetesVersion\",\n type: {\n name: \"String\",\n },\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSKU\",\n },\n },\n enableRbac: {\n serializedName: \"enableRbac\",\n type: {\n name: \"Boolean\",\n },\n },\n networkProfile: {\n serializedName: \"networkProfile\",\n type: {\n name: \"Composite\",\n className: \"NetworkProfileForSnapshot\",\n },\n },\n },\n },\n};\n\nexport const NetworkProfileForSnapshot: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkProfileForSnapshot\",\n modelProperties: {\n networkPlugin: {\n serializedName: \"networkPlugin\",\n type: {\n name: \"String\",\n },\n },\n networkPluginMode: {\n serializedName: \"networkPluginMode\",\n type: {\n name: \"String\",\n },\n },\n networkPolicy: {\n serializedName: \"networkPolicy\",\n type: {\n name: \"String\",\n },\n },\n networkMode: {\n serializedName: \"networkMode\",\n type: {\n name: \"String\",\n },\n },\n loadBalancerSku: {\n serializedName: \"loadBalancerSku\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TrustedAccessRoleListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrustedAccessRoleListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TrustedAccessRole\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TrustedAccessRole: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrustedAccessRole\",\n modelProperties: {\n sourceResourceType: {\n serializedName: \"sourceResourceType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n rules: {\n serializedName: \"rules\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TrustedAccessRoleRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TrustedAccessRoleRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrustedAccessRoleRule\",\n modelProperties: {\n verbs: {\n serializedName: \"verbs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n apiGroups: {\n serializedName: \"apiGroups\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n resources: {\n serializedName: \"resources\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n resourceNames: {\n serializedName: \"resourceNames\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n nonResourceURLs: {\n serializedName: \"nonResourceURLs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TrustedAccessRoleBindingListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrustedAccessRoleBindingListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TrustedAccessRoleBinding\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GuardrailsAvailableVersionsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GuardrailsAvailableVersionsProperties\",\n modelProperties: {\n isDefaultVersion: {\n serializedName: \"isDefaultVersion\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n support: {\n serializedName: \"support\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GuardrailsAvailableVersionsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GuardrailsAvailableVersionsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GuardrailsAvailableVersion\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SafeguardsAvailableVersionsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SafeguardsAvailableVersionsProperties\",\n modelProperties: {\n isDefaultVersion: {\n serializedName: \"isDefaultVersion\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n support: {\n serializedName: \"support\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SafeguardsAvailableVersionsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SafeguardsAvailableVersionsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SafeguardsAvailableVersion\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MeshRevisionProfileList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshRevisionProfileList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MeshRevisionProfile\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MeshRevisionProfileProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshRevisionProfileProperties\",\n modelProperties: {\n meshRevisions: {\n serializedName: \"meshRevisions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MeshRevision\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MeshRevision: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshRevision\",\n modelProperties: {\n revision: {\n serializedName: \"revision\",\n type: {\n name: \"String\",\n },\n },\n upgrades: {\n serializedName: \"upgrades\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n compatibleWith: {\n serializedName: \"compatibleWith\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CompatibleVersions\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CompatibleVersions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CompatibleVersions\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n versions: {\n serializedName: \"versions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MeshUpgradeProfileList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshUpgradeProfileList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MeshUpgradeProfile\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LoadBalancerListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadBalancerListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LoadBalancer\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LabelSelector: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabelSelector\",\n modelProperties: {\n matchLabels: {\n serializedName: \"matchLabels\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n matchExpressions: {\n serializedName: \"matchExpressions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LabelSelectorRequirement\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LabelSelectorRequirement: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabelSelectorRequirement\",\n modelProperties: {\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n type: {\n name: \"String\",\n },\n },\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RebalanceLoadBalancersRequestBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RebalanceLoadBalancersRequestBody\",\n modelProperties: {\n loadBalancerNames: {\n serializedName: \"loadBalancerNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IdentityBindingListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityBindingListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IdentityBinding\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityBindingProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityBindingProperties\",\n modelProperties: {\n managedIdentity: {\n serializedName: \"managedIdentity\",\n type: {\n name: \"Composite\",\n className: \"IdentityBindingManagedIdentityProfile\",\n },\n },\n oidcIssuer: {\n serializedName: \"oidcIssuer\",\n type: {\n name: \"Composite\",\n className: \"IdentityBindingOidcIssuerProfile\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityBindingManagedIdentityProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityBindingManagedIdentityProfile\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n objectId: {\n constraints: {\n Pattern: new RegExp(\n \"^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$\",\n ),\n MaxLength: 36,\n MinLength: 36,\n },\n serializedName: \"objectId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n clientId: {\n constraints: {\n Pattern: new RegExp(\n \"^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$\",\n ),\n MaxLength: 36,\n MinLength: 36,\n },\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n constraints: {\n Pattern: new RegExp(\n \"^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$\",\n ),\n MaxLength: 36,\n MinLength: 36,\n },\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityBindingOidcIssuerProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityBindingOidcIssuerProfile\",\n modelProperties: {\n oidcIssuerUrl: {\n serializedName: \"oidcIssuerUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticator\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n issuer: {\n serializedName: \"issuer\",\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorIssuer\",\n },\n },\n claimValidationRules: {\n serializedName: \"claimValidationRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorValidationRule\",\n },\n },\n },\n },\n claimMappings: {\n serializedName: \"claimMappings\",\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorClaimMappings\",\n },\n },\n userValidationRules: {\n serializedName: \"userValidationRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorValidationRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorIssuer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorIssuer\",\n modelProperties: {\n url: {\n serializedName: \"url\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n audiences: {\n constraints: {\n MinItems: 1,\n },\n serializedName: \"audiences\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorValidationRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorValidationRule\",\n modelProperties: {\n expression: {\n serializedName: \"expression\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorClaimMappings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorClaimMappings\",\n modelProperties: {\n username: {\n serializedName: \"username\",\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorClaimMappingExpression\",\n },\n },\n groups: {\n serializedName: \"groups\",\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorClaimMappingExpression\",\n },\n },\n uid: {\n serializedName: \"uid\",\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorClaimMappingExpression\",\n },\n },\n extra: {\n serializedName: \"extra\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorExtraClaimMappingExpression\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorClaimMappingExpression: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorClaimMappingExpression\",\n modelProperties: {\n expression: {\n serializedName: \"expression\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorExtraClaimMappingExpression: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorExtraClaimMappingExpression\",\n modelProperties: {\n key: {\n serializedName: \"key\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n valueExpression: {\n serializedName: \"valueExpression\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MeshMembershipsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshMembershipsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MeshMembership\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MeshMembershipProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshMembershipProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n managedMeshID: {\n serializedName: \"managedMeshID\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAgentPoolProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAgentPoolProfile\",\n modelProperties: {\n ...ManagedClusterAgentPoolProfileProperties.type.modelProperties,\n name: {\n constraints: {\n Pattern: new RegExp(\"^[a-z][a-z0-9]{0,11}$\"),\n },\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAddonProfileIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAddonProfileIdentity\",\n modelProperties: {\n ...UserAssignedIdentity.type.modelProperties,\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TrustedAccessRoleBinding: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrustedAccessRoleBinding\",\n modelProperties: {\n ...Resource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceResourceId: {\n serializedName: \"properties.sourceResourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n roles: {\n serializedName: \"properties.roles\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GuardrailsAvailableVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GuardrailsAvailableVersion\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GuardrailsAvailableVersionsProperties\",\n },\n },\n },\n },\n};\n\nexport const SafeguardsAvailableVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SafeguardsAvailableVersion\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SafeguardsAvailableVersionsProperties\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const MaintenanceConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MaintenanceConfiguration\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n timeInWeek: {\n serializedName: \"properties.timeInWeek\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimeInWeek\",\n },\n },\n },\n },\n notAllowedTime: {\n serializedName: \"properties.notAllowedTime\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimeSpan\",\n },\n },\n },\n },\n maintenanceWindow: {\n serializedName: \"properties.maintenanceWindow\",\n type: {\n name: \"Composite\",\n className: \"MaintenanceWindow\",\n },\n },\n },\n },\n};\n\nexport const ManagedNamespace: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedNamespace\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n eTag: {\n serializedName: \"eTag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"NamespaceProperties\",\n },\n },\n },\n },\n};\n\nexport const AgentPool: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPool\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n eTag: {\n serializedName: \"properties.eTag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n count: {\n serializedName: \"properties.count\",\n type: {\n name: \"Number\",\n },\n },\n vmSize: {\n serializedName: \"properties.vmSize\",\n type: {\n name: \"String\",\n },\n },\n osDiskSizeGB: {\n constraints: {\n InclusiveMaximum: 2048,\n InclusiveMinimum: 0,\n },\n serializedName: \"properties.osDiskSizeGB\",\n type: {\n name: \"Number\",\n },\n },\n osDiskType: {\n serializedName: \"properties.osDiskType\",\n type: {\n name: \"String\",\n },\n },\n kubeletDiskType: {\n serializedName: \"properties.kubeletDiskType\",\n type: {\n name: \"String\",\n },\n },\n workloadRuntime: {\n serializedName: \"properties.workloadRuntime\",\n type: {\n name: \"String\",\n },\n },\n messageOfTheDay: {\n serializedName: \"properties.messageOfTheDay\",\n type: {\n name: \"String\",\n },\n },\n vnetSubnetID: {\n serializedName: \"properties.vnetSubnetID\",\n type: {\n name: \"String\",\n },\n },\n podSubnetID: {\n serializedName: \"properties.podSubnetID\",\n type: {\n name: \"String\",\n },\n },\n podIPAllocationMode: {\n serializedName: \"properties.podIPAllocationMode\",\n type: {\n name: \"String\",\n },\n },\n maxPods: {\n serializedName: \"properties.maxPods\",\n type: {\n name: \"Number\",\n },\n },\n osType: {\n defaultValue: \"Linux\",\n serializedName: \"properties.osType\",\n type: {\n name: \"String\",\n },\n },\n osSKU: {\n serializedName: \"properties.osSKU\",\n type: {\n name: \"String\",\n },\n },\n maxCount: {\n serializedName: \"properties.maxCount\",\n type: {\n name: \"Number\",\n },\n },\n minCount: {\n serializedName: \"properties.minCount\",\n type: {\n name: \"Number\",\n },\n },\n enableAutoScaling: {\n serializedName: \"properties.enableAutoScaling\",\n type: {\n name: \"Boolean\",\n },\n },\n scaleDownMode: {\n serializedName: \"properties.scaleDownMode\",\n type: {\n name: \"String\",\n },\n },\n typePropertiesType: {\n serializedName: \"properties.type\",\n type: {\n name: \"String\",\n },\n },\n mode: {\n serializedName: \"properties.mode\",\n type: {\n name: \"String\",\n },\n },\n orchestratorVersion: {\n serializedName: \"properties.orchestratorVersion\",\n type: {\n name: \"String\",\n },\n },\n currentOrchestratorVersion: {\n serializedName: \"properties.currentOrchestratorVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n nodeImageVersion: {\n serializedName: \"properties.nodeImageVersion\",\n type: {\n name: \"String\",\n },\n },\n upgradeStrategy: {\n serializedName: \"properties.upgradeStrategy\",\n type: {\n name: \"String\",\n },\n },\n upgradeSettings: {\n serializedName: \"properties.upgradeSettings\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeSettings\",\n },\n },\n upgradeSettingsBlueGreen: {\n serializedName: \"properties.upgradeSettingsBlueGreen\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolBlueGreenUpgradeSettings\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n powerState: {\n serializedName: \"properties.powerState\",\n type: {\n name: \"Composite\",\n className: \"PowerState\",\n },\n },\n availabilityZones: {\n serializedName: \"properties.availabilityZones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n enableNodePublicIP: {\n serializedName: \"properties.enableNodePublicIP\",\n type: {\n name: \"Boolean\",\n },\n },\n nodePublicIPPrefixID: {\n serializedName: \"properties.nodePublicIPPrefixID\",\n type: {\n name: \"String\",\n },\n },\n scaleSetPriority: {\n defaultValue: \"Regular\",\n serializedName: \"properties.scaleSetPriority\",\n type: {\n name: \"String\",\n },\n },\n scaleSetEvictionPolicy: {\n defaultValue: \"Delete\",\n serializedName: \"properties.scaleSetEvictionPolicy\",\n type: {\n name: \"String\",\n },\n },\n spotMaxPrice: {\n defaultValue: -1,\n serializedName: \"properties.spotMaxPrice\",\n type: {\n name: \"Number\",\n },\n },\n tags: {\n serializedName: \"properties.tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n nodeLabels: {\n serializedName: \"properties.nodeLabels\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n nodeTaints: {\n serializedName: \"properties.nodeTaints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n nodeInitializationTaints: {\n serializedName: \"properties.nodeInitializationTaints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n proximityPlacementGroupID: {\n serializedName: \"properties.proximityPlacementGroupID\",\n type: {\n name: \"String\",\n },\n },\n kubeletConfig: {\n serializedName: \"properties.kubeletConfig\",\n type: {\n name: \"Composite\",\n className: \"KubeletConfig\",\n },\n },\n linuxOSConfig: {\n serializedName: \"properties.linuxOSConfig\",\n type: {\n name: \"Composite\",\n className: \"LinuxOSConfig\",\n },\n },\n enableEncryptionAtHost: {\n serializedName: \"properties.enableEncryptionAtHost\",\n type: {\n name: \"Boolean\",\n },\n },\n enableUltraSSD: {\n serializedName: \"properties.enableUltraSSD\",\n type: {\n name: \"Boolean\",\n },\n },\n enableFips: {\n serializedName: \"properties.enableFIPS\",\n type: {\n name: \"Boolean\",\n },\n },\n gpuInstanceProfile: {\n serializedName: \"properties.gpuInstanceProfile\",\n type: {\n name: \"String\",\n },\n },\n creationData: {\n serializedName: \"properties.creationData\",\n type: {\n name: \"Composite\",\n className: \"CreationData\",\n },\n },\n capacityReservationGroupID: {\n serializedName: \"properties.capacityReservationGroupID\",\n type: {\n name: \"String\",\n },\n },\n hostGroupID: {\n serializedName: \"properties.hostGroupID\",\n type: {\n name: \"String\",\n },\n },\n windowsProfile: {\n serializedName: \"properties.windowsProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolWindowsProfile\",\n },\n },\n networkProfile: {\n serializedName: \"properties.networkProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolNetworkProfile\",\n },\n },\n securityProfile: {\n serializedName: \"properties.securityProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolSecurityProfile\",\n },\n },\n gpuProfile: {\n serializedName: \"properties.gpuProfile\",\n type: {\n name: \"Composite\",\n className: \"GPUProfile\",\n },\n },\n artifactStreamingProfile: {\n serializedName: \"properties.artifactStreamingProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolArtifactStreamingProfile\",\n },\n },\n virtualMachinesProfile: {\n serializedName: \"properties.virtualMachinesProfile\",\n type: {\n name: \"Composite\",\n className: \"VirtualMachinesProfile\",\n },\n },\n virtualMachineNodesStatus: {\n serializedName: \"properties.virtualMachineNodesStatus\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineNodes\",\n },\n },\n },\n },\n gatewayProfile: {\n serializedName: \"properties.gatewayProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolGatewayProfile\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolStatus\",\n },\n },\n localDNSProfile: {\n serializedName: \"properties.localDNSProfile\",\n type: {\n name: \"Composite\",\n className: \"LocalDNSProfile\",\n },\n },\n nodeCustomizationProfile: {\n serializedName: \"properties.nodeCustomizationProfile\",\n type: {\n name: \"Composite\",\n className: \"NodeCustomizationProfile\",\n },\n },\n },\n },\n};\n\nexport const Machine: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Machine\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MachineProperties\",\n },\n },\n },\n },\n};\n\nexport const MeshUpgradeProfileProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshUpgradeProfileProperties\",\n modelProperties: {\n ...MeshRevision.type.modelProperties,\n },\n },\n};\n\nexport const ManagedCluster: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedCluster\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n eTag: {\n serializedName: \"eTag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSKU\",\n },\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIdentity\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n powerState: {\n serializedName: \"properties.powerState\",\n type: {\n name: \"Composite\",\n className: \"PowerState\",\n },\n },\n creationData: {\n serializedName: \"properties.creationData\",\n type: {\n name: \"Composite\",\n className: \"CreationData\",\n },\n },\n maxAgentPools: {\n serializedName: \"properties.maxAgentPools\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n kubernetesVersion: {\n serializedName: \"properties.kubernetesVersion\",\n type: {\n name: \"String\",\n },\n },\n currentKubernetesVersion: {\n serializedName: \"properties.currentKubernetesVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dnsPrefix: {\n serializedName: \"properties.dnsPrefix\",\n type: {\n name: \"String\",\n },\n },\n fqdnSubdomain: {\n serializedName: \"properties.fqdnSubdomain\",\n type: {\n name: \"String\",\n },\n },\n fqdn: {\n serializedName: \"properties.fqdn\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateFqdn: {\n serializedName: \"properties.privateFQDN\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n azurePortalFqdn: {\n serializedName: \"properties.azurePortalFQDN\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n agentPoolProfiles: {\n serializedName: \"properties.agentPoolProfiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAgentPoolProfile\",\n },\n },\n },\n },\n linuxProfile: {\n serializedName: \"properties.linuxProfile\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceLinuxProfile\",\n },\n },\n windowsProfile: {\n serializedName: \"properties.windowsProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterWindowsProfile\",\n },\n },\n servicePrincipalProfile: {\n serializedName: \"properties.servicePrincipalProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterServicePrincipalProfile\",\n },\n },\n addonProfiles: {\n serializedName: \"properties.addonProfiles\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAddonProfile\",\n },\n },\n },\n },\n podIdentityProfile: {\n serializedName: \"properties.podIdentityProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProfile\",\n },\n },\n oidcIssuerProfile: {\n serializedName: \"properties.oidcIssuerProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterOidcIssuerProfile\",\n },\n },\n nodeResourceGroup: {\n serializedName: \"properties.nodeResourceGroup\",\n type: {\n name: \"String\",\n },\n },\n nodeResourceGroupProfile: {\n serializedName: \"properties.nodeResourceGroupProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterNodeResourceGroupProfile\",\n },\n },\n enableRbac: {\n serializedName: \"properties.enableRBAC\",\n type: {\n name: \"Boolean\",\n },\n },\n supportPlan: {\n serializedName: \"properties.supportPlan\",\n type: {\n name: \"String\",\n },\n },\n enableNamespaceResources: {\n serializedName: \"properties.enableNamespaceResources\",\n type: {\n name: \"Boolean\",\n },\n },\n networkProfile: {\n serializedName: \"properties.networkProfile\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceNetworkProfile\",\n },\n },\n aadProfile: {\n serializedName: \"properties.aadProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAADProfile\",\n },\n },\n autoUpgradeProfile: {\n serializedName: \"properties.autoUpgradeProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAutoUpgradeProfile\",\n },\n },\n upgradeSettings: {\n serializedName: \"properties.upgradeSettings\",\n type: {\n name: \"Composite\",\n className: \"ClusterUpgradeSettings\",\n },\n },\n autoScalerProfile: {\n serializedName: \"properties.autoScalerProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPropertiesAutoScalerProfile\",\n },\n },\n apiServerAccessProfile: {\n serializedName: \"properties.apiServerAccessProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAPIServerAccessProfile\",\n },\n },\n diskEncryptionSetID: {\n serializedName: \"properties.diskEncryptionSetID\",\n type: {\n name: \"String\",\n },\n },\n identityProfile: {\n serializedName: \"properties.identityProfile\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" },\n },\n },\n },\n privateLinkResources: {\n serializedName: \"properties.privateLinkResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n },\n },\n },\n },\n disableLocalAccounts: {\n serializedName: \"properties.disableLocalAccounts\",\n type: {\n name: \"Boolean\",\n },\n },\n httpProxyConfig: {\n serializedName: \"properties.httpProxyConfig\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterHttpProxyConfig\",\n },\n },\n securityProfile: {\n serializedName: \"properties.securityProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfile\",\n },\n },\n storageProfile: {\n serializedName: \"properties.storageProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStorageProfile\",\n },\n },\n ingressProfile: {\n serializedName: \"properties.ingressProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressProfile\",\n },\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n workloadAutoScalerProfile: {\n serializedName: \"properties.workloadAutoScalerProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterWorkloadAutoScalerProfile\",\n },\n },\n azureMonitorProfile: {\n serializedName: \"properties.azureMonitorProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfile\",\n },\n },\n serviceMeshProfile: {\n serializedName: \"properties.serviceMeshProfile\",\n type: {\n name: \"Composite\",\n className: \"ServiceMeshProfile\",\n },\n },\n resourceUID: {\n serializedName: \"properties.resourceUID\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n metricsProfile: {\n serializedName: \"properties.metricsProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterMetricsProfile\",\n },\n },\n aiToolchainOperatorProfile: {\n serializedName: \"properties.aiToolchainOperatorProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAIToolchainOperatorProfile\",\n },\n },\n nodeProvisioningProfile: {\n serializedName: \"properties.nodeProvisioningProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterNodeProvisioningProfile\",\n },\n },\n bootstrapProfile: {\n serializedName: \"properties.bootstrapProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterBootstrapProfile\",\n },\n },\n schedulerProfile: {\n serializedName: \"properties.schedulerProfile\",\n type: {\n name: \"Composite\",\n className: \"SchedulerProfile\",\n },\n },\n hostedSystemProfile: {\n serializedName: \"properties.hostedSystemProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterHostedSystemProfile\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStatus\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAccessProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAccessProfile\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n kubeConfig: {\n serializedName: \"properties.kubeConfig\",\n type: {\n name: \"ByteArray\",\n },\n },\n },\n },\n};\n\nexport const Snapshot: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Snapshot\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n creationData: {\n serializedName: \"properties.creationData\",\n type: {\n name: \"Composite\",\n className: \"CreationData\",\n },\n },\n snapshotType: {\n defaultValue: \"NodePool\",\n serializedName: \"properties.snapshotType\",\n type: {\n name: \"String\",\n },\n },\n kubernetesVersion: {\n serializedName: \"properties.kubernetesVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n nodeImageVersion: {\n serializedName: \"properties.nodeImageVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n osType: {\n defaultValue: \"Linux\",\n serializedName: \"properties.osType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n osSku: {\n serializedName: \"properties.osSku\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n vmSize: {\n serializedName: \"properties.vmSize\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n enableFips: {\n serializedName: \"properties.enableFIPS\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSnapshot: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSnapshot\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n creationData: {\n serializedName: \"properties.creationData\",\n type: {\n name: \"Composite\",\n className: \"CreationData\",\n },\n },\n snapshotType: {\n defaultValue: \"NodePool\",\n serializedName: \"properties.snapshotType\",\n type: {\n name: \"String\",\n },\n },\n managedClusterPropertiesReadOnly: {\n serializedName: \"properties.managedClusterPropertiesReadOnly\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPropertiesForSnapshot\",\n },\n },\n },\n },\n};\n\nexport const MeshRevisionProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshRevisionProfile\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MeshRevisionProfileProperties\",\n },\n },\n },\n },\n};\n\nexport const MeshUpgradeProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshUpgradeProfile\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MeshUpgradeProfileProperties\",\n },\n },\n },\n },\n};\n\nexport const LoadBalancer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadBalancer\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n primaryAgentPoolName: {\n serializedName: \"properties.primaryAgentPoolName\",\n type: {\n name: \"String\",\n },\n },\n allowServicePlacement: {\n serializedName: \"properties.allowServicePlacement\",\n type: {\n name: \"Boolean\",\n },\n },\n serviceLabelSelector: {\n serializedName: \"properties.serviceLabelSelector\",\n type: {\n name: \"Composite\",\n className: \"LabelSelector\",\n },\n },\n serviceNamespaceSelector: {\n serializedName: \"properties.serviceNamespaceSelector\",\n type: {\n name: \"Composite\",\n className: \"LabelSelector\",\n },\n },\n nodeSelector: {\n serializedName: \"properties.nodeSelector\",\n type: {\n name: \"Composite\",\n className: \"LabelSelector\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityBinding: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityBinding\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"IdentityBindingProperties\",\n },\n },\n eTag: {\n serializedName: \"eTag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticator: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticator\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorProperties\",\n },\n },\n },\n },\n};\n\nexport const MeshMembership: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshMembership\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n managedBy: {\n serializedName: \"managedBy\",\n type: {\n name: \"String\",\n },\n },\n eTag: {\n serializedName: \"eTag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MeshMembershipProperties\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersResetServicePrincipalProfileHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersResetServicePrincipalProfileHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersResetAADProfileHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersResetAADProfileHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersAbortLatestOperationHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersAbortLatestOperationHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersRotateClusterCertificatesHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersRotateClusterCertificatesHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersRotateServiceAccountSigningKeysHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersRotateServiceAccountSigningKeysHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersStopHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersStopHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersStartHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersStartHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersRunCommandHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersRunCommandHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersGetCommandResultHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersGetCommandResultHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersRebalanceLoadBalancersHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersRebalanceLoadBalancersHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersRebalanceLoadBalancersExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersRebalanceLoadBalancersExceptionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedNamespacesCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedNamespacesCreateOrUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedNamespacesCreateOrUpdateExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedNamespacesCreateOrUpdateExceptionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedNamespacesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedNamespacesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedNamespacesDeleteExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedNamespacesDeleteExceptionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolsAbortLatestOperationHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolsAbortLatestOperationHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolsCompleteUpgradeHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolsCompleteUpgradeHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolsCompleteUpgradeExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolsCompleteUpgradeExceptionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolsDeleteMachinesHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolsDeleteMachinesHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolsUpgradeNodeImageVersionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolsUpgradeNodeImageVersionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachinesCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachinesCreateOrUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachinesCreateOrUpdateExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachinesCreateOrUpdateExceptionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TrustedAccessRoleBindingsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrustedAccessRoleBindingsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LoadBalancersDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadBalancersDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LoadBalancersDeleteExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadBalancersDeleteExceptionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityBindingsCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityBindingsCreateOrUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityBindingsCreateOrUpdateExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityBindingsCreateOrUpdateExceptionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityBindingsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityBindingsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityBindingsDeleteExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityBindingsDeleteExceptionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorsCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorsCreateOrUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorsCreateOrUpdateExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorsCreateOrUpdateExceptionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorsDeleteExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorsDeleteExceptionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MeshMembershipsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshMembershipsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n"]}