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
@@ -81821,6 +81821,7 @@ class WebHookActivityArgs:
81821
81821
  description: Optional[pulumi.Input[str]] = None,
81822
81822
  headers: Optional[Any] = None,
81823
81823
  on_inactive_mark_as: Optional[pulumi.Input[Union[str, 'ActivityOnInactiveMarkAs']]] = None,
81824
+ policy: Optional[pulumi.Input['SecureInputOutputPolicyArgs']] = None,
81824
81825
  report_status_on_call_back: Optional[Any] = None,
81825
81826
  state: Optional[pulumi.Input[Union[str, 'ActivityState']]] = None,
81826
81827
  timeout: Optional[pulumi.Input[str]] = None,
@@ -81838,6 +81839,7 @@ class WebHookActivityArgs:
81838
81839
  :param pulumi.Input[str] description: Activity description.
81839
81840
  :param Any headers: Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
81840
81841
  :param pulumi.Input[Union[str, 'ActivityOnInactiveMarkAs']] on_inactive_mark_as: Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
81842
+ :param pulumi.Input['SecureInputOutputPolicyArgs'] policy: Activity policy.
81841
81843
  :param Any report_status_on_call_back: When set to true, statusCode, output and error in callback request body will be consumed by activity. The activity can be marked as failed by setting statusCode >= 400 in callback request. Default is false. Type: boolean (or Expression with resultType boolean).
81842
81844
  :param pulumi.Input[Union[str, 'ActivityState']] state: Activity state. This is an optional property and if not provided, the state will be Active by default.
81843
81845
  :param pulumi.Input[str] timeout: The timeout within which the webhook should be called back. If there is no value specified, it defaults to 10 minutes. Type: string. Pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
@@ -81859,6 +81861,8 @@ class WebHookActivityArgs:
81859
81861
  pulumi.set(__self__, "headers", headers)
81860
81862
  if on_inactive_mark_as is not None:
81861
81863
  pulumi.set(__self__, "on_inactive_mark_as", on_inactive_mark_as)
81864
+ if policy is not None:
81865
+ pulumi.set(__self__, "policy", policy)
81862
81866
  if report_status_on_call_back is not None:
81863
81867
  pulumi.set(__self__, "report_status_on_call_back", report_status_on_call_back)
81864
81868
  if state is not None:
@@ -81989,6 +81993,18 @@ class WebHookActivityArgs:
81989
81993
  def on_inactive_mark_as(self, value: Optional[pulumi.Input[Union[str, 'ActivityOnInactiveMarkAs']]]):
81990
81994
  pulumi.set(self, "on_inactive_mark_as", value)
81991
81995
 
81996
+ @property
81997
+ @pulumi.getter
81998
+ def policy(self) -> Optional[pulumi.Input['SecureInputOutputPolicyArgs']]:
81999
+ """
82000
+ Activity policy.
82001
+ """
82002
+ return pulumi.get(self, "policy")
82003
+
82004
+ @policy.setter
82005
+ def policy(self, value: Optional[pulumi.Input['SecureInputOutputPolicyArgs']]):
82006
+ pulumi.set(self, "policy", value)
82007
+
81992
82008
  @property
81993
82009
  @pulumi.getter(name="reportStatusOnCallBack")
81994
82010
  def report_status_on_call_back(self) -> Optional[Any]:
@@ -79498,6 +79498,7 @@ class WebHookActivityResponse(dict):
79498
79498
  description: Optional[str] = None,
79499
79499
  headers: Optional[Any] = None,
79500
79500
  on_inactive_mark_as: Optional[str] = None,
79501
+ policy: Optional['outputs.SecureInputOutputPolicyResponse'] = None,
79501
79502
  report_status_on_call_back: Optional[Any] = None,
79502
79503
  state: Optional[str] = None,
79503
79504
  timeout: Optional[str] = None,
@@ -79515,6 +79516,7 @@ class WebHookActivityResponse(dict):
79515
79516
  :param str description: Activity description.
79516
79517
  :param Any headers: Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
