pulumi-azure-native 2.26.2a1706204883__py3-none-any.whl → 2.27.0__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (434) hide show
  1. pulumi_azure_native/__init__.py +86 -0
  2. pulumi_azure_native/containerservice/__init__.py +3 -0
  3. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  4. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  5. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  6. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  7. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  8. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  9. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  10. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  11. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  12. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  13. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  14. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  15. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  16. pulumi_azure_native/containerservice/snapshot.py +3 -3
  17. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  18. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  19. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  20. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  21. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  22. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  23. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  24. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  25. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  26. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  27. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  28. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  29. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  30. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  31. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  32. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  33. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  34. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  35. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  36. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  37. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  38. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  39. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  40. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  41. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  42. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  43. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  44. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  45. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  46. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  47. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  48. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  49. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  50. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  51. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  52. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  53. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  54. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  55. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  56. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  57. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  58. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  59. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  60. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  61. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  62. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  63. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  64. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  65. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  66. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  67. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  68. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  69. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  70. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  71. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  72. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  73. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  74. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  75. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  76. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  77. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  78. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  79. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  80. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  81. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  82. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  83. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  84. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  85. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  86. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  87. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  88. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  89. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  90. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  91. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  92. pulumi_azure_native/containerservice/v20231101/__init__.py +25 -0
  93. pulumi_azure_native/containerservice/v20231101/_enums.py +620 -0
  94. pulumi_azure_native/containerservice/v20231101/_inputs.py +5328 -0
  95. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1357 -0
  96. pulumi_azure_native/containerservice/v20231101/get_agent_pool.py +656 -0
  97. pulumi_azure_native/containerservice/v20231101/get_maintenance_configuration.py +162 -0
  98. pulumi_azure_native/containerservice/v20231101/get_managed_cluster.py +690 -0
  99. pulumi_azure_native/containerservice/v20231101/get_private_endpoint_connection.py +149 -0
  100. pulumi_azure_native/containerservice/v20231101/get_snapshot.py +248 -0
  101. pulumi_azure_native/containerservice/v20231101/get_trusted_access_role_binding.py +162 -0
  102. pulumi_azure_native/containerservice/v20231101/list_managed_cluster_admin_credentials.py +84 -0
  103. pulumi_azure_native/containerservice/v20231101/list_managed_cluster_monitoring_user_credentials.py +84 -0
  104. pulumi_azure_native/containerservice/v20231101/list_managed_cluster_user_credentials.py +89 -0
  105. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +274 -0
  106. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1290 -0
  107. pulumi_azure_native/containerservice/v20231101/outputs.py +6160 -0
  108. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +246 -0
  109. pulumi_azure_native/containerservice/v20231101/snapshot.py +342 -0
  110. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +255 -0
  111. pulumi_azure_native/databox/__init__.py +3 -0
  112. pulumi_azure_native/databox/get_job.py +2 -2
  113. pulumi_azure_native/databox/job.py +3 -3
  114. pulumi_azure_native/databox/list_job_credentials.py +2 -2
  115. pulumi_azure_native/databox/v20221201/job.py +1 -1
  116. pulumi_azure_native/databox/v20230301/job.py +1 -1
  117. pulumi_azure_native/databox/v20231201/job.py +1 -1
  118. pulumi_azure_native/databox/v20240201preview/__init__.py +13 -0
  119. pulumi_azure_native/databox/v20240201preview/_enums.py +270 -0
  120. pulumi_azure_native/databox/v20240201preview/_inputs.py +2350 -0
  121. pulumi_azure_native/databox/v20240201preview/get_job.py +396 -0
  122. pulumi_azure_native/databox/v20240201preview/job.py +534 -0
  123. pulumi_azure_native/databox/v20240201preview/list_job_credentials.py +92 -0
  124. pulumi_azure_native/databox/v20240201preview/outputs.py +6380 -0
  125. pulumi_azure_native/databoxedge/__init__.py +3 -0
  126. pulumi_azure_native/databoxedge/arc_addon.py +1 -1
  127. pulumi_azure_native/databoxedge/bandwidth_schedule.py +3 -3
  128. pulumi_azure_native/databoxedge/cloud_edge_management_role.py +1 -1
  129. pulumi_azure_native/databoxedge/container.py +3 -3
  130. pulumi_azure_native/databoxedge/device.py +3 -3
  131. pulumi_azure_native/databoxedge/file_event_trigger.py +1 -1
  132. pulumi_azure_native/databoxedge/get_bandwidth_schedule.py +2 -2
  133. pulumi_azure_native/databoxedge/get_container.py +2 -2
  134. pulumi_azure_native/databoxedge/get_device.py +2 -2
  135. pulumi_azure_native/databoxedge/get_device_extended_information.py +2 -2
  136. pulumi_azure_native/databoxedge/get_monitoring_config.py +2 -2
  137. pulumi_azure_native/databoxedge/get_order.py +2 -2
  138. pulumi_azure_native/databoxedge/get_share.py +2 -2
  139. pulumi_azure_native/databoxedge/get_storage_account.py +2 -2
  140. pulumi_azure_native/databoxedge/get_storage_account_credential.py +2 -2
  141. pulumi_azure_native/databoxedge/get_user.py +2 -2
  142. pulumi_azure_native/databoxedge/io_t_addon.py +1 -1
  143. pulumi_azure_native/databoxedge/io_t_role.py +1 -1
  144. pulumi_azure_native/databoxedge/kubernetes_role.py +1 -1
  145. pulumi_azure_native/databoxedge/list_order_dc_access_code.py +2 -2
  146. pulumi_azure_native/databoxedge/mec_role.py +1 -1
  147. pulumi_azure_native/databoxedge/monitoring_config.py +3 -3
  148. pulumi_azure_native/databoxedge/order.py +3 -3
  149. pulumi_azure_native/databoxedge/periodic_timer_event_trigger.py +1 -1
  150. pulumi_azure_native/databoxedge/share.py +3 -3
  151. pulumi_azure_native/databoxedge/storage_account.py +3 -3
  152. pulumi_azure_native/databoxedge/storage_account_credential.py +3 -3
  153. pulumi_azure_native/databoxedge/user.py +3 -3
  154. pulumi_azure_native/databoxedge/v20210201/device.py +1 -1
  155. pulumi_azure_native/databoxedge/v20210201preview/device.py +1 -1
  156. pulumi_azure_native/databoxedge/v20210201preview/user.py +1 -1
  157. pulumi_azure_native/databoxedge/v20220301/bandwidth_schedule.py +1 -1
  158. pulumi_azure_native/databoxedge/v20220301/container.py +1 -1
  159. pulumi_azure_native/databoxedge/v20220301/device.py +1 -1
  160. pulumi_azure_native/databoxedge/v20220301/io_t_addon.py +1 -1
  161. pulumi_azure_native/databoxedge/v20220301/monitoring_config.py +1 -1
  162. pulumi_azure_native/databoxedge/v20220301/order.py +1 -1
  163. pulumi_azure_native/databoxedge/v20220301/share.py +1 -1
  164. pulumi_azure_native/databoxedge/v20220301/storage_account.py +1 -1
  165. pulumi_azure_native/databoxedge/v20220301/storage_account_credential.py +1 -1
  166. pulumi_azure_native/databoxedge/v20220301/user.py +1 -1
  167. pulumi_azure_native/databoxedge/v20220401preview/device.py +1 -1
  168. pulumi_azure_native/databoxedge/v20220401preview/order.py +1 -1
  169. pulumi_azure_native/databoxedge/v20230101preview/arc_addon.py +1 -1
  170. pulumi_azure_native/databoxedge/v20230101preview/bandwidth_schedule.py +1 -1
  171. pulumi_azure_native/databoxedge/v20230101preview/cloud_edge_management_role.py +1 -1
  172. pulumi_azure_native/databoxedge/v20230101preview/container.py +1 -1
  173. pulumi_azure_native/databoxedge/v20230101preview/device.py +1 -1
  174. pulumi_azure_native/databoxedge/v20230101preview/file_event_trigger.py +1 -1
  175. pulumi_azure_native/databoxedge/v20230101preview/io_t_role.py +1 -1
  176. pulumi_azure_native/databoxedge/v20230101preview/kubernetes_role.py +1 -1
  177. pulumi_azure_native/databoxedge/v20230101preview/mec_role.py +1 -1
  178. pulumi_azure_native/databoxedge/v20230101preview/monitoring_config.py +1 -1
  179. pulumi_azure_native/databoxedge/v20230101preview/order.py +1 -1
  180. pulumi_azure_native/databoxedge/v20230101preview/periodic_timer_event_trigger.py +1 -1
  181. pulumi_azure_native/databoxedge/v20230101preview/share.py +1 -1
  182. pulumi_azure_native/databoxedge/v20230101preview/storage_account.py +1 -1
  183. pulumi_azure_native/databoxedge/v20230101preview/storage_account_credential.py +1 -1
  184. pulumi_azure_native/databoxedge/v20230101preview/user.py +1 -1
  185. pulumi_azure_native/databoxedge/v20230701/arc_addon.py +1 -1
  186. pulumi_azure_native/databoxedge/v20230701/bandwidth_schedule.py +1 -1
  187. pulumi_azure_native/databoxedge/v20230701/cloud_edge_management_role.py +1 -1
  188. pulumi_azure_native/databoxedge/v20230701/container.py +1 -1
  189. pulumi_azure_native/databoxedge/v20230701/device.py +1 -1
  190. pulumi_azure_native/databoxedge/v20230701/file_event_trigger.py +1 -1
  191. pulumi_azure_native/databoxedge/v20230701/io_t_addon.py +1 -1
  192. pulumi_azure_native/databoxedge/v20230701/io_t_role.py +1 -1
  193. pulumi_azure_native/databoxedge/v20230701/kubernetes_role.py +1 -1
  194. pulumi_azure_native/databoxedge/v20230701/mec_role.py +1 -1
  195. pulumi_azure_native/databoxedge/v20230701/monitoring_config.py +1 -1
  196. pulumi_azure_native/databoxedge/v20230701/order.py +1 -1
  197. pulumi_azure_native/databoxedge/v20230701/periodic_timer_event_trigger.py +1 -1
  198. pulumi_azure_native/databoxedge/v20230701/share.py +1 -1
  199. pulumi_azure_native/databoxedge/v20230701/storage_account.py +1 -1
  200. pulumi_azure_native/databoxedge/v20230701/storage_account_credential.py +1 -1
  201. pulumi_azure_native/databoxedge/v20230701/user.py +1 -1
  202. pulumi_azure_native/databoxedge/v20231201/__init__.py +46 -0
  203. pulumi_azure_native/databoxedge/v20231201/_enums.py +261 -0
  204. pulumi_azure_native/databoxedge/v20231201/_inputs.py +1271 -0
  205. pulumi_azure_native/databoxedge/v20231201/arc_addon.py +379 -0
  206. pulumi_azure_native/databoxedge/v20231201/bandwidth_schedule.py +305 -0
  207. pulumi_azure_native/databoxedge/v20231201/cloud_edge_management_role.py +273 -0
  208. pulumi_azure_native/databoxedge/v20231201/container.py +267 -0
  209. pulumi_azure_native/databoxedge/v20231201/device.py +501 -0
  210. pulumi_azure_native/databoxedge/v20231201/file_event_trigger.py +308 -0
  211. pulumi_azure_native/databoxedge/v20231201/get_arc_addon.py +246 -0
  212. pulumi_azure_native/databoxedge/v20231201/get_bandwidth_schedule.py +175 -0
  213. pulumi_azure_native/databoxedge/v20231201/get_cloud_edge_management_role.py +178 -0
  214. pulumi_azure_native/databoxedge/v20231201/get_container.py +180 -0
  215. pulumi_azure_native/databoxedge/v20231201/get_device.py +430 -0
  216. pulumi_azure_native/databoxedge/v20231201/get_device_extended_information.py +313 -0
  217. pulumi_azure_native/databoxedge/v20231201/get_file_event_trigger.py +176 -0
  218. pulumi_azure_native/databoxedge/v20231201/get_io_t_addon.py +220 -0
  219. pulumi_azure_native/databoxedge/v20231201/get_io_t_role.py +241 -0
  220. pulumi_azure_native/databoxedge/v20231201/get_kubernetes_role.py +222 -0
  221. pulumi_azure_native/databoxedge/v20231201/get_mec_role.py +189 -0
  222. pulumi_azure_native/databoxedge/v20231201/get_monitoring_config.py +136 -0
  223. pulumi_azure_native/databoxedge/v20231201/get_order.py +248 -0
  224. pulumi_azure_native/databoxedge/v20231201/get_periodic_timer_event_trigger.py +176 -0
  225. pulumi_azure_native/databoxedge/v20231201/get_share.py +253 -0
  226. pulumi_azure_native/databoxedge/v20231201/get_storage_account.py +201 -0
  227. pulumi_azure_native/databoxedge/v20231201/get_storage_account_credential.py +227 -0
  228. pulumi_azure_native/databoxedge/v20231201/get_user.py +162 -0
  229. pulumi_azure_native/databoxedge/v20231201/io_t_addon.py +342 -0
  230. pulumi_azure_native/databoxedge/v20231201/io_t_role.py +437 -0
  231. pulumi_azure_native/databoxedge/v20231201/kubernetes_role.py +374 -0
  232. pulumi_azure_native/databoxedge/v20231201/list_order_dc_access_code.py +78 -0
  233. pulumi_azure_native/databoxedge/v20231201/mec_role.py +337 -0
  234. pulumi_azure_native/databoxedge/v20231201/monitoring_config.py +217 -0
  235. pulumi_azure_native/databoxedge/v20231201/order.py +325 -0
  236. pulumi_azure_native/databoxedge/v20231201/outputs.py +2702 -0
  237. pulumi_azure_native/databoxedge/v20231201/periodic_timer_event_trigger.py +308 -0
  238. pulumi_azure_native/databoxedge/v20231201/share.py +460 -0
  239. pulumi_azure_native/databoxedge/v20231201/storage_account.py +323 -0
  240. pulumi_azure_native/databoxedge/v20231201/storage_account_credential.py +421 -0
  241. pulumi_azure_native/databoxedge/v20231201/user.py +255 -0
  242. pulumi_azure_native/datafactory/_inputs.py +79 -47
  243. pulumi_azure_native/datafactory/outputs.py +68 -40
  244. pulumi_azure_native/datafactory/v20180601/_inputs.py +79 -47
  245. pulumi_azure_native/datafactory/v20180601/outputs.py +68 -40
  246. pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
  247. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  248. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  249. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  250. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  251. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  252. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  253. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  254. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  255. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  256. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  257. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  258. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  259. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  260. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  261. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  262. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  263. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  264. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  265. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  266. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  267. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  268. pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
  269. pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
  270. pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
  271. pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
  272. pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
  273. pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
  274. pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
  275. pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
  276. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
  277. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
  278. pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
  279. pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
  280. pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
  281. pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
  282. pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
  283. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
  284. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
  285. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
  286. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
  287. pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
  288. pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
  289. pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
  290. pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
  291. pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
  292. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
  293. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
  294. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
  295. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
  296. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
  297. pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
  298. pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
  299. pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
  300. pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
  301. pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
  302. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
  303. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
  304. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
  305. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
  306. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
  307. pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
  308. pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
  309. pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
  310. pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
  311. pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
  312. pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
  313. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
  314. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
  315. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
  316. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
  317. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
  318. pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
  319. pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
  320. pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
  321. pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
  322. pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
  323. pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
  324. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
  325. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
  326. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
  327. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
  328. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
  329. pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
  330. pulumi_azure_native/desktopvirtualization/v20240116preview/__init__.py +32 -0
  331. pulumi_azure_native/desktopvirtualization/v20240116preview/_enums.py +314 -0
  332. pulumi_azure_native/desktopvirtualization/v20240116preview/_inputs.py +1332 -0
  333. pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +254 -0
  334. pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +536 -0
  335. pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +532 -0
  336. pulumi_azure_native/desktopvirtualization/v20240116preview/get_app_attach_package.py +157 -0
  337. pulumi_azure_native/desktopvirtualization/v20240116preview/get_application.py +305 -0
  338. pulumi_azure_native/desktopvirtualization/v20240116preview/get_application_group.py +317 -0
  339. pulumi_azure_native/desktopvirtualization/v20240116preview/get_host_pool.py +590 -0
  340. pulumi_azure_native/desktopvirtualization/v20240116preview/get_msix_package.py +266 -0
  341. pulumi_azure_native/desktopvirtualization/v20240116preview/get_private_endpoint_connection_by_host_pool.py +162 -0
  342. pulumi_azure_native/desktopvirtualization/v20240116preview/get_private_endpoint_connection_by_workspace.py +162 -0
  343. pulumi_azure_native/desktopvirtualization/v20240116preview/get_scaling_plan.py +317 -0
  344. pulumi_azure_native/desktopvirtualization/v20240116preview/get_scaling_plan_personal_schedule.py +461 -0
  345. pulumi_azure_native/desktopvirtualization/v20240116preview/get_scaling_plan_pooled_schedule.py +344 -0
  346. pulumi_azure_native/desktopvirtualization/v20240116preview/get_workspace.py +304 -0
  347. pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1104 -0
  348. pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +505 -0
  349. pulumi_azure_native/desktopvirtualization/v20240116preview/outputs.py +1625 -0
  350. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +237 -0
  351. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +237 -0
  352. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +573 -0
  353. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +957 -0
  354. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +680 -0
  355. pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +501 -0
  356. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  357. pulumi_azure_native/healthcareapis/__init__.py +3 -0
  358. pulumi_azure_native/healthcareapis/dicom_service.py +3 -3
  359. pulumi_azure_native/healthcareapis/fhir_service.py +3 -3
  360. pulumi_azure_native/healthcareapis/get_dicom_service.py +2 -2
  361. pulumi_azure_native/healthcareapis/get_fhir_service.py +2 -2
  362. pulumi_azure_native/healthcareapis/get_iot_connector.py +2 -2
  363. pulumi_azure_native/healthcareapis/get_iot_connector_fhir_destination.py +2 -2
  364. pulumi_azure_native/healthcareapis/get_private_endpoint_connection.py +2 -2
  365. pulumi_azure_native/healthcareapis/get_service.py +2 -2
  366. pulumi_azure_native/healthcareapis/get_workspace.py +2 -2
  367. pulumi_azure_native/healthcareapis/get_workspace_private_endpoint_connection.py +2 -2
  368. pulumi_azure_native/healthcareapis/iot_connector.py +3 -3
  369. pulumi_azure_native/healthcareapis/iot_connector_fhir_destination.py +3 -3
  370. pulumi_azure_native/healthcareapis/private_endpoint_connection.py +3 -3
  371. pulumi_azure_native/healthcareapis/service.py +3 -3
  372. pulumi_azure_native/healthcareapis/v20230228/dicom_service.py +1 -1
  373. pulumi_azure_native/healthcareapis/v20230228/fhir_service.py +1 -1
  374. pulumi_azure_native/healthcareapis/v20230228/iot_connector.py +1 -1
  375. pulumi_azure_native/healthcareapis/v20230228/iot_connector_fhir_destination.py +1 -1
  376. pulumi_azure_native/healthcareapis/v20230228/private_endpoint_connection.py +1 -1
  377. pulumi_azure_native/healthcareapis/v20230228/service.py +1 -1
  378. pulumi_azure_native/healthcareapis/v20230228/workspace.py +1 -1
  379. pulumi_azure_native/healthcareapis/v20230228/workspace_private_endpoint_connection.py +1 -1
  380. pulumi_azure_native/healthcareapis/v20230906/dicom_service.py +1 -1
  381. pulumi_azure_native/healthcareapis/v20230906/fhir_service.py +1 -1
  382. pulumi_azure_native/healthcareapis/v20230906/iot_connector.py +1 -1
  383. pulumi_azure_native/healthcareapis/v20230906/iot_connector_fhir_destination.py +1 -1
  384. pulumi_azure_native/healthcareapis/v20230906/private_endpoint_connection.py +1 -1
  385. pulumi_azure_native/healthcareapis/v20230906/service.py +1 -1
  386. pulumi_azure_native/healthcareapis/v20230906/workspace.py +1 -1
  387. pulumi_azure_native/healthcareapis/v20230906/workspace_private_endpoint_connection.py +1 -1
  388. pulumi_azure_native/healthcareapis/v20231101/dicom_service.py +1 -1
  389. pulumi_azure_native/healthcareapis/v20231101/fhir_service.py +1 -1
  390. pulumi_azure_native/healthcareapis/v20231101/iot_connector.py +1 -1
  391. pulumi_azure_native/healthcareapis/v20231101/iot_connector_fhir_destination.py +1 -1
  392. pulumi_azure_native/healthcareapis/v20231101/private_endpoint_connection.py +1 -1
  393. pulumi_azure_native/healthcareapis/v20231101/service.py +1 -1
  394. pulumi_azure_native/healthcareapis/v20231101/workspace.py +1 -1
  395. pulumi_azure_native/healthcareapis/v20231101/workspace_private_endpoint_connection.py +1 -1
  396. pulumi_azure_native/healthcareapis/v20231201/__init__.py +26 -0
  397. pulumi_azure_native/healthcareapis/v20231201/_enums.py +93 -0
  398. pulumi_azure_native/healthcareapis/v20231201/_inputs.py +1391 -0
  399. pulumi_azure_native/healthcareapis/v20231201/dicom_service.py +402 -0
  400. pulumi_azure_native/healthcareapis/v20231201/fhir_service.py +585 -0
  401. pulumi_azure_native/healthcareapis/v20231201/get_dicom_service.py +279 -0
  402. pulumi_azure_native/healthcareapis/v20231201/get_fhir_service.py +344 -0
  403. pulumi_azure_native/healthcareapis/v20231201/get_iot_connector.py +214 -0
  404. pulumi_azure_native/healthcareapis/v20231201/get_iot_connector_fhir_destination.py +193 -0
  405. pulumi_azure_native/healthcareapis/v20231201/get_private_endpoint_connection.py +162 -0
  406. pulumi_azure_native/healthcareapis/v20231201/get_service.py +196 -0
  407. pulumi_azure_native/healthcareapis/v20231201/get_workspace.py +170 -0
  408. pulumi_azure_native/healthcareapis/v20231201/get_workspace_private_endpoint_connection.py +162 -0
  409. pulumi_azure_native/healthcareapis/v20231201/iot_connector.py +352 -0
  410. pulumi_azure_native/healthcareapis/v20231201/iot_connector_fhir_destination.py +337 -0
  411. pulumi_azure_native/healthcareapis/v20231201/outputs.py +2068 -0
  412. pulumi_azure_native/healthcareapis/v20231201/private_endpoint_connection.py +237 -0
  413. pulumi_azure_native/healthcareapis/v20231201/service.py +322 -0
  414. pulumi_azure_native/healthcareapis/v20231201/workspace.py +242 -0
  415. pulumi_azure_native/healthcareapis/v20231201/workspace_private_endpoint_connection.py +237 -0
  416. pulumi_azure_native/healthcareapis/workspace.py +3 -3
  417. pulumi_azure_native/healthcareapis/workspace_private_endpoint_connection.py +3 -3
  418. pulumi_azure_native/quantum/__init__.py +4 -0
  419. pulumi_azure_native/quantum/get_workspace.py +4 -0
  420. pulumi_azure_native/quantum/list_workspace_keys.py +133 -0
  421. pulumi_azure_native/quantum/outputs.py +35 -0
  422. pulumi_azure_native/quantum/v20220110preview/workspace.py +1 -1
  423. pulumi_azure_native/quantum/v20231113preview/__init__.py +13 -0
  424. pulumi_azure_native/quantum/v20231113preview/_enums.py +30 -0
  425. pulumi_azure_native/quantum/v20231113preview/_inputs.py +145 -0
  426. pulumi_azure_native/quantum/v20231113preview/get_workspace.py +235 -0
  427. pulumi_azure_native/quantum/v20231113preview/list_workspace_keys.py +131 -0
  428. pulumi_azure_native/quantum/v20231113preview/outputs.py +337 -0
  429. pulumi_azure_native/quantum/v20231113preview/workspace.py +370 -0
  430. pulumi_azure_native/quantum/workspace.py +5 -1
  431. {pulumi_azure_native-2.26.2a1706204883.dist-info → pulumi_azure_native-2.27.0.dist-info}/METADATA +1 -1
  432. {pulumi_azure_native-2.26.2a1706204883.dist-info → pulumi_azure_native-2.27.0.dist-info}/RECORD +434 -314
  433. {pulumi_azure_native-2.26.2a1706204883.dist-info → pulumi_azure_native-2.27.0.dist-info}/WHEEL +0 -0
  434. {pulumi_azure_native-2.26.2a1706204883.dist-info → pulumi_azure_native-2.27.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,690 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetManagedClusterResult',
15
+ 'AwaitableGetManagedClusterResult',
16
+ 'get_managed_cluster',
17
+ 'get_managed_cluster_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetManagedClusterResult:
22
+ """
23
+ Managed cluster.
24
+ """
25
+ def __init__(__self__, aad_profile=None, addon_profiles=None, agent_pool_profiles=None, api_server_access_profile=None, auto_scaler_profile=None, auto_upgrade_profile=None, azure_monitor_profile=None, azure_portal_fqdn=None, current_kubernetes_version=None, disable_local_accounts=None, disk_encryption_set_id=None, dns_prefix=None, enable_pod_security_policy=None, enable_rbac=None, extended_location=None, fqdn=None, fqdn_subdomain=None, http_proxy_config=None, id=None, identity=None, identity_profile=None, kubernetes_version=None, linux_profile=None, location=None, max_agent_pools=None, name=None, network_profile=None, node_resource_group=None, oidc_issuer_profile=None, pod_identity_profile=None, power_state=None, private_fqdn=None, private_link_resources=None, provisioning_state=None, public_network_access=None, resource_uid=None, security_profile=None, service_mesh_profile=None, service_principal_profile=None, sku=None, storage_profile=None, support_plan=None, system_data=None, tags=None, type=None, upgrade_settings=None, windows_profile=None, workload_auto_scaler_profile=None):
26
+ if aad_profile and not isinstance(aad_profile, dict):
27
+ raise TypeError("Expected argument 'aad_profile' to be a dict")
28
+ pulumi.set(__self__, "aad_profile", aad_profile)
29
+ if addon_profiles and not isinstance(addon_profiles, dict):
30
+ raise TypeError("Expected argument 'addon_profiles' to be a dict")
31
+ pulumi.set(__self__, "addon_profiles", addon_profiles)
32
+ if agent_pool_profiles and not isinstance(agent_pool_profiles, list):
33
+ raise TypeError("Expected argument 'agent_pool_profiles' to be a list")
34
+ pulumi.set(__self__, "agent_pool_profiles", agent_pool_profiles)
35
+ if api_server_access_profile and not isinstance(api_server_access_profile, dict):
36
+ raise TypeError("Expected argument 'api_server_access_profile' to be a dict")
37
+ pulumi.set(__self__, "api_server_access_profile", api_server_access_profile)
38
+ if auto_scaler_profile and not isinstance(auto_scaler_profile, dict):
39
+ raise TypeError("Expected argument 'auto_scaler_profile' to be a dict")
40
+ pulumi.set(__self__, "auto_scaler_profile", auto_scaler_profile)
41
+ if auto_upgrade_profile and not isinstance(auto_upgrade_profile, dict):
42
+ raise TypeError("Expected argument 'auto_upgrade_profile' to be a dict")
43
+ pulumi.set(__self__, "auto_upgrade_profile", auto_upgrade_profile)
44
+ if azure_monitor_profile and not isinstance(azure_monitor_profile, dict):
45
+ raise TypeError("Expected argument 'azure_monitor_profile' to be a dict")
46
+ pulumi.set(__self__, "azure_monitor_profile", azure_monitor_profile)
47
+ if azure_portal_fqdn and not isinstance(azure_portal_fqdn, str):
48
+ raise TypeError("Expected argument 'azure_portal_fqdn' to be a str")
49
+ pulumi.set(__self__, "azure_portal_fqdn", azure_portal_fqdn)
50
+ if current_kubernetes_version and not isinstance(current_kubernetes_version, str):
51
+ raise TypeError("Expected argument 'current_kubernetes_version' to be a str")
52
+ pulumi.set(__self__, "current_kubernetes_version", current_kubernetes_version)
53
+ if disable_local_accounts and not isinstance(disable_local_accounts, bool):
54
+ raise TypeError("Expected argument 'disable_local_accounts' to be a bool")
55
+ pulumi.set(__self__, "disable_local_accounts", disable_local_accounts)
56
+ if disk_encryption_set_id and not isinstance(disk_encryption_set_id, str):
57
+ raise TypeError("Expected argument 'disk_encryption_set_id' to be a str")
58
+ pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
59
+ if dns_prefix and not isinstance(dns_prefix, str):
60
+ raise TypeError("Expected argument 'dns_prefix' to be a str")
61
+ pulumi.set(__self__, "dns_prefix", dns_prefix)
62
+ if enable_pod_security_policy and not isinstance(enable_pod_security_policy, bool):
63
+ raise TypeError("Expected argument 'enable_pod_security_policy' to be a bool")
64
+ pulumi.set(__self__, "enable_pod_security_policy", enable_pod_security_policy)
65
+ if enable_rbac and not isinstance(enable_rbac, bool):
66
+ raise TypeError("Expected argument 'enable_rbac' to be a bool")
67
+ pulumi.set(__self__, "enable_rbac", enable_rbac)
68
+ if extended_location and not isinstance(extended_location, dict):
69
+ raise TypeError("Expected argument 'extended_location' to be a dict")
70
+ pulumi.set(__self__, "extended_location", extended_location)
71
+ if fqdn and not isinstance(fqdn, str):
72
+ raise TypeError("Expected argument 'fqdn' to be a str")
73
+ pulumi.set(__self__, "fqdn", fqdn)
74
+ if fqdn_subdomain and not isinstance(fqdn_subdomain, str):
75
+ raise TypeError("Expected argument 'fqdn_subdomain' to be a str")
76
+ pulumi.set(__self__, "fqdn_subdomain", fqdn_subdomain)
77
+ if http_proxy_config and not isinstance(http_proxy_config, dict):
78
+ raise TypeError("Expected argument 'http_proxy_config' to be a dict")
79
+ pulumi.set(__self__, "http_proxy_config", http_proxy_config)
80
+ if id and not isinstance(id, str):
81
+ raise TypeError("Expected argument 'id' to be a str")
82
+ pulumi.set(__self__, "id", id)
83
+ if identity and not isinstance(identity, dict):
84
+ raise TypeError("Expected argument 'identity' to be a dict")
85
+ pulumi.set(__self__, "identity", identity)
86
+ if identity_profile and not isinstance(identity_profile, dict):
87
+ raise TypeError("Expected argument 'identity_profile' to be a dict")
88
+ pulumi.set(__self__, "identity_profile", identity_profile)
89
+ if kubernetes_version and not isinstance(kubernetes_version, str):
90
+ raise TypeError("Expected argument 'kubernetes_version' to be a str")
91
+ pulumi.set(__self__, "kubernetes_version", kubernetes_version)
92
+ if linux_profile and not isinstance(linux_profile, dict):
93
+ raise TypeError("Expected argument 'linux_profile' to be a dict")
94
+ pulumi.set(__self__, "linux_profile", linux_profile)
95
+ if location and not isinstance(location, str):
96
+ raise TypeError("Expected argument 'location' to be a str")
97
+ pulumi.set(__self__, "location", location)
98
+ if max_agent_pools and not isinstance(max_agent_pools, int):
99
+ raise TypeError("Expected argument 'max_agent_pools' to be a int")
100
+ pulumi.set(__self__, "max_agent_pools", max_agent_pools)
101
+ if name and not isinstance(name, str):
102
+ raise TypeError("Expected argument 'name' to be a str")
103
+ pulumi.set(__self__, "name", name)
104
+ if network_profile and not isinstance(network_profile, dict):
105
+ raise TypeError("Expected argument 'network_profile' to be a dict")
106
+ pulumi.set(__self__, "network_profile", network_profile)
107
+ if node_resource_group and not isinstance(node_resource_group, str):
108
+ raise TypeError("Expected argument 'node_resource_group' to be a str")
109
+ pulumi.set(__self__, "node_resource_group", node_resource_group)
110
+ if oidc_issuer_profile and not isinstance(oidc_issuer_profile, dict):
111
+ raise TypeError("Expected argument 'oidc_issuer_profile' to be a dict")
112
+ pulumi.set(__self__, "oidc_issuer_profile", oidc_issuer_profile)
113
+ if pod_identity_profile and not isinstance(pod_identity_profile, dict):
114
+ raise TypeError("Expected argument 'pod_identity_profile' to be a dict")
115
+ pulumi.set(__self__, "pod_identity_profile", pod_identity_profile)
116
+ if power_state and not isinstance(power_state, dict):
117
+ raise TypeError("Expected argument 'power_state' to be a dict")
118
+ pulumi.set(__self__, "power_state", power_state)
119
+ if private_fqdn and not isinstance(private_fqdn, str):
120
+ raise TypeError("Expected argument 'private_fqdn' to be a str")
121
+ pulumi.set(__self__, "private_fqdn", private_fqdn)
122
+ if private_link_resources and not isinstance(private_link_resources, list):
123
+ raise TypeError("Expected argument 'private_link_resources' to be a list")
124
+ pulumi.set(__self__, "private_link_resources", private_link_resources)
125
+ if provisioning_state and not isinstance(provisioning_state, str):
126
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
127
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
128
+ if public_network_access and not isinstance(public_network_access, str):
129
+ raise TypeError("Expected argument 'public_network_access' to be a str")
130
+ pulumi.set(__self__, "public_network_access", public_network_access)
131
+ if resource_uid and not isinstance(resource_uid, str):
132
+ raise TypeError("Expected argument 'resource_uid' to be a str")
133
+ pulumi.set(__self__, "resource_uid", resource_uid)
134
+ if security_profile and not isinstance(security_profile, dict):
135
+ raise TypeError("Expected argument 'security_profile' to be a dict")
136
+ pulumi.set(__self__, "security_profile", security_profile)
137
+ if service_mesh_profile and not isinstance(service_mesh_profile, dict):
138
+ raise TypeError("Expected argument 'service_mesh_profile' to be a dict")
139
+ pulumi.set(__self__, "service_mesh_profile", service_mesh_profile)
140
+ if service_principal_profile and not isinstance(service_principal_profile, dict):
141
+ raise TypeError("Expected argument 'service_principal_profile' to be a dict")
142
+ pulumi.set(__self__, "service_principal_profile", service_principal_profile)
143
+ if sku and not isinstance(sku, dict):
144
+ raise TypeError("Expected argument 'sku' to be a dict")
145
+ pulumi.set(__self__, "sku", sku)
146
+ if storage_profile and not isinstance(storage_profile, dict):
147
+ raise TypeError("Expected argument 'storage_profile' to be a dict")
148
+ pulumi.set(__self__, "storage_profile", storage_profile)
149
+ if support_plan and not isinstance(support_plan, str):
150
+ raise TypeError("Expected argument 'support_plan' to be a str")
151
+ pulumi.set(__self__, "support_plan", support_plan)
152
+ if system_data and not isinstance(system_data, dict):
153
+ raise TypeError("Expected argument 'system_data' to be a dict")
154
+ pulumi.set(__self__, "system_data", system_data)
155
+ if tags and not isinstance(tags, dict):
156
+ raise TypeError("Expected argument 'tags' to be a dict")
157
+ pulumi.set(__self__, "tags", tags)
158
+ if type and not isinstance(type, str):
159
+ raise TypeError("Expected argument 'type' to be a str")
160
+ pulumi.set(__self__, "type", type)
161
+ if upgrade_settings and not isinstance(upgrade_settings, dict):
162
+ raise TypeError("Expected argument 'upgrade_settings' to be a dict")
163
+ pulumi.set(__self__, "upgrade_settings", upgrade_settings)
164
+ if windows_profile and not isinstance(windows_profile, dict):
165
+ raise TypeError("Expected argument 'windows_profile' to be a dict")
166
+ pulumi.set(__self__, "windows_profile", windows_profile)
167
+ if workload_auto_scaler_profile and not isinstance(workload_auto_scaler_profile, dict):
168
+ raise TypeError("Expected argument 'workload_auto_scaler_profile' to be a dict")
169
+ pulumi.set(__self__, "workload_auto_scaler_profile", workload_auto_scaler_profile)
170
+
171
+ @property
172
+ @pulumi.getter(name="aadProfile")
173
+ def aad_profile(self) -> Optional['outputs.ManagedClusterAADProfileResponse']:
174
+ """
175
+ The Azure Active Directory configuration.
176
+ """
177
+ return pulumi.get(self, "aad_profile")
178
+
179
+ @property
180
+ @pulumi.getter(name="addonProfiles")
181
+ def addon_profiles(self) -> Optional[Mapping[str, 'outputs.ManagedClusterAddonProfileResponse']]:
182
+ """
183
+ The profile of managed cluster add-on.
184
+ """
185
+ return pulumi.get(self, "addon_profiles")
186
+
187
+ @property
188
+ @pulumi.getter(name="agentPoolProfiles")
189
+ def agent_pool_profiles(self) -> Optional[Sequence['outputs.ManagedClusterAgentPoolProfileResponse']]:
190
+ """
191
+ The agent pool properties.
192
+ """
193
+ return pulumi.get(self, "agent_pool_profiles")
194
+
195
+ @property
196
+ @pulumi.getter(name="apiServerAccessProfile")
197
+ def api_server_access_profile(self) -> Optional['outputs.ManagedClusterAPIServerAccessProfileResponse']:
198
+ """
199
+ The access profile for managed cluster API server.
200
+ """
201
+ return pulumi.get(self, "api_server_access_profile")
202
+
203
+ @property
204
+ @pulumi.getter(name="autoScalerProfile")
205
+ def auto_scaler_profile(self) -> Optional['outputs.ManagedClusterPropertiesResponseAutoScalerProfile']:
206
+ """
207
+ Parameters to be applied to the cluster-autoscaler when enabled
208
+ """
209
+ return pulumi.get(self, "auto_scaler_profile")
210
+
211
+ @property
212
+ @pulumi.getter(name="autoUpgradeProfile")
213
+ def auto_upgrade_profile(self) -> Optional['outputs.ManagedClusterAutoUpgradeProfileResponse']:
214
+ """
215
+ The auto upgrade configuration.
216
+ """
217
+ return pulumi.get(self, "auto_upgrade_profile")
218
+
219
+ @property
220
+ @pulumi.getter(name="azureMonitorProfile")
221
+ def azure_monitor_profile(self) -> Optional['outputs.ManagedClusterAzureMonitorProfileResponse']:
222
+ """
223
+ Azure Monitor addon profiles for monitoring the managed cluster.
224
+ """
225
+ return pulumi.get(self, "azure_monitor_profile")
226
+
227
+ @property
228
+ @pulumi.getter(name="azurePortalFQDN")
229
+ def azure_portal_fqdn(self) -> str:
230
+ """
231
+ The Azure Portal requires certain Cross-Origin Resource Sharing (CORS) headers to be sent in some responses, which Kubernetes APIServer doesn't handle by default. This special FQDN supports CORS, allowing the Azure Portal to function properly.
232
+ """
233
+ return pulumi.get(self, "azure_portal_fqdn")
234
+
235
+ @property
236
+ @pulumi.getter(name="currentKubernetesVersion")
237
+ def current_kubernetes_version(self) -> str:
238
+ """
239
+ If kubernetesVersion was a fully specified version <major.minor.patch>, this field will be exactly equal to it. If kubernetesVersion was <major.minor>, this field will contain the full <major.minor.patch> version being used.
240
+ """
241
+ return pulumi.get(self, "current_kubernetes_version")
242
+
243
+ @property
244
+ @pulumi.getter(name="disableLocalAccounts")
245
+ def disable_local_accounts(self) -> Optional[bool]:
246
+ """
247
+ If set to true, getting static credentials will be disabled for this cluster. This must only be used on Managed Clusters that are AAD enabled. For more details see [disable local accounts](https://docs.microsoft.com/azure/aks/managed-aad#disable-local-accounts-preview).
248
+ """
249
+ return pulumi.get(self, "disable_local_accounts")
250
+
251
+ @property
252
+ @pulumi.getter(name="diskEncryptionSetID")
253
+ def disk_encryption_set_id(self) -> Optional[str]:
254
+ """
255
+ This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'
256
+ """
257
+ return pulumi.get(self, "disk_encryption_set_id")
258
+
259
+ @property
260
+ @pulumi.getter(name="dnsPrefix")
261
+ def dns_prefix(self) -> Optional[str]:
262
+ """
263
+ This cannot be updated once the Managed Cluster has been created.
264
+ """
265
+ return pulumi.get(self, "dns_prefix")
266
+
267
+ @property
268
+ @pulumi.getter(name="enablePodSecurityPolicy")
269
+ def enable_pod_security_policy(self) -> Optional[bool]:
270
+ """
271
+ (DEPRECATED) Whether to enable Kubernetes pod security policy (preview). PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from Kubernetes in v1.25. Learn more at https://aka.ms/k8s/psp and https://aka.ms/aks/psp.
272
+ """
273
+ return pulumi.get(self, "enable_pod_security_policy")
274
+
275
+ @property
276
+ @pulumi.getter(name="enableRBAC")
277
+ def enable_rbac(self) -> Optional[bool]:
278
+ """
279
+ Whether to enable Kubernetes Role-Based Access Control.
280
+ """
281
+ return pulumi.get(self, "enable_rbac")
282
+
283
+ @property
284
+ @pulumi.getter(name="extendedLocation")
285
+ def extended_location(self) -> Optional['outputs.ExtendedLocationResponse']:
286
+ """
287
+ The extended location of the Virtual Machine.
288
+ """
289
+ return pulumi.get(self, "extended_location")
290
+
291
+ @property
292
+ @pulumi.getter
293
+ def fqdn(self) -> str:
294
+ """
295
+ The FQDN of the master pool.
296
+ """
297
+ return pulumi.get(self, "fqdn")
298
+
299
+ @property
300
+ @pulumi.getter(name="fqdnSubdomain")
301
+ def fqdn_subdomain(self) -> Optional[str]:
302
+ """
303
+ This cannot be updated once the Managed Cluster has been created.
304
+ """
305
+ return pulumi.get(self, "fqdn_subdomain")
306
+
307
+ @property
308
+ @pulumi.getter(name="httpProxyConfig")
309
+ def http_proxy_config(self) -> Optional['outputs.ManagedClusterHTTPProxyConfigResponse']:
310
+ """
311
+ Configurations for provisioning the cluster with HTTP proxy servers.
312
+ """
313
+ return pulumi.get(self, "http_proxy_config")
314
+
315
+ @property
316
+ @pulumi.getter
317
+ def id(self) -> str:
318
+ """
319
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
320
+ """
321
+ return pulumi.get(self, "id")
322
+
323
+ @property
324
+ @pulumi.getter
325
+ def identity(self) -> Optional['outputs.ManagedClusterIdentityResponse']:
326
+ """
327
+ The identity of the managed cluster, if configured.
328
+ """
329
+ return pulumi.get(self, "identity")
330
+
331
+ @property
332
+ @pulumi.getter(name="identityProfile")
333
+ def identity_profile(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
334
+ """
335
+ Identities associated with the cluster.
336
+ """
337
+ return pulumi.get(self, "identity_profile")
338
+
339
+ @property
340
+ @pulumi.getter(name="kubernetesVersion")
341
+ def kubernetes_version(self) -> Optional[str]:
342
+ """
343
+ Both patch version <major.minor.patch> (e.g. 1.20.13) and <major.minor> (e.g. 1.20) are supported. When <major.minor> is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same <major.minor> once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details.
344
+ """
345
+ return pulumi.get(self, "kubernetes_version")
346
+
347
+ @property
348
+ @pulumi.getter(name="linuxProfile")
349
+ def linux_profile(self) -> Optional['outputs.ContainerServiceLinuxProfileResponse']:
350
+ """
351
+ The profile for Linux VMs in the Managed Cluster.
352
+ """
353
+ return pulumi.get(self, "linux_profile")
354
+
355
+ @property
356
+ @pulumi.getter
357
+ def location(self) -> str:
358
+ """
359
+ The geo-location where the resource lives
360
+ """
361
+ return pulumi.get(self, "location")
362
+
363
+ @property
364
+ @pulumi.getter(name="maxAgentPools")
365
+ def max_agent_pools(self) -> int:
366
+ """
367
+ The max number of agent pools for the managed cluster.
368
+ """
369
+ return pulumi.get(self, "max_agent_pools")
370
+
371
+ @property
372
+ @pulumi.getter
373
+ def name(self) -> str:
374
+ """
375
+ The name of the resource
376
+ """
377
+ return pulumi.get(self, "name")
378
+
379
+ @property
380
+ @pulumi.getter(name="networkProfile")
381
+ def network_profile(self) -> Optional['outputs.ContainerServiceNetworkProfileResponse']:
382
+ """
383
+ The network configuration profile.
384
+ """
385
+ return pulumi.get(self, "network_profile")
386
+
387
+ @property
388
+ @pulumi.getter(name="nodeResourceGroup")
389
+ def node_resource_group(self) -> Optional[str]:
390
+ """
391
+ The name of the resource group containing agent pool nodes.
392
+ """
393
+ return pulumi.get(self, "node_resource_group")
394
+
395
+ @property
396
+ @pulumi.getter(name="oidcIssuerProfile")
397
+ def oidc_issuer_profile(self) -> Optional['outputs.ManagedClusterOIDCIssuerProfileResponse']:
398
+ """
399
+ The OIDC issuer profile of the Managed Cluster.
400
+ """
401
+ return pulumi.get(self, "oidc_issuer_profile")
402
+
403
+ @property
404
+ @pulumi.getter(name="podIdentityProfile")
405
+ def pod_identity_profile(self) -> Optional['outputs.ManagedClusterPodIdentityProfileResponse']:
406
+ """
407
+ See [use AAD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on AAD pod identity integration.
408
+ """
409
+ return pulumi.get(self, "pod_identity_profile")
410
+
411
+ @property
412
+ @pulumi.getter(name="powerState")
413
+ def power_state(self) -> 'outputs.PowerStateResponse':
414
+ """
415
+ The Power State of the cluster.
416
+ """
417
+ return pulumi.get(self, "power_state")
418
+
419
+ @property
420
+ @pulumi.getter(name="privateFQDN")
421
+ def private_fqdn(self) -> str:
422
+ """
423
+ The FQDN of private cluster.
424
+ """
425
+ return pulumi.get(self, "private_fqdn")
426
+
427
+ @property
428
+ @pulumi.getter(name="privateLinkResources")
429
+ def private_link_resources(self) -> Optional[Sequence['outputs.PrivateLinkResourceResponse']]:
430
+ """
431
+ Private link resources associated with the cluster.
432
+ """
433
+ return pulumi.get(self, "private_link_resources")
434
+
435
+ @property
436
+ @pulumi.getter(name="provisioningState")
437
+ def provisioning_state(self) -> str:
438
+ """
439
+ The current provisioning state.
440
+ """
441
+ return pulumi.get(self, "provisioning_state")
442
+
443
+ @property
444
+ @pulumi.getter(name="publicNetworkAccess")
445
+ def public_network_access(self) -> Optional[str]:
446
+ """
447
+ Allow or deny public network access for AKS
448
+ """
449
+ return pulumi.get(self, "public_network_access")
450
+
451
+ @property
452
+ @pulumi.getter(name="resourceUID")
453
+ def resource_uid(self) -> str:
454
+ """
455
+ The resourceUID uniquely identifies ManagedClusters that reuse ARM ResourceIds (i.e: create, delete, create sequence)
456
+ """
457
+ return pulumi.get(self, "resource_uid")
458
+
459
+ @property
460
+ @pulumi.getter(name="securityProfile")
461
+ def security_profile(self) -> Optional['outputs.ManagedClusterSecurityProfileResponse']:
462
+ """
463
+ Security profile for the managed cluster.
464
+ """
465
+ return pulumi.get(self, "security_profile")
466
+
467
+ @property
468
+ @pulumi.getter(name="serviceMeshProfile")
469
+ def service_mesh_profile(self) -> Optional['outputs.ServiceMeshProfileResponse']:
470
+ """
471
+ Service mesh profile for a managed cluster.
472
+ """
473
+ return pulumi.get(self, "service_mesh_profile")
474
+
475
+ @property
476
+ @pulumi.getter(name="servicePrincipalProfile")
477
+ def service_principal_profile(self) -> Optional['outputs.ManagedClusterServicePrincipalProfileResponse']:
478
+ """
479
+ Information about a service principal identity for the cluster to use for manipulating Azure APIs.
480
+ """
481
+ return pulumi.get(self, "service_principal_profile")
482
+
483
+ @property
484
+ @pulumi.getter
485
+ def sku(self) -> Optional['outputs.ManagedClusterSKUResponse']:
486
+ """
487
+ The managed cluster SKU.
488
+ """
489
+ return pulumi.get(self, "sku")
490
+
491
+ @property
492
+ @pulumi.getter(name="storageProfile")
493
+ def storage_profile(self) -> Optional['outputs.ManagedClusterStorageProfileResponse']:
494
+ """
495
+ Storage profile for the managed cluster.
496
+ """
497
+ return pulumi.get(self, "storage_profile")
498
+
499
+ @property
500
+ @pulumi.getter(name="supportPlan")
501
+ def support_plan(self) -> Optional[str]:
502
+ """
503
+ The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'.
504
+ """
505
+ return pulumi.get(self, "support_plan")
506
+
507
+ @property
508
+ @pulumi.getter(name="systemData")
509
+ def system_data(self) -> 'outputs.SystemDataResponse':
510
+ """
511
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
512
+ """
513
+ return pulumi.get(self, "system_data")
514
+
515
+ @property
516
+ @pulumi.getter
517
+ def tags(self) -> Optional[Mapping[str, str]]:
518
+ """
519
+ Resource tags.
520
+ """
521
+ return pulumi.get(self, "tags")
522
+
523
+ @property
524
+ @pulumi.getter
525
+ def type(self) -> str:
526
+ """
527
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
528
+ """
529
+ return pulumi.get(self, "type")
530
+
531
+ @property
532
+ @pulumi.getter(name="upgradeSettings")
533
+ def upgrade_settings(self) -> Optional['outputs.ClusterUpgradeSettingsResponse']:
534
+ """
535
+ Settings for upgrading a cluster.
536
+ """
537
+ return pulumi.get(self, "upgrade_settings")
538
+
539
+ @property
540
+ @pulumi.getter(name="windowsProfile")
541
+ def windows_profile(self) -> Optional['outputs.ManagedClusterWindowsProfileResponse']:
542
+ """
543
+ The profile for Windows VMs in the Managed Cluster.
544
+ """
545
+ return pulumi.get(self, "windows_profile")
546
+
547
+ @property
548
+ @pulumi.getter(name="workloadAutoScalerProfile")
549
+ def workload_auto_scaler_profile(self) -> Optional['outputs.ManagedClusterWorkloadAutoScalerProfileResponse']:
550
+ """
551
+ Workload Auto-scaler profile for the managed cluster.
552
+ """
553
+ return pulumi.get(self, "workload_auto_scaler_profile")
554
+
555
+
556
+ class AwaitableGetManagedClusterResult(GetManagedClusterResult):
557
+ # pylint: disable=using-constant-test
558
+ def __await__(self):
559
+ if False:
560
+ yield self
561
+ return GetManagedClusterResult(
562
+ aad_profile=self.aad_profile,
563
+ addon_profiles=self.addon_profiles,
564
+ agent_pool_profiles=self.agent_pool_profiles,
565
+ api_server_access_profile=self.api_server_access_profile,
566
+ auto_scaler_profile=self.auto_scaler_profile,
567
+ auto_upgrade_profile=self.auto_upgrade_profile,
568
+ azure_monitor_profile=self.azure_monitor_profile,
569
+ azure_portal_fqdn=self.azure_portal_fqdn,
570
+ current_kubernetes_version=self.current_kubernetes_version,
571
+ disable_local_accounts=self.disable_local_accounts,
572
+ disk_encryption_set_id=self.disk_encryption_set_id,
573
+ dns_prefix=self.dns_prefix,
574
+ enable_pod_security_policy=self.enable_pod_security_policy,
575
+ enable_rbac=self.enable_rbac,
576
+ extended_location=self.extended_location,
577
+ fqdn=self.fqdn,
578
+ fqdn_subdomain=self.fqdn_subdomain,
579
+ http_proxy_config=self.http_proxy_config,
580
+ id=self.id,
581
+ identity=self.identity,
582
+ identity_profile=self.identity_profile,
583
+ kubernetes_version=self.kubernetes_version,
584
+ linux_profile=self.linux_profile,
585
+ location=self.location,
586
+ max_agent_pools=self.max_agent_pools,
587
+ name=self.name,
588
+ network_profile=self.network_profile,
589
+ node_resource_group=self.node_resource_group,
590
+ oidc_issuer_profile=self.oidc_issuer_profile,
591
+ pod_identity_profile=self.pod_identity_profile,
592
+ power_state=self.power_state,
593
+ private_fqdn=self.private_fqdn,
594
+ private_link_resources=self.private_link_resources,
595
+ provisioning_state=self.provisioning_state,
596
+ public_network_access=self.public_network_access,
597
+ resource_uid=self.resource_uid,
598
+ security_profile=self.security_profile,
599
+ service_mesh_profile=self.service_mesh_profile,
600
+ service_principal_profile=self.service_principal_profile,
601
+ sku=self.sku,
602
+ storage_profile=self.storage_profile,
603
+ support_plan=self.support_plan,
604
+ system_data=self.system_data,
605
+ tags=self.tags,
606
+ type=self.type,
607
+ upgrade_settings=self.upgrade_settings,
608
+ windows_profile=self.windows_profile,
609
+ workload_auto_scaler_profile=self.workload_auto_scaler_profile)
610
+
611
+
612
+ def get_managed_cluster(resource_group_name: Optional[str] = None,
613
+ resource_name: Optional[str] = None,
614
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedClusterResult:
615
+ """
616
+ Managed cluster.
617
+
618
+
619
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
620
+ :param str resource_name: The name of the managed cluster resource.
621
+ """
622
+ __args__ = dict()
623
+ __args__['resourceGroupName'] = resource_group_name
624
+ __args__['resourceName'] = resource_name
625
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
626
+ __ret__ = pulumi.runtime.invoke('azure-native:containerservice/v20231101:getManagedCluster', __args__, opts=opts, typ=GetManagedClusterResult).value
627
+
628
+ return AwaitableGetManagedClusterResult(
629
+ aad_profile=pulumi.get(__ret__, 'aad_profile'),
630
+ addon_profiles=pulumi.get(__ret__, 'addon_profiles'),
631
+ agent_pool_profiles=pulumi.get(__ret__, 'agent_pool_profiles'),
632
+ api_server_access_profile=pulumi.get(__ret__, 'api_server_access_profile'),
633
+ auto_scaler_profile=pulumi.get(__ret__, 'auto_scaler_profile'),
634
+ auto_upgrade_profile=pulumi.get(__ret__, 'auto_upgrade_profile'),
635
+ azure_monitor_profile=pulumi.get(__ret__, 'azure_monitor_profile'),
636
+ azure_portal_fqdn=pulumi.get(__ret__, 'azure_portal_fqdn'),
637
+ current_kubernetes_version=pulumi.get(__ret__, 'current_kubernetes_version'),
638
+ disable_local_accounts=pulumi.get(__ret__, 'disable_local_accounts'),
639
+ disk_encryption_set_id=pulumi.get(__ret__, 'disk_encryption_set_id'),
640
+ dns_prefix=pulumi.get(__ret__, 'dns_prefix'),
641
+ enable_pod_security_policy=pulumi.get(__ret__, 'enable_pod_security_policy'),
642
+ enable_rbac=pulumi.get(__ret__, 'enable_rbac'),
643
+ extended_location=pulumi.get(__ret__, 'extended_location'),
644
+ fqdn=pulumi.get(__ret__, 'fqdn'),
645
+ fqdn_subdomain=pulumi.get(__ret__, 'fqdn_subdomain'),
646
+ http_proxy_config=pulumi.get(__ret__, 'http_proxy_config'),
647
+ id=pulumi.get(__ret__, 'id'),
648
+ identity=pulumi.get(__ret__, 'identity'),
649
+ identity_profile=pulumi.get(__ret__, 'identity_profile'),
650
+ kubernetes_version=pulumi.get(__ret__, 'kubernetes_version'),
651
+ linux_profile=pulumi.get(__ret__, 'linux_profile'),
652
+ location=pulumi.get(__ret__, 'location'),
653
+ max_agent_pools=pulumi.get(__ret__, 'max_agent_pools'),
654
+ name=pulumi.get(__ret__, 'name'),
655
+ network_profile=pulumi.get(__ret__, 'network_profile'),
656
+ node_resource_group=pulumi.get(__ret__, 'node_resource_group'),
657
+ oidc_issuer_profile=pulumi.get(__ret__, 'oidc_issuer_profile'),
658
+ pod_identity_profile=pulumi.get(__ret__, 'pod_identity_profile'),
659
+ power_state=pulumi.get(__ret__, 'power_state'),
660
+ private_fqdn=pulumi.get(__ret__, 'private_fqdn'),
661
+ private_link_resources=pulumi.get(__ret__, 'private_link_resources'),
662
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
663
+ public_network_access=pulumi.get(__ret__, 'public_network_access'),
664
+ resource_uid=pulumi.get(__ret__, 'resource_uid'),
665
+ security_profile=pulumi.get(__ret__, 'security_profile'),
666
+ service_mesh_profile=pulumi.get(__ret__, 'service_mesh_profile'),
667
+ service_principal_profile=pulumi.get(__ret__, 'service_principal_profile'),
668
+ sku=pulumi.get(__ret__, 'sku'),
669
+ storage_profile=pulumi.get(__ret__, 'storage_profile'),
670
+ support_plan=pulumi.get(__ret__, 'support_plan'),
671
+ system_data=pulumi.get(__ret__, 'system_data'),
672
+ tags=pulumi.get(__ret__, 'tags'),
673
+ type=pulumi.get(__ret__, 'type'),
674
+ upgrade_settings=pulumi.get(__ret__, 'upgrade_settings'),
675
+ windows_profile=pulumi.get(__ret__, 'windows_profile'),
676
+ workload_auto_scaler_profile=pulumi.get(__ret__, 'workload_auto_scaler_profile'))
677
+
678
+
679
+ @_utilities.lift_output_func(get_managed_cluster)
680
+ def get_managed_cluster_output(resource_group_name: Optional[pulumi.Input[str]] = None,
681
+ resource_name: Optional[pulumi.Input[str]] = None,
682
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedClusterResult]:
683
+ """
684
+ Managed cluster.
685
+
686
+
687
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
688
+ :param str resource_name: The name of the managed cluster resource.
689
+ """
690
+ ...