pulumi-azure-native 2.9.1a1696411987__py3-none-any.whl → 2.10.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 (317) hide show
  1. pulumi_azure_native/__init__.py +133 -1
  2. pulumi_azure_native/baremetalinfrastructure/__init__.py +3 -0
  3. pulumi_azure_native/baremetalinfrastructure/azure_bare_metal_storage_instance.py +1 -1
  4. pulumi_azure_native/baremetalinfrastructure/v20230406/azure_bare_metal_storage_instance.py +1 -1
  5. pulumi_azure_native/baremetalinfrastructure/v20230804preview/__init__.py +12 -0
  6. pulumi_azure_native/baremetalinfrastructure/v20230804preview/_enums.py +23 -0
  7. pulumi_azure_native/baremetalinfrastructure/v20230804preview/_inputs.py +177 -0
  8. pulumi_azure_native/baremetalinfrastructure/v20230804preview/azure_bare_metal_storage_instance.py +282 -0
  9. pulumi_azure_native/baremetalinfrastructure/v20230804preview/get_azure_bare_metal_storage_instance.py +170 -0
  10. pulumi_azure_native/baremetalinfrastructure/v20230804preview/outputs.py +305 -0
  11. pulumi_azure_native/chaos/__init__.py +3 -0
  12. pulumi_azure_native/chaos/capability.py +1 -1
  13. pulumi_azure_native/chaos/experiment.py +1 -1
  14. pulumi_azure_native/chaos/target.py +1 -1
  15. pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
  16. pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
  17. pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
  18. pulumi_azure_native/chaos/v20230901preview/__init__.py +16 -0
  19. pulumi_azure_native/chaos/v20230901preview/_enums.py +43 -0
  20. pulumi_azure_native/chaos/v20230901preview/_inputs.py +689 -0
  21. pulumi_azure_native/chaos/v20230901preview/capability.py +258 -0
  22. pulumi_azure_native/chaos/v20230901preview/experiment.py +293 -0
  23. pulumi_azure_native/chaos/v20230901preview/get_capability.py +151 -0
  24. pulumi_azure_native/chaos/v20230901preview/get_experiment.py +183 -0
  25. pulumi_azure_native/chaos/v20230901preview/get_target.py +159 -0
  26. pulumi_azure_native/chaos/v20230901preview/outputs.py +931 -0
  27. pulumi_azure_native/chaos/v20230901preview/target.py +286 -0
  28. pulumi_azure_native/containerservice/__init__.py +3 -0
  29. pulumi_azure_native/containerservice/agent_pool.py +1 -1
  30. pulumi_azure_native/containerservice/maintenance_configuration.py +1 -1
  31. pulumi_azure_native/containerservice/managed_cluster.py +1 -1
  32. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +1 -1
  33. pulumi_azure_native/containerservice/private_endpoint_connection.py +1 -1
  34. pulumi_azure_native/containerservice/snapshot.py +1 -1
  35. pulumi_azure_native/containerservice/trusted_access_role_binding.py +1 -1
  36. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  37. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  38. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  39. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  40. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  41. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  42. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  43. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  44. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  45. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  46. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  47. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  48. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  49. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  50. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  51. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  52. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  53. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  54. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  55. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  56. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  57. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  58. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  59. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  60. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  61. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  62. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  63. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  64. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  65. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  66. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  67. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  68. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  69. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  70. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  71. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  72. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  73. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  74. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  75. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  76. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  77. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  78. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  79. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  80. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  81. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  82. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  83. pulumi_azure_native/containerservice/v20230802preview/__init__.py +27 -0
  84. pulumi_azure_native/containerservice/v20230802preview/_enums.py +741 -0
  85. pulumi_azure_native/containerservice/v20230802preview/_inputs.py +6236 -0
  86. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1473 -0
  87. pulumi_azure_native/containerservice/v20230802preview/get_agent_pool.py +708 -0
  88. pulumi_azure_native/containerservice/v20230802preview/get_maintenance_configuration.py +162 -0
  89. pulumi_azure_native/containerservice/v20230802preview/get_managed_cluster.py +768 -0
  90. pulumi_azure_native/containerservice/v20230802preview/get_managed_cluster_snapshot.py +183 -0
  91. pulumi_azure_native/containerservice/v20230802preview/get_private_endpoint_connection.py +149 -0
  92. pulumi_azure_native/containerservice/v20230802preview/get_snapshot.py +248 -0
  93. pulumi_azure_native/containerservice/v20230802preview/get_trusted_access_role_binding.py +162 -0
  94. pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_admin_credentials.py +84 -0
  95. pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_monitoring_user_credentials.py +84 -0
  96. pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_user_credentials.py +89 -0
  97. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +274 -0
  98. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1464 -0
  99. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +292 -0
  100. pulumi_azure_native/containerservice/v20230802preview/outputs.py +7383 -0
  101. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +246 -0
  102. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +342 -0
  103. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +255 -0
  104. pulumi_azure_native/dashboard/__init__.py +5 -0
  105. pulumi_azure_native/dashboard/get_managed_private_endpoint.py +255 -0
  106. pulumi_azure_native/dashboard/grafana.py +1 -1
  107. pulumi_azure_native/dashboard/managed_private_endpoint.py +420 -0
  108. pulumi_azure_native/dashboard/outputs.py +34 -0
  109. pulumi_azure_native/dashboard/private_endpoint_connection.py +1 -1
  110. pulumi_azure_native/dashboard/v20210901preview/grafana.py +1 -1
  111. pulumi_azure_native/dashboard/v20220801/grafana.py +1 -1
  112. pulumi_azure_native/dashboard/v20220801/private_endpoint_connection.py +1 -1
  113. pulumi_azure_native/dashboard/v20221001preview/__init__.py +16 -0
  114. pulumi_azure_native/dashboard/v20221001preview/_enums.py +93 -0
  115. pulumi_azure_native/dashboard/v20221001preview/_inputs.py +560 -0
  116. pulumi_azure_native/dashboard/v20221001preview/get_grafana.py +183 -0
  117. pulumi_azure_native/dashboard/v20221001preview/get_managed_private_endpoint.py +253 -0
  118. pulumi_azure_native/dashboard/v20221001preview/get_private_endpoint_connection.py +175 -0
  119. pulumi_azure_native/dashboard/v20221001preview/grafana.py +311 -0
  120. pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py +418 -0
  121. pulumi_azure_native/dashboard/v20221001preview/outputs.py +1092 -0
  122. pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py +266 -0
  123. pulumi_azure_native/datadog/__init__.py +8 -0
  124. pulumi_azure_native/datadog/_enums.py +32 -0
  125. pulumi_azure_native/datadog/_inputs.py +326 -0
  126. pulumi_azure_native/datadog/get_monitored_subscription.py +125 -0
  127. pulumi_azure_native/datadog/monitor.py +1 -1
  128. pulumi_azure_native/datadog/monitored_subscription.py +208 -0
  129. pulumi_azure_native/datadog/outputs.py +368 -0
  130. pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
  131. pulumi_azure_native/datadog/v20220801/__init__.py +17 -0
  132. pulumi_azure_native/datadog/v20220801/_enums.py +26 -0
  133. pulumi_azure_native/datadog/v20220801/_inputs.py +329 -0
  134. pulumi_azure_native/datadog/v20220801/get_monitor.py +166 -0
  135. pulumi_azure_native/datadog/v20220801/get_monitor_default_key.py +112 -0
  136. pulumi_azure_native/datadog/v20220801/list_monitor_api_keys.py +92 -0
  137. pulumi_azure_native/datadog/v20220801/list_monitor_hosts.py +92 -0
  138. pulumi_azure_native/datadog/v20220801/list_monitor_linked_resources.py +92 -0
  139. pulumi_azure_native/datadog/v20220801/list_monitor_monitored_resources.py +92 -0
  140. pulumi_azure_native/datadog/v20220801/monitor.py +277 -0
  141. pulumi_azure_native/datadog/v20220801/outputs.py +738 -0
  142. pulumi_azure_native/datadog/v20230101/__init__.py +19 -0
  143. pulumi_azure_native/datadog/v20230101/_enums.py +58 -0
  144. pulumi_azure_native/datadog/v20230101/_inputs.py +655 -0
  145. pulumi_azure_native/datadog/v20230101/get_monitor.py +166 -0
  146. pulumi_azure_native/datadog/v20230101/get_monitor_default_key.py +112 -0
  147. pulumi_azure_native/datadog/v20230101/get_monitored_subscription.py +123 -0
  148. pulumi_azure_native/datadog/v20230101/list_monitor_api_keys.py +92 -0
  149. pulumi_azure_native/datadog/v20230101/list_monitor_hosts.py +92 -0
  150. pulumi_azure_native/datadog/v20230101/list_monitor_linked_resources.py +92 -0
  151. pulumi_azure_native/datadog/v20230101/list_monitor_monitored_resources.py +92 -0
  152. pulumi_azure_native/datadog/v20230101/monitor.py +277 -0
  153. pulumi_azure_native/datadog/v20230101/monitored_subscription.py +206 -0
  154. pulumi_azure_native/datadog/v20230101/outputs.py +1106 -0
  155. pulumi_azure_native/datafactory/_inputs.py +16 -0
  156. pulumi_azure_native/datafactory/outputs.py +12 -0
  157. pulumi_azure_native/datafactory/v20180601/_inputs.py +16 -0
  158. pulumi_azure_native/datafactory/v20180601/outputs.py +12 -0
  159. pulumi_azure_native/migrate/__init__.py +8 -0
  160. pulumi_azure_native/migrate/_enums.py +69 -5
  161. pulumi_azure_native/migrate/_inputs.py +20 -20
  162. pulumi_azure_native/migrate/get_private_endpoint_connection_proxy_controller.py +139 -0
  163. pulumi_azure_native/migrate/get_solutions_controller_config.py +85 -0
  164. pulumi_azure_native/migrate/get_solutions_controller_solution.py +138 -0
  165. pulumi_azure_native/migrate/migrate_project.py +1 -1
  166. pulumi_azure_native/migrate/migrate_projects_controller_migrate_project.py +1 -1
  167. pulumi_azure_native/migrate/outputs.py +471 -3
  168. pulumi_azure_native/migrate/private_endpoint_connection_controller_private_endpoint_connection.py +1 -1
  169. pulumi_azure_native/migrate/private_endpoint_connection_proxy_controller.py +212 -0
  170. pulumi_azure_native/migrate/solution.py +2 -1
  171. pulumi_azure_native/migrate/solutions_controller_solution.py +218 -0
  172. pulumi_azure_native/migrate/v20180901preview/migrate_project.py +1 -1
  173. pulumi_azure_native/migrate/v20180901preview/solution.py +1 -1
  174. pulumi_azure_native/migrate/v20200501/migrate_projects_controller_migrate_project.py +1 -1
  175. pulumi_azure_native/migrate/v20200501/private_endpoint_connection_controller_private_endpoint_connection.py +1 -1
  176. pulumi_azure_native/migrate/v20230101/__init__.py +19 -0
  177. pulumi_azure_native/migrate/v20230101/_enums.py +104 -0
  178. pulumi_azure_native/migrate/v20230101/_inputs.py +316 -0
  179. pulumi_azure_native/migrate/v20230101/get_migrate_projects_controller_migrate_project.py +157 -0
  180. pulumi_azure_native/migrate/v20230101/get_private_endpoint_connection_controller_private_endpoint_connection.py +149 -0
  181. pulumi_azure_native/migrate/v20230101/get_private_endpoint_connection_proxy_controller.py +137 -0
  182. pulumi_azure_native/migrate/v20230101/get_solutions_controller_config.py +83 -0
  183. pulumi_azure_native/migrate/v20230101/get_solutions_controller_solution.py +136 -0
  184. pulumi_azure_native/migrate/v20230101/migrate_projects_controller_migrate_project.py +253 -0
  185. pulumi_azure_native/migrate/v20230101/outputs.py +1240 -0
  186. pulumi_azure_native/migrate/v20230101/private_endpoint_connection_controller_private_endpoint_connection.py +226 -0
  187. pulumi_azure_native/migrate/v20230101/private_endpoint_connection_proxy_controller.py +210 -0
  188. pulumi_azure_native/migrate/v20230101/solutions_controller_solution.py +216 -0
  189. pulumi_azure_native/networkanalytics/__init__.py +23 -0
  190. pulumi_azure_native/networkanalytics/_enums.py +64 -0
  191. pulumi_azure_native/networkanalytics/_inputs.py +313 -0
  192. pulumi_azure_native/networkanalytics/data_product.py +715 -0
  193. pulumi_azure_native/networkanalytics/data_type.py +334 -0
  194. pulumi_azure_native/networkanalytics/get_data_product.py +406 -0
  195. pulumi_azure_native/networkanalytics/get_data_type.py +216 -0
  196. pulumi_azure_native/networkanalytics/list_data_product_roles_assignments.py +94 -0
  197. pulumi_azure_native/networkanalytics/outputs.py +679 -0
  198. pulumi_azure_native/networkanalytics/v20231115/__init__.py +15 -0
  199. pulumi_azure_native/networkanalytics/v20231115/_enums.py +64 -0
  200. pulumi_azure_native/networkanalytics/v20231115/_inputs.py +313 -0
  201. pulumi_azure_native/networkanalytics/v20231115/data_product.py +713 -0
  202. pulumi_azure_native/networkanalytics/v20231115/data_type.py +332 -0
  203. pulumi_azure_native/networkanalytics/v20231115/get_data_product.py +404 -0
  204. pulumi_azure_native/networkanalytics/v20231115/get_data_type.py +214 -0
  205. pulumi_azure_native/networkanalytics/v20231115/list_data_product_roles_assignments.py +92 -0
  206. pulumi_azure_native/networkanalytics/v20231115/outputs.py +679 -0
  207. pulumi_azure_native/redhatopenshift/__init__.py +3 -0
  208. pulumi_azure_native/redhatopenshift/machine_pool.py +1 -1
  209. pulumi_azure_native/redhatopenshift/open_shift_cluster.py +1 -1
  210. pulumi_azure_native/redhatopenshift/secret.py +1 -1
  211. pulumi_azure_native/redhatopenshift/sync_identity_provider.py +1 -1
  212. pulumi_azure_native/redhatopenshift/sync_set.py +1 -1
  213. pulumi_azure_native/redhatopenshift/v20220904/machine_pool.py +1 -1
  214. pulumi_azure_native/redhatopenshift/v20220904/open_shift_cluster.py +1 -1
  215. pulumi_azure_native/redhatopenshift/v20220904/secret.py +1 -1
  216. pulumi_azure_native/redhatopenshift/v20220904/sync_identity_provider.py +1 -1
  217. pulumi_azure_native/redhatopenshift/v20220904/sync_set.py +1 -1
  218. pulumi_azure_native/redhatopenshift/v20230401/machine_pool.py +1 -1
  219. pulumi_azure_native/redhatopenshift/v20230401/open_shift_cluster.py +1 -1
  220. pulumi_azure_native/redhatopenshift/v20230401/secret.py +1 -1
  221. pulumi_azure_native/redhatopenshift/v20230401/sync_identity_provider.py +1 -1
  222. pulumi_azure_native/redhatopenshift/v20230401/sync_set.py +1 -1
  223. pulumi_azure_native/redhatopenshift/v20230701preview/machine_pool.py +1 -1
  224. pulumi_azure_native/redhatopenshift/v20230701preview/open_shift_cluster.py +1 -1
  225. pulumi_azure_native/redhatopenshift/v20230701preview/secret.py +1 -1
  226. pulumi_azure_native/redhatopenshift/v20230701preview/sync_identity_provider.py +1 -1
  227. pulumi_azure_native/redhatopenshift/v20230701preview/sync_set.py +1 -1
  228. pulumi_azure_native/redhatopenshift/v20230904/__init__.py +22 -0
  229. pulumi_azure_native/redhatopenshift/v20230904/_enums.py +66 -0
  230. pulumi_azure_native/redhatopenshift/v20230904/_inputs.py +551 -0
  231. pulumi_azure_native/redhatopenshift/v20230904/get_machine_pool.py +133 -0
  232. pulumi_azure_native/redhatopenshift/v20230904/get_open_shift_cluster.py +274 -0
  233. pulumi_azure_native/redhatopenshift/v20230904/get_secret.py +136 -0
  234. pulumi_azure_native/redhatopenshift/v20230904/get_sync_identity_provider.py +133 -0
  235. pulumi_azure_native/redhatopenshift/v20230904/get_sync_set.py +136 -0
  236. pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_admin_credentials.py +78 -0
  237. pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_credentials.py +91 -0
  238. pulumi_azure_native/redhatopenshift/v20230904/machine_pool.py +206 -0
  239. pulumi_azure_native/redhatopenshift/v20230904/open_shift_cluster.py +495 -0
  240. pulumi_azure_native/redhatopenshift/v20230904/outputs.py +681 -0
  241. pulumi_azure_native/redhatopenshift/v20230904/secret.py +214 -0
  242. pulumi_azure_native/redhatopenshift/v20230904/sync_identity_provider.py +206 -0
  243. pulumi_azure_native/redhatopenshift/v20230904/sync_set.py +214 -0
  244. pulumi_azure_native/servicefabric/__init__.py +3 -0
  245. pulumi_azure_native/servicefabric/managed_cluster.py +1 -1
  246. pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
  247. pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
  248. pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
  249. pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
  250. pulumi_azure_native/servicefabric/node_type.py +1 -1
  251. pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
  252. pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
  253. pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
  254. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
  255. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
  256. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
  257. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
  258. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
  259. pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
  260. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
  261. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
  262. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
  263. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
  264. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
  265. pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
  266. pulumi_azure_native/servicefabric/v20230901preview/__init__.py +24 -0
  267. pulumi_azure_native/servicefabric/v20230901preview/_enums.py +484 -0
  268. pulumi_azure_native/servicefabric/v20230901preview/_inputs.py +3501 -0
  269. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster.py +625 -0
  270. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application.py +228 -0
  271. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application_type.py +162 -0
  272. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application_type_version.py +180 -0
  273. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_service.py +167 -0
  274. pulumi_azure_native/servicefabric/v20230901preview/get_node_type.py +760 -0
  275. pulumi_azure_native/servicefabric/v20230901preview/getmanaged_az_resiliency_status.py +92 -0
  276. pulumi_azure_native/servicefabric/v20230901preview/getmanaged_maintenance_window_status.py +156 -0
  277. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1160 -0
  278. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +404 -0
  279. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +253 -0
  280. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +304 -0
  281. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +295 -0
  282. pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1603 -0
  283. pulumi_azure_native/servicefabric/v20230901preview/outputs.py +4039 -0
  284. pulumi_azure_native/storagemover/__init__.py +3 -0
  285. pulumi_azure_native/storagemover/agent.py +1 -1
  286. pulumi_azure_native/storagemover/endpoint.py +1 -1
  287. pulumi_azure_native/storagemover/job_definition.py +1 -1
  288. pulumi_azure_native/storagemover/project.py +1 -1
  289. pulumi_azure_native/storagemover/storage_mover.py +1 -1
  290. pulumi_azure_native/storagemover/v20230301/agent.py +1 -1
  291. pulumi_azure_native/storagemover/v20230301/endpoint.py +1 -1
  292. pulumi_azure_native/storagemover/v20230301/job_definition.py +1 -1
  293. pulumi_azure_native/storagemover/v20230301/project.py +1 -1
  294. pulumi_azure_native/storagemover/v20230301/storage_mover.py +1 -1
  295. pulumi_azure_native/storagemover/v20230701preview/agent.py +1 -1
  296. pulumi_azure_native/storagemover/v20230701preview/endpoint.py +1 -1
  297. pulumi_azure_native/storagemover/v20230701preview/job_definition.py +1 -1
  298. pulumi_azure_native/storagemover/v20230701preview/project.py +1 -1
  299. pulumi_azure_native/storagemover/v20230701preview/storage_mover.py +1 -1
  300. pulumi_azure_native/storagemover/v20231001/__init__.py +20 -0
  301. pulumi_azure_native/storagemover/v20231001/_enums.py +46 -0
  302. pulumi_azure_native/storagemover/v20231001/_inputs.py +393 -0
  303. pulumi_azure_native/storagemover/v20231001/agent.py +361 -0
  304. pulumi_azure_native/storagemover/v20231001/endpoint.py +217 -0
  305. pulumi_azure_native/storagemover/v20231001/get_agent.py +276 -0
  306. pulumi_azure_native/storagemover/v20231001/get_endpoint.py +136 -0
  307. pulumi_azure_native/storagemover/v20231001/get_job_definition.py +310 -0
  308. pulumi_azure_native/storagemover/v20231001/get_project.py +149 -0
  309. pulumi_azure_native/storagemover/v20231001/get_storage_mover.py +170 -0
  310. pulumi_azure_native/storagemover/v20231001/job_definition.py +483 -0
  311. pulumi_azure_native/storagemover/v20231001/outputs.py +619 -0
  312. pulumi_azure_native/storagemover/v20231001/project.py +224 -0
  313. pulumi_azure_native/storagemover/v20231001/storage_mover.py +261 -0
  314. {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/METADATA +1 -1
  315. {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/RECORD +317 -158
  316. {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/WHEEL +0 -0
  317. {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,768 @@
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, creation_data=None, current_kubernetes_version=None, disable_local_accounts=None, disk_encryption_set_id=None, dns_prefix=None, enable_namespace_resources=None, enable_pod_security_policy=None, enable_rbac=None, extended_location=None, fqdn=None, fqdn_subdomain=None, guardrails_profile=None, http_proxy_config=None, id=None, identity=None, identity_profile=None, ingress_profile=None, kubernetes_version=None, linux_profile=None, location=None, max_agent_pools=None, metrics_profile=None, name=None, network_profile=None, node_resource_group=None, node_resource_group_profile=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 creation_data and not isinstance(creation_data, dict):
51
+ raise TypeError("Expected argument 'creation_data' to be a dict")
52
+ pulumi.set(__self__, "creation_data", creation_data)
53
+ if current_kubernetes_version and not isinstance(current_kubernetes_version, str):
54
+ raise TypeError("Expected argument 'current_kubernetes_version' to be a str")
55
+ pulumi.set(__self__, "current_kubernetes_version", current_kubernetes_version)
56
+ if disable_local_accounts and not isinstance(disable_local_accounts, bool):
57
+ raise TypeError("Expected argument 'disable_local_accounts' to be a bool")
58
+ pulumi.set(__self__, "disable_local_accounts", disable_local_accounts)
59
+ if disk_encryption_set_id and not isinstance(disk_encryption_set_id, str):
60
+ raise TypeError("Expected argument 'disk_encryption_set_id' to be a str")
61
+ pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
62
+ if dns_prefix and not isinstance(dns_prefix, str):
63
+ raise TypeError("Expected argument 'dns_prefix' to be a str")
64
+ pulumi.set(__self__, "dns_prefix", dns_prefix)
65
+ if enable_namespace_resources and not isinstance(enable_namespace_resources, bool):
66
+ raise TypeError("Expected argument 'enable_namespace_resources' to be a bool")
67
+ pulumi.set(__self__, "enable_namespace_resources", enable_namespace_resources)
68
+ if enable_pod_security_policy and not isinstance(enable_pod_security_policy, bool):
69
+ raise TypeError("Expected argument 'enable_pod_security_policy' to be a bool")
70
+ pulumi.set(__self__, "enable_pod_security_policy", enable_pod_security_policy)
71
+ if enable_rbac and not isinstance(enable_rbac, bool):
72
+ raise TypeError("Expected argument 'enable_rbac' to be a bool")
73
+ pulumi.set(__self__, "enable_rbac", enable_rbac)
74
+ if extended_location and not isinstance(extended_location, dict):
75
+ raise TypeError("Expected argument 'extended_location' to be a dict")
76
+ pulumi.set(__self__, "extended_location", extended_location)
77
+ if fqdn and not isinstance(fqdn, str):
78
+ raise TypeError("Expected argument 'fqdn' to be a str")
79
+ pulumi.set(__self__, "fqdn", fqdn)
80
+ if fqdn_subdomain and not isinstance(fqdn_subdomain, str):
81
+ raise TypeError("Expected argument 'fqdn_subdomain' to be a str")
82
+ pulumi.set(__self__, "fqdn_subdomain", fqdn_subdomain)
83
+ if guardrails_profile and not isinstance(guardrails_profile, dict):
84
+ raise TypeError("Expected argument 'guardrails_profile' to be a dict")
85
+ pulumi.set(__self__, "guardrails_profile", guardrails_profile)
86
+ if http_proxy_config and not isinstance(http_proxy_config, dict):
87
+ raise TypeError("Expected argument 'http_proxy_config' to be a dict")
88
+ pulumi.set(__self__, "http_proxy_config", http_proxy_config)
89
+ if id and not isinstance(id, str):
90
+ raise TypeError("Expected argument 'id' to be a str")
91
+ pulumi.set(__self__, "id", id)
92
+ if identity and not isinstance(identity, dict):
93
+ raise TypeError("Expected argument 'identity' to be a dict")
94
+ pulumi.set(__self__, "identity", identity)
95
+ if identity_profile and not isinstance(identity_profile, dict):
96
+ raise TypeError("Expected argument 'identity_profile' to be a dict")
97
+ pulumi.set(__self__, "identity_profile", identity_profile)
98
+ if ingress_profile and not isinstance(ingress_profile, dict):
99
+ raise TypeError("Expected argument 'ingress_profile' to be a dict")
100
+ pulumi.set(__self__, "ingress_profile", ingress_profile)
101
+ if kubernetes_version and not isinstance(kubernetes_version, str):
102
+ raise TypeError("Expected argument 'kubernetes_version' to be a str")
103
+ pulumi.set(__self__, "kubernetes_version", kubernetes_version)
104
+ if linux_profile and not isinstance(linux_profile, dict):
105
+ raise TypeError("Expected argument 'linux_profile' to be a dict")
106
+ pulumi.set(__self__, "linux_profile", linux_profile)
107
+ if location and not isinstance(location, str):
108
+ raise TypeError("Expected argument 'location' to be a str")
109
+ pulumi.set(__self__, "location", location)
110
+ if max_agent_pools and not isinstance(max_agent_pools, int):
111
+ raise TypeError("Expected argument 'max_agent_pools' to be a int")
112
+ pulumi.set(__self__, "max_agent_pools", max_agent_pools)
113
+ if metrics_profile and not isinstance(metrics_profile, dict):
114
+ raise TypeError("Expected argument 'metrics_profile' to be a dict")
115
+ pulumi.set(__self__, "metrics_profile", metrics_profile)
116
+ if name and not isinstance(name, str):
117
+ raise TypeError("Expected argument 'name' to be a str")
118
+ pulumi.set(__self__, "name", name)
119
+ if network_profile and not isinstance(network_profile, dict):
120
+ raise TypeError("Expected argument 'network_profile' to be a dict")
121
+ pulumi.set(__self__, "network_profile", network_profile)
122
+ if node_resource_group and not isinstance(node_resource_group, str):
123
+ raise TypeError("Expected argument 'node_resource_group' to be a str")
124
+ pulumi.set(__self__, "node_resource_group", node_resource_group)
125
+ if node_resource_group_profile and not isinstance(node_resource_group_profile, dict):
126
+ raise TypeError("Expected argument 'node_resource_group_profile' to be a dict")
127
+ pulumi.set(__self__, "node_resource_group_profile", node_resource_group_profile)
128
+ if oidc_issuer_profile and not isinstance(oidc_issuer_profile, dict):
129
+ raise TypeError("Expected argument 'oidc_issuer_profile' to be a dict")
130
+ pulumi.set(__self__, "oidc_issuer_profile", oidc_issuer_profile)
131
+ if pod_identity_profile and not isinstance(pod_identity_profile, dict):
132
+ raise TypeError("Expected argument 'pod_identity_profile' to be a dict")
133
+ pulumi.set(__self__, "pod_identity_profile", pod_identity_profile)
134
+ if power_state and not isinstance(power_state, dict):
135
+ raise TypeError("Expected argument 'power_state' to be a dict")
136
+ pulumi.set(__self__, "power_state", power_state)
137
+ if private_fqdn and not isinstance(private_fqdn, str):
138
+ raise TypeError("Expected argument 'private_fqdn' to be a str")
139
+ pulumi.set(__self__, "private_fqdn", private_fqdn)
140
+ if private_link_resources and not isinstance(private_link_resources, list):
141
+ raise TypeError("Expected argument 'private_link_resources' to be a list")
142
+ pulumi.set(__self__, "private_link_resources", private_link_resources)
143
+ if provisioning_state and not isinstance(provisioning_state, str):
144
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
145
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
146
+ if public_network_access and not isinstance(public_network_access, str):
147
+ raise TypeError("Expected argument 'public_network_access' to be a str")
148
+ pulumi.set(__self__, "public_network_access", public_network_access)
149
+ if resource_uid and not isinstance(resource_uid, str):
150
+ raise TypeError("Expected argument 'resource_uid' to be a str")
151
+ pulumi.set(__self__, "resource_uid", resource_uid)
152
+ if security_profile and not isinstance(security_profile, dict):
153
+ raise TypeError("Expected argument 'security_profile' to be a dict")
154
+ pulumi.set(__self__, "security_profile", security_profile)
155
+ if service_mesh_profile and not isinstance(service_mesh_profile, dict):
156
+ raise TypeError("Expected argument 'service_mesh_profile' to be a dict")
157
+ pulumi.set(__self__, "service_mesh_profile", service_mesh_profile)
158
+ if service_principal_profile and not isinstance(service_principal_profile, dict):
159
+ raise TypeError("Expected argument 'service_principal_profile' to be a dict")
160
+ pulumi.set(__self__, "service_principal_profile", service_principal_profile)
161
+ if sku and not isinstance(sku, dict):
162
+ raise TypeError("Expected argument 'sku' to be a dict")
163
+ pulumi.set(__self__, "sku", sku)
164
+ if storage_profile and not isinstance(storage_profile, dict):
165
+ raise TypeError("Expected argument 'storage_profile' to be a dict")
166
+ pulumi.set(__self__, "storage_profile", storage_profile)
167
+ if support_plan and not isinstance(support_plan, str):
168
+ raise TypeError("Expected argument 'support_plan' to be a str")
169
+ pulumi.set(__self__, "support_plan", support_plan)
170
+ if system_data and not isinstance(system_data, dict):
171
+ raise TypeError("Expected argument 'system_data' to be a dict")
172
+ pulumi.set(__self__, "system_data", system_data)
173
+ if tags and not isinstance(tags, dict):
174
+ raise TypeError("Expected argument 'tags' to be a dict")
175
+ pulumi.set(__self__, "tags", tags)
176
+ if type and not isinstance(type, str):
177
+ raise TypeError("Expected argument 'type' to be a str")
178
+ pulumi.set(__self__, "type", type)
179
+ if upgrade_settings and not isinstance(upgrade_settings, dict):
180
+ raise TypeError("Expected argument 'upgrade_settings' to be a dict")
181
+ pulumi.set(__self__, "upgrade_settings", upgrade_settings)
182
+ if windows_profile and not isinstance(windows_profile, dict):
183
+ raise TypeError("Expected argument 'windows_profile' to be a dict")
184
+ pulumi.set(__self__, "windows_profile", windows_profile)
185
+ if workload_auto_scaler_profile and not isinstance(workload_auto_scaler_profile, dict):
186
+ raise TypeError("Expected argument 'workload_auto_scaler_profile' to be a dict")
187
+ pulumi.set(__self__, "workload_auto_scaler_profile", workload_auto_scaler_profile)
188
+
189
+ @property
190
+ @pulumi.getter(name="aadProfile")
191
+ def aad_profile(self) -> Optional['outputs.ManagedClusterAADProfileResponse']:
192
+ """
193
+ The Azure Active Directory configuration.
194
+ """
195
+ return pulumi.get(self, "aad_profile")
196
+
197
+ @property
198
+ @pulumi.getter(name="addonProfiles")
199
+ def addon_profiles(self) -> Optional[Mapping[str, 'outputs.ManagedClusterAddonProfileResponse']]:
200
+ """
201
+ The profile of managed cluster add-on.
202
+ """
203
+ return pulumi.get(self, "addon_profiles")
204
+
205
+ @property
206
+ @pulumi.getter(name="agentPoolProfiles")
207
+ def agent_pool_profiles(self) -> Optional[Sequence['outputs.ManagedClusterAgentPoolProfileResponse']]:
208
+ """
209
+ The agent pool properties.
210
+ """
211
+ return pulumi.get(self, "agent_pool_profiles")
212
+
213
+ @property
214
+ @pulumi.getter(name="apiServerAccessProfile")
215
+ def api_server_access_profile(self) -> Optional['outputs.ManagedClusterAPIServerAccessProfileResponse']:
216
+ """
217
+ The access profile for managed cluster API server.
218
+ """
219
+ return pulumi.get(self, "api_server_access_profile")
220
+
221
+ @property
222
+ @pulumi.getter(name="autoScalerProfile")
223
+ def auto_scaler_profile(self) -> Optional['outputs.ManagedClusterPropertiesResponseAutoScalerProfile']:
224
+ """
225
+ Parameters to be applied to the cluster-autoscaler when enabled
226
+ """
227
+ return pulumi.get(self, "auto_scaler_profile")
228
+
229
+ @property
230
+ @pulumi.getter(name="autoUpgradeProfile")
231
+ def auto_upgrade_profile(self) -> Optional['outputs.ManagedClusterAutoUpgradeProfileResponse']:
232
+ """
233
+ The auto upgrade configuration.
234
+ """
235
+ return pulumi.get(self, "auto_upgrade_profile")
236
+
237
+ @property
238
+ @pulumi.getter(name="azureMonitorProfile")
239
+ def azure_monitor_profile(self) -> Optional['outputs.ManagedClusterAzureMonitorProfileResponse']:
240
+ """
241
+ Prometheus addon profile for the container service cluster
242
+ """
243
+ return pulumi.get(self, "azure_monitor_profile")
244
+
245
+ @property
246
+ @pulumi.getter(name="azurePortalFQDN")
247
+ def azure_portal_fqdn(self) -> str:
248
+ """
249
+ 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.
250
+ """
251
+ return pulumi.get(self, "azure_portal_fqdn")
252
+
253
+ @property
254
+ @pulumi.getter(name="creationData")
255
+ def creation_data(self) -> Optional['outputs.CreationDataResponse']:
256
+ """
257
+ CreationData to be used to specify the source Snapshot ID if the cluster will be created/upgraded using a snapshot.
258
+ """
259
+ return pulumi.get(self, "creation_data")
260
+
261
+ @property
262
+ @pulumi.getter(name="currentKubernetesVersion")
263
+ def current_kubernetes_version(self) -> str:
264
+ """
265
+ The version of Kubernetes the Managed Cluster is running.
266
+ """
267
+ return pulumi.get(self, "current_kubernetes_version")
268
+
269
+ @property
270
+ @pulumi.getter(name="disableLocalAccounts")
271
+ def disable_local_accounts(self) -> Optional[bool]:
272
+ """
273
+ 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).
274
+ """
275
+ return pulumi.get(self, "disable_local_accounts")
276
+
277
+ @property
278
+ @pulumi.getter(name="diskEncryptionSetID")
279
+ def disk_encryption_set_id(self) -> Optional[str]:
280
+ """
281
+ This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'
282
+ """
283
+ return pulumi.get(self, "disk_encryption_set_id")
284
+
285
+ @property
286
+ @pulumi.getter(name="dnsPrefix")
287
+ def dns_prefix(self) -> Optional[str]:
288
+ """
289
+ This cannot be updated once the Managed Cluster has been created.
290
+ """
291
+ return pulumi.get(self, "dns_prefix")
292
+
293
+ @property
294
+ @pulumi.getter(name="enableNamespaceResources")
295
+ def enable_namespace_resources(self) -> Optional[bool]:
296
+ """
297
+ The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource.
298
+ """
299
+ return pulumi.get(self, "enable_namespace_resources")
300
+
301
+ @property
302
+ @pulumi.getter(name="enablePodSecurityPolicy")
303
+ def enable_pod_security_policy(self) -> Optional[bool]:
304
+ """
305
+ (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.
306
+ """
307
+ return pulumi.get(self, "enable_pod_security_policy")
308
+
309
+ @property
310
+ @pulumi.getter(name="enableRBAC")
311
+ def enable_rbac(self) -> Optional[bool]:
312
+ """
313
+ Whether to enable Kubernetes Role-Based Access Control.
314
+ """
315
+ return pulumi.get(self, "enable_rbac")
316
+
317
+ @property
318
+ @pulumi.getter(name="extendedLocation")
319
+ def extended_location(self) -> Optional['outputs.ExtendedLocationResponse']:
320
+ """
321
+ The extended location of the Virtual Machine.
322
+ """
323
+ return pulumi.get(self, "extended_location")
324
+
325
+ @property
326
+ @pulumi.getter
327
+ def fqdn(self) -> str:
328
+ """
329
+ The FQDN of the master pool.
330
+ """
331
+ return pulumi.get(self, "fqdn")
332
+
333
+ @property
334
+ @pulumi.getter(name="fqdnSubdomain")
335
+ def fqdn_subdomain(self) -> Optional[str]:
336
+ """
337
+ This cannot be updated once the Managed Cluster has been created.
338
+ """
339
+ return pulumi.get(self, "fqdn_subdomain")
340
+
341
+ @property
342
+ @pulumi.getter(name="guardrailsProfile")
343
+ def guardrails_profile(self) -> Optional['outputs.GuardrailsProfileResponse']:
344
+ """
345
+ The guardrails profile holds all the guardrails information for a given cluster
346
+ """
347
+ return pulumi.get(self, "guardrails_profile")
348
+
349
+ @property
350
+ @pulumi.getter(name="httpProxyConfig")
351
+ def http_proxy_config(self) -> Optional['outputs.ManagedClusterHTTPProxyConfigResponse']:
352
+ """
353
+ Configurations for provisioning the cluster with HTTP proxy servers.
354
+ """
355
+ return pulumi.get(self, "http_proxy_config")
356
+
357
+ @property
358
+ @pulumi.getter
359
+ def id(self) -> str:
360
+ """
361
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
362
+ """
363
+ return pulumi.get(self, "id")
364
+
365
+ @property
366
+ @pulumi.getter
367
+ def identity(self) -> Optional['outputs.ManagedClusterIdentityResponse']:
368
+ """
369
+ The identity of the managed cluster, if configured.
370
+ """
371
+ return pulumi.get(self, "identity")
372
+
373
+ @property
374
+ @pulumi.getter(name="identityProfile")
375
+ def identity_profile(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
376
+ """
377
+ Identities associated with the cluster.
378
+ """
379
+ return pulumi.get(self, "identity_profile")
380
+
381
+ @property
382
+ @pulumi.getter(name="ingressProfile")
383
+ def ingress_profile(self) -> Optional['outputs.ManagedClusterIngressProfileResponse']:
384
+ """
385
+ Ingress profile for the managed cluster.
386
+ """
387
+ return pulumi.get(self, "ingress_profile")
388
+
389
+ @property
390
+ @pulumi.getter(name="kubernetesVersion")
391
+ def kubernetes_version(self) -> Optional[str]:
392
+ """
393
+ 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.
394
+ """
395
+ return pulumi.get(self, "kubernetes_version")
396
+
397
+ @property
398
+ @pulumi.getter(name="linuxProfile")
399
+ def linux_profile(self) -> Optional['outputs.ContainerServiceLinuxProfileResponse']:
400
+ """
401
+ The profile for Linux VMs in the Managed Cluster.
402
+ """
403
+ return pulumi.get(self, "linux_profile")
404
+
405
+ @property
406
+ @pulumi.getter
407
+ def location(self) -> str:
408
+ """
409
+ The geo-location where the resource lives
410
+ """
411
+ return pulumi.get(self, "location")
412
+
413
+ @property
414
+ @pulumi.getter(name="maxAgentPools")
415
+ def max_agent_pools(self) -> int:
416
+ """
417
+ The max number of agent pools for the managed cluster.
418
+ """
419
+ return pulumi.get(self, "max_agent_pools")
420
+
421
+ @property
422
+ @pulumi.getter(name="metricsProfile")
423
+ def metrics_profile(self) -> Optional['outputs.ManagedClusterMetricsProfileResponse']:
424
+ """
425
+ Optional cluster metrics configuration.
426
+ """
427
+ return pulumi.get(self, "metrics_profile")
428
+
429
+ @property
430
+ @pulumi.getter
431
+ def name(self) -> str:
432
+ """
433
+ The name of the resource
434
+ """
435
+ return pulumi.get(self, "name")
436
+
437
+ @property
438
+ @pulumi.getter(name="networkProfile")
439
+ def network_profile(self) -> Optional['outputs.ContainerServiceNetworkProfileResponse']:
440
+ """
441
+ The network configuration profile.
442
+ """
443
+ return pulumi.get(self, "network_profile")
444
+
445
+ @property
446
+ @pulumi.getter(name="nodeResourceGroup")
447
+ def node_resource_group(self) -> Optional[str]:
448
+ """
449
+ The name of the resource group containing agent pool nodes.
450
+ """
451
+ return pulumi.get(self, "node_resource_group")
452
+
453
+ @property
454
+ @pulumi.getter(name="nodeResourceGroupProfile")
455
+ def node_resource_group_profile(self) -> Optional['outputs.ManagedClusterNodeResourceGroupProfileResponse']:
456
+ """
457
+ The node resource group configuration profile.
458
+ """
459
+ return pulumi.get(self, "node_resource_group_profile")
460
+
461
+ @property
462
+ @pulumi.getter(name="oidcIssuerProfile")
463
+ def oidc_issuer_profile(self) -> Optional['outputs.ManagedClusterOIDCIssuerProfileResponse']:
464
+ """
465
+ The OIDC issuer profile of the Managed Cluster.
466
+ """
467
+ return pulumi.get(self, "oidc_issuer_profile")
468
+
469
+ @property
470
+ @pulumi.getter(name="podIdentityProfile")
471
+ def pod_identity_profile(self) -> Optional['outputs.ManagedClusterPodIdentityProfileResponse']:
472
+ """
473
+ See [use AAD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on AAD pod identity integration.
474
+ """
475
+ return pulumi.get(self, "pod_identity_profile")
476
+
477
+ @property
478
+ @pulumi.getter(name="powerState")
479
+ def power_state(self) -> 'outputs.PowerStateResponse':
480
+ """
481
+ The Power State of the cluster.
482
+ """
483
+ return pulumi.get(self, "power_state")
484
+
485
+ @property
486
+ @pulumi.getter(name="privateFQDN")
487
+ def private_fqdn(self) -> str:
488
+ """
489
+ The FQDN of private cluster.
490
+ """
491
+ return pulumi.get(self, "private_fqdn")
492
+
493
+ @property
494
+ @pulumi.getter(name="privateLinkResources")
495
+ def private_link_resources(self) -> Optional[Sequence['outputs.PrivateLinkResourceResponse']]:
496
+ """
497
+ Private link resources associated with the cluster.
498
+ """
499
+ return pulumi.get(self, "private_link_resources")
500
+
501
+ @property
502
+ @pulumi.getter(name="provisioningState")
503
+ def provisioning_state(self) -> str:
504
+ """
505
+ The current provisioning state.
506
+ """
507
+ return pulumi.get(self, "provisioning_state")
508
+
509
+ @property
510
+ @pulumi.getter(name="publicNetworkAccess")
511
+ def public_network_access(self) -> Optional[str]:
512
+ """
513
+ Allow or deny public network access for AKS
514
+ """
515
+ return pulumi.get(self, "public_network_access")
516
+
517
+ @property
518
+ @pulumi.getter(name="resourceUID")
519
+ def resource_uid(self) -> str:
520
+ """
521
+ The resourceUID uniquely identifies ManagedClusters that reuse ARM ResourceIds (i.e: create, delete, create sequence)
522
+ """
523
+ return pulumi.get(self, "resource_uid")
524
+
525
+ @property
526
+ @pulumi.getter(name="securityProfile")
527
+ def security_profile(self) -> Optional['outputs.ManagedClusterSecurityProfileResponse']:
528
+ """
529
+ Security profile for the managed cluster.
530
+ """
531
+ return pulumi.get(self, "security_profile")
532
+
533
+ @property
534
+ @pulumi.getter(name="serviceMeshProfile")
535
+ def service_mesh_profile(self) -> Optional['outputs.ServiceMeshProfileResponse']:
536
+ """
537
+ Service mesh profile for a managed cluster.
538
+ """
539
+ return pulumi.get(self, "service_mesh_profile")
540
+
541
+ @property
542
+ @pulumi.getter(name="servicePrincipalProfile")
543
+ def service_principal_profile(self) -> Optional['outputs.ManagedClusterServicePrincipalProfileResponse']:
544
+ """
545
+ Information about a service principal identity for the cluster to use for manipulating Azure APIs.
546
+ """
547
+ return pulumi.get(self, "service_principal_profile")
548
+
549
+ @property
550
+ @pulumi.getter
551
+ def sku(self) -> Optional['outputs.ManagedClusterSKUResponse']:
552
+ """
553
+ The managed cluster SKU.
554
+ """
555
+ return pulumi.get(self, "sku")
556
+
557
+ @property
558
+ @pulumi.getter(name="storageProfile")
559
+ def storage_profile(self) -> Optional['outputs.ManagedClusterStorageProfileResponse']:
560
+ """
561
+ Storage profile for the managed cluster.
562
+ """
563
+ return pulumi.get(self, "storage_profile")
564
+
565
+ @property
566
+ @pulumi.getter(name="supportPlan")
567
+ def support_plan(self) -> Optional[str]:
568
+ """
569
+ The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'.
570
+ """
571
+ return pulumi.get(self, "support_plan")
572
+
573
+ @property
574
+ @pulumi.getter(name="systemData")
575
+ def system_data(self) -> 'outputs.SystemDataResponse':
576
+ """
577
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
578
+ """
579
+ return pulumi.get(self, "system_data")
580
+
581
+ @property
582
+ @pulumi.getter
583
+ def tags(self) -> Optional[Mapping[str, str]]:
584
+ """
585
+ Resource tags.
586
+ """
587
+ return pulumi.get(self, "tags")
588
+
589
+ @property
590
+ @pulumi.getter
591
+ def type(self) -> str:
592
+ """
593
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
594
+ """
595
+ return pulumi.get(self, "type")
596
+
597
+ @property
598
+ @pulumi.getter(name="upgradeSettings")
599
+ def upgrade_settings(self) -> Optional['outputs.ClusterUpgradeSettingsResponse']:
600
+ """
601
+ Settings for upgrading a cluster.
602
+ """
603
+ return pulumi.get(self, "upgrade_settings")
604
+
605
+ @property
606
+ @pulumi.getter(name="windowsProfile")
607
+ def windows_profile(self) -> Optional['outputs.ManagedClusterWindowsProfileResponse']:
608
+ """
609
+ The profile for Windows VMs in the Managed Cluster.
610
+ """
611
+ return pulumi.get(self, "windows_profile")
612
+
613
+ @property
614
+ @pulumi.getter(name="workloadAutoScalerProfile")
615
+ def workload_auto_scaler_profile(self) -> Optional['outputs.ManagedClusterWorkloadAutoScalerProfileResponse']:
616
+ """
617
+ Workload Auto-scaler profile for the managed cluster.
618
+ """
619
+ return pulumi.get(self, "workload_auto_scaler_profile")
620
+
621
+
622
+ class AwaitableGetManagedClusterResult(GetManagedClusterResult):
623
+ # pylint: disable=using-constant-test
624
+ def __await__(self):
625
+ if False:
626
+ yield self
627
+ return GetManagedClusterResult(
628
+ aad_profile=self.aad_profile,
629
+ addon_profiles=self.addon_profiles,
630
+ agent_pool_profiles=self.agent_pool_profiles,
631
+ api_server_access_profile=self.api_server_access_profile,
632
+ auto_scaler_profile=self.auto_scaler_profile,
633
+ auto_upgrade_profile=self.auto_upgrade_profile,
634
+ azure_monitor_profile=self.azure_monitor_profile,
635
+ azure_portal_fqdn=self.azure_portal_fqdn,
636
+ creation_data=self.creation_data,
637
+ current_kubernetes_version=self.current_kubernetes_version,
638
+ disable_local_accounts=self.disable_local_accounts,
639
+ disk_encryption_set_id=self.disk_encryption_set_id,
640
+ dns_prefix=self.dns_prefix,
641
+ enable_namespace_resources=self.enable_namespace_resources,
642
+ enable_pod_security_policy=self.enable_pod_security_policy,
643
+ enable_rbac=self.enable_rbac,
644
+ extended_location=self.extended_location,
645
+ fqdn=self.fqdn,
646
+ fqdn_subdomain=self.fqdn_subdomain,
647
+ guardrails_profile=self.guardrails_profile,
648
+ http_proxy_config=self.http_proxy_config,
649
+ id=self.id,
650
+ identity=self.identity,
651
+ identity_profile=self.identity_profile,
652
+ ingress_profile=self.ingress_profile,
653
+ kubernetes_version=self.kubernetes_version,
654
+ linux_profile=self.linux_profile,
655
+ location=self.location,
656
+ max_agent_pools=self.max_agent_pools,
657
+ metrics_profile=self.metrics_profile,
658
+ name=self.name,
659
+ network_profile=self.network_profile,
660
+ node_resource_group=self.node_resource_group,
661
+ node_resource_group_profile=self.node_resource_group_profile,
662
+ oidc_issuer_profile=self.oidc_issuer_profile,
663
+ pod_identity_profile=self.pod_identity_profile,
664
+ power_state=self.power_state,
665
+ private_fqdn=self.private_fqdn,
666
+ private_link_resources=self.private_link_resources,
667
+ provisioning_state=self.provisioning_state,
668
+ public_network_access=self.public_network_access,
669
+ resource_uid=self.resource_uid,
670
+ security_profile=self.security_profile,
671
+ service_mesh_profile=self.service_mesh_profile,
672
+ service_principal_profile=self.service_principal_profile,
673
+ sku=self.sku,
674
+ storage_profile=self.storage_profile,
675
+ support_plan=self.support_plan,
676
+ system_data=self.system_data,
677
+ tags=self.tags,
678
+ type=self.type,
679
+ upgrade_settings=self.upgrade_settings,
680
+ windows_profile=self.windows_profile,
681
+ workload_auto_scaler_profile=self.workload_auto_scaler_profile)
682
+
683
+
684
+ def get_managed_cluster(resource_group_name: Optional[str] = None,
685
+ resource_name: Optional[str] = None,
686
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedClusterResult:
687
+ """
688
+ Managed cluster.
689
+
690
+
691
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
692
+ :param str resource_name: The name of the managed cluster resource.
693
+ """
694
+ __args__ = dict()
695
+ __args__['resourceGroupName'] = resource_group_name
696
+ __args__['resourceName'] = resource_name
697
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
698
+ __ret__ = pulumi.runtime.invoke('azure-native:containerservice/v20230802preview:getManagedCluster', __args__, opts=opts, typ=GetManagedClusterResult).value
699
+
700
+ return AwaitableGetManagedClusterResult(
701
+ aad_profile=pulumi.get(__ret__, 'aad_profile'),
702
+ addon_profiles=pulumi.get(__ret__, 'addon_profiles'),
703
+ agent_pool_profiles=pulumi.get(__ret__, 'agent_pool_profiles'),
704
+ api_server_access_profile=pulumi.get(__ret__, 'api_server_access_profile'),
705
+ auto_scaler_profile=pulumi.get(__ret__, 'auto_scaler_profile'),
706
+ auto_upgrade_profile=pulumi.get(__ret__, 'auto_upgrade_profile'),
707
+ azure_monitor_profile=pulumi.get(__ret__, 'azure_monitor_profile'),
708
+ azure_portal_fqdn=pulumi.get(__ret__, 'azure_portal_fqdn'),
709
+ creation_data=pulumi.get(__ret__, 'creation_data'),
710
+ current_kubernetes_version=pulumi.get(__ret__, 'current_kubernetes_version'),
711
+ disable_local_accounts=pulumi.get(__ret__, 'disable_local_accounts'),
712
+ disk_encryption_set_id=pulumi.get(__ret__, 'disk_encryption_set_id'),
713
+ dns_prefix=pulumi.get(__ret__, 'dns_prefix'),
714
+ enable_namespace_resources=pulumi.get(__ret__, 'enable_namespace_resources'),
715
+ enable_pod_security_policy=pulumi.get(__ret__, 'enable_pod_security_policy'),
716
+ enable_rbac=pulumi.get(__ret__, 'enable_rbac'),
717
+ extended_location=pulumi.get(__ret__, 'extended_location'),
718
+ fqdn=pulumi.get(__ret__, 'fqdn'),
719
+ fqdn_subdomain=pulumi.get(__ret__, 'fqdn_subdomain'),
720
+ guardrails_profile=pulumi.get(__ret__, 'guardrails_profile'),
721
+ http_proxy_config=pulumi.get(__ret__, 'http_proxy_config'),
722
+ id=pulumi.get(__ret__, 'id'),
723
+ identity=pulumi.get(__ret__, 'identity'),
724
+ identity_profile=pulumi.get(__ret__, 'identity_profile'),
725
+ ingress_profile=pulumi.get(__ret__, 'ingress_profile'),
726
+ kubernetes_version=pulumi.get(__ret__, 'kubernetes_version'),
727
+ linux_profile=pulumi.get(__ret__, 'linux_profile'),
728
+ location=pulumi.get(__ret__, 'location'),
729
+ max_agent_pools=pulumi.get(__ret__, 'max_agent_pools'),
730
+ metrics_profile=pulumi.get(__ret__, 'metrics_profile'),
731
+ name=pulumi.get(__ret__, 'name'),
732
+ network_profile=pulumi.get(__ret__, 'network_profile'),
733
+ node_resource_group=pulumi.get(__ret__, 'node_resource_group'),
734
+ node_resource_group_profile=pulumi.get(__ret__, 'node_resource_group_profile'),
735
+ oidc_issuer_profile=pulumi.get(__ret__, 'oidc_issuer_profile'),
736
+ pod_identity_profile=pulumi.get(__ret__, 'pod_identity_profile'),
737
+ power_state=pulumi.get(__ret__, 'power_state'),
738
+ private_fqdn=pulumi.get(__ret__, 'private_fqdn'),
739
+ private_link_resources=pulumi.get(__ret__, 'private_link_resources'),
740
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
741
+ public_network_access=pulumi.get(__ret__, 'public_network_access'),
742
+ resource_uid=pulumi.get(__ret__, 'resource_uid'),
743
+ security_profile=pulumi.get(__ret__, 'security_profile'),
744
+ service_mesh_profile=pulumi.get(__ret__, 'service_mesh_profile'),
745
+ service_principal_profile=pulumi.get(__ret__, 'service_principal_profile'),
746
+ sku=pulumi.get(__ret__, 'sku'),
747
+ storage_profile=pulumi.get(__ret__, 'storage_profile'),
748
+ support_plan=pulumi.get(__ret__, 'support_plan'),
749
+ system_data=pulumi.get(__ret__, 'system_data'),
750
+ tags=pulumi.get(__ret__, 'tags'),
751
+ type=pulumi.get(__ret__, 'type'),
752
+ upgrade_settings=pulumi.get(__ret__, 'upgrade_settings'),
753
+ windows_profile=pulumi.get(__ret__, 'windows_profile'),
754
+ workload_auto_scaler_profile=pulumi.get(__ret__, 'workload_auto_scaler_profile'))
755
+
756
+
757
+ @_utilities.lift_output_func(get_managed_cluster)
758
+ def get_managed_cluster_output(resource_group_name: Optional[pulumi.Input[str]] = None,
759
+ resource_name: Optional[pulumi.Input[str]] = None,
760
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedClusterResult]:
761
+ """
762
+ Managed cluster.
763
+
764
+
765
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
766
+ :param str resource_name: The name of the managed cluster resource.
767
+ """
768
+ ...