79517
79518
  :param str on_inactive_mark_as: Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
79519
+ :param 'SecureInputOutputPolicyResponse' policy: Activity policy.
79518
79520
  :param Any report_status_on_call_back: When set to true, statusCode, output and error in callback request body will be consumed by activity. The activity can be marked as failed by setting statusCode >= 400 in callback request. Default is false. Type: boolean (or Expression with resultType boolean).
79519
79521
  :param str state: Activity state. This is an optional property and if not provided, the state will be Active by default.
79520
79522
  :param str timeout: The timeout within which the webhook should be called back. If there is no value specified, it defaults to 10 minutes. Type: string. Pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
@@ -79536,6 +79538,8 @@ class WebHookActivityResponse(dict):
79536
79538
  pulumi.set(__self__, "headers", headers)
79537
79539
  if on_inactive_mark_as is not None:
79538
79540
  pulumi.set(__self__, "on_inactive_mark_as", on_inactive_mark_as)
79541
+ if policy is not None:
79542
+ pulumi.set(__self__, "policy", policy)
79539
79543
  if report_status_on_call_back is not None:
79540
79544
  pulumi.set(__self__, "report_status_on_call_back", report_status_on_call_back)
79541
79545
  if state is not None:
@@ -79626,6 +79630,14 @@ class WebHookActivityResponse(dict):
79626
79630
  """
79627
79631
  return pulumi.get(self, "on_inactive_mark_as")
79628
79632
 
79633
+ @property
79634
+ @pulumi.getter
79635
+ def policy(self) -> Optional['outputs.SecureInputOutputPolicyResponse']:
79636
+ """
79637
+ Activity policy.
79638
+ """
79639
+ return pulumi.get(self, "policy")
79640
+
79629
79641
  @property
79630
79642
  @pulumi.getter(name="reportStatusOnCallBack")
79631
79643
  def report_status_on_call_back(self) -> Optional[Any]:
@@ -81821,6 +81821,7 @@ class WebHookActivityArgs:
81821
81821
  description: Optional[pulumi.Input[str]] = None,
81822
81822
  headers: Optional[Any] = None,
81823
81823
  on_inactive_mark_as: Optional[pulumi.Input[Union[str, 'ActivityOnInactiveMarkAs']]] = None,
81824
+ policy: Optional[pulumi.Input['SecureInputOutputPolicyArgs']] = None,
81824
81825
  report_status_on_call_back: Optional[Any] = None,
81825
81826
  state: Optional[pulumi.Input[Union[str, 'ActivityState']]] = None,
81826
81827
  timeout: Optional[pulumi.Input[str]] = None,
@@ -81838,6 +81839,7 @@ class WebHookActivityArgs:
81838
81839
  :param pulumi.Input[str] description: Activity description.
81839
81840
  :param Any headers: Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
81840
81841
  :param pulumi.Input[Union[str, 'ActivityOnInactiveMarkAs']] on_inactive_mark_as: Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
81842
+ :param pulumi.Input['SecureInputOutputPolicyArgs'] policy: Activity policy.
81841
81843
  :param Any report_status_on_call_back: When set to true, statusCode, output and error in callback request body will be consumed by activity. The activity can be marked as failed by setting statusCode >= 400 in callback request. Default is false. Type: boolean (or Expression with resultType boolean).
81842
81844
  :param pulumi.Input[Union[str, 'ActivityState']] state: Activity state. This is an optional property and if not provided, the state will be Active by default.
81843
81845
  :param pulumi.Input[str] timeout: The timeout within which the webhook should be called back. If there is no value specified, it defaults to 10 minutes. Type: string. Pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
@@ -81859,6 +81861,8 @@ class WebHookActivityArgs:
81859
81861
  pulumi.set(__self__, "headers", headers)
81860
81862
  if on_inactive_mark_as is not None:
81861
81863
  pulumi.set(__self__, "on_inactive_mark_as", on_inactive_mark_as)
81864
+ if policy is not None:
81865
+ pulumi.set(__self__, "policy", policy)
81862
81866
  if report_status_on_call_back is not None:
81863
81867
  pulumi.set(__self__, "report_status_on_call_back", report_status_on_call_back)
81864
81868
  if state is not None:
@@ -81989,6 +81993,18 @@ class WebHookActivityArgs:
81989
81993
  def on_inactive_mark_as(self, value: Optional[pulumi.Input[Union[str, 'ActivityOnInactiveMarkAs']]]):
81990
81994
  pulumi.set(self, "on_inactive_mark_as", value)
81991
81995
 
81996
+ @property
81997
+ @pulumi.getter
81998
+ def policy(self) -> Optional[pulumi.Input['SecureInputOutputPolicyArgs']]:
81999
+ """
82000
+ Activity policy.
82001
+ """
82002
+ return pulumi.get(self, "policy")
82003
+
82004
+ @policy.setter
82005
+ def policy(self, value: Optional[pulumi.Input['SecureInputOutputPolicyArgs']]):
82006
+ pulumi.set(self, "policy", value)
82007
+
81992
82008
  @property
81993
82009
  @pulumi.getter(name="reportStatusOnCallBack")
81994
82010
  def report_status_on_call_back(self) -> Optional[Any]:
@@ -79498,6 +79498,7 @@ class WebHookActivityResponse(dict):
79498
79498
  description: Optional[str] = None,
79499
79499
  headers: Optional[Any] = None,
79500
79500
  on_inactive_mark_as: Optional[str] = None,
79501
+ policy: Optional['outputs.SecureInputOutputPolicyResponse'] = None,
79501
79502
  report_status_on_call_back: Optional[Any] = None,
79502
79503
  state: Optional[str] = None,
79503
79504
  timeout: Optional[str] = None,
@@ -79515,6 +79516,7 @@ class WebHookActivityResponse(dict):
79515
79516
  :param str description: Activity description.
79516
79517
  :param Any headers: Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
79517
79518
  :param str on_inactive_mark_as: Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
79519
+ :param 'SecureInputOutputPolicyResponse' policy: Activity policy.
79518
79520
  :param Any report_status_on_call_back: When set to true, statusCode, output and error in callback request body will be consumed by activity. The activity can be marked as failed by setting statusCode >= 400 in callback request. Default is false. Type: boolean (or Expression with resultType boolean).
79519
79521
  :param str state: Activity state. This is an optional property and if not provided, the state will be Active by default.
79520
79522
  :param str timeout: The timeout within which the webhook should be called back. If there is no value specified, it defaults to 10 minutes. Type: string. Pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
@@ -79536,6 +79538,8 @@ class WebHookActivityResponse(dict):
79536
79538
  pulumi.set(__self__, "headers", headers)
79537
79539
  if on_inactive_mark_as is not None:
79538
79540
  pulumi.set(__self__, "on_inactive_mark_as", on_inactive_mark_as)
79541
+ if policy is not None:
79542
+ pulumi.set(__self__, "policy", policy)
79539
79543
  if report_status_on_call_back is not None:
79540
79544
  pulumi.set(__self__, "report_status_on_call_back", report_status_on_call_back)
79541
79545
  if state is not None:
@@ -79626,6 +79630,14 @@ class WebHookActivityResponse(dict):
79626
79630
  """
79627
79631
  return pulumi.get(self, "on_inactive_mark_as")
79628
79632
 
79633
+ @property
79634
+ @pulumi.getter
79635
+ def policy(self) -> Optional['outputs.SecureInputOutputPolicyResponse']:
79636
+ """
79637
+ Activity policy.
79638
+ """
79639
+ return pulumi.get(self, "policy")
79640
+
79629
79641
  @property
79630
79642
  @pulumi.getter(name="reportStatusOnCallBack")
79631
79643
  def report_status_on_call_back(self) -> Optional[Any]:
@@ -19,11 +19,14 @@ from .get_move_collection import *
19
19
  from .get_move_resource import *
20
20
  from .get_private_endpoint_connection import *
21
21
  from .get_private_endpoint_connection_controller_private_endpoint_connection import *
22
+ from .get_private_endpoint_connection_proxy_controller import *
22
23
  from .get_project import *
23
24
  from .get_project_keys import *
24
25
  from .get_server_collector import *
25
26
  from .get_solution import *
26
27
  from .get_solution_config import *
28
+ from .get_solutions_controller_config import *
29
+ from .get_solutions_controller_solution import *
27
30
  from .get_v_mware_collector import *
28
31
  from .get_workload_deployment import *
29
32
  from .get_workload_deployment_secret_configurations import *
@@ -39,9 +42,11 @@ from .move_collection import *
39
42
  from .move_resource import *
40
43
  from .private_endpoint_connection import *
41
44
  from .private_endpoint_connection_controller_private_endpoint_connection import *
45
+ from .private_endpoint_connection_proxy_controller import *
42
46
  from .project import *
43
47
  from .server_collector import *
44
48
  from .solution import *
49
+ from .solutions_controller_solution import *
45
50
  from .v_mware_collector import *
46
51
  from .workload_deployment import *
47
52
  from .workload_instance import *
@@ -62,6 +67,8 @@ if typing.TYPE_CHECKING:
62
67
  v20220501preview = __v20220501preview
63
68
  import pulumi_azure_native.migrate.v20220801 as __v20220801
64
69
  v20220801 = __v20220801
70
+ import pulumi_azure_native.migrate.v20230101 as __v20230101
71
+ v20230101 = __v20230101
65
72
  import pulumi_azure_native.migrate.v20230801 as __v20230801
66
73
  v20230801 = __v20230801
67
74
  else:
@@ -71,5 +78,6 @@ else:
71
78
  v20200501 = _utilities.lazy_import('pulumi_azure_native.migrate.v20200501')
72
79
  v20220501preview = _utilities.lazy_import('pulumi_azure_native.migrate.v20220501preview')
73
80
  v20220801 = _utilities.lazy_import('pulumi_azure_native.migrate.v20220801')
81
+ v20230101 = _utilities.lazy_import('pulumi_azure_native.migrate.v20230101')
74
82
  v20230801 = _utilities.lazy_import('pulumi_azure_native.migrate.v20230801')
75
83
 
@@ -15,13 +15,16 @@ __all__ = [
15
15
  'AzurePricingTier',
16
16
  'AzureStorageRedundancy',
17
17
  'AzureVmFamily',
18
+ 'CleanupState',
18
19
  'ConfigurationType',
19
20
  'Currency',
21
+ 'Goal',
20
22
  'LoadBalancerType',
21
23
  'OperatingSystemType',
22
24
  'Percentile',
23
25
  'ProjectStatus',
24
26
  'ProvisioningState',
27
+ 'Purpose',
25
28
  'ReservedInstance',
26
29
  'ResourceIdentityType',
27
30
  'ResourceIdentityTypes',
@@ -32,6 +35,7 @@ __all__ = [
32
35
  'TargetStorageAccessType',
33
36
  'TargetStorageProjectionType',
34
37
  'TimeRange',
38
+ 'Tool',
35
39
  'WorkloadDeploymentTarget',
36
40
  'WorkloadDeploymentType',
37
41
  'WorkloadType',
@@ -220,6 +224,17 @@ class AzureVmFamily(str, Enum):
220
224
  D_C_SERIES = "DC_Series"
221
225
 
222
226
 
227
+ class CleanupState(str, Enum):
228
+ """
229
+ Gets or sets the cleanup state of the solution.
230
+ """
231
+ NONE = "None"
232
+ STARTED = "Started"
233
+ IN_PROGRESS = "InProgress"
234
+ COMPLETED = "Completed"
235
+ FAILED = "Failed"
236
+
237
+
223
238
  class ConfigurationType(str, Enum):
224
239
  """
225
240
  Gets or sets the configuration type.
@@ -261,6 +276,17 @@ class Currency(str, Enum):
261
276
  CNY = "CNY"
262
277
 
263
278
 
279
+ class Goal(str, Enum):
280
+ """
281
+ Gets or sets the goal of the solution.
282
+ """
283
+ SERVERS = "Servers"
284
+ DATABASES = "Databases"
285
+ DESKTOP_VIRTUALIZATION = "DesktopVirtualization"
286
+ WEB_APPLICATIONS = "WebApplications"
287
+ DATA_CENTER = "DataCenter"
288
+
289
+
264
290
  class LoadBalancerType(str, Enum):
265
291
  """
266
292
  Gets or sets the load balancer type.
@@ -304,6 +330,15 @@ class ProvisioningState(str, Enum):
304
330
  SUCCEEDED = "Succeeded"
305
331
 
306
332
 
333
+ class Purpose(str, Enum):
334
+ """
335
+ Gets or sets the purpose of the solution.
336
+ """
337
+ DISCOVERY = "Discovery"
338
+ ASSESSMENT = "Assessment"
339
+ MIGRATION = "Migration"
340
+
341
+
307
342
  class ReservedInstance(str, Enum):
308
343
  """
309
344
  Azure reserved instance.
@@ -337,12 +372,10 @@ class SecretStoreType(str, Enum):
337
372
 
338
373
  class Status(str, Enum):
339
374
  """
340
- Private link connection state.
375
+ Gets or sets the current status of the solution.
341
376
  """
342
- APPROVED = "Approved"
343
- PENDING = "Pending"
344
- REJECTED = "Rejected"
345
- DISCONNECTED = "Disconnected"
377
+ INACTIVE = "Inactive"
378
+ ACTIVE = "Active"
346
379
 
347
380
 
348
381
  class TargetAvailabilityZone(str, Enum):
@@ -389,6 +422,37 @@ class TimeRange(str, Enum):
389
422
  CUSTOM = "Custom"
390
423
 
391
424
 
425
+ class Tool(str, Enum):
426
+ """
427
+ Gets or sets the tool being used in the solution.
428
+ """
429
+ SERVER_DISCOVERY = "ServerDiscovery"
430
+ SERVER_ASSESSMENT = "ServerAssessment"
431
+ SERVER_MIGRATION = "ServerMigration"
432
+ CLOUDAMIZE = "Cloudamize"
433
+ TURBONOMIC = "Turbonomic"
434
+ ZERTO = "Zerto"
435
+ CORENT_TECH = "CorentTech"
436
+ SERVER_ASSESSMENT_V1 = "ServerAssessmentV1"
437
+ SERVER_MIGRATION_REPLICATION = "ServerMigration_Replication"
438
+ CARBONITE = "Carbonite"
439
+ DATA_MIGRATION_ASSISTANT = "DataMigrationAssistant"
440
+ DATABASE_MIGRATION_SERVICE = "DatabaseMigrationService"
441
+ DEVICE42 = "Device42"
442
+ JET_STREAM = "JetStream"
443
+ RACK_WARE = "RackWare"
444
+ UNIFY_CLOUD = "UnifyCloud"
445
+ FLEXERA = "Flexera"
446
+ SERVER_DISCOVERY_IMPORT = "ServerDiscovery_Import"
447
+ LAKESIDE = "Lakeside"
448
+ APP_SERVICE_MIGRATION_ASSISTANT = "AppServiceMigrationAssistant"
449
+ MOVERE = "Movere"
450
+ CLOUD_SPHERE = "CloudSphere"
451
+ MODERNIZATION = "Modernization"
452
+ SERVER_MIGRATION_DATA_REPLICATION = "ServerMigration_DataReplication"
453
+ UNKNOWN = "Unknown"
454
+
455
+
392
456
  class WorkloadDeploymentTarget(str, Enum):
393
457
  """
394
458
  Gets or sets the deployment target platform.
@@ -5528,20 +5528,20 @@ class SolutionDetailsArgs:
5528
5528
  @pulumi.input_type
5529
5529
  class SolutionPropertiesArgs:
5530
5530
  def __init__(__self__, *,
5531
- cleanup_state: Optional[pulumi.Input[str]] = None,
5531
+ cleanup_state: Optional[pulumi.Input[Union[str, 'CleanupState']]] = None,
5532
5532
  details: Optional[pulumi.Input['SolutionDetailsArgs']] = None,
5533
- goal: Optional[pulumi.Input[str]] = None,
5534
- purpose: Optional[pulumi.Input[str]] = None,
5535
- status: Optional[pulumi.Input[str]] = None,
5536
- tool: Optional[pulumi.Input[str]] = None):
5533
+ goal: Optional[pulumi.Input[Union[str, 'Goal']]] = None,
5534
+ purpose: Optional[pulumi.Input[Union[str, 'Purpose']]] = None,
5535
+ status: Optional[pulumi.Input[Union[str, 'Status']]] = None,
5536
+ tool: Optional[pulumi.Input[Union[str, 'Tool']]] = None):
5537
5537
  """
5538
5538
  Class for solution properties.
5539
- :param pulumi.Input[str] cleanup_state: Gets or sets the cleanup state of the solution.
5539
+ :param pulumi.Input[Union[str, 'CleanupState']] cleanup_state: Gets or sets the cleanup state of the solution.
5540
5540
  :param pulumi.Input['SolutionDetailsArgs'] details: Gets or sets the details of the solution.
5541
- :param pulumi.Input[str] goal: Gets or sets the goal of the solution.
5542
- :param pulumi.Input[str] purpose: Gets or sets the purpose of the solution.
5543
- :param pulumi.Input[str] status: Gets or sets the current status of the solution.
5544
- :param pulumi.Input[str] tool: Gets or sets the tool being used in the solution.
5541
+ :param pulumi.Input[Union[str, 'Goal']] goal: Gets or sets the goal of the solution.
5542
+ :param pulumi.Input[Union[str, 'Purpose']] purpose: Gets or sets the purpose of the solution.
5543
+ :param pulumi.Input[Union[str, 'Status']] status: Gets or sets the current status of the solution.
5544
+ :param pulumi.Input[Union[str, 'Tool']] tool: Gets or sets the tool being used in the solution.
5545
5545
  """
5546
5546
  if cleanup_state is not None:
5547
5547
  pulumi.set(__self__, "cleanup_state", cleanup_state)
@@ -5558,14 +5558,14 @@ class SolutionPropertiesArgs:
5558
5558
 
5559
5559
  @property
5560
5560
  @pulumi.getter(name="cleanupState")
5561
- def cleanup_state(self) -> Optional[pulumi.Input[str]]:
5561
+ def cleanup_state(self) -> Optional[pulumi.Input[Union[str, 'CleanupState']]]:
5562
5562
  """
5563
5563
  Gets or sets the cleanup state of the solution.
5564
5564
  """
5565
5565
  return pulumi.get(self, "cleanup_state")
5566
5566
 
5567
5567
  @cleanup_state.setter
5568
- def cleanup_state(self, value: Optional[pulumi.Input[str]]):
5568
+ def cleanup_state(self, value: Optional[pulumi.Input[Union[str, 'CleanupState']]]):
5569
5569
  pulumi.set(self, "cleanup_state", value)
5570
5570
 
5571
5571
  @property
@@ -5582,50 +5582,50 @@ class SolutionPropertiesArgs:
5582
5582
 
5583
5583
  @property
5584
5584
  @pulumi.getter
5585
- def goal(self) -> Optional[pulumi.Input[str]]:
5585
+ def goal(self) -> Optional[pulumi.Input[Union[str, 'Goal']]]:
5586
5586
  """
5587
5587
  Gets or sets the goal of the solution.
5588
5588
  """
5589
5589
  return pulumi.get(self, "goal")
5590
5590
 
5591
5591
  @goal.setter
5592
- def goal(self, value: Optional[pulumi.Input[str]]):
5592
+ def goal(self, value: Optional[pulumi.Input[Union[str, 'Goal']]]):
5593
5593
  pulumi.set(self, "goal", value)
5594
5594
 
5595
5595
  @property
5596
5596
  @pulumi.getter
5597
- def purpose(self) -> Optional[pulumi.Input[str]]:
5597
+ def purpose(self) -> Optional[pulumi.Input[Union[str, 'Purpose']]]:
5598
5598
  """
5599
5599
  Gets or sets the purpose of the solution.
5600
5600
  """
5601
5601
  return pulumi.get(self, "purpose")
5602
5602
 
5603
5603
  @purpose.setter
5604
- def purpose(self, value: Optional[pulumi.Input[str]]):
5604
+ def purpose(self, value: Optional[pulumi.Input[Union[str, 'Purpose']]]):
5605
5605
  pulumi.set(self, "purpose", value)
5606
5606
 
5607
5607
  @property
5608
5608
  @pulumi.getter
5609
- def status(self) -> Optional[pulumi.Input[str]]:
5609
+ def status(self) -> Optional[pulumi.Input[Union[str, 'Status']]]:
5610
5610
  """
5611
5611
  Gets or sets the current status of the solution.
5612
5612
  """
5613
5613
  return pulumi.get(self, "status")
5614
5614
 
5615
5615
  @status.setter
5616
- def status(self, value: Optional[pulumi.Input[str]]):
5616
+ def status(self, value: Optional[pulumi.Input[Union[str, 'Status']]]):
5617
5617
  pulumi.set(self, "status", value)
5618
5618
 
5619
5619
  @property
5620
5620
  @pulumi.getter
5621
- def tool(self) -> Optional[pulumi.Input[str]]:
5621
+ def tool(self) -> Optional[pulumi.Input[Union[str, 'Tool']]]:
5622
5622
  """
5623
5623
  Gets or sets the tool being used in the solution.
5624
5624
  """
5625
5625
  return pulumi.get(self, "tool")
5626
5626
 
5627
5627
  @tool.setter
5628
- def tool(self, value: Optional[pulumi.Input[str]]):
5628
+ def tool(self, value: Optional[pulumi.Input[Union[str, 'Tool']]]):
5629
5629
  pulumi.set(self, "tool", value)
5630
5630
 
5631
5631
 
@@ -0,0 +1,139 @@
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
+ 'GetPrivateEndpointConnectionProxyControllerResult',
15
+ 'AwaitableGetPrivateEndpointConnectionProxyControllerResult',
16
+ 'get_private_endpoint_connection_proxy_controller',
17
+ 'get_private_endpoint_connection_proxy_controller_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetPrivateEndpointConnectionProxyControllerResult:
22
+ """
23
+ Defines Private endpoint proxy resource.
24
+ """
25
+ def __init__(__self__, e_tag=None, id=None, name=None, properties=None, system_data=None, type=None):
26
+ if e_tag and not isinstance(e_tag, str):
27
+ raise TypeError("Expected argument 'e_tag' to be a str")
28
+ pulumi.set(__self__, "e_tag", e_tag)
29
+ if id and not isinstance(id, str):
30
+ raise TypeError("Expected argument 'id' to be a str")
31
+ pulumi.set(__self__, "id", id)
32
+ if name and not isinstance(name, str):
33
+ raise TypeError("Expected argument 'name' to be a str")
34
+ pulumi.set(__self__, "name", name)
35
+ if properties and not isinstance(properties, dict):
36
+ raise TypeError("Expected argument 'properties' to be a dict")
37
+ pulumi.set(__self__, "properties", properties)
38
+ if system_data and not isinstance(system_data, dict):
39
+ raise TypeError("Expected argument 'system_data' to be a dict")
40
+ pulumi.set(__self__, "system_data", system_data)
41
+ if type and not isinstance(type, str):
42
+ raise TypeError("Expected argument 'type' to be a str")
43
+ pulumi.set(__self__, "type", type)
44
+
45
+ @property
46
+ @pulumi.getter(name="eTag")
47
+ def e_tag(self) -> Optional[str]:
48
+ return pulumi.get(self, "e_tag")
49
+
50
+ @property
51
+ @pulumi.getter
52
+ def id(self) -> str:
53
+ return pulumi.get(self, "id")
54
+
55
+ @property
56
+ @pulumi.getter
57
+ def name(self) -> str:
58
+ return pulumi.get(self, "name")
59
+
60
+ @property
61
+ @pulumi.getter
62
+ def properties(self) -> 'outputs.PrivateEndpointConnectionProxyPropertiesResponse':
63
+ """
64
+ Properties of a private endpoint connection proxy.
65
+ """
66
+ return pulumi.get(self, "properties")
67
+
68
+ @property
69
+ @pulumi.getter(name="systemData")
70
+ def system_data(self) -> 'outputs.SystemDataResponse':
71
+ """
72
+ Metadata pertaining to creation and last modification of the resource.
73
+ """
74
+ return pulumi.get(self, "system_data")
75
+
76
+ @property
77
+ @pulumi.getter
78
+ def type(self) -> str:
79
+ return pulumi.get(self, "type")
80
+
81
+
82
+ class AwaitableGetPrivateEndpointConnectionProxyControllerResult(GetPrivateEndpointConnectionProxyControllerResult):
83
+ # pylint: disable=using-constant-test
84
+ def __await__(self):
85
+ if False:
86
+ yield self
87
+ return GetPrivateEndpointConnectionProxyControllerResult(
88
+ e_tag=self.e_tag,
89
+ id=self.id,
90
+ name=self.name,
91
+ properties=self.properties,
92
+ system_data=self.system_data,
93
+ type=self.type)
94
+
95
+
96
+ def get_private_endpoint_connection_proxy_controller(migrate_project_name: Optional[str] = None,
97
+ pec_proxy_name: Optional[str] = None,
98
+ resource_group_name: Optional[str] = None,
99
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateEndpointConnectionProxyControllerResult:
100
+ """
101
+ Get the of private link proxy resources from a migrate project and private link proxy resource.
102
+ Azure REST API version: 2023-01-01.
103
+
104
+
105
+ :param str migrate_project_name: Name of the Azure Migrate project.
106
+ :param str pec_proxy_name: Private link proxy name.
107
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
108
+ """
109
+ __args__ = dict()
110
+ __args__['migrateProjectName'] = migrate_project_name
111
+ __args__['pecProxyName'] = pec_proxy_name
112
+ __args__['resourceGroupName'] = resource_group_name
113
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
114
+ __ret__ = pulumi.runtime.invoke('azure-native:migrate:getPrivateEndpointConnectionProxyController', __args__, opts=opts, typ=GetPrivateEndpointConnectionProxyControllerResult).value
115
+
116
+ return AwaitableGetPrivateEndpointConnectionProxyControllerResult(
117
+ e_tag=pulumi.get(__ret__, 'e_tag'),
118
+ id=pulumi.get(__ret__, 'id'),
119
+ name=pulumi.get(__ret__, 'name'),
120
+ properties=pulumi.get(__ret__, 'properties'),
121
+ system_data=pulumi.get(__ret__, 'system_data'),
122
+ type=pulumi.get(__ret__, 'type'))
123
+
124
+
125
+ @_utilities.lift_output_func(get_private_endpoint_connection_proxy_controller)
126
+ def get_private_endpoint_connection_proxy_controller_output(migrate_project_name: Optional[pulumi.Input[str]] = None,
127
+ pec_proxy_name: Optional[pulumi.Input[str]] = None,
128
+ resource_group_name: Optional[pulumi.Input[str]] = None,
129
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPrivateEndpointConnectionProxyControllerResult]:
130
+ """
131
+ Get the of private link proxy resources from a migrate project and private link proxy resource.
132
+ Azure REST API version: 2023-01-01.
133
+
134
+
135
+ :param str migrate_project_name: Name of the Azure Migrate project.
136
+ :param str pec_proxy_name: Private link proxy name.
137
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
138
+ """
139
+ ...